On Tuesday 27 July 2004 09:55 pm, Lee Wiggers wrote: | I'm going to get this unless it kills me. | | I've been rtfming my butt off on samba. | | smbadduser as root goes like this: | | [EMAIL PROTECTED] lee]# smbadduser lee:lee | bash: smbadduser: command not found | [EMAIL PROTECTED] lee]# | | What have I overlooked? | | smb daemon is running and I can browse one win2k box from black. | | Lee
As root, edit your /etc/samba/smbuser and make it look like this # Unix_name = SMB_name1 SMB_name2 ... Unix_name = SMB_lee root = administrator admin nobody = guest pcguest smbguest Then from a root console: smbpasswd -a lee follow the prompt to add the password Also, keep in mind that "lee" must be a log-in on each box that you want to browse via samba, and the password must be identical for "lee" on every box.
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
