[ 
https://issues.apache.org/jira/browse/VCL-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16466311#comment-16466311
 ] 

ASF subversion and git services commented on VCL-1087:
------------------------------------------------------

Commit 111ee5287298250f1770e31e09c3073e8112d8fc in vcl's branch 
refs/heads/VCL-1087_VCL_CAS_SSO from [~jfthomps]
[ https://git-wip-us.apache.org/repos/asf?p=vcl.git;h=111ee52 ]

VCL-1087 - VCL CAS SSO

mostly whitespace changes

casauth/index.php: modified 2 long lines concatenating strings to span
to multiple lines

authmethods/casauth.php: modified checkCASUserInDatabase: wrapped WHERE
conditional for query

utils.php:
-removed vclAutoLoader function
-modified existing __autoload function to first check for passed in
class being in $actions['classmapping'] to include a file, else check
for a file of the same name as the lower cased class name and include it
if there, then also check for the parent class being Resource, and if
so, include resource.php
-after __autoload is defined, check for existance of
spl_autoload_register function, if it exists, use it to register
__autoload in case something else has already used it to ensure our
__autoload function is registered. Kept the name for the __autoload
class for php versions before spl_autoload_register was added
-reworked getCryptKeyID function to dynamicly determine location of the
utils.php file, then determine location of cryptkeyid file based on that
so that the function can be called from various index.php files and
still find the right location without having to have lots of regex's for
each possible location

conf-default.php: changed commenting out of CAS example to just use a
starting slash star and ending star slash

authentication.php: only whitespace changes


> VCL CAS SSO
> -----------
>
>                 Key: VCL-1087
>                 URL: https://issues.apache.org/jira/browse/VCL-1087
>             Project: VCL
>          Issue Type: New Feature
>          Components: web gui (frontend)
>    Affects Versions: 2.5
>            Reporter: Junaid Ali
>            Priority: Major
>         Attachments: 0001-CAS-Authentication-Module.patch, Design document 
> for adding CAS support to VCL.pdf
>
>
> This new feature will add [CAS|https://www.apereo.org/projects/cas] single 
> sign on support to the VCL Website.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to