Searched defs:inherit_options (Results 1 - 2 of 2) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_sdap.c885 const char *inherit_options[] = { "ldap_use_tokengroups", NULL }; local
892 sdap_inherit_options(discard_const(inherit_options),
906 const char *inherit_options[] = { "ldap_purge_cache_timeout", NULL }; local
913 sdap_inherit_options(discard_const(inherit_options),
926 const char *inherit_options[] = { "ldap_user_principal", NULL }; local
933 sdap_inherit_options(discard_const(inherit_options),
/sssd/src/providers/ldap/
H A Dsdap.c272 int inherit_options[] = { local
280 for (i = 0; inherit_options[i] != SDAP_OPTS_BASIC; i++) {
282 inherit_options[i],
292 int inherit_options[] = { local
300 for (i = 0; inherit_options[i] != SDAP_OPTS_USER; i++) {
301 opt_index = inherit_options[i];

Completed in 16 milliseconds