]> git.sur5r.net Git - openldap/commitdiff
Revert last commit
authorKurt Zeilenga <kurt@openldap.org>
Tue, 19 Jun 2007 00:58:35 +0000 (00:58 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 19 Jun 2007 00:58:35 +0000 (00:58 +0000)
Purports to remove kbind, but adds a ldap_search_s() request.

clients/tools/ldappasswd.c

index 7645e55e0a8c97238db0a9ef802ecc79a5c0dba2..9e0cbbd206f92edb551ffe574f4b3421d76028d7 100644 (file)
@@ -411,9 +411,6 @@ main( int argc, char *argv[] )
        ber_memfree( retoid );
        ber_bvfree( retdata );
 
-       rc = ldap_search_s( ld, binddn, LDAP_SCOPE_BASE, "(objectclass=*)",
-               NULL, 0, &res );
-
        rc = ( code == LDAP_SUCCESS ) ? EXIT_SUCCESS : EXIT_FAILURE;
 
 done: