[cas-user] Re: Migrating CAS 4.x to 5.1 - Problem with jdbc attribute mapping

2017-09-18 Thread Andy Ng
Hi, Yeah I also agree that some part of the doc is still not written in depth. I actually need to understand some of the attributes by reading the source code of cas. - Andy On Monday, 18 September 2017 15:59:59 UTC+8, SebastianU wrote: > > Hi! > > thanks for the link! > > Got it to work with a

[cas-user] Re: Migrating CAS 4.x to 5.1 - Problem with jdbc attribute mapping

2017-09-18 Thread SebastianU
Hi! thanks for the link! Got it to work with a little trying. First I got confused because the field and attributes names in this tutorial are the same... Lack of documentation on cas attributes... Sebastian Am Freitag, 15. September 2017 10:50:19 UTC+2 schrieb Andy Ng: > > Hi Sebastian, >

[cas-user] Re: Migrating CAS 4.x to 5.1 - Problem with jdbc attribute mapping

2017-09-15 Thread Andy Ng
Hi Sebastian, >From dev of CAS, here's is an tutorial on how to set up jdbc in CAS 5.1.x: https://apereo.github.io/2017/02/22/cas51-dbauthn-tutorial/ Just for more reference, here is my settings: cas.authn.jdbc.query[0].sql=SELECT * FROM test_users WHERE uid=? cas.authn.jdbc.query[0].url=jdbc:my