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