/sssd-io/contrib/ci/ |
H A D | valgrind-condense | 30 ERROR_EXITCODE An exit code to return if at least one error is found in 52 If an error is found in Valgrind log files, ERROR_EXITCODE is returned,
|
/sssd-io/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-io/src/responder/nss/ |
H A D | nss_protocol_sid.c | 35 DEBUG(SSSDBG_OP_FAILURE, "Objectcategory attribute not found.\n"); 137 size_t *found) 171 to_sized_string(&keys[*found], attr_list[c]); 172 *sum += keys[*found].len; 186 "Unexpected attribute value found for [%s].\n", 190 to_sized_string(&vals[*found], (const char *)val.data); 191 *sum += vals[*found].len; 193 (*found)++; 219 size_t found; local 270 found 132 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 [all...] |
/sssd-io/src/responder/autofs/ |
H A D | autofs_private.h | 66 bool found; member in struct:autofs_map_ctx
|
H A D | autofssrv_cmd.c | 322 /* Notify the caller that this entry wasn't found */ 330 DEBUG(SSSDBG_TRACE_FUNC, "setautomntent found data\n"); 501 if (state->map->found) { 659 "Fatal: Sysdb CTX not found for this domain!\n"); 693 "Autofs map not found, setting negative cache\n"); 695 map->found = false; 725 map->found = false; 735 map->found = true; 746 map->found = false; 1020 } else if (map->found [all...] |
/sssd-io/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 | 157 DEBUG(SSSDBG_CRIT_FAILURE, "No HBAC search base found.\n"); 397 bool found; local 409 found = false; 412 found = true; 430 if (found == false) { 431 /* No rules were found that apply to this host. */
|
H A D | ipa_session.c | 116 DEBUG(SSSDBG_CRIT_FAILURE, "No Desktop Profile search base found.\n"); 142 "No rules were found in the last request.\n" 359 bool found; local 373 found = false; 375 found = true; 403 if (!found) { 569 DEBUG(SSSDBG_IMPORTANT_INFO, "No Desktop Profile rules found\n");
|
/sssd-io/src/responder/ifp/ |
H A D | ifpsrv_util.c | 287 bool found; local 309 found = false; 312 found = true; 317 if (!found) {
|
/sssd-io/src/providers/ldap/ |
H A D | ldap_child.c | 194 bool found; local 214 found = false; 225 found = true; 237 if (found) { 250 if (!found) { 252 "Principal [%s] not found in keytab [%s]\n", 256 "Principal [%s] was not found. "
|
H A D | sdap_access.c | 403 DEBUG(SSSDBG_MINOR_FAILURE, "Shadow expire attribute not found. " 1030 bool found = false; local 1071 "User [%s] was not found with the specified filter. " 1073 found = false; 1089 found = true; 1092 if (found) { 1106 SYSDB_LDAP_ACCESS_FILTER, found); 1197 DEBUG(SSSDBG_CONF_SETTINGS, "No matching service rule found\n"); 1300 DEBUG(SSSDBG_CONF_SETTINGS, "No matching host rule found\n"); 1382 "No matching rhost rules found\ [all...] |
/sssd-io/src/tests/python/docs/ |
H A D | Makefile | 8 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
|
/sssd-io/src/responder/pam/ |
H A D | pamsrv_cmd.c | 719 "%s attribute not found\n", SYSDB_SESSION_RECORDING); 818 * authentication method was found at all, this might happen if the 851 "Fatal: Sysdb CTX not found for domain" 1445 "No certificate found and no logon name given, " \ 1536 "More results found then counted before.\n"); 1602 "Missing logon name and no certificate user found.\n"); 2011 bool found = false; local 2050 found = false; 2080 found = true; 2107 if (found) { [all...] |
/sssd-io/src/tests/cmocka/ |
H A D | test_nss_srv.c | 3872 int found = 0; local 3895 found = 1; 3897 found = 2; 3899 assert_in_range(found, 1, 2); 3905 if (found == 1) {
|