Lines Matching refs:providers
37 authn_provider_list *providers;
82 newconf->providers = overrides->providers ? overrides->providers : base->providers;
117 if (!conf->providers) {
118 conf->providers = newp;
121 authn_provider_list *last = conf->providers;
203 "specify the auth providers for a directory or location"),
335 current_provider = conf->providers;
389 /* If we're not really configured for providers, stop now. */
390 if (!conf->providers) {