- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- single sign-on
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-15-2002 09:29 AM
01-15-2002 09:29 AM
single sign-on
i recently disabled root telnet to my servers (6 hp 9000's running 11.0) and now i'm looking for an easy way to maintain user accounts across all the servers. i'm coming from a windows nt/2000 domain background, and i actually miss the ease of administering login scripts, home directories, etc in a windows domain.
any suggestion for products/protocols to use? i have been looking at LDAP, anything that integrated into windows doamin would be great, though not a requirement. i also have a dozen sun boxes, so something that would work on soalris would be nice too.
thanks,
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 09:34 AM
01-15-2002 09:34 AM
Re: single sign-on
Do you know Unicenter from Computer Associates?
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 09:35 AM
01-15-2002 09:35 AM
Re: single sign-on
LDAP is a good way to go but it is not supported on Trusted System's. NIS+ can be used and is difficult to administer. NIS is simple but has security implications and is not supported on Trusted systems either. If you are not too concerned about encryptions and if your systems are not trusted, then you can implement NIS. docs.hp.com is a good resource for documentation.
You can also purchase softwares like Control-SA, IT/A to centrally administer the passwords.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 09:36 AM
01-15-2002 09:36 AM
Re: single sign-on
$budget = 0;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 09:37 AM
01-15-2002 09:37 AM
Re: single sign-on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 09:40 AM
01-15-2002 09:40 AM
Re: single sign-on
Another thought.
Install openssh on all the servers and make one of the systems as the gateway. By copying the public keys of the individual accounts onto the gateway server into the corresponding authorized_keys, you can make the users to log on to one server and then do a ssh to other servers without supplying the password. This is more secured way. You can also write scripts that use ssh to create and delete accounts from the gateway server.
-Sri