]> git.sur5r.net Git - openldap/commit
Add warnings if ldap_set_option() fails.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 29 May 1999 18:53:40 +0000 (18:53 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 29 May 1999 18:53:40 +0000 (18:53 +0000)
commit16366cff99adf59f72f7a679d2e76e15e1e20dc7
treeadd7b8bd287a19ea3eeaea8deed024981c969288
parent2f969f855218b4457289d4ff9ec47984563f0366
Add warnings if ldap_set_option() fails.
Check for ldap_set_option() error using LDAP_OPT_ERROR, not -1.
(probably should check != LDAP_OPT_SUCCESS instead).
Added additional usage errors.
Used return(EXIT_FAILURE) instead of exit(1).
Used DIRSEP instead of '/' && '\\'
Moved verbose output to stderr.
clients/tools/ldapdelete.c
clients/tools/ldapmodify.c
clients/tools/ldapmodrdn.c
clients/tools/ldappasswd.c
clients/tools/ldapsearch.c