[cas-user] CAS + LDAP

2015-04-28 Thread Chris Cheltenham
Hello, I have an issue with ssp 0.8 and ldap. If I change the ldap manager password , when the users change their password I get an error in tomcat. WHO: [username: chrisc] WHAT: :org.springframework.ldap.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]; nested exception i

Re: [cas-user] CAS + LDAP

2015-04-28 Thread Jay
Hi Chris Did you check your code for change password ? Might be if first uses the manager credentials to login and change the password using modify operation. In such case it needs a valid manager password.. as you have changed it and the code might use the old password and fails ... Cheers

RE: [cas-user] CAS + LDAP

2015-04-28 Thread Chris Cheltenham
Hello Jay, The same exact code works fine if I use the default ldap password. Which is “redhat”. If I change the ldap manager password back to redhat; it will work perfectly. At first I thought maybe it only likes 6 characters, ok maybe 6 characters just letters, on and on , and on. Anything I o

Re: [cas-user] CAS + LDAP

2015-04-28 Thread Jay
Looks like you need to check the code and any configurations ... where you could have hard coded the managers password On Tue, Apr 28, 2015 at 12:08 PM, Chris Cheltenham < cchelten...@swaintechs.com> wrote: > Hello Jay, > > > > The same exact code works fine if I use the default ldap passw

RE: [cas-user] CAS + LDAP

2015-04-28 Thread Chris Cheltenham
Yeah I know what you are saying and I am trying anybody at this point. Thank You, Chris Cheltenham SwainTechs / HHS Cell# 267-586-2369 From: Jay [mailto:india@gmail.com] Sent: Tuesday, April 28, 2015 7:12 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user] CAS + LDAP Looks like you n

[cas-user] Cas 4 and SAML problems (NULLPOINTER EXCEPTION on remoteGetUser() in my login page)

2015-04-28 Thread Gianluca Diodato
Hi all, I followed this tutorial https://wiki.jasig.org/display/CASC/Saml11TicketValidationFilter+Example but don't work. So I followed this one https://wiki.jasig.org/display/CASUM/SAML+Support+in+CAS+4. I changed my files in cas server as attached and configuration of my web.xml in my java c

RE: [cas-user] Cas 4 and SAML problems (NULLPOINTER EXCEPTION on remoteGetUser() in my login page)

2015-04-28 Thread Misagh Moayyed
What do your CAS logs say? From: Gianluca Diodato [mailto:gianluca.diod...@gmail.com] Sent: Tuesday, April 28, 2015 4:27 AM To: cas-user@lists.jasig.org Subject: [cas-user] Cas 4 and SAML problems (NULLPOINTER EXCEPTION on remoteGetUser() in my login page) Hi all, I followed this tutorial

RE: [cas-user] CAS 4.0.1 and Inspektr audit logging

2015-04-28 Thread Misagh Moayyed
You'll need to modify your audit trail manager in CAS as such: http://jasig.github.io/cas/development/installation/Logging.html#jdbcaudit trailmanager You'll then need to create a "dataSource" that provides connections to your database. And you'll need to create the following database t

[cas-user] Service Registry JSON to Excel

2015-04-28 Thread Bryan Wooten
So I have been tasked with creating an inventory of all our CAS applications. I could just turn in the servicesRegistry.conf JSON file, but my Spidey sense says an Excel spreadsheet would be preferred. So my google foo is failing me to convert the services registry to something Excel can import

RE: [cas-user] Service Registry JSON to Excel

2015-04-28 Thread Misagh Moayyed
Would this work? http://www.convertcsv.com/json-to-csv.htm From: Bryan Wooten [mailto:bryan.woo...@utah.edu] Sent: Tuesday, April 28, 2015 11:10 AM To: cas-user@lists.jasig.org Subject: [cas-user] Service Registry JSON to Excel So I have been tasked with creating an inventory of all our

Re: [cas-user] Service Registry JSON to Excel

2015-04-28 Thread Dmitriy Kopylenko
This, perhaps -> http://www.convertcsv.com/json-to-csv.htm D. > On Apr 28, 2015, at 2:09 PM, Bryan Wooten wrote: > > So I have been tasked with creating an inventory of all our CAS applications. > > I could just turn in the servicesRegistry.conf JS

[cas-user] phpCAS get Ldap Attributes

2015-04-28 Thread Fredy Provoste C.
Hi, i'm using Cas Server 4.0.0 with ldap working. I'm trying to integrate with a simple PHP webapp using phpCAS. In my deployerConfigContext.xml i have I'm guessing the "entry keys" are the ldap a

Re: [cas-user] phpCAS get Ldap Attributes

2015-04-28 Thread Waldbieser, Carl
You need to use the CAS v3.0 protocol, or there is a hack that lets you use attributes with the CAS v2.0 protocol. Since you are using the v4.0 server, I would just use the v3.0 services. Thanks, Carl Waldbieser ITS System Programmer Lafayette College - Original Message - From: "Fredy P

RE: [cas-user] CAS 4.0.1 and Inspektr audit logging

2015-04-28 Thread Maxwell, Gary
Thank you Misagh for the time on this. From: Misagh Moayyed [mailto:mmoay...@unicon.net] Sent: Tuesday, April 28, 2015 5:39 AM To: cas-user@lists.jasig.org Subject: RE: [cas-user] CAS 4.0.1 and Inspektr audit logging You'll need to modify your audit trail manager in CAS as such: http://jasig.git

Re: [cas-user] Service Registry JSON to Excel

2015-04-28 Thread Bryan Wooten
Thanks Misagh and Dima, That is perfect. -Bryan From: "mmoay...@unicon.net" mailto:mmoay...@unicon.net>> Reply-To: "cas-user@lists.jasig.org" mailto:cas-user@lists.jasig.org>> Date: Tuesday, April 28, 2015 at 12:15 PM To: "cas-user@l