summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/dsinstance.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-07-31 11:57:53 +0200
committerMartin Kosek <mkosek@redhat.com>2014-09-30 10:42:06 +0200
commit16f3786d25a59a3f4041d780db64940ee80d269d (patch)
tree72d26f6cd2d0bf7f676dfec9a76d95f6276392e6 /ipaserver/install/dsinstance.py
parent98c5788c3795e66cfd2585ba946cb026f8c2b34d (diff)
downloadfreeipa-16f3786d25a59a3f4041d780db64940ee80d269d.tar.gz
freeipa-16f3786d25a59a3f4041d780db64940ee80d269d.tar.xz
freeipa-16f3786d25a59a3f4041d780db64940ee80d269d.zip
idviews: Add necessary schema for the ID views
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 'ipaserver/install/dsinstance.py')
-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 6e79dc51f..c9a1c15e9 100644
--- a/ipaserver/install/dsinstance.py
+++ b/ipaserver/install/dsinstance.py
@@ -61,6 +61,7 @@ IPA_SCHEMA_FILES = ("60kerberos.ldif",
"65ipacertstore.ldif",
"65ipasudo.ldif",
"70ipaotp.ldif",
+ "71idviews.ldif",
"15rfc2307bis.ldif",
"15rfc4876.ldif")