- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Enable Samba on Linux RHAS 3.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2006 07:06 AM
тАО03-31-2006 07:06 AM
I am about to set up Samba on my linux server. Once Samba is setup, I would like for all of the users currently on the system to have access to this share point.
Would you please kinda enough to guide me through this process.
Thank you in advance.
JC
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2006 08:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2006 08:54 AM
тАО03-31-2006 08:54 AM
Re: Enable Samba on Linux RHAS 3.0
chkconfig smb on
Edit /etc/samba/smb.conf
Workgroup = WORKGROUPNAME
security = share
Security = share is the most simple method of sharing.
In the shares section at the end of the file
[public]
comment = Public share
path = /public
public = yes
wirtable = yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2006 05:33 AM
тАО04-01-2006 05:33 AM
Re: Enable Samba on Linux RHAS 3.0
This depends a lot on your environment.
Samba can be configured to authenticate users from a Windows Domain. You need to configure security = server in smb.conf or using swat and then run a command net join in order to have the machine join the domain.
The simple way to do all this is the smbpasswd command.
You manually add all users to a Samba authentication datbase using the smbpasswd -a
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2006 05:50 AM
тАО04-02-2006 05:50 AM
Re: Enable Samba on Linux RHAS 3.0
I suggest you to use "domain" as security level - this will provide your users from MS Windows with a transparent access to a Samba file/printer server.
See this article:
http://www.informit.com/articles/article.asp?p=169560&seqNum=3&rl=1 Samba-3 Server Types and Security Modes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2006 04:49 PM
тАО04-02-2006 04:49 PM
Re: Enable Samba on Linux RHAS 3.0
Great article on the 3 security levels that you can set for the samba. I will read it throughly and set it up to the way it was supposed to.
Thanks everyone for the education on samba.
Regards,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 12:44 AM
тАО04-05-2006 12:44 AM
Re: Enable Samba on Linux RHAS 3.0
A user had trouble saving a file to a directory that I created the share folder for. Do I need to modify the "create mode" from 0664 to something else or do I modify the directory mode from 0775 to 0777??
Please help.
Thank you.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 02:27 AM
тАО04-05-2006 02:27 AM
Re: Enable Samba on Linux RHAS 3.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 04:54 AM
тАО04-05-2006 04:54 AM
Re: Enable Samba on Linux RHAS 3.0
Thanks,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 05:19 AM
тАО04-05-2006 05:19 AM
Re: Enable Samba on Linux RHAS 3.0
See the man page for descriptions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 05:28 AM
тАО04-05-2006 05:28 AM
Re: Enable Samba on Linux RHAS 3.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 08:51 AM
тАО04-05-2006 08:51 AM
Re: Enable Samba on Linux RHAS 3.0
Here's an example of the top portion of my smb.conf file. Should I modify the os level?
Thanks,
J
path = /client_user/reportdir
smb passwd file = /etc/samba/smbpasswd
printing = lprng
dns proxy = no
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = /etc/printcap
max log size = 0
security = share
server string = Windows share point
workgroup = Hawk
comment = Client Directory
log file = /var/log/samba/%m.log
load printers = no
os level = 20
default = global
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 09:00 AM
тАО04-05-2006 09:00 AM
Re: Enable Samba on Linux RHAS 3.0
If you have a Windows Server on your network, configure a low value (like 3) and enable the wins client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 09:21 AM
тАО04-05-2006 09:21 AM
Re: Enable Samba on Linux RHAS 3.0
Thanks,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 09:27 AM
тАО04-05-2006 09:27 AM
Re: Enable Samba on Linux RHAS 3.0
If the Windows servers are still acting like kthe kings-of-the-hill, then you've set it low enough (i.e. they're showing up in network browsing, still working as login servers etc. etc.).