You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/AuthenticationProviderService.java
+28-4Lines changed: 28 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -286,18 +286,23 @@ public LDAPAuthenticatedUser authenticateUser(Credentials credentials)
286
286
CredentialsInfo.USERNAME_PASSWORD);
287
287
288
288
try {
289
-
289
+
290
290
// Retrieve group membership of the user that just authenticated
0 commit comments