Docs: Remove some ntdb references
[bbaumbach/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                  constant="1"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8         <para>This parameter is only available if Samba has 
9         been configured and compiled with the option <command moreinfo="none">
10         --with-utmp</command>. It specifies a directory pathname that is
11         used to store the utmp or utmpx files (depending on the UNIX system) that
12         record user connections to a Samba server. By default this is 
13         not set, meaning the system will use whatever utmp file the 
14         native system is set to use (usually 
15         <filename moreinfo="none">/var/run/utmp</filename> on Linux).</para>
16 </description>
17
18 <related>utmp</related>
19
20 <value type="default"><comment>Determined automatically</comment></value>
21 <value type="example">/var/run/utmp</value>
22 </samba:parameter>