mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
cleanup
This commit is contained in:
parent
af9233b9df
commit
b95e40f56f
1 changed files with 1 additions and 1 deletions
|
|
@ -2316,7 +2316,7 @@ ldap_back_proxy_authz_ctrl(
|
|||
authcDN = ndn;
|
||||
}
|
||||
rc = slap_sasl_matches( op, si->si_authz,
|
||||
&authcDN, & authcDN );
|
||||
&authcDN, &authcDN );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
if ( si->si_flags & LDAP_BACK_AUTH_PRESCRIPTIVE ) {
|
||||
/* ndn is not authorized
|
||||
|
|
|
|||
Loading…
Reference in a new issue