diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-24 23:21:08 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-24 23:21:20 +0100 |
commit | df31e36a403ac8ff3d86813b88f02f816a936687 (patch) | |
tree | 521c8898f971c9ca5923914d345f26e5250faf72 /doc | |
parent | 13fb1bd94e77ca231faaae25e8c9e3c4bde1b0f2 (diff) | |
download | patches-df31e36a403ac8ff3d86813b88f02f816a936687.tar patches-df31e36a403ac8ff3d86813b88f02f816a936687.tar.gz |
doc: Fix typos in "Kerberos Services".
* doc/guix.texi (Kerberos Services): Fix typos.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index e488c5a553..ebb138e15d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11412,13 +11412,13 @@ could instantiate a dovecot service like this: @subsubsection Kerberos Services @cindex Kerberos -The @code{(gnu services Kerberos)} module provides services relating to +The @code{(gnu services kerberos)} module provides services relating to the authentication protocol @dfn{Kerberos}. @subsubheading PAM krb5 Service @cindex pam-krb5 -The pam-krb5 service allows for login authentication and password +The @code{pam-krb5} service allows for login authentication and password management via Kerberos. You will need this service if you want PAM enabled applications to authenticate users using Kerberos. |