2008-10-29 12:37:15 -05:00
|
|
|
#
|
|
|
|
# Counter used to store the next replica id
|
|
|
|
#
|
|
|
|
# Start at 3 to avoid conflicts with v1.0 replica ids. The value itself
|
|
|
|
# isn't important but each replica needs a unique id.
|
|
|
|
dn: cn=replication,cn=etc,$SUFFIX
|
2013-02-05 05:47:30 -06:00
|
|
|
default: objectclass: nsDS5Replica
|
|
|
|
default: nsDS5ReplicaId: 3
|
|
|
|
default: nsDS5ReplicaRoot: $SUFFIX
|
2015-05-20 10:12:04 -05:00
|
|
|
|
|
|
|
# Group containing replication bind dns
|
2015-06-04 07:18:37 -05:00
|
|
|
dn: cn=replication managers,cn=sysaccounts,cn=etc,$SUFFIX
|
2015-06-04 09:27:51 -05:00
|
|
|
default: objectclass: top
|
2015-05-20 10:12:04 -05:00
|
|
|
default: objectclass: groupofnames
|
2015-06-04 09:27:51 -05:00
|
|
|
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
|
2015-11-27 10:00:23 -06:00
|
|
|
dn: cn=domain,cn=topology,cn=ipa,cn=etc,$SUFFIX
|
2015-06-04 09:27:51 -05:00
|
|
|
default: objectclass: top
|
|
|
|
default: objectclass: iparepltopoconf
|
|
|
|
default: ipaReplTopoConfRoot: $SUFFIX
|
2015-11-27 10:00:23 -06:00
|
|
|
default: cn: domain
|
2015-07-31 09:22:13 -05:00
|
|
|
add: nsDS5ReplicatedAttributeList: $EXCLUDES
|
|
|
|
add: nsDS5ReplicatedAttributeListTotal: $TOTAL_EXCLUDES
|
|
|
|
add: nsds5ReplicaStripAttrs: $STRIP_ATTRS
|
2015-07-20 09:36:45 -05:00
|
|
|
|
2015-12-08 06:34:15 -06:00
|
|
|
# Remove old topology configuration area (unused)
|
2015-12-08 06:34:15 -06:00
|
|
|
dn: cn=realm,cn=topology,cn=ipa,cn=etc,$SUFFIX
|
2015-12-08 06:34:15 -06:00
|
|
|
deleteentry: cn=realm,cn=topology,cn=ipa,cn=etc,$SUFFIX
|
|
|
|
|
2015-10-15 06:58:46 -05:00
|
|
|
# add IPA realm managed suffix to master entry
|
|
|
|
dn: cn=$FQDN,cn=masters,cn=ipa,cn=etc,$SUFFIX
|
|
|
|
add: objectclass: ipaReplTopoManagedServer
|
|
|
|
add: ipaReplTopoManagedSuffix: $SUFFIX
|
|
|
|
|
2015-07-31 09:22:13 -05:00
|
|
|
# Enable Topology Plugin
|
|
|
|
dn: cn=IPA Topology Configuration,cn=plugins,cn=config
|
|
|
|
default: changetype: add
|
|
|
|
default: objectClass: top
|
|
|
|
default: objectClass: nsSlapdPlugin
|
|
|
|
default: objectClass: extensibleObject
|
|
|
|
default: cn: IPA Topology Configuration
|
|
|
|
default: nsslapd-pluginPath: libtopology
|
|
|
|
default: nsslapd-pluginInitfunc: ipa_topo_init
|
|
|
|
default: nsslapd-pluginType: object
|
|
|
|
default: nsslapd-pluginEnabled: on
|
|
|
|
default: nsslapd-topo-plugin-shared-config-base: cn=ipa,cn=etc,$SUFFIX
|
|
|
|
default: nsslapd-topo-plugin-shared-replica-root: $SUFFIX
|
2015-07-23 07:56:12 -05:00
|
|
|
default: nsslapd-topo-plugin-shared-replica-root: o=ipaca
|
2015-07-31 09:22:13 -05:00
|
|
|
default: nsslapd-topo-plugin-shared-binddngroup: cn=replication managers,cn=sysaccounts,cn=etc,$SUFFIX
|
|
|
|
default: nsslapd-topo-plugin-startup-delay: 20
|
|
|
|
default: nsslapd-pluginId: none
|
|
|
|
default: nsslapd-plugin-depends-on-named: ldbm database
|
|
|
|
default: nsslapd-plugin-depends-on-named: Multimaster Replication Plugin
|
|
|
|
default: nsslapd-pluginVersion: 1.0
|
|
|
|
default: nsslapd-pluginVendor: none
|
|
|
|
default: nsslapd-pluginDescription: none
|
|
|
|
|
2015-07-20 09:36:45 -05:00
|
|
|
# Set replication changelog limit (#5086)
|
|
|
|
dn: cn=changelog5,cn=config
|
|
|
|
addifnew: nsslapd-changelogmaxage: 7d
|