Hello
Samba seems to fail when authenticating only under one unique circumstance.
The sudo user of the server machine is 'vcandy'.
User vcandy is the only user that fails authentication. I have 4 other users and all work according to plan, both on linux and windows machines.
User vcandy will work under the following circumstances. If vcandy client side (Linux) machine is powered up, upon first attempt to access Samba shares user vcandy does indeed work.
Any subsequent attempts to get back to the same Samba shares using vcandy fails. Windows user vcandy on a client machine does also work all the time.
The fail here is user vcandy, attempting to login using a Linux client and only after the first attempt. Thanks for any help..
My smb.conf file:
Samba seems to fail when authenticating only under one unique circumstance.
The sudo user of the server machine is 'vcandy'.
User vcandy is the only user that fails authentication. I have 4 other users and all work according to plan, both on linux and windows machines.
User vcandy will work under the following circumstances. If vcandy client side (Linux) machine is powered up, upon first attempt to access Samba shares user vcandy does indeed work.
Any subsequent attempts to get back to the same Samba shares using vcandy fails. Windows user vcandy on a client machine does also work all the time.
The fail here is user vcandy, attempting to login using a Linux client and only after the first attempt. Thanks for any help..
My smb.conf file:
Code:
[global] workgroup = workgroup security = auto server role = standalone username map = /etc/samba/smb.user.map log file = /var/log/samba/smb.log max log size = 5000 log level = 2 [mp3] path = /home/myUserName/mp3 browseable = yes write list = myUserName force user = myUserName
Comment