01 Feb 2013
 

Tooltip with Apache Wicket 6

Written by massi

This is the code to create a tooltip with Apache Wicket and without Javascript ...

Read All »

01 Feb 2013
 

Tooltip con Apache Wicket 6

Written by massi

Ecco il codice per creare un tooltip in Apache Wicket senza l'uso di Javascript.

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 »