updating my changes for new/removed/modified parameters in 3.0.23pre1
authorGerald Carter <jerry@samba.org>
Thu, 20 Apr 2006 15:10:02 +0000 (15:10 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:18 +0000 (08:47 -0500)
(This used to be commit 681189c925cefa8edcb4dc68ac1a05f563915618)

docs/smbdotconf/misc/dosfilemode.xml
docs/smbdotconf/printing/addportcommand.xml [new file with mode: 0644]
docs/smbdotconf/security/aclgroupcontrol.xml
docs/smbdotconf/winbind/enableridalgorithm.xml [deleted file]
docs/smbdotconf/winbind/winbindenumgroups.xml
docs/smbdotconf/winbind/winbindenumusers.xml

index dbe7ac6b7a696128c88a7d3abe14ea707ce643d5..ae3b475107b1bac2151bde2208f82838bdb5182b 100644 (file)
@@ -8,11 +8,10 @@
        able to change the permissions on it.  However, this behavior
        is often confusing to  DOS/Windows users.  Enabling this parameter 
        allows a user who has write access to the file (by whatever 
-       means) to modify the permissions on it.  Note that a user
+       means) to modify the permissions (including ACL) on it.  Note that a user
        belonging to the group owning the file will not be allowed to
        change permissions if the group is only granted read access.
-       Ownership of the file/directory is not changed, only the permissions 
-       are modified.</para>
+       Ownership of the file/directory may also be changed.</para>
 </description>
 <value type="default">no</value>
 </samba:parameter>
diff --git a/docs/smbdotconf/printing/addportcommand.xml b/docs/smbdotconf/printing/addportcommand.xml
new file mode 100644 (file)
index 0000000..a5875cc
--- /dev/null
@@ -0,0 +1,27 @@
+<samba:parameter name="add printer command"
+                 context="G"
+                                type="string"
+                advanced="1" developer="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+    <para>Samba 3.0.23 introduces support for adding printer ports
+       remotely using the Windows &quot;Add Standard TCP/IP Port Wizard&quot;.
+       This option defines an external program to be executed when
+       smbd receives a request to add a new Port to the system.
+       he script is passed two parameters:
+    </para>
+               
+    <itemizedlist>
+       <listitem><para><parameter moreinfo="none">port name</parameter></para></listitem>
+       <listitem><para><parameter moreinfo="none">device URI</parameter></para></listitem>
+    </itemizedlist>
+               
+    <para>The deviceURI is in the for of socket://&lt;hostname&gt;[:&lt;portnumber&gt;]
+       or lpd://&lt;hostname&gt;/&lt;queuename&gt;.</para>
+</description>
+
+<related>enum ports command</related>
+
+<value type="default"></value>
+<value type="example">/etc/samba/scripts/addport.sh</value>
+</samba:parameter>
index 9def48206177a329a00fac79ed04705f3a4b86e3..493898553e10a7583929986db96537c3f25c9420 100644 (file)
        </para>
 
        <para>
-       This is a new parameter introduced in Samba 3.0.20.
+       This is parameter has been marked deprecated in Samba 3.0.23.  The same behavior is now
+       implemented by the <parameter moreinfo="none">dos filemode</parameter> option.
        </para>
 
-       <para>
-       This can be particularly useful to allow groups to manage their own security on a part
-       of the filesystem they have group ownership of, removing the bottleneck of having only
-       the user owner or superuser able to reset permissions.
-       </para>
 </description>
 
 <related>inherit owner</related>
diff --git a/docs/smbdotconf/winbind/enableridalgorithm.xml b/docs/smbdotconf/winbind/enableridalgorithm.xml
deleted file mode 100644 (file)
index 15671b5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<samba:parameter name="enable rid algorithm"
-                 context="G"
-                 advanced="1" developer="1" hide="1"
-                                type="boolean"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<description>
-       <para>This option is used to control whether or not smbd in Samba 3.0 should fallback
-       to the algorithm used by Samba 2.2 to generate user and group RIDs.  The longterm
-       development goal is to remove the algorithmic mappings of RIDs altogether, but 
-       this has proved to be difficult.  This parameter is mainly provided so that
-       developers can turn the algorithm on and off and see what breaks.  This parameter
-       should not be disabled by non-developers because certain features in Samba will fail 
-       to work without it.
-       </para>
-
-</description>
-<value type="default">yes</value>
-</samba:parameter>
index 9a6734f3bb7a651d65dbe4cb3c2f0be37427ce9b..74f6feed017947fd190427596c3dc1108d4e036c 100644 (file)
@@ -16,5 +16,5 @@
 <warning><para>Turning off group enumeration may cause some programs to behave oddly.  </para></warning>
 </description>
 
-<value type="default">yes</value>
+<value type="default">no</value>
 </samba:parameter>
index c8ac38bd6c5a4789c0ffbbe92df3ac643d099901..002c6e065aa8c0ff00e2dfd932a113c693e8d6fc 100644 (file)
@@ -19,5 +19,5 @@
        usernames. </para></warning>
 </description>
 
-<value type="default">yes</value>
+<value type="default">no</value>
 </samba:parameter>