You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2022/01/21 23:38:25 UTC

[GitHub] [guacamole-client] mike-jumper commented on pull request #683: Added support for specifying LDAP UPN in properties file

mike-jumper commented on pull request #683:
URL: https://github.com/apache/guacamole-client/pull/683#issuecomment-1018958629


   I'm not sure whether these changes (in spirit) nor [GUACAMOLE-1511](https://issues.apache.org/jira/browse/GUACAMOLE-1511) are actually necessary:
   
   * The LDAP support does allow for lookup of users based on their UPN. This would involve using `userPrincipalName` for the username attribute.
   * Multiple LDAP servers are supported via the recently-introduced multi-server LDAP support. Users can be mapped to their relevant LDAP server based on username patterns, and then the search account can narrow that to a specific user once the relevant server is determined.
   
   I know that Active Directory allows for binding with UPNs, and so adding a feature that would tell Guacamole to accept usernames matching that pattern and attempt to bind with those usernames directly would make configuration easier, but I'm not sure that's what these changes or [GUACAMOLE-1511](https://issues.apache.org/jira/browse/GUACAMOLE-1511) are intended to be.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org