mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
fcb9854dcb
trigger topology updaet if suffix entry is added trigger topology update if managedSuffix is modified in host entry Reviewed-by: Simo Sorce <simo@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
dn: cn=topology,cn=ipa,cn=etc,$SUFFIX
|
|
changetype: add
|
|
objectclass: top
|
|
objectclass: nsContainer
|
|
cn: topology
|
|
|
|
# default topology configuration area
|
|
dn: cn=realm,cn=topology,cn=ipa,cn=etc,$SUFFIX
|
|
changetype: add
|
|
objectclass: top
|
|
objectclass: iparepltopoconf
|
|
ipaReplTopoConfRoot: $SUFFIX
|
|
nsDS5ReplicatedAttributeList: $EXCLUDES
|
|
nsDS5ReplicatedAttributeListTotal: $TOTAL_EXCLUDES
|
|
nsds5ReplicaStripAttrs: $STRIP_ATTRS
|
|
cn: realm
|