Displaying 1 result from an estimated 1 matches for "jontest".
Did you mean:
contest
2014 Jun 03
1
How to grant access to file shares by AD groups that have spaces in their name?
...valid users = @"INFINITY+Domain Users"
but no group member can access it. Any ideas what is wrong?
It works if I change the group to one with no spaces in the name:
[demoshare]
comment = Test share
path = /usr/local/samba/demoshare
read only = no
valid users = @INFINITY+jontest
When the group is specified as 'Domain Users', this is what smclient says when trying to connect:
$ smbclient -U INFINITY\\jdetert //mkejdev1/demoshare
Password for [INFINITY\jdetert]:
Connection to \\mkejdev1\demoshare failed - NT_STATUS_ACCESS_DENIED
$
and this is what the samba log fil...