aboutsummaryrefslogtreecommitdiff
path: root/lib/beam/ldap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/beam/ldap.sh')
-rwxr-xr-xlib/beam/ldap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/beam/ldap.sh b/lib/beam/ldap.sh
index 40b9a4b..714b249 100755
--- a/lib/beam/ldap.sh
+++ b/lib/beam/ldap.sh
@@ -80,7 +80,7 @@ ldap_backup() {
if [ -n "$dbno" ]; then
options="$options -n$dbnum"
elif [ -n "$dbsuf" ]; then
- options="$options -b$slapcat"
+ options="$options -b$dbsuf"
fi
eval uri=\"\$${1}_uri\"

Return to:

Send suggestions and report system problems to the System administrator.