Displaying 2 results from an estimated 2 matches for "mywindowsserver".
2014 Jul 09
1
Write permission for local user on a windows mount
...share is configured under a specific user, let's say bobsshare.
I also have a local user on the debian server named alice, but alice cannot write to the mounted directory.
What do I need to do to give alice write permissions on the mounted directory?
smbclient --version
Version 3.6.6
fstab
//mywindowsserver/share cifs username=domain/bobsshare,password=123456 0 0
I tried chmod, and chown but that didn't affect anything.
Ls -al still shows:
drwxr-xr-x 0 root root 0 Jul 9 10:29
Regards,
Grant
2004 Mar 11
0
Winbind Kerberos Problem? - Getting Wrong User SID
...not
lookup sid"
wbinfo -s S-1-5-21-1202660629-1292428093-xxxxxxxxxx-512 =
DOMAIN_testgirl (This is correct)
I notice some other strange things that may be related.
Running getent passwd | grep -i mysambaserver I get
"DOMAIN_HOST/mysambaserver:x:..."
Running getent passwd | grep -i mywindowsserver I get
"DOMAIN_MYWINDOWSSERVER$:x:..."
I don't know why these would be different. Joining the samba server to
ADS appears to append HOST/ to the name? Also my other computer names
have a $ at the end of the name. Also, most of the log files are being
created under their IP addresses,...