[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#4147) Additional Info no longer printed



> enumerate exactly what you have a problem with on a case by case basis.

$ ldapsearch -V
ldapsearch: @(#) $OpenLDAP: ldapsearch 2.3.X (Nov  4 2005 10:01:17) $
$ ldapsearch -x -D "cn=nobody"
ldap_bind: Server is unwilling to perform
$ ldapwhoami -x -D "cn=nobody,dc=rutgers,dc=edu" -w notAllowed
ldap_bind: Confidentiality required

versus (somewhere in the electronic dust...)

$ ldapsearch -V
ldapsearch: @(#) $OpenLDAP: ldapsearch 2.1.22 (Feb 18 2004 11:14:26) $
$ ldapsearch -x -D "cn=nobody"
ldap_bind: Server is unwilling to perform (53)
        additional info: unauthenticated bind (DN with no password) disallowed
$ ldapwhoami -x -D "cn=nobody,dc=rutgers,dc=edu" -w notAllowed
ldap_bind: Confidentiality required (13)
        additional info: confidentiality required


Obviously, these both have the same situation with the "same output," but
one is a lot more clear.