Results 1 to 3 of 3
Thread: Samba Help
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
04-23-2006 #1
Samba Help
So my question is
How do i access that from windows client?
Do you think that threre is some problem with the logical volume?
Thanks in advance for you help.
-
04-29-2006 #2
Right, here's some stuff to go check:
Make sure that you're using 'encrypted passwords', and that for each windows user, you have an entry in '/etc/samba/smbusers' that maps their windows user name to their linux user name.
For each user, make sure you've used 'smbpasswd -a <username>' on the linux machine to set their samba password to be the same as their windows log-in password.
Samba shares will be declared in smb.conf a bit like this:
Code:[public] path = /opt/samba public = no writable = no printable = no read only = no force directory mode = 0775
To check the syntax of your smb.conf file, use the 'testparm' tool.
Restart samba, and use 'tail /var/log/samba/smb.log' to see if it started cleanly - if it didn't deal with all the errors and restart samba; repeat this until it starts with no errors.Linux user #126863 - see http://linuxcounter.net/
-
05-04-2006 #3