From f35a6a70ee85de28dfd1f9ee5747d6dff4a4aecc Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 28 May 2010 13:27:35 +0200 Subject: Man page fixes Fixes: #496 --- src/man/sssd-krb5.5.xml | 6 +++++- src/man/sssd.conf.5.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 732f05bac..e78fd7676 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -83,7 +83,8 @@ krb5_realm (string) - The name of the Kerberos realm. + The name of the Kerberos realm. This option is required + and must be specified. @@ -119,6 +120,9 @@ servers to try the back end is not switch to offline if authentication against the KDC is still possible. + + Default: Use the KDC + diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 0e7c5723e..bd2d3acd1 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -289,7 +289,7 @@ entry_negative_timeout (integer) - Specifies for how long nss_sss should cache + Specifies for how many seconds nss_sss should cache negative cache hits (that is, queries for invalid database entries, like nonexistent ones) before asking the back end again. -- cgit