Re: LDAP+SASL
- From: Norberto Bensa <nbensa@xxxxxxxxx>
- Date: Thu, 19 Feb 2009 19:46:01 -0200
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
- Follow-Ups:
- Re: LDAP+SASL
- From: Michael Peek
- Re: LDAP+SASL
- References:
- LDAP+SASL
- From: Michael Peek
- LDAP+SASL
- Prev by Date: Re: download and install
- Next by Date: question
- Previous by thread: LDAP+SASL
- Next by thread: Re: LDAP+SASL
- Index(es):