Displaying 1 result from an estimated 1 matches for "5ozo".
Did you mean:
5oo
2014 Apr 18
1
Hash Verification with doveadm
Hello!
I have a problem with the doveadm tool. I?m trying to verify a hash from my MySQL-Db with the following command:
doveadm pw -p '123' -t '{SHA512-CRYPT}$6$e3TLkiahfHFv29/J$8etBEtmbh06B72kc1TpetT/k8aHkQrJAPQVpTGDYuzyHZX4MwU2PeL2cIupNEoUUGt6SLB0N7xNqbbqp/5OZo.'
I'm expecting that it says verified or not, but it prompts for a password, so the ?-p? parameter does not work. I need this, because I want to use the verification in a shell script and for that it have to work without a prompt.
I hope you guess what my problem is :)
My configuration:...