v3-schema: Add new ipaExternalGroup objectclass

This construct allows to have a group of ipaExternalMember attributes, that can
be nested in a normal ipa Group ('memberOf' is allowed).

It cannot contain normal ipa users/groups and cannot be nested with another
group of the same type ('member' is not allowed).
This commit is contained in:
Simo Sorce
2011-08-15 15:02:19 -04:00
parent 19cb08e579
commit 586e2eaf6c
3 changed files with 10 additions and 0 deletions

View File

@@ -402,6 +402,7 @@ class DsInstance(service.Service):
"60samba.ldif",
"60ipaconfig.ldif",
"60basev2.ldif",
"60basev3.ldif",
"60ipadns.ldif",
"60ipasudo.ldif"):
target_fname = schema_dirname(self.serverid) + schema_fname