Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / misc / utmpdirectory.xml
blob9e5574fb3959e9d95dd3bb1b39710ac3edac2771
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="UTMPDIRECTORY"/>utmp directory(G)</term>
3                 <listitem><para>This parameter is only available if Samba has 
4                 been configured and compiled with the option <command moreinfo="none">
5                 --with-utmp</command>. It specifies a directory pathname that is
6                 used to store the utmp or utmpx files (depending on the UNIX system) that
7                 record user connections to a Samba server. See also the <link linkend="UTMP">
8                 <parameter moreinfo="none">utmp</parameter></link> parameter. By default this is 
9                 not set, meaning the system will use whatever utmp file the 
10                 native system is set to use (usually 
11                 <filename moreinfo="none">/var/run/utmp</filename> on Linux).</para>
13                 <para>Default: <emphasis>no utmp directory</emphasis></para>
14                 <para>Example: <command moreinfo="none">utmp directory = /var/run/utmp</command></para>
15                 </listitem>
16                 </samba:parameter>