- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Secure Samba share
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
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
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
05-09-2006 07:20 PM
05-09-2006 07:20 PM
I have samba share configured with security=server on HP-UX box. And we have configured the password servers which are windows machines for login authentication.
---------------------------------------
# Global parameters
[global]
workgroup = DOMAIN_NAME
server string = Samba Server
security = SERVER
password server = kddserver1
syslog = 0
log file = /var/opt/samba/log.%m
max log size = 1000
local master = No
read only = No
short preserve case = No
dos filetime resolution = Yes
[hht]
comment = HHT Share
path = /ksis/hht
guest ok = Yes
[maximo]
path = /appcon4/
valid users = oracl
----------------------------------------
The issue is that maximo share is secured by specifying oracl is the valid user. But htt is a open share by setting guest ok to yes.
But the issue is when we try to access the resource //hpmachine or //hpmachine./hht it prompts for ussername/password. But we just require authentication only while accessing //hpmachine/maximo
Please advice since we are in production. When we put back security=share it starts working, but then we are unable to secure with password //hpmachine/maximo.
Thanks and regards,
AJi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 07:29 PM
05-09-2006 07:29 PM
Re: Secure Samba share
You need to run a
net join
command on this server. This will require authentication credentials for an admin user on the windows machine.
Also check the WINS server information.
You may need a machine account for the hp machine on the domain as well.
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
05-09-2006 08:07 PM
05-09-2006 08:07 PM
Re: Secure Samba share
We dont have this hp-ux machine joined to our windows domain. So we dont prefer to do a net join. we havent specified wins server. Is it required. We have no issues if the security is set to share. But then we cannot secure that maximo folder.
Please advice,
AJi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 09:19 PM
05-09-2006 09:19 PM
Re: Secure Samba share
Once security=server is set, is there a way for accessing resouces on the same box which is a open share. It should'nt prompt for username/password in any case.
On one server we noticed that once security=server is set, accessing the resource within our domain was fine, but while accessing from other domain/remote site, which works normal with share mode, requests for username/password.
Please advice at the earliest since we are live.
AJi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 01:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 01:41 AM
05-10-2006 01:41 AM
Re: Secure Samba share
Thanks for the update,
It works with
map to guest = Bad User
and not when
guest account = nobody
is set.
Thanks for the support,
AJI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 02:03 AM
05-10-2006 02:03 AM
Re: Secure Samba share
[IPC$]
path = /tmp
valid users = list users here
# or allow all
hosts allow = 192.168.1.0/21, 127.0.0.1
hosts deny = 0.0.0.0/0
Just modify the ip address/class for your environment.
Rgds...Geoff