diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2007-09-05 15:52:21 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2007-09-05 15:52:21 (GMT) |
commit | 52401105e9c12ebfa4e79093dc54ce1d22e5c4c1 (patch) | |
tree | a6c981f5955ce923f76cee19c362e8c89946ff8b | |
parent | 65b82edc1bac762d579bc3950267eecbf8fc8b2b (diff) | |
download | kolab-conf-52401105e9c12ebfa4e79093dc54ce1d22e5c4c1.tar.gz |
slapd.conf.template: Use slurpd_addr/slurpd_port instead of fixed value
-rw-r--r-- | conf/templates/slapd.conf.template.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/templates/slapd.conf.template.in b/conf/templates/slapd.conf.template.in index 8ef9e4b..4cbdc3f 100644 --- a/conf/templates/slapd.conf.template.in +++ b/conf/templates/slapd.conf.template.in @@ -58,7 +58,7 @@ directory @ldapserver_dir@ rootdn "@@@bind_dn@@@" rootpw "@@@bind_pw_hash@@@" -replica uri=ldap://127.0.0.1:9999 +replica uri=ldap://@@@slurpd_addr@@@:@@@slurpd_port@@@ binddn="cn=replicator" bindmethod=simple credentials=secret |