hey, for accessing the samba from the Windows Xp or any windows Client you need to give the username and password.. Just like windows have users ,linux also have users and samba also have users . You have to use linux users as samba users like suppose there is a user name john on linux and john1 on windows.And you want john1 on windows to use john's shares on linux u have give entry in the /etc/samba/smbusers john(linux user) = john1(windows user) In this way u have to give entry for each windows user u want to give access. After entring the users in smbusers Give smbpasswd -a john(linux user) The smbpasswd entry will ask to enter the samba passwd and you need to give this password(entered with smbpasswd) for accessing the share from windows. When u click on the samba share from windows give username john and password for john(set by smbpasswd). You have to create password and mapping for every user in linux for accessing the linux shares from windows. Restart the samba after adding entries service smb reload or restart. It is better you give security = user in the /etc/samba/smb.conf file If you need any further details revert back. Regards Ankush On Wed, 2 Mar 2005 08:23:28 -0000, Irving, Dave <Dave.Irving@xxxxxxxxxxxxx> wrote: > > Is your samba server set up for USER or SHARE security? > > Originally I hadn't specified any security level - so would have been > using the default. > I just tried "security = share", and its getting even more > interesting.... > XP brings up a log-on dialog, with the user name fixed as > "...NetBIOSName...\guest", but still requires a password to be entered > (Im not sure what password it's even after...). > > P.s, sorry about the top-posting yesterday everyone - I've not really > used email based forums a great deal before so Im still brushing up on > my etiquette > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >