X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fldap.in;h=6197183162ae413d89d96eedec1fdc5d491ce8bd;hb=0c71c7cd980e339a96c292252a84aa1eebfd6938;hp=65dd85375e13a6f1066a376ee2cfc6cd9040da65;hpb=7d66aa2118c907050c31682c066b3ac7c87ddfc1;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/handlers/ldap.in b/handlers/ldap.in index 65dd853..6197183 100644 --- a/handlers/ldap.in +++ b/handlers/ldap.in @@ -26,7 +26,7 @@ fi ### VServers # If vservers are configured, check that the ones listed in $vsnames do exist. local usevserver=no -if [ $vservers_are_available = yes ]; then +if [ $vservers_are_available = yes -a -n "$vsnames" ]; then if [ "$vsnames" = all ]; then vsnames="$found_vservers" else