From 324f15f24fb9eb44e00c8ebcbca6a4440776b7ca Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 20 Apr 2006 15:10:02 +0000 Subject: updating my changes for new/removed/modified parameters in 3.0.23pre1 (This used to be commit 681189c925cefa8edcb4dc68ac1a05f563915618) --- docs/smbdotconf/misc/dosfilemode.xml | 5 ++--- docs/smbdotconf/printing/addportcommand.xml | 27 ++++++++++++++++++++++++++ docs/smbdotconf/security/aclgroupcontrol.xml | 8 ++------ docs/smbdotconf/winbind/enableridalgorithm.xml | 18 ----------------- docs/smbdotconf/winbind/winbindenumgroups.xml | 2 +- docs/smbdotconf/winbind/winbindenumusers.xml | 2 +- 6 files changed, 33 insertions(+), 29 deletions(-) create mode 100644 docs/smbdotconf/printing/addportcommand.xml delete mode 100644 docs/smbdotconf/winbind/enableridalgorithm.xml (limited to 'docs/smbdotconf') diff --git a/docs/smbdotconf/misc/dosfilemode.xml b/docs/smbdotconf/misc/dosfilemode.xml index dbe7ac6b7a..ae3b475107 100644 --- a/docs/smbdotconf/misc/dosfilemode.xml +++ b/docs/smbdotconf/misc/dosfilemode.xml @@ -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. + Ownership of the file/directory may also be changed. no diff --git a/docs/smbdotconf/printing/addportcommand.xml b/docs/smbdotconf/printing/addportcommand.xml new file mode 100644 index 0000000000..a5875cc59d --- /dev/null +++ b/docs/smbdotconf/printing/addportcommand.xml @@ -0,0 +1,27 @@ + + + Samba 3.0.23 introduces support for adding printer ports + remotely using the Windows "Add Standard TCP/IP Port Wizard". + 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: + + + + port name + device URI + + + The deviceURI is in the for of socket://<hostname>[:<portnumber>] + or lpd://<hostname>/<queuename>. + + +enum ports command + + +/etc/samba/scripts/addport.sh + diff --git a/docs/smbdotconf/security/aclgroupcontrol.xml b/docs/smbdotconf/security/aclgroupcontrol.xml index 9def482061..493898553e 100644 --- a/docs/smbdotconf/security/aclgroupcontrol.xml +++ b/docs/smbdotconf/security/aclgroupcontrol.xml @@ -30,14 +30,10 @@ - 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 dos filemode option. - - 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. - inherit owner diff --git a/docs/smbdotconf/winbind/enableridalgorithm.xml b/docs/smbdotconf/winbind/enableridalgorithm.xml deleted file mode 100644 index 15671b5b0e..0000000000 --- a/docs/smbdotconf/winbind/enableridalgorithm.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - 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. - - - -yes - diff --git a/docs/smbdotconf/winbind/winbindenumgroups.xml b/docs/smbdotconf/winbind/winbindenumgroups.xml index 9a6734f3bb..74f6feed01 100644 --- a/docs/smbdotconf/winbind/winbindenumgroups.xml +++ b/docs/smbdotconf/winbind/winbindenumgroups.xml @@ -16,5 +16,5 @@ Turning off group enumeration may cause some programs to behave oddly. -yes +no diff --git a/docs/smbdotconf/winbind/winbindenumusers.xml b/docs/smbdotconf/winbind/winbindenumusers.xml index c8ac38bd6c..002c6e065a 100644 --- a/docs/smbdotconf/winbind/winbindenumusers.xml +++ b/docs/smbdotconf/winbind/winbindenumusers.xml @@ -19,5 +19,5 @@ usernames. -yes +no -- cgit