Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Lionel Samuel
Changing in "cas.properties" 'cas.serviceRegistry.json.location:file:/etc/cas/services' to 'cas.serviceRegistry.json.location:foobar:/etc/cas/services' The above does not generate an error message --- is that a sign it's not loaded? On Monday, May 14, 2018 at 8:25:37 PM UTC-7, Lio

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Lionel Samuel
I'm working with Jann -- attached is our pom file (we call the jar my-cas -- which is reflected in the URLs). It does not look like the JSON file is loaded -- I don't think it's pom related --- but at the moment we are both stumped so anything goes. 2018-05-14 20:23:17,715 WARN

[cas-user] CAS5 LDAP

2018-05-12 Thread Lionel Samuel
Hi List: I have a shiny new deployment of CAS5.2.4. I am setting up for LDAP authentication however, HttpBasedServiceCredentialsAuthenticationHandler appears to be leveraged and not LdapAuthenticationHandler.how do I toggle LDAP authentication? I have followed Any's setting for

Re: [cas-user] CAS5 LDAP

2018-05-12 Thread Lionel Samuel
ork, NY 10003 > +1 212 229-5300 x4728 ~ david...@newschool.edu > Sent from my phone; please excuse typos and inane auto-corrections. > > > On Sat, May 12, 2018, 19:51 Lionel Samuel <lionel@gmail.com > > wrote: > >> Yes --- here is my 'cas.properties' configuratio

[cas-user] cas.authn.ldap[0].poolPassivator=NONE|CLOSE|BIND

2018-05-12 Thread Lionel Samuel
Hi Lists: We are testing out CAS 5.2.4 -- we would like to leverage LDAP connection pooling (LDAP auth working --- big thanks to David from New School). I have searched but can't quite tell what is 'cas.authn.ldap[0].poolPassivator=NONE|CLOSE|BIND' -- and the siiference between the options.

Re: [cas-user] CAS5 LDAP

2018-05-12 Thread Lionel Samuel
I am testing on my localhost and don't have SSL --- could this be it? If this is it, is there a way to disable SSL requirement for testing? On Saturday, May 12, 2018 at 4:51:11 PM UTC-7, Lionel Samuel wrote: > > Yes --- here is my 'cas.properties' configuration. > > The ldap co

Re: [cas-user] CAS5 LDAP

2018-05-12 Thread Lionel Samuel
phone; please excuse typos and inane auto-corrections. > > > On Sat, May 12, 2018, 19:34 Lionel Samuel <lionel@gmail.com > > wrote: > >> Hi David: >> >> It's a honor. I read your guide when googling this issue. >> >> I had added the f

Re: [cas-user] cas.authn.ldap[0].poolPassivator=NONE|CLOSE|BIND

2018-05-13 Thread Lionel Samuel
he New School - Information Technology > 71 Fifth Ave., 9th Fl. ~ New York, NY 10003 > +1 212 229-5300 x4728 ~ david...@newschool.edu > Sent from my phone; please excuse typos and inane auto-corrections. > > > On Sat, May 12, 2018, 22:37 Lionel Samuel <lionel@gmail.com > &

[cas-user] oracle.jdbc.driver.OracleDriver was not found

2018-05-13 Thread Lionel Samuel
I have google this to kingdom come --- but still stumped. I have started to experiment with JPA for both the service and ticket registries (starting with the ticket registry). I am receiving the 'oracle.jdbc.driver.OracleDriver was not found' message on tomcat startup --- I have added the

Re: [cas-user] oracle.jdbc.driver.OracleDriver was not found

2018-05-13 Thread Lionel Samuel
308) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE] On Sunday, May 13, 2018 at 12:40:48 PM UTC-7, Manfredo Hopp wrote: > > Where are service registry properties? > > El domingo, 13 de mayo de 2018, Lionel Samuel <lionel@gmail.com > > escribió: > >> I have google t

Re: [cas-user] oracle.jdbc.driver.OracleDriver was not found

2018-05-13 Thread Lionel Samuel
starts un Catalina.out > > El domingo, 13 de mayo de 2018, Lionel Samuel <lionel@gmail.com > > escribió: > >> Hi Manfredo: >> >> >Where are service registry properties? >> >> Thank you -- I did not have them initially --- I had mistakenly

Re: [cas-user] oracle.jdbc.driver.OracleDriver was not found

2018-05-13 Thread Lionel Samuel
On Sunday, May 13, 2018 at 2:30:03 PM UTC-7, Manfredo Hopp wrote: > > Your highlighted messages are warnings. Focus on error eg ddl error etc > > El domingo, 13 de mayo de 2018, Lionel Samuel <lionel@gmail.com > > escribió: > >> I have google this to kingdom come

[cas-user] CAS Login Page Cutomization

2018-05-22 Thread Lionel Samuel
We are planning of customizing the CAS login page --- would anyone know of a resource that lists the files for us to update? I'm a bit lost -- as I don't see a master file that builds the login page (it probably me still getting used to the changes from v3 to v5.2)

Re: [cas-user] CAS Login Page Cutomization

2018-05-24 Thread Lionel Samuel
IRECTOR OF INFORMATION SECURITY* >> INFORMATION TECHNOLOGY >> >> 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 >> +1 212 229-5300 x4728 • david.cu...@newschool.edu >> >> [image: The New School] >> >> >> On Wed, May 23, 2018 at 12:02 AM Lionel Samuel &l

Re: [cas-user] CAS Login Page Cutomization

2018-05-24 Thread Lionel Samuel
l. > > --Dave > > -- > > DAVID A. CURRY, CISSP > *DIRECTOR OF INFORMATION SECURITY* > INFORMATION TECHNOLOGY > > 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 > +1 212 229-5300 x4728 • david.cu...@newschool.edu > > [image: The New School] > > > On Wed, Ma

[cas-user] Apache/Tomcat

2018-04-16 Thread Lionel Samuel
Hello All: Our University will be installing CAS, and are currently looking at installing CAS in Tomcat, and proxying connections via Apache HTTP (fall on same server). The rationale is that Tomcat is never directly exposed, so the proxying via Apache HTTP offers a measure of added cocooning.