mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
201ffc07bd
The Managed Entries plugin configurations weren't being created on replica installs. The templates were there but the cn=config portions were not. This patch adds them as updates. The template portion will be added in the initial replication. ticket 1222
16 lines
646 B
Plaintext
16 lines
646 B
Plaintext
# This is a copy of the definition from host_nis_groups.ldif
|
|
# This is required for replication. The template entry will get
|
|
# replicated but the plugin configuration will not.
|
|
|
|
dn: cn=NGP Definition,cn=Managed Entries,cn=plugins,cn=config
|
|
default:objectclass: extensibleObject
|
|
default:cn: NGP Definition
|
|
default:originScope: cn=hostgroups,cn=accounts,$SUFFIX
|
|
default:originFilter: objectclass=ipahostgroup
|
|
default:managedBase: cn=ng,cn=alt,$SUFFIX
|
|
default:managedTemplate: cn=NGP HGP Template,cn=etc,$SUFFIX
|
|
|
|
# Fix an existing configuration with the wrong cn
|
|
dn: cn=NGP Definition,cn=Managed Entries,cn=plugins,cn=config
|
|
only:cn: NGP Definition
|