mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
comparing salted passwords is impossible
This commit is contained in:
parent
63fd58a7cb
commit
d0380ec74f
|
@ -1,2 +0,0 @@
|
|||
user1@localhost.localdomain|{SHA512-CRYPT}$6$6Xxcp1JSbIopyWIC$LdrPrPSAdDuOZOZhaQsmuqFa8gyZ.F43Bh8vHNCd2zumwaj9DdM6v7gkMwOP0Fn4IartmPvF5CdVCzV1pdx7M1
|
||||
user2@otherdomain.tld|{SHA512-CRYPT}$6$OVDJp7HtL3U2d2c7$jxVpLBYBfNLekpsx6Ih3uAg640iGXXGPgKno8uDK31/FIL1rRf7Uh.go/xTyD5PQNsr/pOPkJb2b1QS7Ovnll0
|
|
@ -1,2 +0,0 @@
|
|||
user1@localhost.localdomain|{SHA512-CRYPT}$6$6Xxcp1JSbIopyWIC$LdrPrPSAdDuOZOZhaQsmuqFa8gyZ.F43Bh8vHNCd2zumwaj9DdM6v7gkMwOP0Fn4IartmPvF5CdVCzV1pdx7M1
|
||||
user2@otherdomain.tld|{SHA512-CRYPT}$6$OVDJp7HtL3U2d2c7$jxVpLBYBfNLekpsx6Ih3uAg640iGXXGPgKno8uDK31/FIL1rRf7Uh.go/xTyD5PQNsr/pOPkJb2b1QS7Ovnll0
|
|
@ -180,11 +180,6 @@
|
|||
# accounts
|
||||
#
|
||||
|
||||
@test "checking accounts: generated 'postfix-accounts.cf' matches template" {
|
||||
run diff test/config/example.postfix-accounts.cf test/config/postfix-accounts.cf
|
||||
[ "$status" -eq 0 ]
|
||||
}
|
||||
|
||||
@test "checking accounts: user accounts" {
|
||||
run docker exec mail doveadm user '*'
|
||||
[ "$status" -eq 0 ]
|
||||
|
|
Loading…
Reference in a new issue