Searched refs:ERR_NO_POSIX (Results 1 - 4 of 4) sorted by relevance

/sssd/src/util/
H A Dutil_errors.h88 ERR_NO_POSIX, enumerator in enum:sssd_errors
/sssd/src/providers/ad/
H A Dad_id.c212 } else if (sdap_err == ERR_NO_POSIX) {
219 /* Ret is only ENOENT or ERR_NO_POSIX now. Try the next connection */
703 if (ret == ERR_NO_POSIX) {
/sssd/src/providers/ldap/
H A Dsdap_async_enum.c239 if (ret != EOK && ret != ERR_NO_POSIX) {
270 tevent_req_error(req, ERR_NO_POSIX);
H A Dldap_id.c418 state->sdap_ret = ERR_NO_POSIX;
956 state->sdap_ret = ERR_NO_POSIX;

Completed in 58 milliseconds