Displaying 2 results from an estimated 2 matches for "0passwod".
Did you mean:
0password
2019 Aug 26
1
User found but password failure
...od -c
>
> but as Aki mention, this is probably not relevant to your problem.
>
> Joseph Tam <jtam.home at gmail.com>
I was expecting that since the encoding example in [1] inserts two \0
(NULL) characters before encoding, i.e.
printf 'raub at example.com\0raub at example.com\0passwod' | base64
I do not know if I am misreading the logs; maybe Aki can elaborate
some more, but I do know the encoding example lists the username
twice. And I am getting only it once when decoding the response I
found in the log file.
[1] https://wiki.dovecot.org/Debugging/Authentication
2019 Aug 26
4
User found but password failure
Trying to figure out which step is causing me not to be able to
login. I am using a password file,
passdb {
driver = passwd-file
args = scheme=SHA512-CRYPT username_format=%u /etc/dovecot/passwd
}
We will assume that the pw I created using 'doveadm pw -s
SHA512-CRYPT' matches the password I will be using to login below. I
crank the debugging mode,
auth_debug_passwords = yes