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
24 lines
771 B
Plaintext
24 lines
771 B
Plaintext
dn: cn=NGP HGP Template,cn=etc,$SUFFIX
|
|
changetype: add
|
|
objectclass: mepTemplateEntry
|
|
cn: NGP HGP Template
|
|
mepRDNAttr: cn
|
|
mepStaticAttr: ipaUniqueId: autogenerate
|
|
mepStaticAttr: objectclass: ipanisnetgroup
|
|
mepStaticAttr: objectclass: ipaobject
|
|
mepStaticAttr: nisDomainName: $DOMAIN
|
|
mepMappedAttr: cn: $$cn
|
|
mepMappedAttr: memberHost: $$dn
|
|
mepMappedAttr: description: ipaNetgroup $$cn
|
|
|
|
# Changes to this definition need to be reflected in
|
|
# updates/20-host_nis_groups.update
|
|
dn: cn=NGP Definition,cn=Managed Entries,cn=plugins,cn=config
|
|
changetype: add
|
|
objectclass: extensibleObject
|
|
cn: NGP Definition
|
|
originScope: cn=hostgroups,cn=accounts,$SUFFIX
|
|
originFilter: objectclass=ipahostgroup
|
|
managedBase: cn=ng,cn=alt,$SUFFIX
|
|
managedTemplate: cn=NGP HGP Template,cn=etc,$SUFFIX
|