[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: how to maintain OpenLDAP database ?



As noted by others, you can use slapcat or ldapsearch to perform nightly
backups. If using ldapsearch, be sure your ACLs allow a full dump,
including userPassword.

Also, be sure to put into place log monitoring for slapd (and possibly
slurpd if you are replicating) to watch for errors. We also like to do
routine and automated LDAP service checks via tools such as Big Brother.

How long have you been using OpenLDAP anyway?

--
Puryear IT, LLC
Identity Management, Directory Services, Systems Integration
Baton Rouge, LA * 225-706-8414 * http://www.puryear-it.com

"Best Practices for Managing Linux and UNIX Servers"
  http://www.puryear-it.com/pubs/linux-unix-best-practices


JOYDEEP wrote:
> Dear list,
>
> I am newbie in OpenLDAP. Prersently I am running an OpenLDAP as the
> authentication of Postfix+IMAP email server.
> How can I take backup and maintain the database of LDAP ? what are the
> commands ?
> I like to place the associated commands in a cron jobs.
> Please enlighten me. thanks