sipcapture / homer-app

HOMER 7.x Front-End and API Server
http://sipcapture.io
GNU Affero General Public License v3.0
205 stars 84 forks source link

Add LDAP login error logs #355

Closed nfantone closed 4 years ago

nfantone commented 4 years ago

I was trying to get Homer to work with LDAP authentication, but kept silently failing for me. I noticed there were barely any error or debug logs for most points of failure following the LDAP login flow - which leaves users pretty much in the dark when debugging these sort of issues. Adding a bunch of them help me troubleshoot a config mistake: had a minor typo in my ldap_config.base setting.

This may help others experiencing the same.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

adubovikov commented 4 years ago

Thank you!