diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-05-28 13:27:35 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-06-06 13:38:19 -0400 |
commit | 37f3536a37f3c620d6e06a32800996137a4de8e4 (patch) | |
tree | 20c988888bfd2462cca41258fa78cfebf27f2909 /src/man | |
parent | a572e241c20a4c5df4f282a2e54b89bf071369da (diff) | |
download | sssd-37f3536a37f3c620d6e06a32800996137a4de8e4.tar.gz sssd-37f3536a37f3c620d6e06a32800996137a4de8e4.tar.bz2 sssd-37f3536a37f3c620d6e06a32800996137a4de8e4.zip |
Man page fixes
Fixes: #496
Diffstat (limited to 'src/man')
-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 732f05ba..e78fd767 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 0e7c5723..bd2d3acd 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. |