Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
samba password
Name: Paul Jayavendra Date: August 16, 2002 at 08:46:07 Pacific
Comment:
Hi I installed samba on redhat 7.0 From windows I can see the samba server. When I try to access the server it prompt for a username & password. I tried the root & password (0r) user1 & password . failed to access the server.
Name: nullvar Date: August 16, 2002 at 13:27:18 Pacific
Reply:
Did you add samba users? They are not created automatically, you need to add them with 'smbpasswd -a '. It will then prompt for a password, and as I remember, on mine it gave an error about not being able to open a file, but it still worked. This user/password should be the same as on the win machine.
Summary: Hi Installed samba and in windows I can see the samba server . I have created the samba password too. But from windows when I double click on samba server it prompt for a password. issused the passwo...
Summary: hey, can anybody help me? I am runnin linux red hat 9.0 as a PDC and also using SAMBA for authentication and to offer home drives. Is there any way that i can allow a windows 98 client to change the...
Summary: first use "adduser" or "useradd" at the command prompt to add a new user to the system. it will ask you for a username and you can specify a password with the -p option. example "adduser -u john -p...