[Samba] help

Thomas Vito shoktai at gmail.com
Fri Jul 25 15:28:11 GMT 2008


Hi,
I am really trying to get the easiest samba setup working without any luck.
I just want to create a share anyone can access without username/password.
[root at redhat-test ~]# testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[guest]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

[global]
        workgroup = ACNEU
        realm = EU.ACNCORP.COM
        server string = %h
        interfaces = lo, eth0
        security = SHARE
        password server = 10.130.12.100
        passdb backend = tdbsam
        local master = No
        wins server = 10.130.12.120
        idmap uid = 16777216-33554431
        idmap gid = 16777216-33554431
        cups options = raw

[homes]
        comment = Home Directories
        read only = No
        browseable = No

[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No

[guest]
        comment = Shared Folder for guests
        path = /home/Guest/share
        read only = No
        guest ok = Yes

My shared folder is there
[root at redhat-test ~]# ls -ail /home/Guest/
6520842 drwxrwxrwx 2 nobody root  4096 Jul 25 16:23 share

But i get this in the logs when i try to access it:
[2008/07/25 17:23:43, 0] smbd/service.c:make_connection_snum(1003)
  '/home/Guest/share' does not exist or permission denied when connecting to
[guest] Error was Permission denied

iptables is off, selinux is off.


[root at redhat-test ~]# smbclient -L localhost
Password:
Domain=[ACME] OS=[Unix] Server=[Samba 3.0.28-1.el5_2.1]

        Sharename       Type      Comment
        ---------       ----      -------
        IPC$            IPC       IPC Service (redhat-test)
        guest           Disk      Shared Folder for guests
Domain=[ACME] OS=[Unix] Server=[Samba 3.0.28-1.el5_2.1]

        Server               Comment
        ---------            -------
        AMS-DC02       ACME Domain controller
        AMS-TS03
        REDHAT-TEST          redhat-test

        Workgroup            Master
        ---------            -------
        ACME                AMS-DC02

What am i doing wrong?

Thank you.


More information about the samba mailing list