Re: LDAP+SASL



On Thu, Feb 19, 2009 at 7:26 PM, Michael Peek <peek@xxxxxxxxxxxx> wrote:
sasl-regexp uid=(.*),cn=.*,cn=auth
uid=$1,ou=People,dc=nimbios,dc=org

You have at least two problems. The first one is sasl-regexp, AFAIK it
should be authz-regexp. The second problem is ".*" will match
everything and will not work as you expect. You need to tell the
regexp when to stop:

authz-regexp
uid=([^,]*),cn=[^,]*,cn=auth
uid=$1,ou=People,dc=nimbios,d=org

Also, remember to add "authz-policy to" too.

If it continues to fail, increase loglevel in slapd.conf


Regards,
Norberto

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users