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

Group access in LDAP



Can onyone help me with my group problem in openldap???

I already searched the FAQ's, mailinglists, etc but could not fing a
solution.
I only want to create a group in LDAP and access some entries with this
group. It sounds easy but I tried almost everything...

This is my access part of slapd.conf:

access to dn=".*,o=elex,c=BE"
        by group="cn=admin,o=elex,c=be"         read
        by *                                    none


And this is the ldif of my group

dn: cn=admin, o=elex, c=be
objectclass: top
objectclass: groupOfNames
cn: admin
description: Administrators of the LDAP database
member: cn=Peter Tillemans, o=elex, c=be
member: cn=Koen Bosmans, o=elex, c=BE


This is exactly like that example in the FAQ.
I run OpenLDAP 1.2.7 on RedHat 5.2 and compiled it with a standard
./configure (no options given)
Is there anything I forgot with compiling, or entries,...

Let me know please....

Koen Bosmans