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

fixed a minor security issue with AD

parent 5adac17f
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,8 @@ public class ADConnector implements AuthenticationSource {
}
public static void returnConnection(Endpoint connection){
connection.setUserAccountName(settings.getUsername());
connection.setPassword(settings.getPassword());
endpoints.add(connection);
}
......
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