Displaying 1 result from an estimated 1 matches for "felixols01".
2004 May 11
2
ldap replication
...working fine with only the PDC running. Now i configured replication. In
my slapd.conf file on the master server i added the following lines
#permission
access to * by dn="cn=repl,dc=felix,dc=local" write
# database definition
replogfile /var/lib/ldap/slurpd/slurpd.log
replica uri=ldap://felixols01.felix.local:389
binddn="cn=repl,dc=felix,dc=local"
bindmethod=simple
credentials=topsecret
tls=no
In slapd.conf of my slave server i added:
updatedn "cn=repl,dc=felix,dc=local"
updateref ldap://felixsch01.felix.local
I copied all database files from master to slave. Then i st...