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

Re: Problem with saslregexp BIS



thierryW wrote:
Oups, i forgot one thing :
GSSAPI(kerberos 5) use concept of realms so you may have to follow your admin guide example :
uid=(.*),cn=your.realm,cn=GSSAPI,cn=auth //where realm have to be your kerberos 5 realm and may have syntax similar as dc=your,dc=realm


ldap:///ou=users,ou=Partner,o=avci,c=de??sub?uid=$1 //i don't think that c=de is sufficient ?

ThierryW


thierryW wrote:
Try with :
uid=(.*),cn=GSSAPI,cn=auth
  ldap:///ou=users,ou=Partner,o=avci,c=de??sub?uid=$1

Regards
ThierryW

Harry Rüter wrote:

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