From 89929956719a1cef6cf2d7cb6fd2c3cd477d1269 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 3 Feb 2005 16:43:22 +0000 Subject: adding note about these options not being supported in security = share (This used to be commit 4524d2c761ae5fbfc38764e4c7a6bb6802501700) --- docs/smbdotconf/security/adminusers.xml | 7 ++++++- docs/smbdotconf/security/readlist.xml | 6 +++++- docs/smbdotconf/security/writelist.xml | 7 ++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/smbdotconf/security/adminusers.xml b/docs/smbdotconf/security/adminusers.xml index bcb4108ed5..0c4b5c1fed 100644 --- a/docs/smbdotconf/security/adminusers.xml +++ b/docs/smbdotconf/security/adminusers.xml @@ -9,7 +9,12 @@ 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. + irrespective of file permissions. + + This parameter will not work with the + security = share in + Samba 3.0. This is by design. + diff --git a/docs/smbdotconf/security/readlist.xml b/docs/smbdotconf/security/readlist.xml index 11b8176955..eb5e7ddacf 100644 --- a/docs/smbdotconf/security/readlist.xml +++ b/docs/smbdotconf/security/readlist.xml @@ -9,7 +9,11 @@ read only option is set to. The list can include group names using the syntax described in the - invalid users parameter. + invalid users parameter. + + This parameter will not work with the + security = share in + Samba 3.0. This is by design. write list diff --git a/docs/smbdotconf/security/writelist.xml b/docs/smbdotconf/security/writelist.xml index ad72bc19f2..e4a9adf8a7 100644 --- a/docs/smbdotconf/security/writelist.xml +++ b/docs/smbdotconf/security/writelist.xml @@ -11,7 +11,12 @@ @group syntax. Note that if a user is in both the read list and the - write list then they will be given write access. + write list then they will be given write access. + + This parameter will not work with the + security = share in + Samba 3.0. This is by design. + read list -- cgit