22 Feb 2013
 
Tirasa

Jexl syntax example

Written by massi

This post because I googled to find some Jexl syntax example but I didn't find it!

Read All »

23 Jan 2013
 
Tirasa

Apache Syncope and Active Directory SSO: modifica del processo di autenticazione (2)

Written by massi

Eccoci al terzo appuntamento della saga sulla modifica del processo di autenticazione su Apache Syncope. Nel secondo post abbiamo visto cosa dover modificare sul core di Syncope; in questo post invece vedremo cosa si dovrà modificare sulla console per arrivare al traguardo.

Read All »

21 Jan 2013
 
Tirasa

Apache Syncope and Active Directory SSO: modify authentication process

Written by massi

This is the first post of a series on the same topic: an Apache Syncope overlay to perform single sign on between Active Diretory and Apache Syncope Console. in this post we start with configuration of Apache Syncope, to be more precise we analyze the steps to change the Syncope process authentication from Spring Securety to OpenAM

Read All »

16 Jan 2013
 
Tirasa

Eseguire comandi unix in Java

Written by massi

Per lo sviluppo del connettore UNIX di ConnId avevo bisogno di una buona libreria che mi permettesse di eseguire da remoto dei comandi UNIX su server remoti. Dopo aver provato diverse librerie per l'esecuzione di comandi Unix in Java, la mia scelta definitiva è caduta su vngx-jsch una libreria che, a detta dello sviluppatore, migliora la più famosa jsch.

Read All »

16 Jan 2013
 
Tirasa

Exec unix command with Java

Written by massi

To develop Unix connector of ConnId framework, I needed a good java library to execute unix command on remote server. After several tests, I choose vngx-jsch, a library that, according to its developers, improves jsch library.

Read All »

15 Jan 2013
 
Tirasa

Apache Syncope and Active Directory SSO: modifica del processo di autenticazione

Written by massi

Dopo aver visto come configurare OpenAM per ottenere un modulo di autenticazione che faccia Single Sign On su un Active Directory e un Data Store che si occupi della lettura del profilo di un utente dallo stesso Active Directory, con questo post passeremo alla configurazione di Apache Syncope.

Read All »

09 Jan 2013
 
Tirasa

Apache Syncope and Active Directory SSO: OpenAM configuration

Written by massi

This is first post of a series on the same topic: an Apache Syncope overlay to perform single sign on between Active Diretory and Apache Syncope Console. In this articles, we will analyze the different steps to have an user that, after his authentication on Windows PC, can access the Apache Syncope admin web console without further authentication.

Read All »

08 Jan 2013
 
Tirasa

Apache Syncope and Active Directory SSO: configurazione di OpenAM

Written by massi

Questo sarà il primo, di una serie di post, che avranno, come punto di arrivo, la realizzazione di un overlay di Syncope con la particolarità di essere in Single Sign On con un'istanza di Active Directory. Attraverso differenti passi, vedremo come arrivare ad avere un utente che, una volta autenticatosi su un PC windows con autenticazione a Dominio, potrà accedere sulla console di Syncope senza autenticarsi ulteriormente.

Read All »