You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ENABLE_REPLICATION`| Add replication capabilities. Multimaster only at present. |`false`|
245
-
|`REPLICATION_CONFIG_SYNCPROV`| olcSyncRepl options used for the config database. Without rid and provider which are automatically added based on `REPLICATION_HOSTS`. |`binddn="cn=config" bindmethod=simple credentials=$CONFIG_PASS searchbase="cn=config" type=refreshAndPersist retry="5 5 60 +" timeout=1 filter="(!(objectclass=olcGlobal))"`|
246
-
|`REPLICATION_DB_SYNCPROV`| olcSyncRepl options used for the database. Without rid and provider which are automatically added based on `REPLICATION_HOSTS`. |`binddn="cn=admin,$BASE_DN" bindmethod=simple credentials=$ADMIN_PASS searchbase="$BASE_DN" type=refreshAndPersist interval=00:00:00:10 retry="5 5 60 +" timeout=1`|
247
-
|`REPLICATION_HOSTS`| list of replication hosts seperated by a space, must contain the current container hostname set by --hostname on docker run command. If replicating all hosts must be set in the same order. Example - `ldap://ldap1.example.com ldap://ldap2.example.com ldap://ldap3.example.com`|
245
+
|`REPLICATION_CONFIG_SYNCPROV`| olcSyncRepl options used for the config database. Without rid and provider which are automatically added based on `REPLICATION_HOSTS`. |`binddn="cn=config" bindmethod=simple credentials=$CONFIG_PASS searchbase="cn=config" type=refreshAndPersist retry="5 5 60 +" timeout=1 filter="(!(objectclass=olcGlobal))"`| x |
246
+
|`REPLICATION_DB_SYNCPROV`| olcSyncRepl options used for the database. Without rid and provider which are automatically added based on `REPLICATION_HOSTS`. |`binddn="cn=admin,$BASE_DN" bindmethod=simple credentials=$ADMIN_PASS searchbase="$BASE_DN" type=refreshAndPersist interval=00:00:00:10 retry="5 5 60 +" timeout=1`| x |
247
+
|`REPLICATION_HOSTS`| list of replication hosts seperated by a space, must contain the current container hostname set by --hostname on docker run command. If replicating all hosts must be set in the same order. Example - `ldap://ldap1.example.com ldap://ldap2.example.com ldap://ldap3.example.com`| x |
248
248
|`REPLICATION_SAFETY_CHECK`| Check to see if all hosts resolve before starting replication - Introduced as a safety measure to avoid slapd not starting. |`TRUE`|
249
249
|`WAIT_FOR_REPLICAS`| should we wait for configured replicas to come online (respond to ping) before startup? |`false`|
0 commit comments