Moving docs tree to docs-xml to make room for generated docs in the release tarball.
[kai/samba-autobuild/.git] / docs-xml / smbdotconf / misc / utmpdirectory.xml
1 <samba:parameter name="utmp 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 utmp or utmpx files (depending on the UNIX system) that
11         record user connections to a Samba server. By default this is 
12         not set, meaning the system will use whatever utmp file the 
13         native system is set to use (usually 
14         <filename moreinfo="none">/var/run/utmp</filename> on Linux).</para>
15 </description>
16
17 <related>utmp</related>
18
19 <value type="default"><comment>Determined automatically</comment></value>
20 <value type="example">/var/run/utmp</value>
21 </samba:parameter>