Remove obsolete elements.
[Samba.git] / docs / Samba3-Developers-Guide / windows-debug.xml
blobdb0560c6e12a2dfd24389e70f62464ebe4d9ae82
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <chapter id="windows-debug">
4         <chapterinfo>
5                 &author.jelmer;
6                 &author.tridge;
7         </chapterinfo>
9         <title>Finding useful information on windows</title>
11         <sect1><title>Netlogon debugging output</title>
13         <procedure>
14                 <step><para>stop netlogon service on PDC</para></step>
15                 <step><para>rename original netlogon.dll to netlogon.dll.original</para></step>
16                 <step><para>copy checked version of netlogon.dll to system32 directory</para></step>
17                 <step><para>set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\DBFlag to 0x20000004</para></step>
18                 <step><para>start netlogon service on PDC</para></step>
19         </procedure>
20 </sect1>
21 </chapter>