From 23c0cd444e443ccd53ab1c515e8377b5925fd5f9 Mon Sep 17 00:00:00 2001 From: Tyler Whitney Date: Tue, 20 Dec 2016 01:22:49 -0500 Subject: [PATCH] Add interrupt_url and usernamed_suffix to config example Adding config examples for the pull requests https://github.com/rbCAS/CASino/pull/177 and https://github.com/rbCAS/casino-ldap_authenticator/pull/10 --- config/cas.yml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/cas.yml.example b/config/cas.yml.example index a559415..876384f 100644 --- a/config/cas.yml.example +++ b/config/cas.yml.example @@ -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 CASino' @@ -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'