[cas-user] Re: CAS Management - InMemoryServiceRegistryDaoImpl

2016-09-21 Thread Jeffrey Ramsay
Added cas.serviceRegistry.jpa entries to management bootstrap file but application still using the InMemoryServiceRegistry. -Jeff On Wednesday, September 21, 2016 at 3:49:57 PM UTC-4, Jeffrey Ramsay wrote: > > How do you disable the InMemoryServiceRegistry for the management console > 5.0? I

[cas-user] Re: CAS Management - InMemoryServiceRegistryDaoImpl

2016-09-21 Thread Jeffrey Ramsay
Nevermind. On Wednesday, September 21, 2016 at 3:49:57 PM UTC-4, Jeffrey Ramsay wrote: > > How do you disable the InMemoryServiceRegistry for the management console > 5.0? I added the same JPA configuration used by CAS 5.0 and it's not > working. > > 2016-09-21 15:43:28,822 DEBUG >

[cas-user] CAS Management - InMemoryServiceRegistryDaoImpl

2016-09-21 Thread Jeffrey Ramsay
How do you disable the InMemoryServiceRegistry for the management console 5.0? I added the same JPA configuration used by CAS 5.0 and it's not working. 2016-09-21 15:43:28,822 DEBUG [org.apereo.cas.services.DefaultServicesManagerImpl] - 2016-09-21 15:43:28,822 DEBUG

Re: [cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT

2016-09-21 Thread Jeffrey Ramsay
It's hard to tell what will or will not work. The definition I shared before was directly from the cas-management.properties file. Those lines should probably be removed to avoid confusion. # User details file location that contains list of users # who are allowed access to the management webapp:

RE: [cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT

2016-09-21 Thread Misagh Moayyed
It most definitely won’t work, given that’s an invalid property. See: https://apereo.github.io/cas/development/installation/Configuration-Properties.html#management-webapp From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Jeffrey Ramsay Sent: Tuesday, September 20, 2016

[cas-user] SSO setup with OBIEE 12c / weblogic

2016-09-21 Thread Gary Tucker
Does anyone know how to setup CAS to perform SSO with OBIEE 12c (12.2.1.1.0) . The application server is WebLogic Server Version: 12.2.1.1.0 -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving

Re: [cas-user] Re: CAS with two ldap servers

2016-09-21 Thread Christopher Myers
Not really sure to be honest. I haven't done anything with AWS or Nginx. Doing a quick google, it looks like you might be able to use nginx: https://www.nginx.com/resources/admin-guide/tcp-load-balancing/ We've got a Barracuda load balancer; it was fairly inexpensive, I want to say maybe a few

Re: [cas-user] CAS with two ldap servers

2016-09-21 Thread Josep Manel Andrés
ldap.url=ldap://opsld01.domain.com ldap://opsld02.domain.com This is what we use and when one goes offline, it goes straight to the active. On 21/09/16 10:28, Philippe MARASSE wrote: Hello, We use this kind of declaration : cas.authn.ldap[0].ldapUrl=ldap://ldap1.example.com

[cas-user] Re: CAS with two ldap servers

2016-09-21 Thread Nikolas Stylianides
Hi Christopher. Thank you for your answer. Can we accomplish that with AWS ELB? Otherwise, can we use nginx for that? Also in failover IP configuration? Τη Παρασκευή, 16 Σεπτεμβρίου 2016 - 5:39:38 μ.μ. UTC+3, ο χρήστης Nikolas Stylianides έγραψε: > > Hi. > Does anyone know how to configure a