User DN incorrect for Active Directory servers

Issue #18 resolved
viharm repo owner created an issue

Line 185 of `src/psm/Module/Config/Controller/ConfigController.php` on a downstream application adds three variables `openldap`, `adds`, and `adlds`. However _phpLDAPauth_ checks for `openldap`, `ad-ds`, and `ad-lds` respectively (difference of a hyphen) in line 266 of `phpldapauth.php`. It may be unwise to expect the underlying library - _phpLDAPauth_ - to change, as it may break compatibility for other programs relying on that underlying library.

However an additional check in phpLDAPauth will be better use of resources, rather than having PsmLDAP go through and reformat these variables just to match the requirements of phpLDAPauth.

Comments (3)

  1. Log in to comment