1 <samba:parameter name="wtmp directory"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 This parameter is only available if Samba has been configured and compiled with the option <command moreinfo="none">
8 --with-utmp</command>. It specifies a directory pathname that is used to store the wtmp or wtmpx files (depending on
9 the UNIX system) that record user connections to a Samba server. The difference with the utmp directory is the fact
10 that user info is kept after a user has logged out.
14 By default this is not set, meaning the system will use whatever utmp file the native system is set to use (usually
15 <filename moreinfo="none">/var/run/wtmp</filename> on Linux).
19 <related>utmp</related>
20 <value type="default"/>
21 <value type="example">/var/log/wtmp</value>