Re: [cas-user] Need help setting up LDAP Authentication

2017-07-06 Thread Sébastien Beaudlot
Hello Toby, I think you should try like this : cas.authn.ldap[0].userFilter=uid={user} Refer to the CAS properties page. Le 6 juillet 2017 17:32:01 GMT+02:00, Toby Archer a écrit : >I'm upgrading from CAS 3.5 to CAS 5.1. The configurations are similar, >but >not

Re: [cas-user] Need help setting up LDAP Authentication

2017-07-06 Thread Toby Archer
ah. that did it. Thank you. I'm sure I would have looked at that all day and not realized it was the missing piece. On Thu, Jul 6, 2017 at 11:07 AM, Sébastien Beaudlot < sebastien.beaud...@univ-avignon.fr> wrote: > Hello Toby, > > I think you should try like this : > >

[cas-user] Need help setting up LDAP Authentication

2017-07-06 Thread Toby Archer
I'm upgrading from CAS 3.5 to CAS 5.1. The configurations are similar, but not quite the same. My configuration on CAS 3.5 is: # == LDAP Authentication settings == > ldap.authentication.filter=uid=%u > ldap.authentication.server.urls=ldap://dev-ldap7-1.usd.edu >