No user details retrieved from directory

Issue #7 resolved
viharm repo owner created an issue

Current functionality only allows verification of username and a password, with the option to check against a group.

Retrieve users details from LDAP like (email, full name, etc.)

Comments (9)

  1. viharm reporter
    • changed status to open

    Will require LDAP attribute names as input arguments.

    Will output requested attribute values from LDAP.

  2. viharm reporter

    Use PHP function ldap_read and specify the attributes by passing the array provided as input.

  3. Log in to comment