diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/man/sssd-krb5.5.xml | 6 | ||||
-rw-r--r-- | src/man/sssd.conf.5.xml | 2 |
2 files changed, 6 insertions, 2 deletions
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 @@ <term>krb5_realm (string)</term> <listitem> <para> - The name of the Kerberos realm. + The name of the Kerberos realm. This option is required + and must be specified. </para> </listitem> </varlistentry> @@ -119,6 +120,9 @@ servers to try the back end is not switch to offline if authentication against the KDC is still possible. </para> + <para> + Default: Use the KDC + </para> </listitem> </varlistentry> 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 @@ <term>entry_negative_timeout (integer)</term> <listitem> <para> - 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. |