On Wed, 2004-10-13 at 23:45, Tony Breeds wrote: [on the format of the credentials file] > Isn't the syntax > --- > user = fred > password = ***** > domain = bloggs
and another direct email suggested 'domain=<domain>' in fstab, and user without domain in the credentials file. I could not get anything with 'domain=' to work in any variation. However, the man page for 'smbmount' uses the terminology 'workgroup' instead of 'domain', and I have now succeeded with the following: fstab: //server/disk /mnt/point smbfs workgroup=DOMAIN,uid=me,gid=me,credentials=/etc/smbpassword 0 0 [that's all one line] and /etc/smbpassword: username = me password = pa55w0rd -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
