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

« back to all changes in this revision

Viewing changes to www/conf/README

  • Committer: mattgiuca
  • Date: 2008-02-21 07:08:07 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:533
auth/authenticate: Much done!
    Fixed immediate failure if user not in DB (now sets user to None to give
    it the chance to pulldown).
    Now writes the user to the DB if a user object is returned.
    Fixed simple_db_auth raising if the user is not in the DB. It now returns
    None, again, to give chance to pulldown.
    Fixed importing modules - the auth dir is not in sys.path so there are
    import errors. Did some foo (a LOT of magic) to get the auth dir in
    sys.path.

auth/ldap_auth: Fixed missing import.
auth/guest_auth: Added new auth module, guest. This is more of a toy.
    It auths guest/guest and also returns a new user which is written to the
    DB - so it's like a user pulldown module.

userdb/users.sql: Fixed rolenms allowed - these did not match caps.Role.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
conf directory - README
2
 
=======================
3
 
 
4
 
This directory contains Python files for configuration purposes. These files
5
 
should be edited by administrators who wish to configure how IVLE is set up
6
 
and which apps are available.
7
 
 
8
 
conf.py
9
 
-------
10
 
 
11
 
Note: Please do not commit conf.py to the repository. This file is
12
 
autogenerated by ../setup.py.
13
 
 
14
 
If you wish to make changes to the way conf.py is set up, please edit the
15
 
conf.py template string found inside ../setup.py. Then the administrator may
16
 
configure conf.py as they wish.