From a917f89b1d0ef7b6ba08ae7c3b341683805b04a7 Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Thu, 21 Apr 2005 19:05:15 +0000
Subject: [PATCH] Added a note about required configuration options for
 ldapsearch method

---
 etc/backup.d/example.ldap | 1 +
 1 file changed, 1 insertion(+)

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 
-- 
GitLab