Changeset 2231

Show
Ignore:
Timestamp:
10/29/08 11:55:14 (2 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r2230 r2231  
    112008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com> 
     2 
     3        * admin/ModuleAuthlist.py, admin/consts.py: A new Cherokee admin 
     4        module has been added to reflect the functionality of the new 
     5        AuthList validator. 
    26 
    37        * contrib/09to010.py, contrib/Makefile.am: Added new configuration 
  • cherokee/trunk/admin/consts.py

    r2042 r2231  
    2828    ('ldap',     'LDAP server'), 
    2929    ('mysql',    'MySQL server'), 
    30     ('pam',      'PAM') 
     30    ('pam',      'PAM'), 
     31    ('authlist', 'Fixed list') 
    3132] 
    3233