mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 14:23:34 -05:00
s/bindpw/passwd/
This commit is contained in:
parent
4e5992c190
commit
c923fe5401
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ main( int argc, char *argv[] )
|
|||
|
||||
rc = ldap_negotiated_sasl_bind_s( ld, binddn, sasl_authc_id,
|
||||
sasl_authz_id, sasl_mech,
|
||||
bindpw.bv_len ? &bindpw : NULL,
|
||||
passwd.bv_len ? &passwd : NULL,
|
||||
NULL, NULL );
|
||||
|
||||
if( rc != LDAP_SUCCESS ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue