This is a login manager for TWiki which allows integration in a CAS Single Sign On infrastructure.
Once installed, it provides users with a "trip" to a CAS server to enter usernames and passwords when authentication is required in TWiki.
To activate it, you will specify TWiki::LoginManager::CasLogin
(or TWiki::Client::CasLogin
for TWiki 4.1.x) in the security setup section of configure.
Configure the following variables to activate this Login manager :
$TWiki::cfg{LoginManager} = 'TWiki::LoginManager::CasLogin'; # or 'TWiki::Client::CasLogin'; for TWiki 4.1.x $TWiki::cfg{CAS}{casUrl} = 'https://yourcas.yourdomain/cas'; $TWiki::cfg{CAS}{CAFile} = '/etc/ssl/certs/your_CAS.pem';
Should you wish to trace execution of Client/LoginManager, you may set also :
$TWiki::cfg{Trace}{Client} = 1;
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server where TWiki is running.
Like many other TWiki extensions, this module is shipped with a fully automatic installer script written using the BuildContrib.
configure
interface (Go to Plugins->Find More Extensions) .zip
or .tgz
archives
perl <module>_installer
)
configure
and enable the module, if it is a plugin.
,v
files in your existing install (take care not to lock the files when you check in)
This initial attempt at packaging the CasLogin is based on work done by CharlieReitsma (See CasLogin), modified by OlivierBerger to work with TWiki 4.1.2, and assembled into a Contrib package.
You'll find the original version of CharlieReitsma meant for TWiki 4.2 in CasLogin.
Contrib Author(s): | CharlieReitsma, OlivierBerger | ||||||
Copyright: | © Greg Abbas, Charlie Reitsma, Olivier Berger | ||||||
License: | GPL (Gnu General Public License)![]() |
||||||
Contrib Version: | 17456 (26 Aug 2008) | ||||||
Change History: | |||||||
v. 0.17456 (26 Aug 2008) | Updating documentation, adding Config.spec, managing Contrib sources in SVN. | ||||||
v. 2 (20080815) | Adding TWiki::LoginManager::CasLogin for TWiki 4.2 to ship both versions at the same time. | ||||||
v. 1 (20080814) | Initial release with TWiki::Client::CasLogin, only for TWiki 4.1.2. | ||||||
Dependencies: |
|
||||||
Contrib Home: | http://twiki.org/cgi-bin/view/Plugins/CasLoginContrib![]() |
||||||
Feedback: | http://twiki.org/cgi-bin/view/Plugins/CasLoginContribDev![]() |
||||||
Appraisal: | http://twiki.org/cgi-bin/view/Plugins/CasLoginContribAppraisal![]() |
Related Topics: TWikiContribs, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences