You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running ldapsearch can often print 'additional info' on error e.g.
[root@7f7b9d2027ca qinstall]# LD_LIBRARY_PATH=/usr/lib/:$LD_LIBRARY_PATH ldapsearch -H ldap://simon.edt.org -D 'dc=edt,dc=org' -Y GSSAPI -N 1
SASL/GSSAPI authentication started
ldap_sasl_interactive_bind: Local error (-2)
additional info: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server ldap/simon.edt.org@EDT.ORG not found in Kerberos database)
currently, for -2 error, running .ldap.err2string[-2i]
gives "Local error"
as per first line of the ldapsearch error, but would be helpful to be able to get what ldapsearch shows for its 'additional info'.
The text was updated successfully, but these errors were encountered:
running ldapsearch can often print 'additional info' on error e.g.
currently, for -2 error, running
.ldap.err2string[-2i]
gives
"Local error"
as per first line of the ldapsearch error, but would be helpful to be able to get what ldapsearch shows for its 'additional info'.
The text was updated successfully, but these errors were encountered: