Changeset 2231
- Timestamp:
- 10/29/08 11:55:14 (2 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/admin/ModuleAuthlist.py (added)
- cherokee/trunk/admin/consts.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r2230 r2231 1 1 2008-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. 2 6 3 7 * contrib/09to010.py, contrib/Makefile.am: Added new configuration cherokee/trunk/admin/consts.py
r2042 r2231 28 28 ('ldap', 'LDAP server'), 29 29 ('mysql', 'MySQL server'), 30 ('pam', 'PAM') 30 ('pam', 'PAM'), 31 ('authlist', 'Fixed list') 31 32 ] 32 33