LDAP_COMPARE_FALSE and continue on to subgroup (nested group) processing. This
triggers when the group has no "direct" members but may have entries that
represent nested groups to check.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950249
13f79535-47bb-0310-9956-
ffa450edef68
set_request_vars(r, LDAP_AUTHZ);
return AUTHZ_GRANTED;
}
+ case LDAP_NO_SUCH_ATTRIBUTE:
case LDAP_COMPARE_FALSE: {
/* nested groups need searches and compares, so grab a new handle */
authnz_ldap_cleanup_connection_close(ldc);