- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CIFS/9000 and user management
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
11-24-2002 11:52 PM
11-24-2002 11:52 PM
CIFS/9000 and user management
So, here is my question :
I want to set up a CIFS fileserver for about 800 to 900 Windows NT 4.0 users. Since winbind is not yet supported, how do I set up the CIFS fileserver in a way that I don't need to create all those windows users and groups explicitly in the UNIX passwd and group files.
If a user is added in the windows user manager and added to the necessary groups, I want him to have access to the UNIX filesystem without further local management on UNIX security. Is that possible ?
By the way, I have tried to set up the server with domain security, but I am unable to make a connection to a share on that CIFS server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 02:04 AM
11-25-2002 02:04 AM
Re: CIFS/9000 and user management
Whenever you find a solution let me know !!!!!
With the current restriction of passwd entry for every NT user I
think that the usability of CIFS/9000 is not very high
I currently use it as a central print server where I don't need users in passwd as all printer accesses are allowed as user guest.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 07:21 AM
11-26-2002 07:21 AM
Re: CIFS/9000 and user management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 07:06 AM
11-27-2002 07:06 AM
Re: CIFS/9000 and user management
So, what is the best way for easy user and group management on CIFS right now.
By the way, I tried downloading version 01.08.01 from the software depot, but I cannot open the download page. Something wrong on the site I guess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 10:29 AM
12-18-2002 10:29 AM
Re: CIFS/9000 and user management
If CIFS is compiled with "--with-krb5" option, when CIFS received userid and password from Windows client, it will verify them with KDC (kerberos key distribution center), in Windows2000 environment, KDC can be (DC) domain controller. In another word, windows user can got authentication from Domain Controller so that they can get access to UNIX CIFS shares. Sonds good, but:
Problem is "--with-krb5" option is OFF by default. So the CIFS depot I downloaded from HP website doesn't support Kerberos, I have to compile the whole thing by myself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 07:19 AM
12-20-2002 07:19 AM
Re: CIFS/9000 and user management
Anyway, since most of the users are windows-only users, I have been experimenting met the "add user script" setting, and it has been helping me part of the way.
Not really what I was looking for, but maybe good enough to live with for now.