mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
s/0/O/
This commit is contained in:
parent
538b582cdc
commit
f3dd90a553
@ -143,7 +143,7 @@ ldap_verify_credentials(LDAP *ld,
|
||||
} else {
|
||||
if (!cred || BER_BVISNULL(cred)) {
|
||||
if (cookie) {
|
||||
rc = ber_printf(ber, "{t0st{sN}N}",
|
||||
rc = ber_printf(ber, "{tOst{sN}N}",
|
||||
LDAP_TAG_EXOP_VERIFY_CREDENTIALS_COOKIE, cookie,
|
||||
dn, LDAP_AUTH_SASL, mechanism);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user