@@ -66,9 +66,9 @@ settings:
At this point, you should setup your database. Recommended is postgreSQL,
but you might be able to use SQLite. For more information, see https://www.illyse.org/projects/ils-si/wiki/Mise_en_place_environnement_de_dev
-If you don't want to use a LDAP, just set in your `settings_local.py`
+If you don't want to use LDAP, just set in your `settings_local.py`:
- LDAP_ENABLE = False
+ LDAP_ACTIVATE = False
The first time, you need to create the database, create a superuser, and
import some base data to play with:
@@ -231,7 +231,7 @@ TEST_RUNNER = 'django.test.runner.DiscoverRunner'
GRAPHITE_SERVER = "http://graphite-dev.illyse.org"
# Do we use LDAP or not
-LDAP_ACTIVATE=True
+LDAP_ACTIVATE = True
# LDAP Base DNs
LDAP_USER_BASE_DN = "ou=users,ou=unix,o=ILLYSE,l=Villeurbanne,st=RHA,c=FR"