Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Add interrupt_url and usernamed_suffix to config example #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add interrupt_url and usernamed_suffix to config example
Adding config examples for the pull requests rbCAS/CASino#177 and rbCAS/casino-ldap_authenticator#10
twhitney11 authored Dec 20, 2016
commit 23c0cd444e443ccd53ab1c515e8377b5925fd5f9
2 changes: 2 additions & 0 deletions config/cas.yml.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
production:
# interrupt_url: https://pwm.domain.com/pwm/private/CommandServlet?processAction=checkAll&forwardURL=
frontend:
sso_name: 'CASino'
footer_text: 'Powered by <a href="http://rbcas.com/">CASino</a>'
@@ -14,6 +15,7 @@ production:
# port: 636
# base: 'ou=people,dc=example,dc=com'
# username_attribute: 'uid'
# username_suffix: '@domain.com'
# encryption: 'simple_tls'
# extra_attributes:
# email: 'mail'