]> git.sur5r.net Git - openldap/commit
Rework SASL command line arguments. Default is now to authenticate
authorKurt Zeilenga <kurt@openldap.org>
Sat, 15 Jul 2000 23:25:46 +0000 (23:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 15 Jul 2000 23:25:46 +0000 (23:25 +0000)
commitd2b05a3858822df66785b4a0939204b10ac1c47f
tree816bf232b763a0d9c535c4a6eafd8a40470d8888
parentbab26b3142a2464ce62af7d0350a760a8509e8a2
Rework SASL command line arguments.  Default is now to authenticate
using best available mechanism.  (authzid prompting to be disabled)
To use simple bind, -x is required (implied if -P 2) with -D/-[Ww]
To use simple "anonymous" bind, just -x will do.
13 files changed:
clients/tools/ldapdelete.c
clients/tools/ldapmodify.c
clients/tools/ldapmodrdn.c
clients/tools/ldappasswd.c
clients/tools/ldapsearch.c
doc/devel/args
include/ldap.h
libraries/libldap/cyrus.c
libraries/libldap/ldap-int.h
libraries/libldap/options.c
libraries/libldap/sasl.c
servers/slapd/sasl.c
servers/slapd/slap.h