]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
First version of a CAS authentication plugin
authorCraig Andrews <candrews@integralblue.com>
Tue, 22 Dec 2009 22:53:24 +0000 (17:53 -0500)
committerCraig Andrews <candrews@integralblue.com>
Tue, 22 Dec 2009 22:53:24 +0000 (17:53 -0500)
commit6549e4779a55a650582fdafd5f9c81d374222497
treee12971f719a583dd4a181f894eb60a3d06eaf052
parentc9c316db7f003e018202e6c9f39770c208aecc05
First version of a CAS authentication plugin
17 files changed:
plugins/CasAuthentication/CasAuthenticationPlugin.php [new file with mode: 0644]
plugins/CasAuthentication/README [new file with mode: 0644]
plugins/CasAuthentication/caslogin.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/PGTStorage/pgt-db.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/PGTStorage/pgt-file.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/PGTStorage/pgt-main.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/client.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/domxml-php4-php5.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/languages/catalan.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/languages/english.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/languages/french.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/languages/german.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/languages/greek.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/languages/japanese.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/languages/languages.php [new file with mode: 0644]
plugins/CasAuthentication/extlib/CAS/languages/spanish.php [new file with mode: 0644]