diff options
author | Gerald Carter <jerry@samba.org> | 2007-03-21 16:12:55 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:29 -0500 |
commit | bf4c2ccdb6237c69f2657ba766abff195c5ac670 (patch) | |
tree | 29e02fc98886236810b102a66f66f132f9b370e5 /docs/smbdotconf/winbind/idmapnegativecachetime.xml | |
parent | 5f95c39d58b0d3f8ab0292fdb112189ba99404cb (diff) | |
download | samba-bf4c2ccdb6237c69f2657ba766abff195c5ac670.tar.gz samba-bf4c2ccdb6237c69f2657ba766abff195c5ac670.tar.bz2 samba-bf4c2ccdb6237c69f2657ba766abff195c5ac670.zip |
more idmap option updates
(This used to be commit 8be2c945cb8ca95c35885da8fba50e1573a16654)
Diffstat (limited to 'docs/smbdotconf/winbind/idmapnegativecachetime.xml')
-rw-r--r-- | docs/smbdotconf/winbind/idmapnegativecachetime.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/smbdotconf/winbind/idmapnegativecachetime.xml b/docs/smbdotconf/winbind/idmapnegativecachetime.xml new file mode 100644 index 0000000000..6790938d94 --- /dev/null +++ b/docs/smbdotconf/winbind/idmapnegativecachetime.xml @@ -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> |