When you’re writing an Alfresco extension there’s a good chance that you’ll want to do some configuration or add some files along with your code. One option is to, via a documented process, add everything by hand but it’s neater and more reliable if you can do it as part of your amp. The trick […]
Monthly Archives: July 2013
CAS for Alfresco 4.2 on Ubuntu
Lots of confusion around on this subject so I’m going to attempt to distill some wisdom into this post and tweak it for Ubuntu 2 good blogs Nick with mod_auth_cas and Martin with CAS client and the Alfresco docs I’m not going to talk about setting up CAS here as this post is complex enough […]
mod_auth_cas for CAS 3.5.2 on Ubuntu
This is not as straightforward as it should be as mod_auth_cas has not yet been brought up to date with the latest SAML 1.1 schema and the XML parsing doesn’t support the changes. In addition the pull request for the changes in github is out of date with the main branch so that’s not much […]