aboutsummaryrefslogtreecommitdiff
path: root/lib/beam/ldap.sh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-05-11 11:43:34 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-05-11 11:43:34 +0200
commit66f06e2daeb2952a5dba017f03606b48c3ce4dec (patch)
tree45d68abacd61c7bab0be4d729f8655966d896bed /lib/beam/ldap.sh
parentaa48c0113be59350159788f9efd43d8736e87dcb (diff)
downloadbeam-66f06e2daeb2952a5dba017f03606b48c3ce4dec.tar.gz
beam-66f06e2daeb2952a5dba017f03606b48c3ce4dec.tar.bz2
Bugfix
* lib/beam/common.in (abend): Call beam_unlock explicitly (beam_lock): Rewrite. * lib/beam/ldap.sh (ldap_backup): Fix the -b option argument.
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.