Open felixbliedung opened 7 months ago
Ok, the memberOf functionality is working, but now i have another question/problem. By default, the operational attribute memberOf is not delivered (in the acls there is an entry that everybody can read this). What else can i check to get this running? Thanks
Hi, i stuck on a problem to setup ldap server. I am starting ldap 1.4.0 with standard settings:
After that i want to add groups and users from this ldif (ldapadd -x -W -D "cn=admin,dc=example,dc=org" -f test.ldif -Z):
While the groups are added i am getting the following error:
ADD dn="cn=admin,ou=Groups,dc=example,dc=org"
memberof_value_modify DN="uid=admin,dc=example,dc=org" add memberOf="cn=admin,ou=Groups,dc=example,dc=org" failed err=32
memberof_value_modify DN="uid=john,ou=users,dc=example,dc=org" add memberOf="cn=admin,ou=Groups,dc=example,dc=org" failed err=20
memberof_value_modify DN="uid=billy,ou=users,dc=example,dc=org" add memberOf="cn=admin,ou=Groups,dc=example,dc=org" failed err=20
I also tried with a modified memberOf (change groupOfUniqueNames to groupOfNames), but it is still the same problem. What can i do for a working example with working memberOf? Is it combined with the rfc2307 schema? Thanks so much for help