mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
bdb995194c
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
17 lines
517 B
Plaintext
17 lines
517 B
Plaintext
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
|