•  
      request #23501 LDAP group search does not work
    Infos
    #23501
    Christopher Day (cday)
    2021-11-09 12:53
    2021-11-09 12:31
    25045
    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
    Referenced by request #23501

    Follow-ups