On Thu, Jun 5, 2008 at 11:46 AM, Jean-Yves Avenard <[EMAIL PROTECTED]> wrote:
> Hello
>
> I currently run a few samba servers one being used as a PDC.
>
> Today I added a user to the domain and for some reason I can not get
> it to connect to any of the shares but "home" on the file server.
>
> % smbclient -U gregi //server3/public
> Password:
> Domain=[HYDRIX-MALVERN] OS=[Unix] Server=[Samba 3.0.28]
> tree connect failed: NT_STATUS_ACCESS_DENIED
>
> However I can connect with :
> $ smbclient -U gregi //server3/gregi
> Password:
> Domain=[HYDRIX-MALVERN] OS=[Unix] Server=[Samba 3.0.28]
> smb: \>
>
> In the smb log file, I would see
>  make_connection: connection to public denied due to security descriptor.
>
> when it successfully connects I see:
>  aragorn (192.168.0.94) connect to service gregi initially as user
> gregi (uid=1084, gid=1084) (pid 88931)
>
> The share entry in smb.conf is:
> [public]
>        comment = "Public folder"
>        path = /data/home/public
>        browseable = Yes
>        writable = Yes
>        force create mode = 0777
>        force directory mode = 0777
>        force group = public

Try to remove:

        force group = public

in smb.conf and then restart samba (/etc/init.d/samba restart). After
that try to access again using gregi username, see wehter or not this
help.

DK
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to