1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-07 00:58:40 +03:00

Warn about n^2 algorithm with utmp=yes.

Andrew Bartlett
(This used to be commit 70929a970e7ca0488a6c9ed8664a6857d86349eb)
This commit is contained in:
Andrew Bartlett 2002-07-28 02:36:16 +00:00
parent e39b6dbff3
commit 46d8c28ab6

View File

@ -7570,6 +7570,12 @@
connection is made to a Samba server. Sites may use this to record the
user connecting to a Samba share.</para>
<para>Due to the requirements of the utmp record, we
are required to create a unique identifier for the
incoming user. Enabling this option creates an n^2
algorithm to find this number. This may impede
performance on large installations. </para>
<para>See also the <link linkend="UTMPDIRECTORY"><parameter>
utmp directory</parameter></link> parameter.</para>