Skip to content
opichon edited this page Oct 27, 2012 · 6 revisions

ldap configuration syntax

Configuration options

suffixes

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

dest

The directory in which the ldap database backups will be stored.

default value:

/var/backups/ldap

tmp

A temporary directory to store the backups. This directory will be deleted when the backup completes successfully.

default value:

/var/backups/ldap.tmp

SLAPCAT

The command to use for performing back up.

Default value:

/usr/sbin/slapcat

options

The options supplied to the command.

default value:

-f /etc/ldap/slapd.conf

compress

Whether to compress the resulting ldif file. This option is not supported yet. Currently all backups are compressed using the bzip2 command.

Clone this wiki locally