From f2fc3f8018963620e3d9772ce5544aace82ecb22 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 29 May 2011 12:09:32 +0000 Subject: add a slave class to create a 2nd ldap --- modules/openldap/templates/slapd.syncrepl.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/openldap/templates/slapd.syncrepl.conf (limited to 'modules/openldap/templates') diff --git a/modules/openldap/templates/slapd.syncrepl.conf b/modules/openldap/templates/slapd.syncrepl.conf new file mode 100644 index 00000000..6f5a69cb --- /dev/null +++ b/modules/openldap/templates/slapd.syncrepl.conf @@ -0,0 +1,11 @@ +syncrepl rid=<%= rid %> + provider=ldaps://ldap-master.<%= domain %>:636 + type=refreshAndPersist + searchbase="<%= dc_domain %>" + schemachecking=off + bindmethod=simple + binddn="cn=syncuser-<%= hostname%>,<%= dc_domain %>" + credentials=<%= sync_password %> + +updateref= ldaps://ldap-master.<%= domain %>:636 + -- cgit v1.2.1