[cas-user] Re: Upgrade CAS 3.5.2 to CAS 5.x

2018-02-04 Thread Matthew Hannay
Good Question I am trying to do a similar up grade their seems to be no deprecation (or very little) path for classes from version 3-->4 -->5 so If I use org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver in version 3 where do I go in version 4 or 5?

[cas-user] CAS 3.6 default-mobile-custom.css

2018-02-07 Thread Matthew Hannay
I am migrating from CAS 3.6 to 5.2.2 in 3.6 overlays it had a default-mobile-custom.css Does somthing equivilent exist in CAS5 .2.2 to date I have not found any thing. --Matt -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines:

Re: [cas-user] Upgrade CAS 3.5.2 to CAS 5.x

2018-02-05 Thread Matthew Hannay
Change org.jasig to org.apereo > > El domingo, 4 de febrero de 2018, Matthew Hannay <matthew...@gmail.com > > escribió: > >> Good Question I am trying to do a similar up grade their seems to be >> no deprecation (or very little) path for classes fr

[cas-user] LDAP failing Silently

2018-02-09 Thread Matthew Hannay
The following page https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html#ldap-authentication-1 Says bad confugurations disable cas ldap silently!! How do I go about stopping it from failing silently? --Matt -- - Website: https://apereo.github.io/cas - Gitter

Re: [cas-user] CAS 5.2.2 and properties

2018-02-10 Thread Matthew Hannay
of tomcat and deploy the war... Thanks --Matt On Saturday, 10 February 2018 20:43:32 UTC+10, Manfredo Hopp wrote: > > See ahead... > > El sábado, 10 de febrero de 2018, Matthew Hannay <matthew...@gmail.com > > escribió: > >> Is the following structure cor

Re: [cas-user] Custom login theme and templates for cas 5.2.2

2018-02-11 Thread Matthew Hannay
aybe you can try using theme first, before diving into login-webflow.xml > if theme does not suit your needs. > > Cheers! > - Andy > > > On Monday, 12 February 2018 07:42:47 UTC+8, Matthew Hannay wrote: >> >> I suppose I need to really understand how maven overlays

[cas-user] Custom login theme and templates for cas 5.2.2

2018-02-11 Thread Matthew Hannay
Is there some more complete documentation on how to build your own login screen and make that the default in CAS I have found some info but it seems a bit light on and more complete guides are for prior versions? The documentation talks about modifying or making custom login-webflow but

Re: [cas-user] Custom login theme and templates for cas 5.2.2

2018-02-11 Thread Matthew Hannay
I suppose I need to really understand how maven overlays work!! On 12 February 2018 at 09:35, Matthew Hannay <matthew.hann...@gmail.com> wrote: > Is there some more complete documentation on how to build your own > login screen and make that the default in CAS > I have

Re: [cas-user] Custom login theme and templates for cas 5.2.2

2018-02-11 Thread Matthew Hannay
so I create src/main/resources/templates/mytemplate/casLoginView.html And I get the desired result. The custom page I am after. --Matt On Monday, 12 February 2018 15:39:28 UTC+10, Matthew Hannay wrote: > > Just 1 thing is not 100% clear > > Do I copy all of > overlays/org...ca

[cas-user] CAS 5.2.2 and properties

2018-02-09 Thread Matthew Hannay
Is the following structure correct cas-overlaytemplate/ | |---etc/cas/config/cas.properties | | --overlays/org.ap.tomcat-5.2.2 when I run from c:\cas-overlaytemplate/ java -jar target\cas.war it is not picking up the cas.properties in the etc\ directory >From what I have read

[cas-user] War deployment to external container of choice - Tomcat

2018-02-14 Thread Matthew Hannay
We have the latest tomcat 7 servers In my POM I have set so that it pulls down the cas-server-webapp overlay I do a mvn clean compile package then copy the war to the webapps directory of the tomcat server. I then get a magnitude of errors like it thinks its a spring boot application. I have

Re: [cas-user] CAS 5.2.2 and properties

2018-02-14 Thread Matthew Hannay
sorry wrong post . about the -tomcat I will repost on the correct thread as to properties on windows its c:\etc\ On Thursday, 15 February 2018 16:18:44 UTC+10, Matthew Hannay wrote: > > In the POM it says > > > > > Does the blank mean my provided app ser

Re: [cas-user] CAS 5.2.2 and properties

2018-02-14 Thread Matthew Hannay
or permissions (while in > development). I do not know how this works on Windows. > > Ray > > On Fri, 2018-02-09 at 22:01 -0800, Matthew Hannay wrote: > > Is the following structure correct > > cas-overlaytemplate/ > | > |---etc/cas/config/cas.properties > | > |

Re: [cas-user] Re: Tomcat CAS Missing TldParser

2018-02-21 Thread Matthew Hannay
<https://apereo.github.io/cas/5.0.x/planning/Installation-Requirements.html#servlet-containers> > . > > Sincerely, > George > > On Mon, Feb 19, 2018 at 1:54 PM, Man H <info.i...@gmail.com > > wrote: > >> Check java version >> >> 2018-02-18 20:52 GMT

[cas-user] Re: War deployment to external container of choice - Tomcat

2018-02-15 Thread Matthew Hannay
This is useful for modifying the POM to build a war for deployment to a tomcat or other container. https://spring.io/guides/gs/convert-jar-to-war/ --Matt On Thursday, 15 February 2018 15:56:19 UTC+10, Matthew Hannay wrote: > > > We have the latest tomcat 7 servers > > In my

Re: [cas-user] CAS5.2 Connect to LDAP

2018-02-26 Thread Matthew Hannay
Send me your POM and cas.properties In the mean time install ldapadmin http://www.ldapadmin.org/ I can help with working out your config. --Matt On 23 February 2018 at 05:32, Kevin Liu wrote: > Hello, > > I can't seem to make heads or tailed of getting CAS to talk to

Re: [cas-user] CAS5.2 Connect to LDAP

2018-02-26 Thread Matthew Hannay
Send me your POM and cas.properties In the mean time install ldapadmin http://www.ldapadmin.org/ I can help with working out your config. --Matt On 23 February 2018 at 05:32, Kevin Liu wrote: > Hello, > > I can't seem to make heads or tailed of getting CAS to talk to

[cas-user] Re: CAS5.2 Connect to LDAP

2018-02-26 Thread Matthew Hannay
Can you post your logs, cas.properties and pom.xml And I can have a look. Also try installing http://www.ldapadmin.org/ to do some testing --Matt On Friday, 23 February 2018 05:32:54 UTC+10, Kevin Liu wrote: > > Hello, > > I can't seem to make heads or tailed of getting CAS to talk to LDAP >

[cas-user] Please Dont Shoot Me!! - Custom Protocol CAS 3.6

2018-03-01 Thread Matthew Hannay
Please Dont Shoot Me!! I am just doing what Pointy Hair Management types are asking. Where Would I find some documentation on how to implement a Custom Protocol in CAS 3.6?? This page is blank https://wiki.jasig.org/display/CASUM/Add+Your+Custom+Protocol Thanks Matt -- - Website:

[cas-user] Re: Please Dont Shoot Me!! - Custom Protocol CAS 3.6

2018-03-01 Thread Matthew Hannay
Found this https://apereo.github.io/2017/02/17/cas-custom-protocols/ Does any one know any thing else?? --Matt On Friday, 2 March 2018 16:30:58 UTC+10, Matthew Hannay wrote: > > Please Dont Shoot Me!! > I am just doing what Pointy Hair Management types are asking. > > Where Wo