svn commit: samba-docs r1069 - in trunk/smbdotconf/winbind: .

jerry at samba.org jerry at samba.org
Wed Mar 21 16:12:56 GMT 2007


Author: jerry
Date: 2007-03-21 16:12:55 +0000 (Wed, 21 Mar 2007)
New Revision: 1069

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1069

Log:
more idmap option updates
Added:
   trunk/smbdotconf/winbind/idmapcachetime.xml
   trunk/smbdotconf/winbind/idmapnegativecachetime.xml
Modified:
   trunk/smbdotconf/winbind/winbindcachetime.xml


Changeset:
Added: trunk/smbdotconf/winbind/idmapcachetime.xml
===================================================================
--- trunk/smbdotconf/winbind/idmapcachetime.xml	2007-03-21 15:12:08 UTC (rev 1068)
+++ trunk/smbdotconf/winbind/idmapcachetime.xml	2007-03-21 16:12:55 UTC (rev 1069)
@@ -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>

Added: trunk/smbdotconf/winbind/idmapnegativecachetime.xml
===================================================================
--- trunk/smbdotconf/winbind/idmapnegativecachetime.xml	2007-03-21 15:12:08 UTC (rev 1068)
+++ trunk/smbdotconf/winbind/idmapnegativecachetime.xml	2007-03-21 16:12:55 UTC (rev 1069)
@@ -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>

Modified: trunk/smbdotconf/winbind/winbindcachetime.xml
===================================================================
--- trunk/smbdotconf/winbind/winbindcachetime.xml	2007-03-21 15:12:08 UTC (rev 1068)
+++ trunk/smbdotconf/winbind/winbindcachetime.xml	2007-03-21 16:12:55 UTC (rev 1069)
@@ -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>



More information about the samba-cvs mailing list