Good Afternoon, We are trying to setup SAMBA to use the security set as user, but would like to have one share setup as shared without any user logins or passwords. We are trying to setup the standard homes share that requires a user name a password to access the person home directory and a public share that will share /public directory without a user login/password. We are unable to get both types of security to work together. The help note mentions hybrid mode, but no information about setup or examplers with it. Our smb.conf file reads as of below: # Samba config file created using SWAT # from 192.168.145.40 (192.168.145.40) # Date: 2007/04/10 13:32:58 # Global parameters [global] workgroup = FACS ldap ssl = no hosts allow = 192.168.145. [homes] [public] path = /public username = smbuser force user = smbuser read only = No guest ok = Yes Any suggestion or additional reading will be helpful. Thanks Bob Mauti Support Supervisor FACS Management -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.0.0/754 - Release Date: 4/9/2007 10:59 PM
On Tue, Apr 10, 2007 at 02:52:21PM -0400, Bob Mauti wrote:> > Our smb.conf file reads as of below: > > # Samba config file created using SWAT > # from 192.168.145.40 (192.168.145.40) > # Date: 2007/04/10 13:32:58 > > # Global parameters > [global] > workgroup = FACS > ldap ssl = no > hosts allow = 192.168.145. > > [homes] > > [public] > path = /public > username = smbuser > force user = smbuser > read only = No > guest ok = Yes > > Any suggestion or additional reading will be helpful.Use the following instead, Jeremy. ---------------------------------------- # Samba config file created using SWAT # from 192.168.145.40 (192.168.145.40) # Date: 2007/04/10 13:32:58 # Global parameters [global] workgroup = FACS ldap ssl = no hosts allow = 192.168.145. map to guest = Bad Password [homes] guest ok = no [public] path = /public force user = smbuser read only = No guest ok = Yes