GNU bug report logs - #77001
[PATCH 0/8] Improve Kerberos support

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Thu, 13 Mar 2025 22:19:02 UTC

Severity: normal

Tags: patch

Full log


Message #38 received at 77001 <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: 77001 <at> debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH v2 5/8] services: krb5-configuration: Unify style of
 documentation strings.
Date: Wed, 19 Mar 2025 17:24:31 +0100
* gnu/services/kerberos.scm (krb5-configuration): Add trailing periods where
missing.  Add double space.  Add @file.

Change-Id: Id2d985df1e55566cb62f7355c2e4f0ca7d9924f2
---
 gnu/services/kerberos.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/services/kerberos.scm b/gnu/services/kerberos.scm
index 8ebcec3291..5ac3cd1830 100644
--- a/gnu/services/kerberos.scm
+++ b/gnu/services/kerberos.scm
@@ -302,11 +302,11 @@ (define-configuration krb5-configuration
   (dns-lookup-kdc?
    (boolean/unset unset-field)
    "Should DNS SRV records should be used to locate the KDCs and other servers
-not appearing in the realm specification")
+not appearing in the realm specification.")
 
   (err-fmt
    (string/unset unset-field)
-   "Custom error message formatting. If not #f error messages will be
+   "Custom error message formatting.  If not #f error messages will be
 formatted by substituting a normal error message for %M and an error code for
 %C in the value.")
 
@@ -324,7 +324,7 @@ (define-configuration krb5-configuration
   (k5login-authoritative?
    (boolean/unset unset-field)
    "If this flag is true, principals must be listed in a local user's k5login
-file to be granted login access, if a ~/.k5login file exists.")
+file to be granted login access, if a @file{~/.k5login} file exists.")
 
   (k5login-directory
    (string/unset unset-field)
@@ -353,8 +353,8 @@ (define-configuration krb5-configuration
 
   (kdc-req-checksum-type
    (non-negative-integer/unset unset-field)
-   "The type of checksum to use for the KDC requests. Relevant only for DES
-keys")
+   "The type of checksum to use for the KDC requests.  Relevant only for DES
+keys.")
 
   (noaddresses?
    (boolean/unset unset-field)
-- 
2.48.1





This bug report was last modified 89 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.