Replace entities with xi:include
[Samba.git] / docs / devel / windows-debug.xml
blob27ffbc063c65eb6df82b04e6cc6582f9e4ae4928
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3                 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4   <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
5   %global_entities;
6 ]>
7 <chapter id="windows-debug">
8         <chapterinfo>
9                 &author.jelmer;
10                 &author.tridge;
11         </chapterinfo>
13         <title>Finding useful information on windows</title>
15         <sect1><title>Netlogon debugging output</title>
17         <procedure>
18                 <step><para>stop netlogon service on PDC</para></step>
19                 <step><para>rename original netlogon.dll to netlogon.dll.original</para></step>
20                 <step><para>copy checked version of netlogon.dll to system32 directory</para></step>
21                 <step><para>set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\DBFlag to 0x20000004</para></step>
22                 <step><para>start netlogon service on PDC</para></step>
23         </procedure>
24 </sect1>
25 </chapter>