diff --git a/jams-server/src/main/java/net/jami/jams/server/Server.java b/jams-server/src/main/java/net/jami/jams/server/Server.java index efc6061e99eaa19719a912bb3fd0f4f35b18b67c..f6a36edf69bb3386601402a4ddfda08cb471f94b 100644 --- a/jams-server/src/main/java/net/jami/jams/server/Server.java +++ b/jams-server/src/main/java/net/jami/jams/server/Server.java @@ -61,7 +61,7 @@ public class Server { userAuthenticationModule.attachLDAPAuthSource(new String(path.readAllBytes())); UserProfile[] userProfile = userAuthenticationModule.getAuthenticationSources() .get(new AuthModuleKey("savoirfairelinux", AuthenticationSourceType.LDAP)) - .getUserProfile("Béraud","FULL_TEXT_NAME"); + .getUserProfile("Félix","FULL_TEXT_NAME"); System.out.println(userProfile[0]); } catch (Exception e) { log.error("Could not load and inject active directory connector with error: " + e.toString());