source: vendor/current/docs-xml/smbdotconf/misc/utmp.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 938 bytes
Line 
1<samba:parameter name="utmp"
2 context="G"
3 type="boolean"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>
7 This boolean parameter is only available if Samba has been configured and compiled
8 with the option <command moreinfo="none">--with-utmp</command>. If set to
9 <constant>yes</constant> then Samba will attempt to add utmp or utmpx records
10 (depending on the UNIX system) whenever a connection is made to a Samba server.
11 Sites may use this to record the user connecting to a Samba share.
12 </para>
13
14 <para>
15 Due to the requirements of the utmp record, we are required to create a unique
16 identifier for the incoming user. Enabling this option creates an n^2 algorithm
17 to find this number. This may impede performance on large installations.
18 </para>
19</description>
20
21<related>utmp directory</related>
22
23<value type="default">no</value>
24</samba:parameter>
Note: See TracBrowser for help on using the repository browser.