Re:[cas-user] CAS Logging and CAS with MySQL

2014-07-16 Thread jason
Hi Dmitriy, Thanks for the reply. Passwords are stored in the db as plain text. Ultimately, they would be stored as a one-way hash, but for now plain text is fine and should make things easier. I am trying to first simply establish that CAS connects to the MySQL db. Changing the MySQL connec

[cas-user] Announcement: CAS + Github issues

2014-07-16 Thread Misagh Moayyed
CAS Community, The CAS project recently made an effort to migrate open issues from JIRA to Github. If you were tracking progress of a submitted issue, you should be able to find it on Github now at: https://github.com/Jasig/cas/issues Please use Github issues to submit feature requests an

[cas-user] MemCacheTicketRegistry configuration issue

2014-07-16 Thread Germain Souquet
Hi, I'm trying to set up MemCacheTicketRegistry but I am facing some issue and I can't really see what is going on. I have seen older Pull Request/JIra issue saying that this problem is solved but I can see in my logs some differences. I use CAS 4.0.0 and followed all the steps on the CAS doc :

Re: [cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-07-16 Thread Jonathan H Shek
Hi Jérôme, Which theme resolver are you using? Our code is configured as follows: >From our Cas-servlet.xml . . . >From our argumentExtractorsConfiguration.xml (I believe these are the default >argument extractors that comes with CAS Server 3.5.2) org.

Re: [cas-user] CAS Logging and CAS with MySQL

2014-07-16 Thread Dmitriy Kopylenko
Hi there. How do you store passwords in your MySQL table? Clear text? Secure one way hash? Best, Dmitriy. Sent from my iPhone > On Jul 15, 2014, at 22:17, "jason" wrote: > > I am using CAS 4.0.0 on Ubuntu 14.04 LTS with Tomcat7. I got the quick demo > working, and now I am trying to configu