How to install Jasig CAS SSO plugged on Active Directory using SSL

Posted on 26 Aug 2011 in Tutorial

This article is a tutorial on how to deploy the Jasig CAS Single-Sign-On solution, and to integrate it with Apache2 as web server, Tomcat as servlet container, Active Directory as authentication backend. Every communication link will be secured using SSL i.e. the client will communicate using https with the CAS and the CAS will communicate using ldaps with the Active Directory. Requirements In this article I suppose you got a running Windows Server 2008 R2...

Read more...

GSoC Blog week 12

Posted on 15 Aug 2011

This week, I almost finished the webvie integration, as shown in the previous post. After a discussion with Jens W. Klein, my mentor, we decided to get the enhancer outside of the form workflow and to have it in the main workflow. The last thing to do in order to finish is to add the functionnality to save enhancements. A little screenshot : Furthermore, I achieved the development of the SparQL console : So, this...

Read more...

Quite Close !

Posted on 11 Aug 2011

I want to post a little screen shot because I am really close to have webvie working inside of Plone. So take a look at this little preview :

Read more...

GSoC Blog week 11

Posted on 07 Aug 2011

This week, I started the integration of webvie in Plone for rdf text enhancements. Sadly it is not finished yet. I am facing some issues with it (little bugs I corrected to make it work) in the webvie source, and another more consequent in the workflow. I contacted Szaby Grünwald, one of the two developpers working on webvie, to discuss it with him. Today, I am doing some cleanup in the stanbol.plone source before my...

Read more...

GSoC Blog week 10

Posted on 04 Aug 2011

I recently had my first visible results as I explained in my precedent article. Due to issues with my server, my blog was down, and since I got it up and running this morning, I write my weekly article. So, the keyword enhancer based on Stanbol engines result is integrated as described in my previous article. I’m now going to integrate enhancervie to enhance the text itself. I am not sure that enhancervie is plug...

Read more...

First visible results

Posted on 28 Jul 2011

I just finished the first part of the PoC, the stanbol.plone module is now able to fetch Stanbol engines enhancements and to fill the categories Plone field. This still needs some finishes, it is working fine :-) Let’s take a look at some screenshots : First, add a new content : Click on “Categorization tab” : Wait a short instant : Enjoy :

Read more...

GSoC Blog week 8 and 9

Posted on 25 Jul 2011

I did not post anything for two weeks, which is far too long but results are coming. The tag completion and RDF text enhancements are almost done. I am facing some configurations bugs which implies it does not work yet. From now on, the plone integration is able to query a Stanbol instance using the stanbol.client python library and the javascript part is able to communicate with the python module using jquery.pyproxy. I didn’t manage...

Read more...

GSoC Blog week 7

Posted on 10 Jul 2011

This week, I wanted to develop the system/console python API, but this is not really relevant since the console is more to manage the OSGI server than stanbol itself. That’s why I decided to delay this part, and maybe to forget about it, and to concentrate on the Plone integration. I developped the control panel part available on github and began to develop a JavaScript library to connect to Stanbol. The point of the latter...

Read more...

GSoC Blog week 6

Posted on 03 Jul 2011

Stanbol Related stuff I had issues building the latest stanbol head because of obsolete cache in /sling. After discussing it with the stanbol team, I succeeded to build it and to run it. In this head, major changes have occured : Store has been replaced by ContentHub, which works the same way as Store did New Entry Points have been added : /ontonet, /reasoners and /rules I will have to update the Store class in...

Read more...

GSoC Blog week 5

Posted on 26 Jun 2011

This week, I have been working on the buildout system of Plone. First I read documentation on the system itself and how to write an add-on for Plone. Now familiar with the buildout system, I updated stanbol-buildout and stanbol.plone to make it working with the recent changes (move from fise.* to stanbol.*, etc …). Furthermore, I corrected the places where the buildout fetch stanbol jar which was a Dropbox where obsolete builds where standing in....

Read more...