summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/winbind
diff options
context:
space:
mode:
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>