|
|
>> I want to achieve the following setup:
>>
>> - have a share that is read-only and accessible for guest users;
>>
>> - have the same share be modified by an authenticated specific user.
>>
>> This is running on debian lenny, samba 3.2.5.
>>
>> My smb.conf is as follows:
>>
>> [global]
>> workgroup = WORKGROUP
>> netbios name = cast
>> remote announce = 192.168.1.99/WORKGROUP
>> server string = %h server
>> dns proxy = no
>> interfaces = eth0
>> hosts allow = 192.168.1.0/24
>> username map = /etc/samba/usermap
>> security = share
>I don't think you want "security = share".
>--
>Michael Wood <esiotrot@xxxxxxxxx>
But I do want security = share.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
|
|