]> git.sur5r.net Git - openldap/blobdiff - clients/tools/ldapdelete.c
Removed use of paths not defined in ldapconfig.h.edit.
[openldap] / clients / tools / ldapdelete.c
index d827575476d138276aec80b215c28c0880abb5c1..29a372df594dc7886ff01fc65cc70119c7997cb0 100644 (file)
@@ -12,8 +12,8 @@
 #include "ldapconfig.h"
 
 static char    *binddn = LDAPDELETE_BINDDN;
+static char    *passwd = LDAPDELETE_BIND_CRED;
 static char    *base = LDAPDELETE_BASE;
-static char    *passwd = NULL;
 static char    *ldaphost = LDAPHOST;
 static int     ldapport = LDAP_PORT;
 static int     not, verbose, contoper;