Searched defs:schema (Results 1 - 3 of 3) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_sudo.c189 /* Use IPA schema only if search base is cn=sudo,$dc. */
282 enum sudo_schema schema; local
289 &schema);
291 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to choose sudo schema [%d]: %s\n",
296 switch (schema) {
298 DEBUG(SSSDBG_TRACE_FUNC, "Using IPA schema for sudo\n");
302 DEBUG(SSSDBG_TRACE_FUNC, "Using LDAP schema for sudo\n");
/sssd/src/providers/ldap/
H A Dldap_options.c38 char *schema; local
209 /* schema type */
210 schema = dp_opt_get_string(opts->basic, SDAP_SCHEMA);
211 if (strcasecmp(schema, "rfc2307") == 0) {
219 if (strcasecmp(schema, "rfc2307bis") == 0) {
227 if (strcasecmp(schema, "IPA") == 0) {
235 if (strcasecmp(schema, "AD") == 0) {
243 DEBUG(SSSDBG_FATAL_FAILURE, "Unrecognized schema type: %s\n", schema);
440 /* Return true if rfc2307 schema i
[all...]
/sssd/src/responder/secrets/
H A Dsecsrv_private.h61 char *schema; member in struct:sec_url

Completed in 262 milliseconds