We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11b766 commit c1e5283Copy full SHA for c1e5283
plugins/src/main/java/opengrok/auth/plugin/ldap/LdapServer.java
@@ -268,7 +268,6 @@ private synchronized LdapContext connect() {
268
269
try {
270
ctx = new InitialLdapContext(env, null);
271
- ctx.reconnect(null);
272
ctx.setRequestControls(null);
273
LOGGER.log(Level.INFO, "Connected to LDAP server {0}", this.toString());
274
errorTimestamp = 0;
0 commit comments