diff options
author | Simo Sorce <ssorce@redhat.com> | 2011-08-15 15:02:19 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-08-26 08:26:13 -0400 |
commit | 586e2eaf6c02205ca6d335393bcebd8f29e345e7 (patch) | |
tree | 4c7dd333f53d8ddfdf29780e8387d8f0dc7836e7 /install/share/Makefile.am | |
parent | 19cb08e579e617f7b67fbfae12dbd191d75b2716 (diff) | |
download | freeipa-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 'install/share/Makefile.am')
-rw-r--r-- | install/share/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am index ca6216af..cab9e17b 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 \ |