Ben Tyger
Ben Tyger
Added issue #25 for the enhancement
I'm doing LDAP over TLS via StartTLS and it is working fine. Have you verified that php trusts you LDAP server? PHP treats untrusted LDAP certificate chains very harshly before...
Sorry @Alexconquer, I was looking at the some older code and I hadn't pulled from the master in a while. Another merge broke it. FIxing..
What are you setting for your login attribute ( LDAP_AUTH_LOGIN_ATTRIB)? You commented out 'uid' but you didn't set anther login attribute? If you want to use the standard AD short...
Nevermind that, you're not even getting that far. It looks like the service account bind is failing. Not much to go wrong here. Double check the Bind DN. I usually...
Looks like an error in the logging system not Auth-LDAP. Auth-LDAP doesn't use PDO for anything. Please at switch to log logging type and see if that error continues. File...
Did either of you try switching to non-sql logging? See if that works.
I haven't changed the logging messages in years, so something changed upstream. It has to be determined if this is a bug from upstream or a change of logging requirements.
@chrbayer It sounds like a bug. If it was a change of requirements, it would have probably still had an issue. I'll see what I can find upstream.
@mbazdell, Looks like there is some code rot. I'll look into cleaning it up. As a temporary workaround, if you can change your logging type file or syslog and not...