[cas-user] Re: CAS Management - InMemoryServiceRegistryDaoImpl

2016-09-21 Thread Jeffrey Ramsay
I could really use some help with this; I can't get the service registry 
changed for the management console. 

-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 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] -  from InMemoryServiceRegistryDaoImpl>
> 2016-09-21 15:43:28,822 DEBUG 
> [org.apereo.cas.services.DefaultServicesManagerImpl] -  service ^(https|imaps)://.*>
> 2016-09-21 15:43:28,822 DEBUG 
> [org.apereo.cas.services.DefaultServicesManagerImpl] -  service ^https://www.apereo.org>
> 2016-09-21 15:43:28,824 INFO 
> [org.apereo.cas.services.DefaultServicesManagerImpl] -  from InMemoryServiceRegistryDaoImpl.>
> 21-Sep-2016 15:43:36.188 INFO [localhost-startStop-3] 
> org.apache.catalina.startup.HostConfig.deployWAR Deployment of web 
> application archive 
> /u01/app/badm/apps/dev/apache-tomcat-8.5.5-auth/webapps/cas5-management.war 
> has finished in 32,533 ms
>
>
> -Jeff
>

-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/4f779817-5d3b-45b4-b06f-b76532f063ad%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


[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 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] -  from InMemoryServiceRegistryDaoImpl>
> 2016-09-21 15:43:28,822 DEBUG 
> [org.apereo.cas.services.DefaultServicesManagerImpl] -  service ^(https|imaps)://.*>
> 2016-09-21 15:43:28,822 DEBUG 
> [org.apereo.cas.services.DefaultServicesManagerImpl] -  service ^https://www.apereo.org>
> 2016-09-21 15:43:28,824 INFO 
> [org.apereo.cas.services.DefaultServicesManagerImpl] -  from InMemoryServiceRegistryDaoImpl.>
> 21-Sep-2016 15:43:36.188 INFO [localhost-startStop-3] 
> org.apache.catalina.startup.HostConfig.deployWAR Deployment of web 
> application archive 
> /u01/app/badm/apps/dev/apache-tomcat-8.5.5-auth/webapps/cas5-management.war 
> has finished in 32,533 ms
>
>
> -Jeff
>

-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/4c4cfa2d-583b-4830-acd4-5b9ab67c6b36%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


