summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-04-01 12:21:20 +0200
committerGuix Patches Tester <>2024-04-17 13:53:00 +0200
commit28803ca77d7679f9106dc866540214a061c76789 (patch)
tree773efe5db3175cf80ffbef753b2261fb6912211c
parentb47ae1ecc43baaf726701ab2d2f810ecfaa75428 (diff)
downloadguix-patches-issue-70116.tar
guix-patches-issue-70116.tar.gz
doc: dovecot: {userdb, passdb}-configuration: Document passwd-file.issue-70116
Dovecot also support the passwd-file drivers in both the userdb and passdb configurations. * doc/guix.texi (dovecot-configuration): Document passwd-file drivers. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Change-Id: Icd5a30e192dbf6c3927717e39f781a2fe00f7a08
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index fc28a15980..265461079b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -26445,7 +26445,7 @@ Available @code{passdb-configuration} fields are:
@deftypevr {@code{passdb-configuration} parameter} string driver
The driver that the passdb should use. Valid values include
-@samp{pam}, @samp{passwd}, @samp{shadow}, @samp{bsdauth}, and
+@samp{pam}, @samp{passwd}, @samp{passwd-file}, @samp{shadow}, @samp{bsdauth}, and
@samp{static}.
Defaults to @samp{"pam"}.
@end deftypevr
@@ -26465,7 +26465,7 @@ Available @code{userdb-configuration} fields are:
@deftypevr {@code{userdb-configuration} parameter} string driver
The driver that the userdb should use. Valid values include
-@samp{passwd} and @samp{static}.
+@samp{passwd}, @samp{passwd-file}, and @samp{static}.
Defaults to @samp{"passwd"}.
@end deftypevr