GNU bug report logs -
#77001
[PATCH 0/8] Improve Kerberos support
Previous Next
Full log
View this message in rfc822 format
* gnu/services/kerberos.scm (krb5-realm): Add trailing periods where missing.
Remove double space.
Change-Id: I5dc47326c598548075f13a5ec48c24a0886a9a69
---
gnu/services/kerberos.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/services/kerberos.scm b/gnu/services/kerberos.scm
index e93f4bc648..ee0deec2e4 100644
--- a/gnu/services/kerberos.scm
+++ b/gnu/services/kerberos.scm
@@ -215,7 +215,7 @@ (define-configuration krb5-realm
(default-domain
(string/unset unset-field)
"The domain used to expand host names when translating Kerberos 4 service
-principals to Kerberos 5 principals")
+principals to Kerberos 5 principals.")
(v4-instance-convert
(free-form-fields '())
@@ -223,8 +223,8 @@ (define-configuration krb5-realm
(v4-realm
(string/unset unset-field)
- "Used when the V4 realm name and the V5 realm name are not the same, but
-still share the same principal names and passwords"))
+ "Used when the V4 realm name and the V5 realm name are not the same, but
+still share the same principal names and passwords."))
--
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.