[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 
> [org.apereo.cas.services.DefaultServicesManagerImpl] -  from InMemoryServiceRegistryDaoImpl>
> 2016-09-21 15:43:28,822 DEBUG 
> [org.apereo.cas.services.DefaultServicesManagerImpl] -  service ^(https|imaps)://.*>
> 2016-09-21 15:43:28,822 DEBUG 
> [org.apereo.cas.services.DefaultServicesManagerImpl] -  service ^https://www.apereo.org>
> 2016-09-21 15:43:28,824 INFO 
> [org.apereo.cas.services.DefaultServicesManagerImpl] -  from InMemoryServiceRegistryDaoImpl.>
> 21-Sep-2016 15:43:36.188 INFO [localhost-startStop-3] 
> org.apache.catalina.startup.HostConfig.deployWAR Deployment of web 
> application archive 
> /u01/app/badm/apps/dev/apache-tomcat-8.5.5-auth/webapps/cas5-management.war 
> has finished in 32,533 ms
>
>
> -Jeff
>

-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/405fd199-e7c4-4d5b-a36d-ec021d1809d2%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


[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 
[org.apereo.cas.services.DefaultServicesManagerImpl] - 
2016-09-21 15:43:28,822 DEBUG 
[org.apereo.cas.services.DefaultServicesManagerImpl] - https://www.apereo.org>
2016-09-21 15:43:28,824 INFO 
[org.apereo.cas.services.DefaultServicesManagerImpl] - 
21-Sep-2016 15:43:36.188 INFO [localhost-startStop-3] 
org.apache.catalina.startup.HostConfig.deployWAR Deployment of web 
application archive 
/u01/app/badm/apps/dev/apache-tomcat-8.5.5-auth/webapps/cas5-management.war 
has finished in 32,533 ms


-Jeff

-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/4805761d-571e-455e-96d9-e2f8d6431672%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


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

2016-09-21 Thread Misagh Moayyed
You’re perfectly right. Created 
https://github.com/apereo/cas-services-management-overlay/issues/4



From: Jeffrey Ramsay [mailto:jeffrey.ram...@gmail.com]
Sent: Wednesday, September 21, 2016 9:28 PM
To: Misagh Moayyed 
Cc: CAS Community 
Subject: Re: [cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT



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:


#


# user.details.file.location = classpath:user-details.properties





##


# JSON Service Registry


#


# Directory location where JSON service files may be found.


# service.registry.config.location=classpath:services





Thanks,

-Jeff



On Wed, Sep 21, 2016 at 1:36 PM, Misagh Moayyed mailto:mmoay...@unicon.net> > wrote:

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 11:28 PM
To: CAS Community mailto:cas-user@apereo.org> >
Subject: [cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT



I found the problem and I'm able to access the console.



I tried to override the user-details.properties location by setting the 
following but it's clearly not working.

# user.details.file.location = classpath:user-details.properties
user.details.file.location=file:/etc/cas/5/dev/user-details.properties

-Jeff

On Sunday, September 18, 2016 at 7:51:13 PM UTC-4, Jeffrey Ramsay wrote:

I'm receiving this message "You are not authorized to access this resource. 
Contact your CAS administrator for more info." while trying to access the 
CAS management interface. I have tried using the "casuser" account along 
with my LDAP credentials but both accounts have failed. I tried adding my 
LDAP userid to the user-details.properties file but that too has been 
unsuccessful.

Has anyone been able to authenticate using LDAP as user store and the 
user-default.properties file to limit admin access? I tried the "cas.mgmt" 
options but that too has not been successful.


-Jeff

-- 
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 post to this group, send email to cas-user@apereo.org 
 .
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/bb241356-f071-492e-a274-281f149c3629%40apereo.org
 

 
.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.

-- 
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 post to this group, send email to cas-user@apereo.org 
 .
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.

To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/00b501d2142e%24a4741d90%24ed5c58b0%24%40unicon.net
 

 
.


For more options, visit https://groups.google.com/a/apereo.org/d/optout.



-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/01d21433%2449282120%24db786360%24%40unicon.net.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


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:
#
# user.details.file.location = classpath:user-details.properties
##
# JSON Service Registry
#
# Directory location where JSON service files may be found.
# service.registry.config.location=classpath:services

Thanks,
-Jeff

On Wed, Sep 21, 2016 at 1:36 PM, Misagh Moayyed  wrote:

> 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 11:28 PM
> *To:* CAS Community 
> *Subject:* [cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT
>
>
>
> I found the problem and I'm able to access the console.
>
>
> I tried to override the user-details.properties location by setting the
> following but it's clearly not working.
>
> # user.details.file.location = classpath:user-details.properties
> user.details.file.location=file:/etc/cas/5/dev/user-details.properties
>
> -Jeff
>
> On Sunday, September 18, 2016 at 7:51:13 PM UTC-4, Jeffrey Ramsay wrote:
>
> I'm receiving this message "You are not authorized to access this
> resource. Contact your CAS administrator for more info." while trying to
> access the CAS management interface. I have tried using the "casuser"
> account along with my LDAP credentials but both accounts have failed. I
> tried adding my LDAP userid to the user-details.properties file but that
> too has been unsuccessful.
>
> Has anyone been able to authenticate using LDAP as user store and the
> user-default.properties file to limit admin access? I tried the "cas.mgmt"
> options but that too has not been successful.
>
>
> -Jeff
>
> --
> 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 post to this group, send email to cas-user@apereo.org.
> Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/
> .
> To view this discussion on the web visit https://groups.google.com/a/
> apereo.org/d/msgid/cas-user/bb241356-f071-492e-a274-
> 281f149c3629%40apereo.org
> 
> .
> For more options, visit https://groups.google.com/a/apereo.org/d/optout.
>
> --
> 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 post to this group, send email to cas-user@apereo.org.
> Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/
> .
> To view this discussion on the web visit https://groups.google.com/a/
> apereo.org/d/msgid/cas-user/00b501d2142e%24a4741d90%
> 24ed5c58b0%24%40unicon.net
> 
> .
>
> For more options, visit https://groups.google.com/a/apereo.org/d/optout.
>

-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CA%2BTBYORnHKeQ%3Dd54_jcDR%2B8hgre4TbV%3D8iztdzHYeRELDU9E2g%40mail.gmail.com.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


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 11:28 PM
To: CAS Community 
Subject: [cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT



I found the problem and I'm able to access the console.

I tried to override the user-details.properties location by setting the 
following but it's clearly not working.

# user.details.file.location = classpath:user-details.properties
user.details.file.location=file:/etc/cas/5/dev/user-details.properties

-Jeff

On Sunday, September 18, 2016 at 7:51:13 PM UTC-4, Jeffrey Ramsay wrote:

I'm receiving this message "You are not authorized to access this resource. 
Contact your CAS administrator for more info." while trying to access the 
CAS management interface. I have tried using the "casuser" account along 
with my LDAP credentials but both accounts have failed. I tried adding my 
LDAP userid to the user-details.properties file but that too has been 
unsuccessful.

Has anyone been able to authenticate using LDAP as user store and the 
user-default.properties file to limit admin access? I tried the "cas.mgmt" 
options but that too has not been successful.


-Jeff

-- 
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 post to this group, send email to cas-user@apereo.org 
 .
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/bb241356-f071-492e-a274-281f149c3629%40apereo.org
 

 
.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.

-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/00b501d2142e%24a4741d90%24ed5c58b0%24%40unicon.net.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


[cas-user] CAS 4.1.x integrate with another SAML provider?

2016-09-21 Thread Yan Zhou
Hi there,

We have a CAS 4.1.X overlay that support SSO among a few apps.  We now have 
another set of app, that are presently using SAML based provider for SSO. 

Is there anyway to integrate CAS with another SAML provider, so that these 
two sets of apps can support the same SSO session?  Is that delegate 
authentication?

What adds to the complexity is that our authentication is more than 
verifying user credentials, it involves some login flow such as user wants 
to reset password, first-time user will be required to change password, 
etc. therefore, the user credential store is in our CAS app.  With another 
set of apps having their credential stone somewhere else, that gets a 
little messy to update both credential stores as user goes through the 
login flow.

Thanks,
Yan

-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/cf61485c-d628-4d02-bbd2-fb55c9564e08%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


[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 emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/dcb4f539-0af5-4ff0-9ae0-b70ea1641d79%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


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 grand?

Chris




>>> Nikolas Stylianides  09/21/16 2:22 AM >>>
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 CAS
server with two ldap servers (in MirrorMode)?
Thank you in advance.





 
 -- 
 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 post to this group, send email to cas-user@apereo.org.
 Visit this group at
https://groups.google.com/a/apereo.org/group/cas-user/.
 To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/c95c54e8-a449-482b-b562-1da6159f9ab6%40apereo.org.
 For more options, visit
https://groups.google.com/a/apereo.org/d/optout.
 

-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/57E259AC024500076ABA%40mugwgate.millikin.edu.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


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 ldap2.example.com

Ldaptive seems happy with that.

Regards

Le 16/09/2016 à 16:39, Nikolas Stylianides a écrit :

Hi.
Does anyone know how to configure a CAS server with two ldap servers
(in MirrorMode)?
Thank you in advance.

--
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 post to this group, send email to cas-user@apereo.org
.
Visit this group at
https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/7ffd81de-36ce-4632-b7aa-81a81a821197%40apereo.org
.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


--
Philippe MARASSE

Responsable pôle Infrastructures - DSIO
Centre Hospitalier Henri Laborit
CS 10587 - 370 avenue Jacques Cœur
86021 Poitiers Cedex
Tel : 05.49.44.57.19

--
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 post to this group, send email to cas-user@apereo.org
.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/21ecbb27-f534-eb99-e9c0-35e410f1a20e%40ch-poitiers.fr
.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


--
Josep Manel Andrés (josep.and...@bsc.es)
Operations - Barcelona Supercomputing Center
C/ Jordi Girona, 31  http://www.bsc.es
08034 Barcelona, Spain Tel: +34-93-405 42 14
e-mail: syst...@bsc.es Fax: +34-93-413 77 21
---

WARNING / LEGAL TEXT: This message is intended only for the use of the
individual or entity to which it is addressed and may contain
information which is privileged, confidential, proprietary, or exempt
from disclosure under applicable law. If you are not the intended
recipient or the person responsible for delivering the message to the
intended recipient, you are strictly prohibited from disclosing,
distributing, copying, or in any way using this message. If you have
received this communication in error, please notify the sender and
destroy and delete any copies you may have received.

http://www.bsc.es/disclaimer

--
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/57E296FB.9020009%40bsc.es.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


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

2016-09-21 Thread Philippe MARASSE
Hello,

We use this kind of declaration :

cas.authn.ldap[0].ldapUrl=ldap://ldap1.example.com ldap2.example.com

Ldaptive seems happy with that.

Regards

Le 16/09/2016 à 16:39, Nikolas Stylianides a écrit :
> Hi.
> Does anyone know how to configure a CAS server with two ldap servers
> (in MirrorMode)?
> Thank you in advance.
>
> -- 
> 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 post to this group, send email to cas-user@apereo.org
> .
> Visit this group at
> https://groups.google.com/a/apereo.org/group/cas-user/.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/7ffd81de-36ce-4632-b7aa-81a81a821197%40apereo.org
> .
> For more options, visit https://groups.google.com/a/apereo.org/d/optout.

-- 
Philippe MARASSE

Responsable pôle Infrastructures - DSIO
Centre Hospitalier Henri Laborit
CS 10587 - 370 avenue Jacques Cœur 
86021 Poitiers Cedex
Tel : 05.49.44.57.19

-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/21ecbb27-f534-eb99-e9c0-35e410f1a20e%40ch-poitiers.fr.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.


smime.p7s
Description: Signature cryptographique S/MIME


[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 CAS server with two ldap servers (in 
> MirrorMode)?
> Thank you in advance.
>
>

-- 
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 post to this group, send email to cas-user@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/c95c54e8-a449-482b-b562-1da6159f9ab6%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.