i-core/werther

Enable additional logging

dre2004 opened this issue · 1 comments

Hello,

I'm having some problems getting this working with an outside ldap server (openldap), I get an incorrect username or password error when logging in but I'd like to see some debug information so I can determine what the root cause is.

Right now I'm thinking it could be one of three things.

  1. The ldap property (cn=user or uid=user) isn't what is being used to authenticate

  2. The encryption algorithm that I've used to encrypt the password doesn't match what the ldap client is using.

  3. Another configuration problem that I'm not yet seeing.

By chance I just tried setting the password to be stored in plain text and that appears to have fixed it. I guess I need to figure out how to specify the encryption mechanism on the Hydra/werther container.