Hi,
i have the following error message in my slapd 2.1.3 :
----snipp----
Aug 15 14:45:01 marin slapd[12724]: SASL replace pattern
ldap://localhost/ou=users,ou=Partner,o=avci,c=de??one?uid=$1 could not
be parsed.
Aug 15 14:45:01 marin slapd[12724]: slapd stopped.
----snipp----
Here's what i have in slapd.conf :
----snipp----
saslRegexp
uid=(.*),cn=GSSAPI,cn=auth
ldap://localhost/ou=users,ou=Partner,o=avci,c=de??sub?uid=$1
----snipp----
This is the example from the adminguide, looks similar :
----snipp----
saslRegexp
uid=(.*),cn=example.com,cn=kerberos_v4,cn=auth
ldap://localhost/ou=person,dc=example,dc=com??sub?uid=$1
----snipp----
Any idea what's wrong ?
greets Harry