Searched defs:found (Results 1 - 9 of 9) sorted by relevance
/sssd/src/providers/data_provider/ |
H A D | dp_iface_failover.c | 278 bool found = false; local 284 found = true; 289 if (!found) { 319 bool found = false; local 326 found = true; 331 if (!found) {
|
/sssd/src/responder/autofs/ |
H A D | autofs_private.h | 66 bool found; member in struct:autofs_map_ctx
|
/sssd/src/providers/ipa/ |
H A D | ipa_idmap.c | 44 bool found = false; local 140 found = true; 144 if (!found) { 145 DEBUG(SSSDBG_MINOR_FAILURE, "No idrange found for forest root [%s].\n",
|
H A D | ipa_access.c | 154 DEBUG(SSSDBG_CRIT_FAILURE, "No HBAC search base found.\n"); 408 bool found; local 418 found = false; 421 found = true; 439 if (found == false) { 440 /* No rules were found that apply to this host. */
|
/sssd/src/responder/ifp/ |
H A D | ifpsrv_util.c | 215 bool found; local 237 found = false; 240 found = true; 245 if (!found) {
|
/sssd/src/responder/nss/ |
H A D | nsssrv_private.h | 76 bool found; member in struct:getent_ctx
|
H A D | nsssrv_cmd.c | 220 DEBUG(SSSDBG_TRACE_ALL, "Shell %s found in /etc/shells\n", 927 * ENOENT, if user is definitely not found 929 * EOK, if found 1010 "Fatal: Sysdb CTX not found for this domain!\n"); 1097 /* User not found in ldb -> delete user from memory cache. */ 1144 /* One result found */ 1150 "No matching domain found for [%s], fail!\n", cmdctx->name); 1757 * ENOENT, if uid is definitely not found 1759 * EOK, if found 1806 "Fatal: Sysdb CTX not found fo 4836 process_attr_list(TALLOC_CTX *mem_ctx, struct ldb_message *msg, const char **attr_list, struct sized_string **_keys, struct sized_string **_vals, size_t *array_size, size_t *sum, size_t *found) argument 4919 size_t found; local [all...] |
/sssd/src/providers/ldap/ |
H A D | ldap_child.c | 200 bool found; local 220 found = false; 231 found = true; 243 if (found) { 256 if (!found) { 258 "Principal [%s] not found in keytab [%s]\n", 262 "Principal [%s] was not found. "
|
H A D | sdap_access.c | 398 DEBUG(SSSDBG_MINOR_FAILURE, "Shadow expire attribute not found. " 1025 bool found = false; local 1066 "User [%s] was not found with the specified filter. " 1068 found = false; 1084 found = true; 1087 if (found) { 1101 SYSDB_LDAP_ACCESS_FILTER, found); 1192 DEBUG(SSSDBG_CONF_SETTINGS, "No matching service rule found\n"); 1295 DEBUG(SSSDBG_CONF_SETTINGS, "No matching host rule found\n"); 1595 "[%s] was not found [all...] |
Completed in 68 milliseconds