HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: samba smb.conf file
Operating System - HP-UX
1827376
Members
4389
Online
109963
Solutions
Forums
Categories
Company
Local Language
back
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
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-14-2005 02:32 PM
03-14-2005 02:32 PM
samba smb.conf file
I would like to make a UNIX directory \perl\ftp available to to the public with read and write permission.Everytime I try to access the samba server, it prompts me for a username and password. I need this to go away and have the directory available to the domain. Is this possible? Need help.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 03:14 PM
03-14-2005 03:14 PM
Re: samba smb.conf file
You need to configure samba for this.
In case its active directory
http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fsearch.hp.com%2Fredirect.html%3Furl%3Dhttp%253A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%253FthreadId%253D792689%26qt%3D%252Bcifs%2B%252Bdomain%2B%2B%252Bauthentication%2B%252Bconfiguration%2B%26hit%3D3&aid=SEARCH_FORUMS&pil=3&serStr=cifs+domain+authentication+configuration&pir=3
Manuals:
http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fdocs.hp.com%2Fen%2FB8724-90044%2Fch02s08.html&aid=SEARCH_MANUAL&pil=1&serStr=cifs+domain+authentication+configuration
Unified domain manual
http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fdocs.hp.com%2Fen%2FB8725-90074%2Fch11s04.html&aid=SEARCH_MANUAL&pil=7&serStr=cifs+domain+authentication+configuration
Maybe the configuration script will make it easier.
http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fdocs.hp.com%2Fen%2FB8725-90053%2Fch02s03.html&aid=SEARCH_MANUAL&pil=21&serStr=cifs+domain+authentication+configuration
SEP
In case its active directory
http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fsearch.hp.com%2Fredirect.html%3Furl%3Dhttp%253A%2F%2Fforums1.itrc.hp.com%2Fservice%2Fforums%2Fquestionanswer.do%253FthreadId%253D792689%26qt%3D%252Bcifs%2B%252Bdomain%2B%2B%252Bauthentication%2B%252Bconfiguration%2B%26hit%3D3&aid=SEARCH_FORUMS&pil=3&serStr=cifs+domain+authentication+configuration&pir=3
Manuals:
http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fdocs.hp.com%2Fen%2FB8724-90044%2Fch02s08.html&aid=SEARCH_MANUAL&pil=1&serStr=cifs+domain+authentication+configuration
Unified domain manual
http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fdocs.hp.com%2Fen%2FB8725-90074%2Fch11s04.html&aid=SEARCH_MANUAL&pil=7&serStr=cifs+domain+authentication+configuration
Maybe the configuration script will make it easier.
http://www2.itrc.hp.com/service/james/dispDoc.do?docURL=http%3A%2F%2Fdocs.hp.com%2Fen%2FB8725-90053%2Fch02s03.html&aid=SEARCH_MANUAL&pil=21&serStr=cifs+domain+authentication+configuration
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
03-16-2005 04:43 AM
03-16-2005 04:43 AM
Re: samba smb.conf file
smb.conf
.
.
workgroup = WORKGROUP
netbios name = Hostname
server string = Perl ftp
security = DOMAIN
username map = usr/local/samba/lib/username.map
.
.
[Perl_ftp]
comment = Perl ftp
path = /perl/ftp
read only = No
guest ok = Yes
#cat /usr/local/samba/lib/username.map
ftpuser=userdomainid
#grep ftpuser /etc/passwd
ftpuser:Nologin:UID:GID:Samba user for perl ftp:/usr/users/ftpuser:/usr/local/bin/bash
Whenever a domain user, say abc, tries \\Hostname , then the samba server validates abc in username.map file and then provides access to /perl/ftp folder with ftpuser access permissions. Set access permissions to /perl/ftp for ftpuser account. If you want to allow everyone to access this share, in username.map, do ftpuser=*(Please verify this)
.
.
workgroup = WORKGROUP
netbios name = Hostname
server string = Perl ftp
security = DOMAIN
username map = usr/local/samba/lib/username.map
.
.
[Perl_ftp]
comment = Perl ftp
path = /perl/ftp
read only = No
guest ok = Yes
#cat /usr/local/samba/lib/username.map
ftpuser=userdomainid
#grep ftpuser /etc/passwd
ftpuser:Nologin:UID:GID:Samba user for perl ftp:/usr/users/ftpuser:/usr/local/bin/bash
Whenever a domain user, say abc, tries \\Hostname , then the samba server validates abc in username.map file and then provides access to /perl/ftp folder with ftpuser access permissions. Set access permissions to /perl/ftp for ftpuser account. If you want to allow everyone to access this share, in username.map, do ftpuser=*(Please verify this)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP