rotztroll wrote, On 11/21/2008 03:16 PM:
> How can I enable for ALL pc’s in the network and how can I disable the
> User/Password authorization? I don’t need that
Sorry, but I don’t understand. Enable what? And disable authorization for what?
I may be wrong, but remote client verification is required by design in Windows Networking - and since Samba is little more than a reverse-engineered Windows Networking, it’s perfectly possible that password prompts actually can’t be disabled. Just my two € cents…
If I’m not mistaking you can do this by going to (on the server)
Yast Control Center > Network Services > Samba Server
Select the share
Edit > Add
Search in the list for the option Guest OK hit the OK button and set the value to Yes. Restart Samba and it should work.
On Fri November 21 2008 09:16 am, rotztroll wrote:
>
> I want do disable this authorization on my samba server, I need access
> without this authorization:
>
> http://www.abload.de/img/picture5gzv.png
>
>
rotztroll;
In the Global section of /etc/smb.conf add the parameter “security = share”.
Your smb.conf needs to be edited as root. See “man smb.conf” for the use of
this parameter. I will confess it has been many years since I’ve used this
setting. I seem to remember that Windows would ask for a username/password
but let you in no matter what you supplied, but I may be wrong here.
If all of that excellent advice doesn’t do it for you, post the Samba config file (/etc/samba/smb.conf) and maybe it’s got a kink in it that needs smoothing.