Hi,
I've pushed the LDAP example and some LDAP related fixes into
latest master. 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 29.6.2015 14:02, Adam Daduev wrote: