1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

more idmap option updates

(This used to be commit 8be2c945cb8ca95c35885da8fba50e1573a16654)
This commit is contained in:
Gerald Carter 2007-03-21 16:12:55 +00:00 committed by Gerald W. Carter
parent 5f95c39d58
commit bf4c2ccdb6
3 changed files with 32 additions and 2 deletions

View File

@ -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>

View File

@ -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>

View 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>