more idmap option updates
authorGerald Carter <jerry@samba.org>
Wed, 21 Mar 2007 16:12:55 +0000 (16:12 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 14:01:43 +0000 (09:01 -0500)
docs/smbdotconf/winbind/idmapcachetime.xml [new file with mode: 0644]
docs/smbdotconf/winbind/idmapnegativecachetime.xml [new file with mode: 0644]
docs/smbdotconf/winbind/winbindcachetime.xml

diff --git a/docs/smbdotconf/winbind/idmapcachetime.xml b/docs/smbdotconf/winbind/idmapcachetime.xml
new file mode 100644 (file)
index 0000000..1636cdf
--- /dev/null
@@ -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 (file)
index 0000000..6790938
--- /dev/null
@@ -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>
index bbbed310256cd6e8c68bbd5cdb6b546fe4a43f24..6bdcf0d06ed920ed6762d63dfe72968a9ae5d989 100644 (file)
@@ -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>