GitHub user steffen-moser opened a pull request:
https://github.com/apache/guacamole-client/pull/245
GUACAMOLE-300: Support posixGroup in LDAP Authentication and Group-baâ¦
â¦sed Session Admission
The change will extend the user lookup code by the ability to search not
only through the groupOfNames but also through the posixGroup scheme. The piece
of code seems to work with both schemes in my tests successfully.
I am not sure if there are any pitfalls when just combining the possible
results. Maybe introducing a configuration flag to choose whether searching
posixGroup or groupOfNames would be a better approach.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/steffen-moser/guacamole-client master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/245.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #245
----
commit 1a38399fd0602f352f7b150a417fc1d5485d06ee
Author: Steffen Moser <public@...>
Date: 2018-02-04T15:52:05Z
GUACAMOLE-300: Support posixGroup in LDAP Authentication and Group-based
Session Admission
----
---