blob: 87c6c5633c6a1422e754c968a2f908fe5256c3b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<samba:parameter name="idmap cache time"
context="G"
type="integer"
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>
|