EGOPOLY

Topics include: programming, Apple, Unix, gadgets, large-scale web sites and other nerdy stuff.

How to stop and start slapd on Leopard Server

2009-02-06 13:59:11

slapconfig -startldapserver

slapconfig -stopldapserver

To dump the contents of one LDAP server:

slapcat > data.ldif

To load it back in (stop slapd first)

slapadd < data.ldif