summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-09 17:19:13 +0200
committerVolker Lendecke <vl@samba.org>2010-04-13 09:30:06 +0200
commit5fc2801c09cdfe74253b52b9bf93d7ecad1a98cf (patch)
tree852ede409120b9e42be52bcfb7cc432a679b6bfa /docs-xml/smbdotconf
parentc116d80053fc21519836008e2782c06c7313d512 (diff)
downloadsamba-5fc2801c09cdfe74253b52b9bf93d7ecad1a98cf.tar.gz
samba-5fc2801c09cdfe74253b52b9bf93d7ecad1a98cf.tar.bz2
samba-5fc2801c09cdfe74253b52b9bf93d7ecad1a98cf.zip
s3: Cache the username map in gencache
This is for uses with a heavy-weight username map script
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/security/usernamemapcachetime.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/usernamemapcachetime.xml b/docs-xml/smbdotconf/security/usernamemapcachetime.xml
new file mode 100644
index 0000000000..5461cb1a6c
--- /dev/null
+++ b/docs-xml/smbdotconf/security/usernamemapcachetime.xml
@@ -0,0 +1,18 @@
+<samba:parameter name="username map cache time"
+ context="G"
+ advanced="1" developer="0"
+ type="integer"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This option controls if and how long the result of the
+ <smbconfoption name="username map"/> and
+ <smbconfoption name="username map script"/> across smbds in gencache.
+ If set to non-zero, it denotes the number of seconds the output of
+ both mappings will be cached.</para>
+ <para>This option is mainly useful for heavy-weight
+ <smbconfoption name="username map script"/> scripts.</para>
+</description>
+
+<value type="default">0</value>
+<value type="example">60</value>
+</samba:parameter>