-
Notifications
You must be signed in to change notification settings - Fork 0
ldap
opichon edited this page Oct 27, 2012
·
6 revisions
The suffixes of the ldap databases to backup. Indicate a space-separated list of suffixes.
default value: none
example:
suffixes = dc=mydomain,dc=com dc=example,dc=com
The directory in which the ldap database backups will be stored.
default value:
/var/backups/ldap
A temporary directory to store the backups. This directory will be deleted when the backup completes successfully.
default value:
/var/backups/ldap.tmp
The command to use for performing back up.
Default value:
/usr/sbin/slapcat
The options supplied to the command.
default value:
-f /etc/ldap/slapd.conf
Whether to compress the resulting ldif file. This option is not supported yet. Currently all backups are compressed using the bzip2 command.