Menu

#450 1.7.4: ldap-problems

Major
closed
nobody
LDAP (6)
1
2020-10-11
2019-12-03
No

Hi there,

we use LDAP-Authentification against an AD-Server. With the update to 1.7.4 this stopped working, because of the new wrapper-function used for ldap_bind. As I understand it, it is planned to use mrbs_ldap_bind in the (near?) future, but it is not implemented in 1.7.4. Somehow the call to mrbs_ldap_bind slipped into this relase.

The workaround is simple: In line 436 of web/auth/auth_ldap.inc ldap_bind should be used.

Thanks for this very helpful piece of software!

--
- Jens -

Discussion

  • Campbell Morrison

    Thanks for spotting this. Yes, mrbs_ldap_bind() will appear in 1.8.0 and a call to the function accidentally slipped into the mrbs_17_branch.

    Now fixed in 745d9a.

     
  • Campbell Morrison

    There is now a 1.7.4.1 release which fixes the problem.

     
  • Campbell Morrison

    • status: open --> closed