diff options
author | Jeremy Allison <jra@samba.org> | 1997-10-09 18:48:12 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1997-10-09 18:48:12 +0000 |
commit | 12f2c006e0d3770c248bcfe2602580f5e6ff00ad (patch) | |
tree | bc4a6ecfb2f4e7a211e1c1e6991bf7639a7e23a4 /docs | |
parent | f3f44f7dbbc360733da329ef55bb0353ae0a8443 (diff) | |
download | samba-12f2c006e0d3770c248bcfe2602580f5e6ff00ad.tar.gz samba-12f2c006e0d3770c248bcfe2602580f5e6ff00ad.tar.bz2 samba-12f2c006e0d3770c248bcfe2602580f5e6ff00ad.zip |
Added definition of oplocks parameter.
Jeremy (jallison@whistle.com)
(This used to be commit f9df5ac008e368af86addee058f75c7e79ca74ce)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/smb.conf.5 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 989a395c15..bb43941439 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -596,6 +596,8 @@ only guest only user +oplocks + path postexec @@ -2236,6 +2238,22 @@ of the user. .B Example: only user = True +.SS oplocks (S) +This boolean option tells smbd whether to issue oplocks (opportunistic +locks) to file open requests on this share. The oplock code was introduced in +Samba 1.9.18 and can dramatically (approx 30% or more) improve the speed +of access to files on Samba servers. It allows the clients to agressively +cache files locally and you may want to disable this option for unreliable +network environments (it is turned on by default in Windows NT Servers). +For more information see the file Speed.txt in the Samba docs/ directory. + +.B Default: + oplocks = True + +.B Example: + oplocks = False + + .SS os level (G) This integer value controls what level Samba advertises itself as for browse elections. See BROWSING.txt for details. |