LDAP helper: make error message clearer when no supported backend is found
[matthijs/upstream/backupninja.git] / handlers / ldap.helper.in
index a00c40ae6734e7abc77da377d5ebd1bb8e88e24a..92518265b62b1eddf3fdc229a494c74d23944d83 100644 (file)
@@ -84,7 +84,7 @@ ldap_wizard() {
      _RESTART=yes
      ldap_create_file
    else
-     msgBox "ldap action wizard" "I couldn't find any backends in your slapd.conf. Bailing out." 
+     msgBox "ldap action wizard" "I couldn't find any supported backend in your slapd.conf. Bailing out." 
      return
    fi
 }