Does this regexp correctly identify that the user testuser is in the ou test?
sasl-regexp "uid=(.*),cn=LSiaB,cn=DIGEST-MD5,cn=auth" "ldap:///o=lsiab.lan??sub?=uid=$1"
I sure hope it does. The LDAP entry for this user is
dn: uid=testuser,ou=test,o=lsiab.lan uid: testuser cn: Test User sn: User givenName: Test ou: test objectClass: Top objectClass: Person objectClass: OrganizationalPerson objectClass: InetOrgPerson
and as you said before I’m logging in using
testuser@LSiaB
LSiaB being my realm
If you can’t tell me is there a way I can find out? |