summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2013-12-30 11:08:15 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-01-28 17:26:37 +1300
commitc3f6a09addb882ad95cc2a8db3d76d8b07a5a70d (patch)
treee3f5077f5ec55ed3e05cada8688f4e57688a73d5 /docs-xml
parentb889f0fa774cbd5ee5a41ad7b4331283a90a7f8e (diff)
docs: update idmap cache time to be consistent with testparm
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/winbind/idmapcachetime.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/winbind/idmapcachetime.xml b/docs-xml/smbdotconf/winbind/idmapcachetime.xml
index ba526100fc..44e87edb9d 100644
--- a/docs-xml/smbdotconf/winbind/idmapcachetime.xml
+++ b/docs-xml/smbdotconf/winbind/idmapcachetime.xml
@@ -5,9 +5,10 @@
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter specifies the number of seconds that Winbind's
- idmap interface will cache positive SID/uid/gid query results.
+ idmap interface will cache positive SID/uid/gid query results. By
+ default, Samba will cache these results for one week.
</para>
</description>
-<value type="default">604800 (one week)</value>
+<value type="default">604800</value>
</samba:parameter>