Advertisement
Guest User

Untitled

a guest
Dec 28th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. cas.server.name: https://cas.example.org:8443
  2. cas.server.prefix: https://cas.example.org:8443/cas
  3.  
  4. cas.adminPagesSecurity.ip=127\.0\.0\.1
  5.  
  6. logging.config: file:/etc/cas/config/log4j2.xml
  7. # cas.serviceRegistry.config.location: classpath:/services
  8.  
  9. # SSL
  10. # server.ssl.enabled=false
  11.  
  12. cas.authn.jdbc.query[0].sql=SELECT * FROM public.auth_user WHERE login=?
  13. cas.authn.jdbc.query[0].url=jdbc:postgresql://localhost:5432/resin
  14. cas.authn.jdbc.query[0].dialect=org.hibernate.dialect.PostgreSQL95Dialect
  15. cas.authn.jdbc.query[0].user=postgres
  16. cas.authn.jdbc.query[0].password=postgres
  17. cas.authn.jdbc.query[0].driverClass=org.postgresql.Driver
  18. cas.authn.jdbc.query[0].fieldPassword=password
  19. cas.authn.jdbc.query[0].passwordEncoder.type=BCRYPT
  20.  
  21. logging.level.org.apereo=DEBUG
  22. cas.authn.accept.users=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement