Loading...
 
LDAP / Active directory

LDAP / Active directory


Re: Tiki LDAP auth -> Open LDAP password encoding - SSHA? SSH? MD5? SMD5? CRYPT?

United States

Eric, thanks for posting. Hope I can help.

Can you try running slapd in debug mode? I started it with the option -d 256 so bind attempts would be logged and got the following:

Copy to clipboard
conn=0 fd=14 ACCEPT from IP=192.168.10.104:60587 (IP=0.0.0.0:636) conn=0 fd=14 TLS established tls_ssf=256 ssf=256 conn=0 op=0 BIND dn="cn=Search,ou=People,dc=gmartin,dc=org" method=128 conn=0 op=0 BIND dn="cn=Search,ou=People,dc=gmartin,dc=org" mech=SIMPLE ssf=0 conn=0 op=0 RESULT tag=97 err=0 text= conn=0 op=1 SRCH base="ou=people,dc=gmartin,dc=org" scope=2 deref=0 filter="(&(cn=gmartin)(objectClass=inetOrgPerson))" conn=0 op=1 SRCH attr=displayName conn=0 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text= conn=0 op=2 BIND anonymous mech=implicit ssf=0 //this is the beginning of the login bind conn=0 op=2 BIND dn="cn=gmartin,ou=People,dc=gmartin,dc=org" method=128 conn=0 op=2 BIND dn="cn=gmartin,ou=People,dc=gmartin,dc=org" mech=SIMPLE ssf=0 //This is the results. What error do you get? conn=0 op=2 RESULT tag=97 err=0 text= conn=0 op=3 UNBIND conn=0 fd=14 closed


Perhaps you'll get an error code we can run with.

\\Greg

There are no comments at this time.