Hello everyone,
I work with CAS version 6.0 and 6.1.0-RC3. I am trying to store the booleen
result of the AUP validation in my OPENLDAP directory. I get this error
message:
<LDAPException (resultCode = 21 (invalid attribute syntax),
diagnosticMessage = 'supListRed: value # 0 invalid per syntax' When I
modify my configuration to use an attribute accepting a string. I have no
more errors and I have the value lowercase. Also I wonder if my error
message comes from the format of the response of the AUP? If you have any
ideas or explanations I am interested.
Thank you in advance.
Laurent
=== Configuration ==
### LDAP
cas.authn.ldap[0].type=AUTHENTICATED
cas.authn.ldap[0].useSsl=true
cas.authn.ldap[0].ldapUrl=ldaps://ldap.xxxx.fr
cas.authn.ldap[0].baseDn=dc=xxx,dc=fr
cas.authn.ldap[0].subtreeSearch=true
cas.authn.ldap[0].searchFilter=uid={user}
cas.authn.ldap[0].bindDn=uid=sso,ou=xxxxx,dc=enssib,dc=fr
cas.authn.ldap[0].bindCredential=xxxxx
cas.authn.ldap[0].principalattributelist=cn,givenname,mail,ou,responsable,supannListeRouge
#### LDAP AUP ####
cas.acceptableusagepolicy.ldap.binddn=cn=manager,dc=xxxx,dc=fr
cas.acceptableusagepolicy.ldap.bindcredential=xxxxxx
cas.acceptableusagepolicy.ldap.ldapurl=ldap://ldap.xxx.fr
cas.acceptableusagepolicy.ldap.basedn=dc=xxxx,dc=fr
cas.acceptableusagepolicy.ldap.searchFilter=uid={user}
cas.acceptableUsagePolicy.ldap.connectTimeout=5000
cas.acceptableUsagePolicy.ldap.minPoolSize=3
cas.acceptableUsagePolicy.ldap.maxPoolSize=10
cas.acceptableUsagePolicy.ldap.validateOnCheckout=true
cas.acceptableUsagePolicy.ldap.validatePeriodically=true
cas.acceptableUsagePolicy.ldap.validatePeriod=600
cas.acceptableUsagePolicy.ldap.idleTime=500
cas.acceptableUsagePolicy.ldap.prunePeriod=600
cas.acceptableUsagePolicy.ldap.blockWaitTime=5000
cas.acceptableUsagePolicy.ldap.useSsl=false
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/4b1e1b12-4409-4500-849d-8d17c74a0949%40apereo.org.