mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1115: Fix formatting of user query.
This commit is contained in:
@@ -211,6 +211,9 @@ public class UserService {
|
|||||||
if (usernameAttributes.size() > 1)
|
if (usernameAttributes.size() > 1)
|
||||||
ldapQuery.append(")");
|
ldapQuery.append(")");
|
||||||
|
|
||||||
|
// Close overall query (AND clause)
|
||||||
|
ldapQuery.append(")");
|
||||||
|
|
||||||
return ldapQuery.toString();
|
return ldapQuery.toString();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user