summaryrefslogtreecommitdiff
path: root/docs/Samba3-Developers-Guide/windows-debug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Samba3-Developers-Guide/windows-debug.xml')
-rw-r--r--docs/Samba3-Developers-Guide/windows-debug.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/Samba3-Developers-Guide/windows-debug.xml b/docs/Samba3-Developers-Guide/windows-debug.xml
new file mode 100644
index 0000000000..db0560c6e1
--- /dev/null
+++ b/docs/Samba3-Developers-Guide/windows-debug.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
+<chapter id="windows-debug">
+ <chapterinfo>
+ &author.jelmer;
+ &author.tridge;
+ </chapterinfo>
+
+ <title>Finding useful information on windows</title>
+
+ <sect1><title>Netlogon debugging output</title>
+
+ <procedure>
+ <step><para>stop netlogon service on PDC</para></step>
+ <step><para>rename original netlogon.dll to netlogon.dll.original</para></step>
+ <step><para>copy checked version of netlogon.dll to system32 directory</para></step>
+ <step><para>set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\DBFlag to 0x20000004</para></step>
+ <step><para>start netlogon service on PDC</para></step>
+ </procedure>
+</sect1>
+</chapter>