I think it should be fixed in latest master. Among LDAP fixes, I've also added the example application showing integration with LDAP. It's here: https://github.com/keycloak/keycloak/tree/master/examples/ldap

If you have opportunity to try it you can build latest master with the commands like this (you need java7, maven 3.1 or later and git):

$ git clone https://github.com/keycloak/keycloak.git
$ cd keycloak
$ mvn clean install -DskipTests=true
$ cd distribution
$ mvn clean install

then in $KEYCLOAK_HOME/distribution/demo-dist/target/keycloak-demo-1.4.0.Final-SNAPSHOT.zip is latest demo distribution (which contains the example) and in $KEYCLOAK_HOME/distribution/server-dist/target/keycloak-1.4.0.Final-SNAPSHOT.zip is latest server distribution .

Marek

On 25.6.2015 10:10, Giovanni Baruzzi wrote:
Marek,

Thank you for your attention.
It is sure in the same area. But as you see I used a very simple LDAP and only the attribute objectClass has multiple values.
Please tell me if you need further information about my setup.

Regards,
Giovanni




_______________________________________________
keycloak-user mailing list
keycloak-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user