You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by junaidali <gi...@git.apache.org> on 2018/09/19 21:19:32 UTC

[GitHub] vcl pull request #5: Vcl 1087 vcl cas sso

GitHub user junaidali opened a pull request:

    https://github.com/apache/vcl/pull/5

    Vcl 1087 vcl cas sso

    When using CAS affiliation if we searched for an account using user lookup it would generate an error. Creating empty functions for affilValFunc, addUserFunc and updateUserFunc for CAS based affiliations will resolve this issue.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/junaidali/vcl VCL-1087_VCL_CAS_SSO

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/vcl/pull/5.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5
    
----
commit 01b9a6e77e20b3daaa191f37b968a526d6be909a
Author: Josh Thompson <jf...@...>
Date:   2018-06-21T16:25:52Z

    doap_vcl.rdf: changed repo from subversion to git

commit 7df0ca5deef3271dfe5f91b2e52dc3aa0b482a2c
Author: Junaid Ali <al...@...>
Date:   2018-09-19T21:08:33Z

    Merge branch 'VCL-1087_VCL_CAS_SSO' of https://github.com/apache/vcl into VCL-1087_VCL_CAS_SSO

commit db85a013c95d10cb36a2d6945041ed5b46a98425
Author: Junaid Ali <al...@...>
Date:   2018-09-19T21:10:46Z

    bug fix for user lookup when using CAS affiliations.

----


---

[GitHub] vcl pull request #5: Vcl 1087 vcl cas sso

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/vcl/pull/5


---

[GitHub] vcl issue #5: Vcl 1087 vcl cas sso

Posted by junaidali <gi...@git.apache.org>.
Github user junaidali commented on the issue:

    https://github.com/apache/vcl/pull/5
  
    If CAS released attributes have special characters, the database update would fail. Added support for making CAS released attributes MySQL safe.


---