blob: ba18435f6aa22f9354377aab3facb45e227c48df (
plain)
1 Index: servers/slapd/slapd.conf
2 --- servers/slapd/slapd.conf.orig 2003-05-25 01:19:14.000000000 +0200
3 +++ servers/slapd/slapd.conf 2003-12-05 10:43:58.000000000 +0100
4 @@ -64,4 +64,21 @@
5 # Mode 700 recommended.
6 directory %LOCALSTATEDIR%/openldap-data
7 # Indices to maintain
8 +
9 index objectClass eq
10 +
11 +#######################################################################
12 +# replication via slurpd(8)
13 +#######################################################################
14 +
15 +# master server configuration
16 +#replogfile %LOCALSTATEDIR%/openldap-slurp
17 +#replica-pidfile %LOCALSTATEDIR%/slurpd.pid
18 +#replica host=slave.example.com:389
19 +# binddn="cn=admin,dc=example,dc=org"
20 +# bindmethod=simple credentials=secret
21 +
22 +# slave server(s) configuration
23 +#updatedn "cn=admin,dc=example,dc=org"
24 +#updateref ldap://master.example.org
25 +
|