Lines Matching defs:options
46 struct ad_options *options;
123 * options. Should be removed as soon as openldap exposes a way to do that */
145 /* Get AD-specific options */
149 DEBUG(SSSDBG_FATAL_FAILURE, "Could not parse common options "
219 struct dp_option *options = access_ctx->ad_options;
236 filter = dp_opt_get_cstring(options, AD_ACCESS_FILTER);
262 struct dp_option *options;
267 options = access_ctx->ad_options;
270 gpo_access_control_mode = dp_opt_get_string(options, AD_GPO_ACCESS_CONTROL);
286 gpo_cache_timeout = dp_opt_get_int(options, AD_GPO_CACHE_TIMEOUT);
328 DEBUG(SSSDBG_FATAL_FAILURE, "Could not determine Kerberos options\n");
368 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to get TLS options [%d]: %s\n",
437 /* Always initialize options since it is needed everywhere. */
438 ret = ad_init_options(mem_ctx, be_ctx, &init_ctx->options);
440 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to init AD options [%d]: %s\n",
446 init_ctx->id_ctx = ad_id_ctx_init(init_ctx->options, be_ctx);
453 init_ctx->options->id_ctx = init_ctx->id_ctx;
455 ret = ad_get_id_options(init_ctx->options, be_ctx->cdb, be_ctx->conf_path,
458 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to init AD id options\n");
463 ret = ad_init_misc(be_ctx, init_ctx->options, init_ctx->id_ctx,
473 ret = ad_init_auth_ctx(init_ctx, be_ctx, init_ctx->options,
560 ret = dp_copy_options(access_ctx, init_ctx->options->basic, AD_OPTS_BASIC,
564 "options [%d]: %s\n", ret, sss_strerror(ret));