[ https://issues.apache.org/jira/browse/VCL-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851000#comment-16851000 ]
ASF subversion and git services commented on VCL-1087: ------------------------------------------------------ Commit 15edbf5e5e4fd8d08ab7250b6ad9fcfbff72fae9 in vcl's branch refs/heads/VCL-1087_VCL_CAS_SSO from Josh Thompson [ https://gitbox.apache.org/repos/asf?p=vcl.git;h=15edbf5 ] VCL-1087 - VCL CAS SSO updated mysql* functions for mysqli* modified checkCASUserInDatabase: changed $mysql_link_vcl to $mysqli_link_vcl; changed mysql_real_escape_string to vcl_mysql_escape_string; changed mysql_fetch_assoc to mysqli_fetch_assoc modified addCASUser: changed $mysql_link_vcl to $mysqli_link_vcl; changed mysql_real_escape_string to vcl_mysql_escape_string; changed mysql_affected_rows to mysqli_affected_rows modified updateCASUser: changed $mysql_link_vcl to $mysqli_link_vcl; changed mysql_affected_rows to mysqli_affected_rows; changed mysql_error to mysqli_error; changed mysql_fetch_assoc to mysqli_fetch_assoc > 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)