diff options
author | Tomas Babej <tbabej@redhat.com> | 2014-07-31 11:52:04 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-09-30 10:42:06 +0200 |
commit | 6b14030e9076e4f9e71ddb641ba959043284c78d (patch) | |
tree | d58f590169a56d646cfdab7c6e2bfbed449dd03c /install/updates | |
parent | 16f3786d25a59a3f4041d780db64940ee80d269d (diff) | |
download | freeipa-6b14030e9076e4f9e71ddb641ba959043284c78d.tar.gz freeipa-6b14030e9076e4f9e71ddb641ba959043284c78d.tar.xz freeipa-6b14030e9076e4f9e71ddb641ba959043284c78d.zip |
idviews: Create container for ID views under cn=accounts
Part of: https://fedorahosted.org/freeipa/ticket/3979
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'install/updates')
-rw-r--r-- | install/updates/71-idviews.update | 4 | ||||
-rw-r--r-- | install/updates/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/install/updates/71-idviews.update b/install/updates/71-idviews.update new file mode 100644 index 000000000..6ec928c32 --- /dev/null +++ b/install/updates/71-idviews.update @@ -0,0 +1,4 @@ +dn: cn=views,cn=accounts,$SUFFIX +default: objectClass: top +default: objectClass: nsContainer +default: cn: views diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index cec6c8e55..2b3157d2e 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -44,6 +44,7 @@ app_DATA = \ 60-trusts.update \ 61-trusts-s4u2proxy.update \ 62-ranges.update \ + 71-idviews.update \ $(NULL) EXTRA_DIST = \ |