Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #23501 LDAP group search does not work
    Infos
    #23501
    Christopher Day (cday)
    2021-11-09 12:53
    2021-11-09 12:31
    25055
    Details
    LDAP group search does not work

    I was unable to preform group searches on my active directory server, after looking through the code i found a variable that is NULL and broke the search

    https://github.com/Enalean/tuleap/blob/16f15c16de3978a2915aefc7f3f9d4cacfdb8355/plugins/ldap/include/LDAP.class.php#L480

    $this->ldapParams['grp_uid'] returns null, for now i have altered the code to $this->ldapParams['uid'] and it works. Is this caused by an upgrade as we have recently upgraded from 11 -> 12 -> 13.1

    Authentication & LDAP
    Empty
    EL7 (CentOS|RHEL)
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Waiting for information
    Empty
    Attachments
    Empty
    References

    Follow-ups

    User avatar

    The issue is known and already fixed (art #23477) you must update to 13.1.99.83 minimum.