On Thu, 2007-11-29 at 19:22 +0100, Antonio wrote: > 2007/11/29, Craig White <craig@xxxxxxxxxxxxx>: > Craig...this is the answer.... > > smbclient -L $SERVER_NAME -U $USER_NAME > Unknown parameter encountered: "winbind enable local accounts" > Ignoring unknown parameter "winbind enable local accounts" > Connection to -U failed (Error NT_STATUS_BAD_NETWORK_NAME) ---- my fault... I meant for you to replace $SERVER_NAME with the actual host name of your computer and $USER_NAME with your actual samba account name but first you should try it anonymously to see if samba is up and running... smbclient -L $SERVER_NAME (again, substitute the proper name) also...comment this line out... # winbind enable local accounts = no Craig