summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins/ipa-range-check/range-check-conf.ldif
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-06-18 21:25:31 +0200
committerRob Crittenden <rcritten@redhat.com>2012-06-29 18:00:58 -0400
commitbdb995194c2439751c6969cce589414164b1ffa2 (patch)
tree73fcb4741eaf66c60c01e37edb54eda40f09e918 /daemons/ipa-slapi-plugins/ipa-range-check/range-check-conf.ldif
parentfbebe82811b621c79431f914b413164fbca738ca (diff)
downloadfreeipa-bdb995194c2439751c6969cce589414164b1ffa2.tar.gz
freeipa-bdb995194c2439751c6969cce589414164b1ffa2.tar.xz
freeipa-bdb995194c2439751c6969cce589414164b1ffa2.zip
Add range check preop plugin
To make sure that ID ranges do not overlap this plugin checks new additions and changes for conflicts with existing ranges. https://fedorahosted.org/freeipa/ticket/2185
Diffstat (limited to 'daemons/ipa-slapi-plugins/ipa-range-check/range-check-conf.ldif')
-rw-r--r--daemons/ipa-slapi-plugins/ipa-range-check/range-check-conf.ldif16
1 files changed, 16 insertions, 0 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-range-check/range-check-conf.ldif b/daemons/ipa-slapi-plugins/ipa-range-check/range-check-conf.ldif
new file mode 100644
index 000000000..6452304f4
--- /dev/null
+++ b/daemons/ipa-slapi-plugins/ipa-range-check/range-check-conf.ldif
@@ -0,0 +1,16 @@
+dn: cn=IPA Range-Check,cn=plugins,cn=config
+changetype: add
+objectclass: top
+objectclass: nsSlapdPlugin
+objectclass: extensibleObject
+cn: IPA Range-Check
+nsslapd-pluginpath: libipa_range_check
+nsslapd-plugininitfunc: ipa_range_check_init
+nsslapd-plugintype: preoperation
+nsslapd-pluginenabled: on
+nsslapd-pluginid: ipa_range_check_version
+nsslapd-pluginversion: 1.0
+nsslapd-pluginvendor: Red Hat, Inc.
+nsslapd-plugindescription: IPA Range-Check plugin
+nsslapd-plugin-depends-on-type: database
+nsslapd-basedn: $SUFFIX