mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
31f2cddcf5
These extensions add mmr (multi-master-replication) and olc (openldap-online-configuration) capabilities to the provisioning-scripts (provision-backend and provision.py), for use with the openldap-backend (only versions >=2.4.15!). Changes / additions made to the provision-backend -script: added new command-line-options: --ol-mmr-urls=<list of whitespace separated ldap-urls> for use with mmr (can be combined with --ol-olc=yes), --ol-olc=[yes/no] (activate automatic conversion from static slapd.conf to olc), --ol-slaptest=<path to slaptest binary> (needed in conjunction with --ol-olc=yes) Changes / additions made to the provision.py -script: added extensions, that will automatically generate the chosen mmr and/or olc setup for the openldap backend, according to the to chosen parameters set in the provision-backend script Signed-off-by: Andrew Bartlett <abartlet@samba.org>
6 lines
248 B
Plaintext
6 lines
248 B
Plaintext
olcSyncRepl: rid=${RID} provider="${LDAPSERVER}"
|
|
binddn="cn=config" bindmethod=sasl saslmech=DIGEST-MD5
|
|
authcid="replicator" credentials="linux"
|
|
searchbase="cn=config" filter="(!(olcDatabase={0}config))"
|
|
type=refreshAndPersist retry="10 +"
|