Displaying 2 results from an estimated 2 matches for "kihnur13grtovvpbjnjmnq".
2018 Sep 26
2
Can't authenticate using ARGON2ID crypt scheme from doveadm pw w/rounds != default
...ient passdb
out: OK??????? 1??????? user=testuser
However, if I instead specify a non-default number of rounds this way:
???? doveadm pw -s ARGON2ID -p 'This is a test' -r 7
and place the result in an entry in the password file like:
testuser:{ARGON2ID}$argon2id$v=19$m=1048576,t=7,p=1$kIhnUR13GrtOvvpbJNJmnQ$o7O6Whxs3s8IE09yY9S2dPkJjJyEVc78GRFilYVS9fU
Then testing authentication using the same command (repeated here):
??? doveadm auth login testuser 'This is a test'
then authentication fails, as shown by this (lightly redacted) log:
??? Sep 25 22:52:05 myhost dovecot[17538]: auth: Debug:...
2018 Sep 26
0
Can't authenticate using ARGON2ID crypt scheme from doveadm pw w/rounds != default
...? user=testuser
>
> However, if I instead specify a non-default number of rounds this way:
>
> ???? doveadm pw -s ARGON2ID -p 'This is a test' -r 7
>
> and place the result in an entry in the password file like:
>
> testuser:{ARGON2ID}$argon2id$v=19$m=1048576,t=7,p=1$kIhnUR13GrtOvvpbJNJmnQ$o7O6Whxs3s8IE09yY9S2dPkJjJyEVc78GRFilYVS9fU
>
>
> Then testing authentication using the same command (repeated here):
>
> ??? doveadm auth login testuser 'This is a test'
>
> then authentication fails, as shown by this (lightly redacted) log:
>
> ??? Sep 25 22:52:...