| | |
samba config on redhat 8
![]() |
•
•
Join Date: Dec 2003
Posts: 1
Reputation:
Solved Threads: 0
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.
Cheers,
Topher
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.
Cheers,
Topher
ftp://us1.samba.org/samba/ftp/bin-pk...Hat/RPMS/i386/
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.
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
root = administrator
linuxuser1 = windowsuser1
linuxuser2 = windowsuser2
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
root = administrator
linuxuser1 = windowsuser1
linuxuser2 = windowsuser2
If you spend more on coffee than on IT security, you will be hacked.
What's more, you deserve to be hacked.
-- former White House cybersecurity czar Richard Clarke
What's more, you deserve to be hacked.
-- former White House cybersecurity czar Richard Clarke
•
•
Join Date: Oct 2008
Posts: 7
Reputation:
Solved Threads: 0
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....
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.
Cheers,
Topher
![]() |
Similar Threads
- How to Configure Samba on RedHat Linux (*nix Hardware Configuration)
- smb/// no host "null" (*nix Software)
Other Threads in the *nix Software Forum
- Previous Thread: changed from windows to linux...need help
- Next Thread: Embed non-web application in web page
| Thread Tools | Search this Thread |






