summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-08-15 15:02:19 -0400
committerSimo Sorce <ssorce@redhat.com>2011-08-26 08:26:13 -0400
commit586e2eaf6c02205ca6d335393bcebd8f29e345e7 (patch)
tree4c7dd333f53d8ddfdf29780e8387d8f0dc7836e7 /ipaserver
parent19cb08e579e617f7b67fbfae12dbd191d75b2716 (diff)
downloadfreeipa-586e2eaf6c02205ca6d335393bcebd8f29e345e7.tar.gz
freeipa-586e2eaf6c02205ca6d335393bcebd8f29e345e7.tar.xz
freeipa-586e2eaf6c02205ca6d335393bcebd8f29e345e7.zip
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).
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/dsinstance.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py
index 6f6b57ed9..2ad692dc9 100644
--- a/ipaserver/install/dsinstance.py
+++ b/ipaserver/install/dsinstance.py
@@ -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