diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-07-28 02:36:16 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-07-28 02:36:16 +0000 |
commit | 46d8c28ab6a66a50850de9dc9627fc37d30dc455 (patch) | |
tree | 7466818472828630b837d2abb6ebb1f82afeaa2a /docs | |
parent | e39b6dbff3464f621d40d53e03f5f5e3abf5162a (diff) | |
download | samba-46d8c28ab6a66a50850de9dc9627fc37d30dc455.tar.gz samba-46d8c28ab6a66a50850de9dc9627fc37d30dc455.tar.bz2 samba-46d8c28ab6a66a50850de9dc9627fc37d30dc455.zip |
Warn about n^2 algorithm with utmp=yes.
Andrew Bartlett
(This used to be commit 70929a970e7ca0488a6c9ed8664a6857d86349eb)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 641e36f57a..a9567b8b25 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -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> |