- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- samba share domain security access by program
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
01-08-2007 01:05 AM
01-08-2007 01:05 AM
samba share domain security access by program
I use security = domain
and normal windows domain user has no problem to access those shares.
But now i also have some program running on windows server ( like SQL procedure or web ASP scripts) will transfer file from windows to UNIX server.
Without a valid domain login, How can those program access these SAMBA shares?
Thanks in advance for any help.
Kevin
----------- smb.conf -----
[global]
workgroup = SSSUD
server string =
security = DOMAIN
auth methods = guest, sam, winbind
null passwords = Yes
password server = pdc1, bdc1, *
username map = /etc/opt/samba/smbusers.map
client NTLMv2 auth = Yes
client lanman auth = No
client plaintext auth = No
log level = 3
log file = /var/adm/syslog/samba.log
max log size = 1000
domain master = Yes
wins server = cs-pdc1
idmap uid = 10000-20000
idmap gid = 10000-20000
template shell = /bin/bash
winbind cache time = 10
read only = No
short preserve case = No
dos filetime resolution = Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2007 01:12 AM
01-08-2007 01:12 AM
Re: samba share domain security access by program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2007 01:18 AM
01-08-2007 01:18 AM
Re: samba share domain security access by program
To permit windows users on the HP-UX box, a sama command called net join must be run.
net join
You are then prompted for a password and must give it.
The user id must have admin right.
Now your HP-UX system is part of the domain and resources on it are available to valid domain users authenticated by the Windows Domain controller.
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
01-09-2007 12:28 AM
01-09-2007 12:28 AM
Re: samba share domain security access by program
My question is, when when set SAMBA security = domain,
access to the samba share will depend on authentication token issued by domain controller.
Now, if a web server (web1)- a member of this domain - started by local account (CSAdmin) - when server boot IIS started, no domain user login is needed. then a program called by IIS need access a SAMBA share. how the program get authentication to those samba shares.
I know ftp is an option, but for samba is there a way like group mapming or user mapping can do this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2007 01:53 PM
02-09-2007 01:53 PM