Description: allow connections to arbitrary LDAP servery by default
Origin: vendor
--- a/etc/web2ldap/web2ldapcnf/hosts.py
+++ b/etc/web2ldap/web2ldapcnf/hosts.py
@@ -61,7 +61,7 @@ ldap_uri_list = [
 
 # Set to True (or 1) if LDAP access should be restricted to the LDAP servers
 # defined in ldap_uri_list (default if absent is 0 - restriction disabled)
-restricted_ldap_uri_list = 1
+restricted_ldap_uri_list = 0
 
 ########################################################################
 # LDAP host(s) with their defaults can be pre-defined as dictionary
