[Kolab-devel] [issue4020] As domain-maintainer, list of domains in Create User form is empty

Tom Reijnders issues at kolab.org
Mon Jan 11 08:02:48 CET 2010


New submission from Tom Reijnders <reijnders at tor.nl>:

OpenSuSE 11.1, UNSTABLE installation server: kolab-2.2.2.90_cvs20091219-3.2

In a multi-domain setup, a domain-maintainer could not create a new user, 
because in the Create user form, the list of domains is empty. Effectively a 
domain-maintainer cannot add a new user to 'his/her' domain.

I had to change the acces to internal ldap objects for domain-maintainers to 
get this working:
in /etc/kolab/templates/slapd.conf.template

access to dn.regex="(.*,)?cn=internal,@@@base_dn@@@"
        by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" write
        by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" 
write
        by group/kolabGroupOfNames="cn=domain-
maintainer,cn=internal,@@@base_dn@@@" write
        by self write
        by dn="cn=nobody,cn=internal,@@@base_dn@@@" read
        by anonymous auth stop

(Added the domain-maintainer group)

----------
keyword: web admin
messages: 23030
nosy: torinfo
priority: urgent
status: unread
title: As domain-maintainer, list of domains in Create User form is empty

______________________________________
Kolab issue tracker <issues at kolab.org>
<https://issues.kolab.org/issue4020>
______________________________________




More information about the devel mailing list