Toshio Kuratomi
2007-02-27 05:02:39
Revision ID: toshio@tiki-lounge.com-20070227050239-ir41sse2arsdvbq2
* fassession.sql: Database to store web session information for fas v1. This
is used by TurboGears at the moment.
* fassession2.sql: Database to store web session information for fas v2. This
is used by TurboGears at the moment.
* fedora/accounts/fasLDAP.py: Module from Mike McGrath to connect to fas2.
* fedora/accounts/tgfas2.py: The new version of tgfas uses a TEXT column for
user_id as LDAP uses the username as the "primary key".
* fedora/tg/identity/safas2provider.py: First attempt to use fas v2 to
authenticate the users.
* setup.py: Bump version to 0.2.90.1
- Add the safas2 entrypoint.