From c923fe5401a5b52739266fd9ecc31add8ada5915 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 16 May 2000 05:08:25 +0000 Subject: [PATCH] s/bindpw/passwd/ --- clients/tools/ldappasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tools/ldappasswd.c b/clients/tools/ldappasswd.c index ec96349ec7..aa81513dd9 100644 --- a/clients/tools/ldappasswd.c +++ b/clients/tools/ldappasswd.c @@ -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 ) { -- 2.39.5