On 16/01/05 09:34 PM, C Hamel <yogich@sc2000.net> wrote:
I thought I had everything set up properly. At any rate, here is the server's smb.conf file:
Add passdb backend = smbpasswd to your globals and then use the smbpasswd command to add the actual system users. I'd also cut alot of the extras out of your config file as most of them relate to windows networking. Heres one that should give you a start: [global] workgroup = TUX-NET username map = /etc/samba/smbusers map to guest = Bad User passdb backend = smbpasswd encrypt passwords = yes [homes] path = /home valid users = yogi browsable = yes [public] path = /home/public browsable = yes guest ok = yes Regards, Ben