diff options
author | Micah Anderson <micah@riseup.net> | 2005-04-21 19:05:15 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2005-04-21 19:05:15 +0000 |
commit | a917f89b1d0ef7b6ba08ae7c3b341683805b04a7 (patch) | |
tree | 8ce62e5dff701406f322c969a023aabd27c92acd /etc | |
parent | 4924d343a42e02af4d5af66571ce3a4d65ad22d6 (diff) | |
download | backupninja-a917f89b1d0ef7b6ba08ae7c3b341683805b04a7.tar.gz backupninja-a917f89b1d0ef7b6ba08ae7c3b341683805b04a7.tar.bz2 |
Added a note about required configuration options for ldapsearch method
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backup.d/example.ldap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/backup.d/example.ldap b/etc/backup.d/example.ldap index ab48ad1..c35081b 100644 --- a/etc/backup.d/example.ldap +++ b/etc/backup.d/example.ldap @@ -28,6 +28,7 @@ ## ldapsearch is the safer method to do backups, but is slow, slapcat ## is much faster, but should not be done on an ldbm backend unless you have ## restart set to yes +## NOTE: with the ldapsearch method passwordfile and binddn need to be set # method = ldapsearch ## passwordfile (no default): this should be set to the file that contains |