summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/winbind
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-03-21 16:12:55 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:29 -0500
commitbf4c2ccdb6237c69f2657ba766abff195c5ac670 (patch)
tree29e02fc98886236810b102a66f66f132f9b370e5 /docs/smbdotconf/winbind
parent5f95c39d58b0d3f8ab0292fdb112189ba99404cb (diff)
downloadsamba-bf4c2ccdb6237c69f2657ba766abff195c5ac670.tar.gz
samba-bf4c2ccdb6237c69f2657ba766abff195c5ac670.tar.bz2
samba-bf4c2ccdb6237c69f2657ba766abff195c5ac670.zip
more idmap option updates
(This used to be commit 8be2c945cb8ca95c35885da8fba50e1573a16654)
Diffstat (limited to 'docs/smbdotconf/winbind')
-rw-r--r--docs/smbdotconf/winbind/idmapcachetime.xml13
-rw-r--r--docs/smbdotconf/winbind/idmapnegativecachetime.xml13
-rw-r--r--docs/smbdotconf/winbind/winbindcachetime.xml8
3 files changed, 32 insertions, 2 deletions
diff --git a/docs/smbdotconf/winbind/idmapcachetime.xml b/docs/smbdotconf/winbind/idmapcachetime.xml
new file mode 100644
index 0000000000..1636cdfa58
--- /dev/null
+++ b/docs/smbdotconf/winbind/idmapcachetime.xml
@@ -0,0 +1,13 @@
+<samba:parameter name="idmap cache time"
+ context="G"
+ type="integer"
+ advanced="1" developer="1"
+ 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.
+ </para>
+</description>
+
+<value type="default">900</value>
+</samba:parameter>
diff --git a/docs/smbdotconf/winbind/idmapnegativecachetime.xml b/docs/smbdotconf/winbind/idmapnegativecachetime.xml
new file mode 100644
index 0000000000..6790938d94
--- /dev/null
+++ b/docs/smbdotconf/winbind/idmapnegativecachetime.xml
@@ -0,0 +1,13 @@
+<samba:parameter name="idmap negative cache time"
+ context="G"
+ type="integer"
+ advanced="1" developer="1"
+ 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 negative SID/uid/gid query results.
+ </para>
+</description>
+
+<value type="default">120</value>
+</samba:parameter>
diff --git a/docs/smbdotconf/winbind/winbindcachetime.xml b/docs/smbdotconf/winbind/winbindcachetime.xml
index bbbed31025..6bdcf0d06e 100644
--- a/docs/smbdotconf/winbind/winbindcachetime.xml
+++ b/docs/smbdotconf/winbind/winbindcachetime.xml
@@ -9,8 +9,12 @@
<manvolnum>8</manvolnum></citerefentry> daemon will cache
user and group information before querying a Windows NT server
again.</para>
- <note><para>This does not apply to authentication requests,
- these are always evaluated in real time.</para></note>
+
+ <para>
+ This does not apply to authentication requests, these are always
+ evaluated in real time unless the <smbconfoption name="winbind
+ offline logon"/> option has been enabled.
+ </para>
</description>
<value type="default">300</value>