On Saturday, February 1, 2014 12:11:57 AM UTC-8, Andreas Rutishauser wrote:
> Salut Jack
>
>
> In article <
6e725f78-ec34-4944...@googlegroups.com>,
> Jack Shown <
jack...@gmail.com> wrote:
>
>
> > I am trying to get SMB server to work in Server Admin on Snow Leopard Server.
> > The AFP server works. No problem. However, I have SMB turned on and yet,
> > every time I try to connect from another Mac, I get:
>
>
> > There was a problem connecting to the server "myserver.domain"
> > You do not have permission to access this server.
>
>
> > If I then change the URL in "Connect to Server ..." from smb:// to afp://
> > I have no problem mounting the specific volume.
>
>
> why would you want to connect with smb if your machine can talk afp?
> I would use smb only for computers that cannot talk afp ;-)
I need it for Windows computers to connect with SMB.
> What OS is the client running?
OSX 10.6 (Snow Leopard)
> In Workgroup Manager I would try adding the the group "Workgroup" to the
>
> users who need to connect via smb
I just tried that but, alas, the same error surfaced.
> > In Server Admin, I have the Role defined as "Standalone Server" because I
> > don't need it for anything such as being a Primary Domain Controller.
> > I can use the same share point as I have defined for AFP, right?
>
>
> yes, or a subset
>
>
> > I clicked
> > on "Share Points" in the tool bar, clicked the share point desired to share
> > and then dragged the users desired for this to the window under the
> > Permissions tab.
>
>
> And what are the permissions?
The user, whose password I created, has group membership in WORKGROUP, SEM and staff (the last of which all users belong).
The volume being served is called /Office and it has perms 755. Those perms have always worked for all users who mount this volume with AFP.
The folder in /Office entitled SEM, which he needs access to, has perms 775 which should allow only members of his group, SEM, to be able to write to.
I also have ACLs set on the folder entitled SEM.
user=sem
list="list,add_file,search,delete,add_subdirectory,delete_child,chown,file_inherit,directory_inherit"
chmod -R +a "user:$user allow $list" ../SEM
Thanks for your help, Andreas.