summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-03-15 04:26:16 +0000
committerGerald Carter <jerry@samba.org>2003-03-15 04:26:16 +0000
commit4e1e882007ce49353104b603b111e328e5585dd0 (patch)
treed1bac5b4da2c466a5d4722b6192077460ab8df81
parente25d4d4a31818f14e0cbd729a298c76c231666ef (diff)
downloadsamba-4e1e882007ce49353104b603b111e328e5585dd0.tar.gz
sync docs with SAMBA_2_2
-rw-r--r--docs/docbook/manpages/smb.conf.5.sgml18
-rw-r--r--docs/htmldocs/smb.conf.5.html54
-rw-r--r--docs/manpages/smb.conf.521
3 files changed, 86 insertions, 7 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml
index 8581a61e0b5..164592b4772 100644
--- a/docs/docbook/manpages/smb.conf.5.sgml
+++ b/docs/docbook/manpages/smb.conf.5.sgml
@@ -608,6 +608,7 @@
each parameter for details. Note that some are synonyms.</para>
<itemizedlist>
+ <listitem><para><link linkend="ACLCOMPATIBILITY"><parameter>acl compatibility</parameter></link></para></listitem>
<listitem><para><link linkend="ADDPRINTERCOMMAND"><parameter>add printer command</parameter></link></para></listitem>
<listitem><para><link linkend="ADDSHARECOMMAND"><parameter>add share command</parameter></link></para></listitem>
<listitem><para><link linkend="ADDUSERSCRIPT"><parameter>add user script</parameter></link></para></listitem>
@@ -943,6 +944,23 @@
<varlistentry>
+ <term><anchor id="ACLCOMPATIBILITY">acl compatibility (G)</term>
+ <listitem><para>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.</para>
+
+ <para>By default this parameter is set automatically by detecting the
+ client type and is set to "true" if the client is Windows NT.</para>
+
+ <para>Default: <emphasis>client detected</emphasis></para>
+ <para>Example: <command>acl compatibility = Win2k</command></para>
+ <para>Example: <command>acl compatibility = winnt</command></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><anchor id="ADDPRINTERCOMMAND">add printer command (G)</term>
<listitem><para>With the introduction of MS-RPC based printing
support for Windows NT/2000 clients in Samba 2.2, The MS Add
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"
><LI
><P
><A
+HREF="#ACLCOMPATIBILITY"
+><TT
+CLASS="PARAMETER"
+><I
+>acl compatibility</I
+></TT
+></A
+></P
+></LI
+><LI
+><P
+><A
HREF="#ADDPRINTERCOMMAND"
><TT
CLASS="PARAMETER"
@@ -3068,7 +3080,7 @@ CLASS="PARAMETER"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN992"
+NAME="AEN996"
></A
><H2
>COMPLETE LIST OF SERVICE PARAMETERS</H2
@@ -4595,7 +4607,7 @@ CLASS="PARAMETER"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN1500"
+NAME="AEN1504"
></A
><H2
>EXPLANATION OF EACH PARAMETER</H2
@@ -4606,6 +4618,36 @@ CLASS="VARIABLELIST"
><DL
><DT
><A
+NAME="ACLCOMPATIBILITY"
+></A
+>acl compatibility (G)</DT
+><DD
+><P
+>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.</P
+><P
+>By default this parameter is set automatically by detecting the
+ client type and is set to "true" if the client is Windows NT.</P
+><P
+>Default: <EM
+>client detected</EM
+></P
+><P
+>Example: <B
+CLASS="COMMAND"
+>acl compatibility = Win2k</B
+></P
+><P
+>Example: <B
+CLASS="COMMAND"
+>acl compatibility = winnt</B
+></P
+></DD
+><DT
+><A
NAME="ADDPRINTERCOMMAND"
></A
>add printer command (G)</DT
@@ -19733,7 +19775,7 @@ CLASS="PARAMETER"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6235"
+NAME="AEN6251"
></A
><H2
>WARNINGS</H2
@@ -19763,7 +19805,7 @@ TARGET="_top"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6241"
+NAME="AEN6257"
></A
><H2
>VERSION</H2
@@ -19774,7 +19816,7 @@ NAME="AEN6241"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6244"
+NAME="AEN6260"
></A
><H2
>SEE ALSO</H2
@@ -19853,7 +19895,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6264"
+NAME="AEN6280"
></A
><H2
>AUTHOR</H2
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5
index b05361fb9ca..b94e6c882e6 100644
--- a/docs/manpages/smb.conf.5
+++ b/docs/manpages/smb.conf.5
@@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
-.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