~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: mattgiuca
  • Date: 2008-02-21 06:06:10 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:531
www/auth: Split authenticate.py into 3 modules: autherror and ldap_auth.
    Now authenticate looks through the list of modules in conf.auth_modules
    to figure out what to import (does not import ldap_auth directly,
    only through auth_modules).
    Error messages now contain module name.
setup.py: Renamed ldap to ldap_auth (due to naming conflict with ldap lib).

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
    (Caution: This password is stored in plaintext in lib/conf/conf.py)""",
273
273
    """
274
274
# Database password"""))
275
 
config_options.append(ConfigOption("auth_modules", "ldap",
 
275
config_options.append(ConfigOption("auth_modules", "ldap_auth",
276
276
    """Authentication config
277
277
=====================
278
278
Comma-separated list of authentication modules. Only "ldap" is available