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). --- install/share/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'install/share/Makefile.am') diff --git a/install/share/Makefile.am b/install/share/Makefile.am index ca6216afa..cab9e17b5 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -7,6 +7,7 @@ app_DATA = \ 60samba.ldif \ 60ipaconfig.ldif \ 60basev2.ldif \ + 60basev3.ldif \ 60ipadns.ldif \ 60ipasudo.ldif \ anonymous-vlv.ldif \ -- cgit