- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAMBA
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
07-23-2003 09:53 AM
07-23-2003 09:53 AM
Question:
Can I map an NT group to a unix user?
If so, how would I do this? I know you can map nt users to unix users. If I map the NT group to the unix user, than I only have to administer the accounts on the NT side(Domain)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 10:50 AM
07-23-2003 10:50 AM
Re: SAMBA
Did you try "net groupmap" command? That will help you if you want to map the NT group with Unix group.
Arockia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 11:17 AM
07-23-2003 11:17 AM
Re: SAMBA
unixid = ntid1, ntid2, ntid3
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 11:23 AM
07-23-2003 11:23 AM
Re: SAMBA
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8724-90001/B8724-90001_top.html&con=/hpux/onlinedocs/B8724-90001/00/00/5-con.html&toc=/hpux/onlinedocs/B8724-90001/00/00/5-toc.html&searchterms=nt%7cintegration%7cconfiguration%7csamba&queryid=20030723-132244
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
07-23-2003 11:30 AM
07-23-2003 11:30 AM
Re: SAMBA
where do I find the net groupmap command. I dont see it anywhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 11:31 AM
07-23-2003 11:31 AM
Re: SAMBA
http://fre-ks.greatplains.net/samba/winbind.html
http://www.redhat.com/archives/pam-list/2003-January/msg00019.html
..and of course the docs that came with your samba distribution.
Let us know if you get it done, I haven't seen it work on an HPUX yet !
(no intend to scare you, but we didn't get it working.. prepare to spend some time on it ;-)
regards
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2003 01:32 AM
07-24-2003 01:32 AM
SolutionThere's a couple of options which might achieve what you're after.
1) If you only have a couple of NT groups you could set up a share for each group. Each share would point to the same path, but would map the NT group to a single unix user using "username map" and "force user". In this way any one from the specific group writes to the share as a specific unix user.
2) Within "username map" you can map an NT group to a unix group.
ie: ourteam = @NTteam
See smb.conf man page or the O'Reilly Using Samba book for usage of these parameters.
regards,
Darren.