svn commit: samba-docs r349 - in trunk/smbdotconf/security: .

jerry at samba.org jerry at samba.org
Thu Feb 3 16:43:23 GMT 2005


Author: jerry
Date: 2005-02-03 16:43:22 +0000 (Thu, 03 Feb 2005)
New Revision: 349

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=349

Log:
adding note about these options not being supported in security = share
Modified:
   trunk/smbdotconf/security/adminusers.xml
   trunk/smbdotconf/security/readlist.xml
   trunk/smbdotconf/security/writelist.xml


Changeset:
Modified: trunk/smbdotconf/security/adminusers.xml
===================================================================
--- trunk/smbdotconf/security/adminusers.xml	2005-02-03 00:42:10 UTC (rev 348)
+++ trunk/smbdotconf/security/adminusers.xml	2005-02-03 16:43:22 UTC (rev 349)
@@ -9,7 +9,12 @@
 
     <para>You should use this option very carefully, as any user in 
     this list will be able to do anything they like on the share, 
-	irrespective of file permissions.</para>
+    irrespective of file permissions.</para>
+
+    <para>This parameter will not work with the <link linkend="SECURITY">
+    <parameter moreinfo="none">security = share</parameter></linkend> in
+    Samba 3.0.  This is by design.</para>
+
 </description>
 
 <value type="default"/>

Modified: trunk/smbdotconf/security/readlist.xml
===================================================================
--- trunk/smbdotconf/security/readlist.xml	2005-02-03 00:42:10 UTC (rev 348)
+++ trunk/smbdotconf/security/readlist.xml	2005-02-03 16:43:22 UTC (rev 349)
@@ -9,7 +9,11 @@
     <parameter moreinfo="none">read only</parameter></link>
     option is set to. The list can include group names using the 
     syntax described in the <link linkend="INVALIDUSERS"><parameter moreinfo="none">
-			invalid users</parameter></link> parameter.</para>
+    invalid users</parameter></link> parameter.</para>
+  
+    <para>This parameter will not work with the <link linkend="SECURITY">
+    <parameter moreinfo="none">security = share</parameter></linkend> in 
+    Samba 3.0.  This is by design.</para>
 </description>
 
 <related>write list</related>

Modified: trunk/smbdotconf/security/writelist.xml
===================================================================
--- trunk/smbdotconf/security/writelist.xml	2005-02-03 00:42:10 UTC (rev 348)
+++ trunk/smbdotconf/security/writelist.xml	2005-02-03 16:43:22 UTC (rev 349)
@@ -11,7 +11,12 @@
     @group syntax.</para>
 
     <para>Note that if a user is in both the read list and the 
-		write list then they will be given write access.</para>
+    write list then they will be given write access.</para>
+
+    <para>This parameter will not work with the <link linkend="SECURITY">
+    <parameter moreinfo="none">security = share</parameter></linkend> in
+    Samba 3.0.  This is by design.</para>
+
 </description>
 
 <related>read list</related>



More information about the samba-cvs mailing list