[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: saslRegexp



Hi,

"Kurt D. Zeilenga" wrote:
> 
> The LDAP URL should not contain a hostpart.

So there's an error in the admin guide ?

The example there is :

----snipp----
 saslRegexp
          uid=(.*),cn=example.com,cn=kerberos_v4,cn=auth
          ldap://localhost/ou=person,dc=example,dc=com??sub?uid=$1
----snipp----

Should it be changed to ? 
----snipp----
 saslRegexp
          uid=(.*),cn=example.com,cn=kerberos_v4,cn=auth
          ou=person,dc=example,dc=com??sub?uid=$1
----snipp----

greets
Harry