mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-579: Change fromAttribute to canonicalize
This commit is contained in:
@@ -315,7 +315,7 @@ public class AuthenticationProviderService {
|
||||
// Convert each retrieved attribute into a corresponding token
|
||||
for (Object attrObj : attrSet) {
|
||||
LDAPAttribute attr = (LDAPAttribute)attrObj;
|
||||
tokens.put(TokenName.fromAttribute(attr.getName(),
|
||||
tokens.put(TokenName.canonicalize(attr.getName(),
|
||||
LDAP_ATTRIBUTE_TOKEN_PREFIX), attr.getStringValue());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user