diff --git a/variables.py b/variables.py index 406c0c8..75a00e3 100644 --- a/variables.py +++ b/variables.py @@ -14,7 +14,7 @@ uri = "ldap://ldap.adm.crans.org/" if os.getenv('DBG_LDAP', False): host = os.getenv('DBG_LDAP', '1') if host == '1': - host = localhost + host = 'localhost' uri = 'ldap://%s/' % host #: dn racine de l'endroit où sont stockées les données