From 28499b04769ee0d310e48576b868e11c0d2b1422 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Sep 2012 08:46:06 +1000 Subject: docs: Remove references to security=share and security=server from the smb.conf docs --- docs-xml/smbdotconf/security/maptoguest.xml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'docs-xml/smbdotconf/security/maptoguest.xml') diff --git a/docs-xml/smbdotconf/security/maptoguest.xml b/docs-xml/smbdotconf/security/maptoguest.xml index 0f680ae71c..09017bcb10 100644 --- a/docs-xml/smbdotconf/security/maptoguest.xml +++ b/docs-xml/smbdotconf/security/maptoguest.xml @@ -4,11 +4,6 @@ advanced="1" developer="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - This parameter is only useful in - security modes other than security = share - and security = server - - i.e. user, and domain. - This parameter can take four different values, which tell smbd 8 what to do with user @@ -55,20 +50,11 @@ Note that this parameter is needed to set up "Guest" - share services when using security modes other than - share and server. This is because in these modes the name of the resource being + share services. This is because in these modes the name of the resource being requested is not sent to the server until after the server has successfully authenticated the client so the server cannot make authentication decisions at the correct time (connection - to the share) for "Guest" shares. This parameter is not useful with - security = server as in this security mode - no information is returned about whether a user logon failed due to - a bad username or bad password, the same error is returned from a modern server - in both cases. - - For people familiar with the older Samba releases, this - parameter maps to the old compile-time setting of the - GUEST_SESSSETUP value in local.h. + to the share) for "Guest" shares. Never -- cgit