summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-09 14:23:49 +1300
committerStefan Metzmacher <metze@samba.org>2014-04-02 17:12:47 +0200
commit9d5f4cabf3f491fd1c22dbc1daaad8a657d12914 (patch)
treec5a39f44316263d6426ecc7397bc878f5aed27c1 /docs-xml
parentafdd5fbd51b4dbde419da7bc64bab5eaf42a955d (diff)
downloadsamba-9d5f4cabf3f491fd1c22dbc1daaad8a657d12914.tar.gz
samba-9d5f4cabf3f491fd1c22dbc1daaad8a657d12914.tar.xz
samba-9d5f4cabf3f491fd1c22dbc1daaad8a657d12914.zip
lib/param: Add new parameter "old password allowed period"
Change-Id: I46228b492ba71ba4f3fee380a1ccadb328e3ade1 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/security/oldpasswordallowedperiod.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/oldpasswordallowedperiod.xml b/docs-xml/smbdotconf/security/oldpasswordallowedperiod.xml
new file mode 100644
index 00000000000..ead720a7fe8
--- /dev/null
+++ b/docs-xml/smbdotconf/security/oldpasswordallowedperiod.xml
@@ -0,0 +1,13 @@
+<samba:parameter name="old password allowed period"
+ context="G"
+ advanced="1"
+ type="integer"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>Number of minutes to permit an NTLM login after a password change or reset using the old password. This allows the user to re-cache the new password on multiple clients without disrupting a network reconnection in the meantime. </para>
+
+ <para>This parameter only applies when <smbconfoption name="server role"/> is set to Active Directory Domain Controller</para>
+</description>
+
+<value type="default">60</value>
+</samba:parameter>