From 586e2eaf6c02205ca6d335393bcebd8f29e345e7 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 15 Aug 2011 15:02:19 -0400 Subject: 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). --- ipaserver/install/dsinstance.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipaserver') 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 -- cgit