s3:smb2_server: return NT_STATUS_NETWORK_SESSION_EXPIRED for compound requests
[Samba.git] / docs-xml / smbdotconf / misc / utmpdirectory.xml
blob96b45dbec564ddae6c7894828f8220523c347f19
1 <samba:parameter name="utmp directory"
2                  context="G"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This parameter is only available if Samba has 
7         been configured and compiled with the option <command moreinfo="none">
8         --with-utmp</command>. It specifies a directory pathname that is
9         used to store the utmp or utmpx files (depending on the UNIX system) that
10         record user connections to a Samba server. By default this is 
11         not set, meaning the system will use whatever utmp file the 
12         native system is set to use (usually 
13         <filename moreinfo="none">/var/run/utmp</filename> on Linux).</para>
14 </description>
16 <related>utmp</related>
18 <value type="default"><comment>Determined automatically</comment></value>
19 <value type="example">/var/run/utmp</value>
20 </samba:parameter>