From bf78d9645bc4fe3401c351a795b5935302cfcce7 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 15 Mar 2003 04:22:38 +0000 Subject: [PATCH] regenerating smb.conf(5) after update of smb.conf.5.sgml --- docs/htmldocs/smb.conf.5.html | 54 ++++++++++++++++++++++++++++++++++++++----- docs/manpages/smb.conf.5 | 21 ++++++++++++++++- 2 files changed, 68 insertions(+), 7 deletions(-) diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html index e84ef070522..3f2bb04e709 100644 --- a/docs/htmldocs/smb.conf.5.html +++ b/docs/htmldocs/smb.conf.5.html @@ -882,6 +882,18 @@ NAME="AEN260" >
  • acl compatibility

  • COMPLETE LIST OF SERVICE PARAMETERS

    EXPLANATION OF EACH PARAMETER

    acl compatibility (G)

    New in Samba 2.2.8 and above, this string parameter tells + smbd if it should modify any Windows access control lists created + from POSIX access control lists to remove features which are not + supported by Windows 2000 but not supported by the Windows NT ACL edit. + control.

    By default this parameter is set automatically by detecting the + client type and is set to "true" if the client is Windows NT.

    Default: client detected

    Example: acl compatibility = Win2k

    Example: acl compatibility = winnt

    add printer command (G)

    WARNINGS

    VERSION

    SEE ALSO

    AUTHOR

    .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.TH "SMB.CONF" "5" "01 February 2003" "" "" +.TH "SMB.CONF" "5" "14 March 2003" "" "" .SH NAME smb.conf \- The configuration file for the Samba suite .SH "SYNOPSIS" @@ -519,6 +519,9 @@ Here is a list of all global parameters. See the section of each parameter for details. Note that some are synonyms. .TP 0.2i \(bu +\fIacl compatibility\fR +.TP 0.2i +\(bu \fIadd printer command\fR .TP 0.2i \(bu @@ -1447,6 +1450,22 @@ each parameter for details. Note that some are synonyms. \fIwriteable\fR .SH "EXPLANATION OF EACH PARAMETER" .TP +\fBacl compatibility (G)\fR +New in Samba 2.2.8 and above, this string parameter tells +smbd if it should modify any Windows access control lists created +from POSIX access control lists to remove features which are not +supported by Windows 2000 but not supported by the Windows NT ACL edit. +control. + +By default this parameter is set automatically by detecting the +client type and is set to "true" if the client is Windows NT. + +Default: \fBclient detected\fR + +Example: \fBacl compatibility = Win2k\fR + +Example: \fBacl compatibility = winnt\fR +.TP \fBadd printer command (G)\fR With the introduction of MS-RPC based printing support for Windows NT/2000 clients in Samba 2.2, The MS Add -- 2.11.4.GIT