Re: [cas-user] Attribute fetching from LDAP

2019-10-09 Thread Ray Bon
Eric, Looks like userFilter was changed to searchFilter, https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties-Common.html#ldap-authenticationsearch-settings Ray On Wed, 2019-10-09 at 13:11 -0700, Eric Jiang wrote: Hi there, I am new to CAS, been setting up the

[cas-user] Attribute fetching from LDAP

2019-10-09 Thread Eric Jiang
Hi there, I am new to CAS, been setting up the server(5.3.0) in the past days to work with LDAP, now we would like to simply retrieve one extra attribute .e.g email from the LDAP server. I have configured the server like this according to the blog :

[cas-user] Re: Apereo CAS Deployer Survey: 2019 Edition

2019-10-09 Thread Misagh Moayyed
Survey results are now published: https://apereo.github.io/2019/10/09/cas-survey-results2019/ On Tuesday, September 3, 2019 at 9:10:41 PM UTC+4, Misagh Moayyed wrote: > > Survey is now closed. Thank you all for participating. Aggregated, > anonymized results as well as a brief post-mortem

[cas-user] Re: [CAS5.3.10] How to use SPNEGO authentication with login form as fallback

2019-10-09 Thread Kevin Imbrechts
JAAS is a Java standard authentication and authorization API. JAAS is configured via externalized plain text configuration file. https://apereo.github.io/cas/5.3.x/installation/JAAS-Authentication.html I think CAS attempts to use another authentication support but I don't know why... -- -

Re: [cas-user] Re: [CAS5.3.10] How to use SPNEGO authentication with login form as fallback

2019-10-09 Thread Ray Bon
java authentication authorization service On Wed, 2019-10-09 at 04:22 -0700, vallee.romain wrote: What is JAAS ? Le mercredi 9 octobre 2019 11:11:19 UTC+2, Kevin Imbrechts a écrit : I have a JAAS config file using Kerberos and I changed my cas.properties file like this :

[cas-user] Service Access Strategy with several attributes and OR logic

2019-10-09 Thread Sébastien BEAUDLOT
Hi, I want to filter access on a CAS service from ldap attributes for some users and uid for other users (i don't want to allow all group for those few users). Is it possible to apply a OR logic to Service Access Strategy ? Documentation only show an exemple with AND logic and two attributes

[cas-user] Re: [CAS5.3.10] How to use SPNEGO authentication with login form as fallback

2019-10-09 Thread vallee.romain
What is JAAS ? Le mercredi 9 octobre 2019 11:11:19 UTC+2, Kevin Imbrechts a écrit : > > I have a JAAS config file using Kerberos and I changed my cas.properties > file like this : > cas.authn.jaas[0].realm=MY.DOMAIN > cas.authn.jaas[0].kerberosKdcSystemProperty=ad.MY.DOMAIN >

[cas-user] Re: [CAS5.3.10] How to use SPNEGO authentication with login form as fallback

2019-10-09 Thread Kevin Imbrechts
I have a JAAS config file using Kerberos and I changed my cas.properties file like this : cas.authn.jaas[0].realm=MY.DOMAIN cas.authn.jaas[0].kerberosKdcSystemProperty=ad.MY.DOMAIN cas.authn.jaas[0].kerberosRealmSystemProperty=MY.DOMAIN

[cas-user] Re: Noob question about{...}

2019-10-09 Thread vallee.romain
I thought it was a new feature of version 6 ! Le mercredi 9 octobre 2019 09:11:00 UTC+2, Andy Ng a écrit : > > Hello, > > > what you mean is that this configuration key is only present in the doc, > not in the configuration file > Yup. ${configurationKey} is not a working mechanism, *don't

[cas-user] Re: Noob question about{...}

2019-10-09 Thread Andy Ng
Hello, > what you mean is that this configuration key is only present in the doc, not in the configuration file Yup. ${configurationKey} is not a working mechanism, *don't put ${configurationKey}.cluster.instanceName in your cas.properties file, instead, put this

[cas-user] Re: Noob question about{...}

2019-10-09 Thread vallee.romain
thank you for your answers !! what you mean is that this configuration key is only present in the doc, not in the configuration file Le mardi 8 octobre 2019 21:53:28 UTC+2, vallee.romain a écrit : > > Hello. > I spend a lot of Time to configure 5.x cas, and,now,i have to configure > 6.0