Add all the source files from the old CVS tree,
[Samba.git] / docs / devel / windows-debug.xml
blob3535c38dbd9170c0a71702bfc0f79f20bc3d5699
1 <chapter id="windows-debug">
2         <chapterinfo>
3                 &author.jelmer;
4                 &author.tridge;
5         </chapterinfo>
7         <title>Finding useful information on windows</title>
9         <sect1><title>Netlogon debugging output</title>
11         <procedure>
12                 <step><para>stop netlogon service on PDC</para></step>
13                 <step><para>rename original netlogon.dll to netlogon.dll.original</para></step>
14                 <step><para>copy checked version of netlogon.dll to system32 directory</para></step>
15                 <step><para>set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\DBFlag to 0x20000004</para></step>
16                 <step><para>start netlogon service on PDC</para></step>
17         </procedure>
18 </sect1>
19 </chapter>