[Samba] Shares mount on linux but not windows?
Chris Smith
smb23 at realcomputerguy.com
Wed Dec 13 15:36:33 GMT 2006
On Wednesday 13 December 2006 08:37, Brian Atkins wrote:
> valid users = @DOMAIN+"Domain Admins", @DOMAIN+"Sales Group"
>
> it works just fine. However, if I try to limit it to [a] specific user(s):
>
> valid users = batkins
>
> it fails miserably.
You seem to be missing the the DOMAIN declaration in front of the username -
it's not just for group names.
valid users = +DOMAIN\username
or in your case
valid users = +DOMAIN+batkins
More information about the samba
mailing list