mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Remove version from encoding
(previously removed from SASL choices, but should be always absent)
This commit is contained in:
parent
342980d116
commit
e6fd8bfbb0
1 changed files with 2 additions and 2 deletions
|
|
@ -134,8 +134,8 @@ ldap_verify_credentials(LDAP *ld,
|
|||
if (mechanism == LDAP_SASL_SIMPLE) {
|
||||
assert(!cookie);
|
||||
|
||||
rc = ber_printf(ber, "{istON}",
|
||||
3, dn, LDAP_AUTH_SIMPLE, cred);
|
||||
rc = ber_printf(ber, "{stON}",
|
||||
dn, LDAP_AUTH_SIMPLE, cred);
|
||||
|
||||
} else {
|
||||
if (!cred || BER_BVISNULL(cred)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue