Re: Granting write to ou

2011-01-05 Thread Dieter Kluenter
Am Tue, 04 Jan 2011 21:59:52 +0100 schrieb Thomas D. Dahlmann domi...@domingo.dk: something like: ldapmodify -D cn=config -W -H ldap://some.host dn:olcDatabase={1}hdb,cn=config changetype: modify replace: olcAccess olcAccess: {1} to dn.subtree=ou=addressbook,dc=example,dc=net by

Re: Granting write to ou

2011-01-05 Thread Thomas D. Dahlmann
cn=config has its own rootdn, olcDatabase={0}cn=config, if not configured, it should be cn=config That was it. I missed out on the fact that there are multiple rootdn's. Rebuilding my structure and login in with right rootdn did the job. Thank you all for your input ;-) -Dieter

Re: Granting write to ou

2011-01-04 Thread Thomas D. Dahlmann
something like: ldapmodify -D cn=config -W -H ldap://some.host dn:olcDatabase={1}hdb,cn=config changetype: modify replace: olcAccess olcAccess: {1} to dn.subtree=ou=addressbook,dc=example,dc=net by users write by * read Gives me this: ldapmodify -D cn=admin,dc=example,dc=net -W -H

Re: Granting write to ou

2011-01-04 Thread Troy Knabe
You are trying to modify cn=config, not dc=example,dc=net, which is where your account is the admin. On Jan 4, 2011, at 12:59 PM, Thomas D. Dahlmann wrote: something like: ldapmodify -D cn=config -W -H ldap://some.host dn:olcDatabase={1}hdb,cn=config changetype: modify replace:

Re: Granting write to ou

2011-01-04 Thread Thomas D. Dahlmann
On 2011-01-04 22:02, Troy Knabe wrote: You are trying to modify cn=config, not dc=example,dc=net, which is where your account is the admin. Not sure that I get that? I have only one root admin in my setup : olcRootDN: cn=admin,dc=example,dc=net If that isn't enough how do I edit cn=config?

Granting write to ou

2010-12-22 Thread Thomas D. Dahlmann
Hi I'm trying to add ordinary users write access to a specific ou. I've googled a lot and haven't really found any useful regarding to openldap 2.4 (slapd.d format). What would be the correct syntax for a ldapmodify command to accomplish this to the dn: ou=addressbook,dc=example,dc=net ?

Re: Granting write to ou

2010-12-22 Thread Dieter Kluenter
Am Wed, 22 Dec 2010 14:46:50 +0100 schrieb Thomas D. Dahlmann domi...@domingo.dk: Hi I'm trying to add ordinary users write access to a specific ou. I've googled a lot and haven't really found any useful regarding to openldap 2.4 (slapd.d format). What would be the correct syntax for

Re: Granting write to ou

2010-12-22 Thread Howard Chu
Dieter Kluenter wrote: Am Wed, 22 Dec 2010 14:46:50 +0100 schrieb Thomas D. Dahlmanndomi...@domingo.dk: Hi I'm trying to add ordinary users write access to a specific ou. I've googled a lot and haven't really found any useful regarding to openldap 2.4 (slapd.d format). What would be the