RE: [cas-user] LDAP Backed Services

2015-11-20 Thread Misagh Moayyed
Sounds like what you are seeing is similar to this bug: https://github.com/Jasig/cas/issues/1288 or at least partially related. Please update the issue and it will be addressed in the next patch release hopefully. --Misagh From: Wickham, Jeremy [mailto:jeremy.wick...@msstate.edu] Sen

RE: [cas-user] cas-mfa with Gmail

2015-11-20 Thread Misagh Moayyed
I don't think that module supports the SAML2 protocol in CAS. If memory serves me right, it only is functional for applications that go through the CAS protocol and possibly SAML1. --Misagh From: Ian Wat [mailto:i...@bucknell.edu] Sent: Friday, November 20, 2015 10:56 AM To: cas-user@list

[cas-user] cas-mfa with Gmail

2015-11-20 Thread Ian Wat
https://github.com/Unicon/cas-mfa I am implementing cas-mfa with support for Duo Security. It works very well for most applications except for our Google Apps for Education site. Here are my observations: - If I authenticate with MFA to Gmail on a new browser session, I get a blank page - All sub

[cas-user] LDAP Backed Services

2015-11-20 Thread Wickham, Jeremy
I am seeing some odd behavior with CAS 4.1.1 services management application. When I create a service it gets assigned an ID. I then try to edit the service and I see an error in the logs. 2015-11-20 11:31:45,376 WARN [org.jasig.cas.services.web.RegisteredServiceSimpleFormController] - Invalid

Re: [cas-user] TICKET_GRANTING_TICKET_NOT_CREATED

2015-11-20 Thread BoB
oh, my god, the password I set to db is wrong, thanks for your assistance : ) -- Original -- From: "Alberto Cabello Sánche";; Date: Fri, Nov 20, 2015 07:29 PM To: "cas-user"; Subject: Re: [cas-user] TICKET_GRANTING_TICKET_NOT_CREATED On Fri, Nov 20, 201

Re: [cas-user] TICKET_GRANTING_TICKET_NOT_CREATED

2015-11-20 Thread Alberto Cabello Sánchez
On Fri, Nov 20, 2015 at 06:57:18PM +0800, BoB wrote: > in mysql log file, the following output from cas, not above. > > > > > Do you think the problem is where the red mark is ? I don't see anything wrong, in case you have checked your MD5 encrypted password matches the value in the DB it sho

Re: [cas-user] TICKET_GRANTING_TICKET_NOT_CREATED

2015-11-20 Thread BoB
in mysql log file, the following output from cas, not above. Do you think the problem is where the red mark is ? -- Original -- From: "Alberto Cabello Sánche";; Date: Fri, Nov 20, 2015 06:17 PM To: "cas-user"; Subject: Re: [cas-user] TICKET_GRANTING_TICKET

Re: [cas-user] TICKET_GRANTING_TICKET_NOT_CREATED

2015-11-20 Thread BoB
in mysql log file Do you think the problem is where the red mark is ? -- Original -- From: "Alberto Cabello Sánche";; Date: Fri, Nov 20, 2015 06:17 PM To: "cas-user"; Subject: Re: [cas-user] TICKET_GRANTING_TICKET_NOT_CREATED On Fri, Nov 20, 2015 at 06:0

Re: [cas-user] TICKET_GRANTING_TICKET_NOT_CREATED

2015-11-20 Thread Alberto Cabello Sánchez
On Fri, Nov 20, 2015 at 06:09:59PM +0800, BoB wrote: > It's working to query DB. I can see the operation in MySQL log file And does the issued query return the authenticated user as expected? Reply to the list, please. -- Alberto Cabello Sánchez Universidad de Extremadura -- You are curre

Re: [cas-user] TICKET_GRANTING_TICKET_NOT_CREATED

2015-11-20 Thread Alberto Cabello Sánchez
On Fri, Nov 20, 2015 at 12:06:28PM +0800, BoB wrote: > I'm trying to input username and password to authentication, but get > TICKET_GRANTING_TICKET_NOT_CREATED in attached log file. I do not > know where is problem. It says "authentication failed". If you are using username and passwords stored i

Re: [cas-user] BindLdapAuthenticationHandler class not found error

2015-11-20 Thread Alberto Cabello Sánchez
On Fri, Nov 20, 2015 at 12:52:01AM +, Anshul Agrawal -X wrote: > Hi Alberto, > > Thanks for your reply. I got the following error when I used > 'org.jasig.cas.server.authentication.ldap.BindLdapAuthenticationHandler' > as class. > > > nested exception is java.lang.ClassNotFoundException: > o