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:
Hi.
I try use new feature of keycloak 1.3.1, i added new attribute, like department, but i can not get it in my web bean, i try get new attribute from KeycloakSecurityContext, but con not found.
How can i get my new added atribute?
Thanks!


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