AUTH_USER_NOT_FOUND  235 modules/aaa/mod_auth_basic.c         if (auth_result != AUTH_USER_NOT_FOUND) {
AUTH_USER_NOT_FOUND  263 modules/aaa/mod_auth_basic.c         case AUTH_USER_NOT_FOUND:
AUTH_USER_NOT_FOUND 1358 modules/aaa/mod_auth_digest.c         if (auth_result != AUTH_USER_NOT_FOUND) {
AUTH_USER_NOT_FOUND 1765 modules/aaa/mod_auth_digest.c     if (return_code == AUTH_USER_NOT_FOUND) {
AUTH_USER_NOT_FOUND   53 modules/aaa/mod_authn_alias.c     authn_status ret = AUTH_USER_NOT_FOUND;
AUTH_USER_NOT_FOUND   85 modules/aaa/mod_authn_alias.c     authn_status ret = AUTH_USER_NOT_FOUND;
AUTH_USER_NOT_FOUND  140 modules/aaa/mod_authn_anon.c     authn_status res = AUTH_USER_NOT_FOUND;
AUTH_USER_NOT_FOUND  144 modules/aaa/mod_authn_anon.c         return AUTH_USER_NOT_FOUND;
AUTH_USER_NOT_FOUND  190 modules/aaa/mod_authn_anon.c     return (res == AUTH_USER_NOT_FOUND ? res : AUTH_DENIED);
AUTH_USER_NOT_FOUND  168 modules/aaa/mod_authn_dbd.c         return AUTH_USER_NOT_FOUND;
AUTH_USER_NOT_FOUND  258 modules/aaa/mod_authn_dbd.c         return AUTH_USER_NOT_FOUND;
AUTH_USER_NOT_FOUND  133 modules/aaa/mod_authn_dbm.c         return AUTH_USER_NOT_FOUND;
AUTH_USER_NOT_FOUND  171 modules/aaa/mod_authn_dbm.c         return AUTH_USER_NOT_FOUND;
AUTH_USER_NOT_FOUND  100 modules/aaa/mod_authn_file.c         return AUTH_USER_NOT_FOUND;
AUTH_USER_NOT_FOUND  150 modules/aaa/mod_authn_file.c         return AUTH_USER_NOT_FOUND;
AUTH_USER_NOT_FOUND  417 modules/aaa/mod_authnz_ldap.c         return (LDAP_NO_SUCH_OBJECT == result) ? AUTH_USER_NOT_FOUND