summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-05-28 13:27:35 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-06-06 13:38:08 -0400
commitf35a6a70ee85de28dfd1f9ee5747d6dff4a4aecc (patch)
tree5a3b329c469dfdedcec8dd9daea8a491d403bc51
parent46d28f027cbd182973c7efff35f978f97919f8c2 (diff)
downloadsssd_unused-f35a6a70ee85de28dfd1f9ee5747d6dff4a4aecc.tar.gz
sssd_unused-f35a6a70ee85de28dfd1f9ee5747d6dff4a4aecc.tar.xz
sssd_unused-f35a6a70ee85de28dfd1f9ee5747d6dff4a4aecc.zip
Man page fixes
Fixes: #496
-rw-r--r--src/man/sssd-krb5.5.xml6
-rw-r--r--src/man/sssd.conf.5.xml2
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.