variables: localhost entre guillemets
This commit is contained in:
parent
8ab419f8f3
commit
4377e1cf3e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ uri = "ldap://ldap.adm.crans.org/"
|
||||||
if os.getenv('DBG_LDAP', False):
|
if os.getenv('DBG_LDAP', False):
|
||||||
host = os.getenv('DBG_LDAP', '1')
|
host = os.getenv('DBG_LDAP', '1')
|
||||||
if host == '1':
|
if host == '1':
|
||||||
host = localhost
|
host = 'localhost'
|
||||||
uri = 'ldap://%s/' % host
|
uri = 'ldap://%s/' % host
|
||||||
|
|
||||||
#: dn racine de l'endroit où sont stockées les données
|
#: dn racine de l'endroit où sont stockées les données
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue