Lines Matching defs:enabled
216 bool enabled = false;
231 /* If selective session recording is not enabled */
280 for (; *conf_user != NULL && !enabled; conf_user++) {
283 enabled = true;
288 /* If we have groups in config and are not yet enabled */
291 !enabled) {
293 for (i = 0; i < res->count && !enabled; i++) {
338 *conf_group != NULL && !enabled;
341 enabled = true;
347 /* Set sessionRecording attribute to enabled value */
355 ret = sysdb_attrs_add_bool(add_attrs, SYSDB_SESSION_RECORDING, enabled);