Skip to content
Snippets Groups Projects
Commit 0cc4e2d6 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

removed a minor oddity

parent bd9eb5b7
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ public class LDAPConnector implements AuthenticationSource {
@Override
public AuthenticationSourceInfo getInfo() {
return new AuthenticationSourceInfo("savoirfairelinux", AuthenticationSourceType.LDAP);
return new AuthenticationSourceInfo(settings.getRealm(), AuthenticationSourceType.LDAP);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment