So I read the techpost article on setting up samba to be accessed by windows computer (good article for a newbie) by cscgal. However, being new to Linux, the config settings are eluding me to set the share up to be accessed by clients on my win2k AD network. I would like SAMBA to look to my Win2k PDC for user permissions and lock down the share to a specific user group.
The other question I have is, since I installed RH8 without either GUI, how/where do I go to download the RPM for SAMBA 3 via FTP (i do have the NIC working properly). I was trying to get it from the samba.org site, but I can't find the ftp address.
Just pick your version of Red Hat, and download away! Just be sure that you have all of the required packages needed by the RPM to install Samba with. If you don't have them, the install will fail, and it will bark at you, telling which packages are needed.
If you want your Linux box to access your Wintel PDC for user authentication, you have to add a line in your smb.conf file pointing to the usermap file:
username map = /etc/samba/smbusers.conf
Also, set security=domain and specify the password server:
security = domain
password server = [Wintel PDC hostname]
To configure the usermap file, simply create a file that lists the Linux usernames and Windows usernames. Example:
# smbusers.conf for mysambamachine.mydomain
# Format is:
# Linux username = Windows username
Roger here,
Have u used yum.... Learn that procedure....There is documentation
that shows how to use this tool... This is a Linux tool... Not all
linux Os's are able to call this application.... Once I found yum, I loved it...
It will save u a lot ot time and trouble.... Have a great day....
yum install samba.....
Yum is a powerful command that finds the RPM's for you and installs
them directly....
So I read the techpost article on setting up samba to be accessed by windows computer (good article for a newbie) by cscgal. However, being new to Linux, the config settings are eluding me to set the share up to be accessed by clients on my win2k AD network. I would like SAMBA to look to my Win2k PDC for user permissions and lock down the share to a specific user group.
The other question I have is, since I installed RH8 without either GUI, how/where do I go to download the RPM for SAMBA 3 via FTP (i do have the NIC working properly). I was trying to get it from the samba.org site, but I can't find the ftp address.
not exactly an elegant solution, but WebMin is realy good when first tinkering with linux, give you a web based CPanel style interface for pretty much everything including SAMBA and its easy to use.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.