Skip navigation

STANFORD UNIVERSITY

INFORMATION TECHNOLOGY SERVICES

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:

  1. Note that ldap1.stanford.edu is a replica. It should be connected to on port 389

  2. Specify that TLS should be used to encrypt the connection. SASL should be used when binding

  3. 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

Last modified Wednesday, 18-Jan-2006 06:13:22 PM

Stanford University Home Page