diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-07 01:23:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-07 15:37:12 +0100 |
commit | 45298300e43d314f9001c2bdbd72f1189e20eb70 (patch) | |
tree | 96dad80d5ce23d844f23d95efbf47d78ddc1e6f3 | |
parent | 0e6c242bb7589938388983028ff55953b45d89fc (diff) |
gnu: pam-krb5: Mark up description.
* gnu/packages/admin.scm (pam-krb5)[description]: Use @code.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 4b97d04804..9116835d04 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2029,8 +2029,8 @@ It supports ticket refreshing by screen savers, configurable authorization handling, authentication of non-local accounts for network services, password changing, and password expiration, as well as all the standard expected PAM features. It works correctly with OpenSSH, even -with ChallengeResponseAuthentication and PrivilegeSeparation enabled, -and supports extensive configuration either by PAM options or in +with @code{ChallengeResponseAuthentication} and @code{PrivilegeSeparation} +enabled, and supports extensive configuration either by PAM options or in krb5.conf or both. PKINIT is supported with recent versions of both MIT Kerberos and Heimdal and FAST is supported with recent MIT Kerberos.") (home-page "http://www.eyrie.org/~eagle/software/pam-krb5") |