Mahlon E. Smith <mahlon@martini.nu> [Mon, 02 Dec 2019 15:48:56 -0800] rev 133
Revert an old LCS edge case fix in favor of a better one.
Mahlon E. Smith <mahlon@martini.nu> [Sun, 13 Oct 2019 10:52:25 -0700] rev 132
Update for v1.5.1 release.
Mahlon E. Smith <mahlon@martini.nu> [Sun, 13 Oct 2019 10:44:16 -0700] rev 131
Fix sasl for DIGEST-MD5, PLAIN, and LOGIN mechanisms, which I don't think ever actually worked properly.
Add a sasluser argument if a specific identity is required for the
backend, which if unsupplied, tries to guess if a binddn is present.
(Uwe's previous commit fixed EXTERNAL and GSSAPI, which did work, but
randomly failed due to hash ordering.)
Minor style cleanups, remove duplicate/unecessary logic for anonymous
binds.
Uwe Kleine-König <uwe@kleine-koenig.org> [Sun, 13 Oct 2019 10:19:40 -0700] rev 130
Don't provide a password for sasl authentication.
When a sasl parameter is given (and used) the password parameter is not
used by Net::LDAP. If indeed a password is required it has to be passed
in the Authen::SASL object, not as parameter to bind.
So drop the password parameter which stops trying (and failing) to use
password authentication sometimes if in Net/LDAP.pm the iteration over
%ptype hits its 'password' member before the 'sasl' member.