Re: [cas-user] LDAP attributes

2018-02-05 Thread Satnam Sarai
thanks Daniel, Setting cas.authn.ldap[0].searchEntryHandlers[0].type=OBJECT_GUID worked. Another question, we want to overwrite postAuthenticate & preAuthenticate function of LdapAuthenticationHandler. We created custom handler, now we noticed that CAS add default LDAP handler and ours

[cas-user] User-Interface-Customization

2018-02-05 Thread Satnam Sarai
Hello, Is it possible to read value from cas.properties in .html views? in 4.2.x, we are reading two links from cas.properties file and creating link in casLoginView.jsp. thanks -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines:

Re: [cas-user] User-Interface-Customization

2018-02-05 Thread Satnam Sarai
doc/articles/springmvcaccessdata.html >> >> >> 2018-02-05 16:56 GMT-03:00 Satnam Sarai <satna...@gmail.com >> >: >> >>> Hello, >>> >>> Is it possible to read value from cas.properties in .html views? in >>> 4.2.x, we are

[cas-user] Enable /status/stat in 5.2.x

2018-02-12 Thread Satnam Sarai
Hello, I am trying to enable /status/stats endpoint. When I got to /status/stats, I get message saying "Loading..." It does not show cas stats. Do I need to set something in cas.properties file? Here is part of cas.properties files security.basic.authorizeMode= authenticated

[cas-user] org.apereo.cas.authentication.PolicyBasedAuthenticationManager thow an error in log when user input Invalid credentials.

2018-02-13 Thread Satnam Sarai
Hello, we are upgrade cas to 5.2.x, we noticed that cas throw an error in log/email when user input Invalid credentials. In this case we don't want to receive notification when user inputs Invalid credentials as long cas blocks the (log will grow exponentially and email notifications will not

Re: [cas-user] org.apereo.cas.authentication.PolicyBasedAuthenticationManager thow an error in log when user input Invalid credentials.

2018-02-13 Thread Satnam Sarai
org > > cas.authn.ldap[1].bindCredential: x > > > > === > > Thank You; > > Chris Cheltenham > Technology Services > The School District of Philadelphia > > Work # 215-400-5025 > Cell # 215-301-6571 > > *From:* cas-...

Re: [cas-user] org.apereo.cas.authentication.PolicyBasedAuthenticationManager thow an error in log when user input Invalid credentials.

2018-02-13 Thread Satnam Sarai
ilter=uid={user} > > # cas.authn.ldap[0].bindDn=uid=cuth,dc=philasd,dc=org > > # cas.authn.ldap[0].bindCredential= > > > > === > > Thank You; > > Chris Cheltenham > Technology Services > The School District of Philadelphia

[cas-user] Re: Inspektr audit says AUTHENTICATION_SUCCESS on authentication failures

2018-03-07 Thread Satnam Sarai
I noticing same thing in 5.2.3. On Monday, March 5, 2018 at 7:33:52 AM UTC-8, Olivier wrote: > > Has this already been fixed in the CAS release 5.2.3 ? > > On Tuesday, January 23, 2018 at 5:38:15 AM UTC-5, Oscar del Pozo wrote: >> >> There is a bug in the module inspektr-audit-1.7.1.GA when

Re: [cas-user] 5.3.3 version issue getting request.queryString

2018-03-07 Thread Satnam Sarai
do you know any guide? I am not sure how to access request from webflow.. thanks On Tuesday, March 6, 2018 at 10:59:19 AM UTC-8, Manfredo Hopp wrote: > > I would try a workaround, maybe accessing request from webflow. > > 2018-03-05 14:21 GMT-03:00 Satnam Sarai <sat

Re: [cas-user] 5.3.3 version issue getting request.queryString

2018-03-06 Thread Satnam Sarai
ss to request parameters is forbidden in preprocessing and > unescaped expressions, in TEXT template mode, in fragment insertion > specifications and in some specific attribute processors. > > > > > El lunes, 5 de marzo de 2018, Satnam Sarai <satna...@gmail.com > > e

[cas-user] error starting 5.3.5

2018-11-07 Thread Satnam Sarai
Hello, I am trying to upgrade cas from 5.2.x to 5.3.x. I came cross error at startup. I have remove all my customization but same error still occurs at start up. I am not sure what is missing. the cas.properties has just cas.server.name=https://localhost:8443