summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-05-02 20:19:59 +0100
committerChristopher Baines <mail@cbaines.net>2019-05-07 20:52:02 +0100
commit5b3d3cf71c1947bb43237b28d231d249f9dfbe49 (patch)
tree9d7340bf6f56b8bb1df5f11651010999decbf4e3 /gnu/services
parent338defe0cbe156e8416647035403fccf059555e0 (diff)
services: dovecot: Rename auth-verbose-passwords?.
* gnu/services/mail.scm (dovecot-configuration)[auth-verbose-passwords?]: Rename to auth-verbose-passwords, and change the type to a string, as this parameter can take one of three string values. * doc/guix.texi (Dovecot service): Update the corresponding documentation.
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/services/mail.scm b/gnu/services/mail.scm
index 0dabfed4cb5..216b2c80b0c 100644
--- a/gnu/services/mail.scm
+++ b/gnu/services/mail.scm
@@ -806,8 +806,8 @@ standard facilities are supported.")
806 "Log unsuccessful authentication attempts and the reasons why they 806 "Log unsuccessful authentication attempts and the reasons why they
807failed.") 807failed.")
808 808
809 (auth-verbose-passwords? 809 (auth-verbose-passwords
810 (boolean #f) 810 (string "no")
811 "In case of password mismatches, log the attempted password. Valid 811 "In case of password mismatches, log the attempted password. Valid
812values are no, plain and sha1. sha1 can be useful for detecting brute 812values are no, plain and sha1. sha1 can be useful for detecting brute
813force password attempts vs. user simply trying the same password over 813force password attempts vs. user simply trying the same password over