dignajar / another-ldap-auth

LDAP Authentication for Nginx, Nginx ingress controller (Kubernetes), and HAProxy via a subrequest.
MIT License
41 stars 20 forks source link

fix: Improved error logging on bind #14

Closed indece-official closed 3 years ago

indece-official commented 3 years ago

Currently no specific error message is logged when the bind fails - making it difficult to track down errors. In this pull request the specific error message gets appended to the logged info message.

dignajar commented 3 years ago

thanks