Directory
The configuration file for the master will need a few special directives. They are:
replica-pidfile /var/run/slurpd.pid
This directive writes out the PID of slurpd to a file. Useful for monitoring
replica host=ldap1.stanford.edu:389
tls=yes bindmethod=sasl
binddn=cn=replicator,cn=service,cn=applications,dc=stanford,dc=edu saslmech=gssapi
The above 3 lines do the following:
Note that ldap1.stanford.edu is a replica. It should be connected to on port 389
Specify that TLS should be used to encrypt the connection. SASL should be used when binding
The DN to bind as is replicator, and that GSSAPI should be used as the SASL mechanism
You can have multiple replica statements
replogfile /var/log/replog
This says where slapd should write out its replication log



