Update DTD location
[tprouty/samba.git] / docs / smbdotconf / misc / wtmpdirectory.xml
1 <samba:parameter name="wtmp directory"
2                  context="G"
3                                  type="string"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This parameter is only available if Samba has 
8         been configured and compiled with the option <command moreinfo="none">
9         --with-utmp</command>. It specifies a directory pathname that is
10         used to store the wtmp or wtmpx files (depending on the UNIX system) that
11         record user connections to a Samba server. The difference with
12         the utmp directory is the fact that user info is kept after a user 
13         has logged out.</para>
14                 
15 <para>
16  By default this is 
17         not set, meaning the system will use whatever utmp file the 
18         native system is set to use (usually 
19         <filename moreinfo="none">/var/run/wtmp</filename> on Linux).</para>
20 </description>
21
22 <related>utmp</related>
23 <value type="default"/>
24 <value type="example">/var/log/wtmp</value>
25 </samba:parameter>