mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
updating smb.conf manpage to reflect changes in ./configure options
This commit is contained in:
parent
4d3acce506
commit
ca29fdb9c2
@ -2,13 +2,11 @@
|
||||
context="S"
|
||||
xmlns:samba="http://samba.org/common">
|
||||
<listitem>
|
||||
<para>If this parameter is <constant>yes</constant>, and Samba
|
||||
was built with the --with-sendfile-support option, and the underlying operating
|
||||
<para>If this parameter is <constant>yes</constant>, and the underlying operating
|
||||
system supports sendfile system call, then some SMB read calls (mainly ReadAndX
|
||||
and ReadRaw) will use the more efficient sendfile system call for files that
|
||||
are exclusively oplocked. This may make more efficient use of the system CPU's
|
||||
and cause Samba to be faster. This is off by default as it's effects are unknown
|
||||
as yet.</para>
|
||||
and cause Samba to be faster.</para>
|
||||
|
||||
<para>Default: <command moreinfo="none">use sendfile = no</command></para>
|
||||
</listitem>
|
||||
|
@ -3,9 +3,7 @@
|
||||
advanced="1" developer="1"
|
||||
xmlns:samba="http://samba.org/common">
|
||||
<listitem>
|
||||
<para>This boolean parameter is only available
|
||||
if Samba has been configured and compiled with the <command moreinfo="none">
|
||||
--with-msdfs</command> option. If set to <constant>yes</constant>,
|
||||
<para>If set to <constant>yes</constant>,
|
||||
Samba will act as a Dfs server, and allow Dfs-aware clients
|
||||
to browse Dfs trees hosted on the server.</para>
|
||||
|
||||
|
@ -2,9 +2,7 @@
|
||||
context="S"
|
||||
xmlns:samba="http://samba.org/common">
|
||||
<listitem>
|
||||
<para>This boolean parameter is only available if
|
||||
Samba is configured and compiled with the <command moreinfo="none">
|
||||
--with-msdfs</command> option. If set to <constant>yes</constant>,
|
||||
<para>If set to <constant>yes</constant>,
|
||||
Samba treats the share as a Dfs root and allows clients to browse
|
||||
the distributed file system tree rooted at the share directory.
|
||||
Dfs links are specified in the share directory by symbolic
|
||||
|
Loading…
Reference in New Issue
Block a user