From 2d0bceab08f9dd3b1fce47a2bf2da1f78f70e216 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 31 Jul 2009 13:39:24 -0700 Subject: GroupOfUniqueNames in template.ldif must have uniqueMember %rootdn% (Directory Manager) has all rights on every entry by nature. Thus, it is not needed to give any acis. This template has several groupOfUniqueNames objects which MUST have uniqueMember. At this moment, there is no entry which could be a uniqueMember. Just to satisfy the objectclass, set %rootdn% to uniqueMember of the objectclass. --- ldap/admin/src/scripts/dsorgentries.map.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ldap/admin/src/scripts') diff --git a/ldap/admin/src/scripts/dsorgentries.map.in b/ldap/admin/src/scripts/dsorgentries.map.in index 2d59c226..e3688ec7 100644 --- a/ldap/admin/src/scripts/dsorgentries.map.in +++ b/ldap/admin/src/scripts/dsorgentries.map.in @@ -48,3 +48,4 @@ # ds_suffix = Suffix naming_value = naming_value +rootdn = RootDN -- cgit