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

ACL using the a filter to specify a target (ITS#1638)



Full_Name: Christian Chateauvieux
Version: 2.0.23
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (193.216.74.66)


I am working on ACL using the filter keyword.

I can write in my slapd.conf

access to dn.children="ou=people,o=org"
filter="(&(mail=*)(objectClass=mmCustomer))" attrs=userPassword
by users write
by * none

but the following would fail (the filter is slightly diffenrent)

access to dn.children="ou=people,o=metamerge"
filter="(&(mail=*.edu)(objectClass=mmCustomer))" attrs=userPassword
by users write
by * none

slapd segfaults when I restart it.

Am I doing something wrong?

Many thanks