Guest User

Untitled

a guest
Aug 17th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. cas.server.name=https://cas.lepuyenvelay.fr
  2. cas.server.prefix=${cas.server.name}
  3.  
  4. mgmt.serverName=http://10.1.X.X:8280
  5. mgmt.adminRoles[0]=ROLE_ADMIN
  6. # mgmt.userPropertiesFile=file:/etc/cas/config/users.json
  7. mgmt.inCommonCert=file:/opt/ssl/lepuy.chained.crt
  8.  
  9. server.port=8080
  10.  
  11. logging.config=file:/etc/cas/config/log4j2-management.xml
  12.  
  13. mgmt.ldap.ldapUrl=ldaps://ldap.lepuyenvelay.fr
  14. mgmt.ldap.bindDn=cn=admin,dc=lepuyenvelay,dc=fr
  15. mgmt.ldap.bindCredential=secret
  16. #mgmt.ldap.useSsl=true
  17.  
  18. mgmt.authzAttributes[0]=memberOf
  19. mgmt.ldap.ldapAuthz.groupAttribute=cn
  20. mgmt.ldap.ldapAuthz.groupPrefix=ROLE_
  21. mgmt.ldap.ldapAuthz.groupFilter=(member={0})
  22. mgmt.ldap.ldapAuthz.groupBaseDn=ou=roles,dc=lepuyenvelay,dc=fr
  23. mgmt.ldap.ldapAuthz.rolePrefix=ROLE_
  24. mgmt.ldap.ldapAuthz.roleAttribute=memberOf
  25. mgmt.ldap.ldapAuthz.searchFilter=(cn={user})
  26. mgmt.ldap.ldapAuthz.baseDn=dc=lepuyenvelay,dc=fr
  27.  
  28. cas.serviceRegistry.watcherEnabled=true
  29. cas.serviceRegistry.schedule.repeatInterval=120000
  30. cas.serviceRegistry.schedule.startDelay=15000
  31. cas.serviceRegistry.jpa.user=cas
  32. cas.serviceRegistry.jpa.password=secret
  33. cas.serviceRegistry.jpa.driver-class=org.postgresql.Driver
  34. cas.serviceRegistry.jpa.url=jdbc:postgresql://10.1.X.X:5432/georchestra
  35. cas.serviceRegistry.jpa.dialect=org.hibernate.dialect.PostgreSQL95Dialect
  36. cas.serviceRegistry.jpa.default-schema=cas
  37.  
  38. cas.authn.attributeRepository.stub.attributes.uid=uid
  39. cas.authn.attributeRepository.stub.attributes.memberOf=memberOf
  40. cas.authn.attributeRepository.stub.attributes.cn=cn
  41. cas.authn.attributeRepository.stub.attributes.sn=givenName
  42. cas.authn.attributeRepository.stub.attributes.mail=mail
Add Comment
Please, Sign In to add comment