mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
Fix typo in previous commit
This commit is contained in:
parent
6d1a322f73
commit
a5cd5535e8
@ -638,7 +638,7 @@ slap_sasl_authorize(
|
||||
return SASL_NOAUTHZ;
|
||||
}
|
||||
|
||||
conn->c_sasl_sdn = authzDN;
|
||||
conn->c_sasl_dn = authzDN;
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "sasl", LDAP_LEVEL_ENTRY,
|
||||
|
Loading…
Reference in New Issue
Block a user