Displaying 2 results from an estimated 2 matches for "uuqf25qtumnbe9r2fmuzva".
2018 Sep 26
2
Can't authenticate using ARGON2ID crypt scheme from doveadm pw w/rounds != default
...wd-file
????? args = username_format=%u <path-to-file-here>
??? }
If I generate a password this way:
??? doveadm pw -s ARGON2ID -p 'This is a test'
I get a crypt value for the password that I can place in the password
file like:
testuser:{ARGON2ID}$argon2id$v=19$m=65536,t=3,p=1$UuqF25QtumNBe9R2FmUZvA$5avvHY5TIaj5Wl5C4k8BOI4bcmNei7BwPLlXYQVybMc
And if I test authentication with this command:
??? doveadm auth login testuser 'This is a test'
It works as shown by the (lightly redacted) log:
??? Sep 25 22:46:01 myhost dovecot[17538]: auth: Debug: auth client
connected (pid=55417)
???...
2018 Sep 26
0
Can't authenticate using ARGON2ID crypt scheme from doveadm pw w/rounds != default
...;path-to-file-here>
> ??? }
>
> If I generate a password this way:
>
> ??? doveadm pw -s ARGON2ID -p 'This is a test'
>
> I get a crypt value for the password that I can place in the password
> file like:
>
> testuser:{ARGON2ID}$argon2id$v=19$m=65536,t=3,p=1$UuqF25QtumNBe9R2FmUZvA$5avvHY5TIaj5Wl5C4k8BOI4bcmNei7BwPLlXYQVybMc
>
>
> And if I test authentication with this command:
>
> ??? doveadm auth login testuser 'This is a test'
>
> It works as shown by the (lightly redacted) log:
>
> ??? Sep 25 22:46:01 myhost dovecot[17538]: auth: Debug:...