GUACAMOLE-234: Correct LDAP filter mispelling.

This commit is contained in:
Nick Couchman
2018-12-14 13:13:47 -05:00
committed by Virtually Nick
parent 288fcb5e13
commit 4aa4489b78

View File

@@ -87,7 +87,7 @@ public class UserGroupService {
// Read any object as a group if LDAP is not being used for connection // Read any object as a group if LDAP is not being used for connection
// storage (guacConfigGroup) // storage (guacConfigGroup)
return new EqualityNode("objectCalss","*"); return new EqualityNode("objectClass","*");
} }