•  
      request #10890 LDAP Support for nested groups and groups from different nodes/folders
    Infos
    #10890
    Thomas Hövelmeyer (thomash)
    2018-01-24 10:57
    2017-12-06 21:48
    11115
    Details
    LDAP Support for nested groups and groups from different nodes/folders

    We use Tuleap with the LDAP plugin and ActiveDirectory. We have groups in different "OUs"/Nodes and we have nested groups. This is currently not supported by the LDAP Plugin - also the current method to distinguish between person and groups is only working because of the current restrictions. 

    To solve this only small changes to LDAP_GroupManager.class.php and to LDAP.class.php are neccessary.

    May I create a pullrequest?

    Authentication & LDAP
    9.14
    CentOS 6
    • [x] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-01-24
    Attachments
    Empty
    References

    Follow-ups

    User avatar

    As noticied by @tgerbet switching to subtree by default for group search might represent an issue on large servers (with dozen of thousands of groups). So revert back to scope 'one' by default with the ability to make it configurable with gerrit #10398.