mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-24 07:43:16 -05:00
Revert last commit
Purports to remove kbind, but adds a ldap_search_s() request.
This commit is contained in:
parent
9631c14b3c
commit
fa6aa0688a
1 changed files with 0 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue