Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/68#discussion_r77440181
--- Diff:
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPConnectionService.java
---
@@ -154,6 +154,7 @@ public LDAPConnection bindAs(String userDN, String
password)
// Bind as user
ldapConnection.bind(LDAPConnection.LDAP_V3, userDN,
passwordBytes);
+
--- End diff --
Please do not arbitrarily add blank lines to otherwise-untouched code.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---