mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
s/0/O/
This commit is contained in:
parent
538b582cdc
commit
f3dd90a553
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue