GitHub user annieweng opened a pull request:

    https://github.com/apache/incubator-guacamole-client/pull/68

    add additional search filter function for extentions/guacamole-auth-ldap 
module

    update extentions/guacamole-auth-ldap module.
    Provide a way to do additional filter of ldap authentication.  the 
"ldap-additional-search-filter" can be added to guacamole.properties. it is 
default to empty string.  it's also flexible enough to accept any ldap search 
filter parameters.
      For example,  to ensure user login is also part of user group 
"exampleGroup"  
    following filter indicate user have to be memeberof exampleGroup:
    
        ldap-additional-search-filter: 
(memberOf=cn=exampleGroup,ou=groups,dc=example,dc=net) 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/annieweng/incubator-guacamole-client master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-guacamole-client/pull/68.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 #68
    
----
commit fb2401eba6a29adcc784c894caac80dacafabf1e
Author: Annie Weng <[email protected]>
Date:   2016-09-02T19:54:20Z

    add additional search filter function for ldap

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to