Skip to content
Snippets Groups Projects
Commit c923fe54 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

s/bindpw/passwd/

parent 4e5992c1
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment