[cas-user] Re: How to Force logout ?

2017-11-21 Thread Edward
hi, 
maybe too late, but i just post anyway, maybe others might find it useful.
 
this is my steps to enable CAS status/dashboard url
1. add below in your cas.properties
cas.monitor.endpoints.enabled=true
cas.monitor.endpoints.sensitive=false
cas.monitor.endpoints.dashboard.enabled=true
cas.monitor.endpoints.dashboard.sensitive=false
cas.monitor.endpoints.status.enabled=true
cas.monitor.endpoints.status.sensitive=false

2. then you can access https://mycasdomain.com:8443/cas/status/dashboard
3. there you can see all session, and can kill specific session as well.
4. FYI you can only open this url from the machine where CAS is run.



On Saturday, 4 February 2017 00:10:34 UTC+8, mdottavi wrote:
>
> I'm looking for a way to invalidate a current user session. 
> Use case is the Admin that want to kill a user session.
> (Looking for a way CAS invoke the Single Logout BACK CHANNEL URL on all 
> registered ST)
>
> Thanx.
>

-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/a29ff78e-2c58-45ba-bcb9-e4aebda3b1f4%40apereo.org.


[cas-user] Re: CAS management - new service username attribute provider options

2017-11-21 Thread William E.
I had to add them to mine for the username drop down in cas management to 
get populated.


On Tuesday, November 21, 2017 at 2:01:09 PM UTC-6, Justin Andrews wrote:
>
> No, I do not have those in my cas.properties...
>
> On Tuesday, November 21, 2017 at 10:49:13 AM UTC-5, William E. wrote:
>>
>> Do you have entries like below in your cas.properties file?
>>
>> cas.authn.attributeRepository.ldap[0].attributes.uid=uid
>> cas.authn.attributeRepository.ldap[0].attributes.displayName=displayName
>> cas.authn.attributeRepository.ldap[0].attributes.cn=commonName
>>
>> cas.authn.attributeRepository.ldap[0].attributes.affiliation=eduPersonAffiliation
>> .
>>
>>
>>
>> On Monday, November 20, 2017 at 8:56:41 AM UTC-6, Justin Andrews wrote:
>>>
>>> Hi folks - What are the requirements to be able to adjust the username 
>>> attribute via the CAS management GUI? This is all I see.
>>>
>>>
>>> 
>>>
>>>

-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/ff7d81b5-5caf-46a4-a27a-5be615d04fb5%40apereo.org.


[cas-user] Re: CAS management - new service username attribute provider options

2017-11-21 Thread Justin Andrews
No, I do not have those in my cas.properties...

On Tuesday, November 21, 2017 at 10:49:13 AM UTC-5, William E. wrote:
>
> Do you have entries like below in your cas.properties file?
>
> cas.authn.attributeRepository.ldap[0].attributes.uid=uid
> cas.authn.attributeRepository.ldap[0].attributes.displayName=displayName
> cas.authn.attributeRepository.ldap[0].attributes.cn=commonName
>
> cas.authn.attributeRepository.ldap[0].attributes.affiliation=eduPersonAffiliation
> .
>
>
>
> On Monday, November 20, 2017 at 8:56:41 AM UTC-6, Justin Andrews wrote:
>>
>> Hi folks - What are the requirements to be able to adjust the username 
>> attribute via the CAS management GUI? This is all I see.
>>
>>
>> 
>>
>>

-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/df822e38-8f58-4b8a-a6a4-fd11a4db670b%40apereo.org.


[cas-user] ehcache issue on CAS 5.2.0-RC4

2017-11-21 Thread Duane Booher
I'm having trouble enabling ehcache on both CAS 5.2.0-RC4 and CAS 
5.2.0-SNAPSHOT.

Does anyone have ehcache working on CAS 5.2.x-RCx ?

2017-11-21 07:49:22,100 WARN [net.sf.ehcache.config.ConfigurationFactory] - 



I turn net.sf.ehcache debug and do see my ehcache-replication.xml loading, 
then 30 seconds later I get the above warning message which is followed by 
an additional load of ehcache-failsafe.xml.


I have unpacked the ehcache-failsafe.xml which has some very good doc for 
the ehcache-replication.xml.


My ehcache-replication.xml is following the doc 
in 
https://apereo.github.io/cas/development/installation/Ehcache-Ticket-Registry.html#configuration

which does work on CAS 5.1.6.


Duane Booher





-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/10c6f8eb-4437-4e32-b42b-8a0ae05f1f46%40apereo.org.


[cas-user] Re: CAS management - new service username attribute provider options

2017-11-21 Thread William E.
Do you have entries like below in your cas.properties file?

cas.authn.attributeRepository.ldap[0].attributes.uid=uid
cas.authn.attributeRepository.ldap[0].attributes.displayName=displayName
cas.authn.attributeRepository.ldap[0].attributes.cn=commonName
cas.authn.attributeRepository.ldap[0].attributes.affiliation=eduPersonAffiliation
.



On Monday, November 20, 2017 at 8:56:41 AM UTC-6, Justin Andrews wrote:
>
> Hi folks - What are the requirements to be able to adjust the username 
> attribute via the CAS management GUI? This is all I see.
>
>
> 
>
>

-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/8bea6203-c587-42cd-8ddc-baf76d9c768f%40apereo.org.