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 <jfthomps@...>
Date: 2018-06-21T16:25:52Z
doap_vcl.rdf: changed repo from subversion to git
commit 7df0ca5deef3271dfe5f91b2e52dc3aa0b482a2c
Author: Junaid Ali <alisyed8@...>
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 <alisyed8@...>
Date: 2018-09-19T21:10:46Z
bug fix for user lookup when using CAS affiliations.
----
---