Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Samba Users ??

Status
Not open for further replies.

vfear

Technical User
Feb 9, 2001
159
US
I can see my samba server in network negiborhood within windows but I dont have any samba users created ,, How do I create samba users ?? I am running Red Hat 7.2 ..
 
Hi,

You just create a regular linux account and then use smbpasswd to set the samba password. Something like :

# /usr/sbin/useradd -s /bin/bash -d /home/user1 -m user1
# passwd user1
# smbpasswd user1


Hope this helps

 
Well when I do that it saiys failed to fint entry for that user. How do I make that user a samba user then change the pw??

Thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top