- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS/9000 server - authentication
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
12-19-2003 07:49 AM
12-19-2003 07:49 AM
Can I be a user on the Windows side - using a share on the Unix side without having to add the Win user to the Unix system?
(This is my first attempt at playing with Samba and I am having fits trying to get to the shares I have defined on the Unix system).
I think it would be an administrative nightmare to have to add all the Win user ids to the Unix system to make this work!
PLEASE HELP! :-) Dee
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 07:53 AM
12-19-2003 07:53 AM
Re: CIFS/9000 server - authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 08:04 AM
12-19-2003 08:04 AM
Re: CIFS/9000 server - authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 08:15 AM
12-19-2003 08:15 AM
Re: CIFS/9000 server - authentication
You don't need to be authenticated by HP-UX, since you are not actually logging to the HP server, but accessing a share only in CIFS. CIFS will check your permissions (on domain level and other if specified.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 08:17 AM
12-19-2003 08:17 AM
Re: CIFS/9000 server - authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 08:39 AM
12-19-2003 08:39 AM
Re: CIFS/9000 server - authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 08:49 AM
12-19-2003 08:49 AM
Re: CIFS/9000 server - authentication
I would recommend you read this document as well..
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8725-90053/B8725-90053_top.html&con=/hpux/onlinedocs/B8725-90053/00/00/6-con.html&toc=/hpux/onlinedocs/B8725-90053/00/00/6-toc.html&searchterms=samba&queryid=20031219-144736
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 08:57 AM
12-19-2003 08:57 AM
Re: CIFS/9000 server - authentication
To do a quick test - I created a user id on the Unix side - then put that user in the valid user parm in the share section of the smb.conf file. - Lo and behold - I was able to access the share!! When I deleted the user on the unix side(that matched the win side) it quit working until I opened that share in the smb.conf to public = yes.
This goes against everything I thought you gents were telling me. So what other parm do I have incorrectly defined that would force this behavior. Thanks, Dee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2003 08:31 PM
12-21-2003 08:31 PM
SolutionI think you DO have to add the users to the unix system. I don't see how else it can work. Say the unix users are user1 to user10 and they are in groups grp1 and grp2. If the
Windows client user names and groups do not match up at all how can access possibly be granted. There would be no basis for controlling access. Here we have users added to both systems. The "security = domain" smb.conf option ( which we use ) might mean that the password can be verified from the PDC and not the unix machine and so the windows and unix passwords can differ. It dos not mean , however , that the unix
username can be absent from the unix system
You can download the "Using Samba" book from
http://www.oreilly.de/catalog/samba/chapter/book/indexpdf.html
Garry Ferguson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2003 11:55 PM
12-21-2003 11:55 PM
Re: CIFS/9000 server - authentication
Garry is correct - you MUST have user defined on the HP-UX box. These users need to be mapped to the Windows users. All the authentication is done through the Windows PDC. Your testing also neatly proved this ;-)
To quote from the O'Reilly book "Using Samba", "The only local administration required on the Samba server will be creating directories for users to work in and /etc/passwd entries to keep their UIDs and groups in.
Regarding mapping - you can either create the HP-UX accounts with the same names as the Windows users (not always possible if they use long names), or you can use the "username map" parm and create a file that links the 2 sets of names. The smb.conf man page and the O'Reilly book both go into some details on different ways of doing this.
best regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 04:10 AM
01-06-2004 04:10 AM