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:
parent
5f95c39d58
commit
bf4c2ccdb6
13
docs/smbdotconf/winbind/idmapcachetime.xml
Normal file
13
docs/smbdotconf/winbind/idmapcachetime.xml
Normal 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>
|
13
docs/smbdotconf/winbind/idmapnegativecachetime.xml
Normal file
13
docs/smbdotconf/winbind/idmapnegativecachetime.xml
Normal 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>
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user