mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
add entries required by topology plugin on update
These entries were not added on upgrade from old IPA servers and on replica creation. https://fedorahosted.org/freeipa/ticket/4302 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
@@ -10,4 +10,20 @@ default: nsDS5ReplicaRoot: $SUFFIX
|
||||
|
||||
# Group containing replication bind dns
|
||||
dn: cn=replication managers,cn=sysaccounts,cn=etc,$SUFFIX
|
||||
default: objectclass: top
|
||||
default: objectclass: groupofnames
|
||||
default: cn: replication managers
|
||||
add: member: krbprincipalname=ldap/$FQDN@$REALM,cn=services,cn=accounts,$SUFFIX
|
||||
|
||||
# Topology configuration container
|
||||
dn: cn=topology,cn=ipa,cn=etc,$SUFFIX
|
||||
default: objectclass: top
|
||||
default: objectclass: nsContainer
|
||||
default: cn: topology
|
||||
|
||||
# Default topology configuration area
|
||||
dn: cn=realm,cn=topology,cn=ipa,cn=etc,$SUFFIX
|
||||
default: objectclass: top
|
||||
default: objectclass: iparepltopoconf
|
||||
default: ipaReplTopoConfRoot: $SUFFIX
|
||||
default: cn: realm
|
||||
|
||||
Reference in New Issue
Block a user