From 28803ca77d7679f9106dc866540214a061c76789 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 1 Apr 2024 12:21:20 +0200 Subject: doc: dovecot: {userdb, passdb}-configuration: Document passwd-file. 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 Change-Id: Icd5a30e192dbf6c3927717e39f781a2fe00f7a08 --- doc/guix.texi | 4 ++-- 1 file 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 -- cgit v1.2.3