2
Slapd output from the old ldap hack that works:
slapd[638]: conn=54441 op=1 BIND dn="uid=phillipd,ou=People,dc=oem,dc=doe,dc=gov" method=128
slapd[638]: ==> ldbm_back_bind: dn: uid=phillipd,ou=People,dc=oem,dc=doe,dc=gov
slapd[638]: send_ldap_result: err=49 matched="" text=""
slapd[638]: conn=54441 op=1 RESULT tag=97 err=49 text=
slapd[638]: connection_get(24)
slapd[638]: conn=54441 op=2 UNBIND
slapd[638]: conn=54441 fd=24 closed
Slapd output from the new mechanism: Note there is something missing in the "dn" and the "op" is different.
slapd[638]: conn=54453 op=0 BIND dn="ou=People,dc=oem,dc=doe,dc=gov" method=128
slapd[638]: send_ldap_result: err=13 matched="" text="confidentiality required"
slapd[638]: conn=54453 op=0 RESULT tag=97 err=13 text=confidentiality required
slapd[638]: connection_get(24)
slapd[638]: conn=54453 op=1 UNBIND
slapd[638]: conn=54453 fd=24 closed
......