summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-04-29 18:09:45 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-11-18 16:54:21 +0100
commitec1585f83179fa147f3f7510e3d7b153b8855e9d (patch)
tree4139984b7556ef2c20d8ee0ab586154381a943d9 /ipaserver
parenta1eb71768c1b319a16645ac54169b7f0e4c4d411 (diff)
downloadfreeipa.git-ec1585f83179fa147f3f7510e3d7b153b8855e9d.tar.gz
freeipa.git-ec1585f83179fa147f3f7510e3d7b153b8855e9d.tar.xz
freeipa.git-ec1585f83179fa147f3f7510e3d7b153b8855e9d.zip
Add formerly update-only schema
Some schema was only delivered in updates. Add it back as ldif files. https://fedorahosted.org/freeipa/ticket/3454
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/dsinstance.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py
index 1932083e..de804059 100644
--- a/ipaserver/install/dsinstance.py
+++ b/ipaserver/install/dsinstance.py
@@ -57,7 +57,9 @@ IPA_SCHEMA_FILES = ("60kerberos.ldif",
"60ipadns.ldif",
"61kerberos-ipav3.ldif",
"65ipasudo.ldif",
- "70ipaotp.ldif")
+ "70ipaotp.ldif",
+ "15rfc2307bis.ldif",
+ "15rfc4876.ldif")
ALL_SCHEMA_FILES = IPA_SCHEMA_FILES + ("05rfc2247.ldif", )