mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-234: Correct LDAP filter mispelling.
This commit is contained in:
committed by
Virtually Nick
parent
288fcb5e13
commit
4aa4489b78
@@ -87,7 +87,7 @@ public class UserGroupService {
|
||||
|
||||
// Read any object as a group if LDAP is not being used for connection
|
||||
// storage (guacConfigGroup)
|
||||
return new EqualityNode("objectCalss","*");
|
||||
return new EqualityNode("objectClass","*");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user