mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
b5b040e68f
The plugin is configured unconditionally (i.e. does not check if IPA was configured with DNS) as the plugin is needed on all replicas to prevent objectclass violations due to missing SOA serial in idnsZone objectclass. The violation could happen if just one replica configured DNS and added a new zone. https://fedorahosted.org/freeipa/ticket/3347
16 lines
447 B
Plaintext
16 lines
447 B
Plaintext
dn: cn=IPA DNS,cn=plugins,cn=config
|
|
changetype: add
|
|
objectclass: top
|
|
objectclass: nsslapdPlugin
|
|
objectclass: extensibleObject
|
|
cn: IPA DNS
|
|
nsslapd-plugindescription: IPA DNS support plugin
|
|
nsslapd-pluginenabled: on
|
|
nsslapd-pluginid: ipa_dns
|
|
nsslapd-plugininitfunc: ipadns_init
|
|
nsslapd-pluginpath: libipa_dns.so
|
|
nsslapd-plugintype: preoperation
|
|
nsslapd-pluginvendor: Red Hat, Inc.
|
|
nsslapd-pluginversion: 1.0
|
|
nsslapd-plugin-depends-on-type: database
|