Displaying 1 result from an estimated 1 matches for "mkejdev1".
2014 Jun 03
1
How to grant access to file shares by AD groups that have spaces in their name?
...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 file (at log level 3) says for the IP that smbclient was run from:
[2014/06/03 15:02:21.810055, 3] ../source3/smbd/process.c:1795(process_smb)
Transac...