summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/winbind
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-10-17 18:39:56 +0200
committerStefan Metzmacher <metze@samba.org>2014-01-07 12:47:04 +0100
commitb39ca3a2aefdd43a55b9cdd8fa5136254b283927 (patch)
treea7f5aa6f682da691d60f0d3d9c8e8df3ef4a43f3 /docs-xml/smbdotconf/winbind
parent99d8653d83aa2e2e3a0ea097ab7cb65d62d76daf (diff)
downloadsamba-b39ca3a2aefdd43a55b9cdd8fa5136254b283927.tar.gz
samba-b39ca3a2aefdd43a55b9cdd8fa5136254b283927.tar.xz
samba-b39ca3a2aefdd43a55b9cdd8fa5136254b283927.zip
lib/param: add "neutralize nt4 emulation" option, defaulting to false
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf/winbind')
-rw-r--r--docs-xml/smbdotconf/winbind/netutralizent4emulation.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/winbind/netutralizent4emulation.xml b/docs-xml/smbdotconf/winbind/netutralizent4emulation.xml
new file mode 100644
index 00000000000..8294a90a2a9
--- /dev/null
+++ b/docs-xml/smbdotconf/winbind/netutralizent4emulation.xml
@@ -0,0 +1,19 @@
+<samba:parameter name="neutralize nt4 emulation"
+ context="G"
+ type="boolean"
+ advanced="1" developer="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This option controls whether winbindd sends
+ the NETLOGON_NEG_NEUTRALIZE_NT4_EMULATION flag in order to bypass
+ the NT4 emulation of a domain controller.</para>
+
+ <para>Typically you should not need set this.
+ It can be useful for upgrades from NT4 to AD domains.</para>
+
+ <para>The behavior can be controlled per netbios domain
+ by using 'neutralize nt4 emulation:NETBIOSDOMAIN = yes' as option.</para>
+</description>
+
+<value type="default">no</value>
+</samba:parameter>