mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
c3f6a09add
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
15 lines
494 B
XML
15 lines
494 B
XML
<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. By
|
|
default, Samba will cache these results for one week.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">604800</value>
|
|
</samba:parameter>
|