Search The Internet     Search ypass.net


 UNIX / Solaris 8 Software Dictionary 3S Info LegoRacers Other Crap 

       yPass Home > UNIX/Solaris 8 Info > OpenLDAP with Solaris 8 > Replication
Intro to LDAP
Security
Schema
Replication
Getting the Software
Configuring OpenLDAP
Populating OpenLDAP
Configuring Solaris
LDAP Cache Manager
LDAP Scripts
Solaris Schemas
Questions? Send me an email at eric@ypass.net and I'll try to help.

Replication

Replication is essentially a three step process. In a nutshell, the process is:
  1. The master slapd writes incoming modfications to a file
  2. slurpd reads the file that slapd writes to
  3. slurpd updates the replica servers
When slapd receives an update, it makes the modification to the LDAP directory, then writes an LDIF version of the modification to what is called a "replication log."

slurpd continuously monitors the replication log for changes. When a change is made to the replication log, it reads the LDIF modification, then updates all of the configured replica servers. The update is performed via the LDAP protocol itself.

At this point, you should be ready to read the OpenLDAP 2.0 Administrator's Guide

Previous: Schema | Next: Getting the Software