- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Password Changes
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-09-2005 12:15 PM
12-09-2005 12:15 PM
Password Changes
Thanks
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 12:24 PM
12-09-2005 12:24 PM
Re: Password Changes
For changing other users password you need root privilege , and you can do this with help of sudo utility .
Sudo is a program designed to allow a sysadmin to give limited root privileges
to users and log root activity. The basic philosophy is to give as few
privileges as possible but still allow people to get their work done.
You can check this link:
http://www.courtesan.com/sudo/
The access rights kept in sudoers file, if you are using sudo.
You can create a group and give access to passwd command . And hope that will do the trick.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 12:33 PM
12-09-2005 12:33 PM
Re: Password Changes
There is a twist to the requirements, that I should have explained, this server is shared amongst a number of companies. Therefore we need to be a bit more granular, and only allow certain users the rights to change their users passwords.
Thanks for the heads up on sudo though.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 12:33 PM
12-09-2005 12:33 PM
Re: Password Changes
As Raj said, implementing sudoers will be right solution for this. You need to download the suoders package and install, as it doesn't come intehrated with the standard HPUX OS.
Then customise /etc/sudoers file, create a user group, include those users in that group(This is not unix gorup-but sudoers group mentioning in the sudoers file iteself) and give lists of commands needed for that user group
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 06:43 PM
12-09-2005 06:43 PM
Re: Password Changes
Dear Andy,
I have a HAPPY NEWS for you !
HP-UX RBAC Integration
The HP-UX RBAC feature on HP-UX 11iv2 is an alternative to the traditional "all-or-nothing" root user model, which grants permissions to the root user for all operations, and denies permissions to non-root users for certain operations. HP-UX RBAC allows you to distribute administrative responsibilities by creating appropriate authorizations for HP-UX 11iv2 applications and assigning them to non-root users and groups. The acpm_sa authorization module delivered in HP-UX 11i IdMI A.01.00 allows Select Access to control HP-UX RBAC authorizations based access rights defined in the Select Access Policy Builder GUI.
Checkout this page :
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IdMIntegration
Its really good.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 06:52 PM
12-09-2005 06:52 PM
Re: Password Changes
Won't this allow a user to change the passwords of all users? I don't want them to be able to do this. I want to allow certain users to be able to change passwords of a subset of users. This is why I was going to use a detached program that I can control this through but I don't believe you can change passwords from within a detached process.
Thanks
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 10:44 PM
12-09-2005 10:44 PM
Re: Password Changes
As suggested use sudoers, you can create groups and users. It can be edited and very simply.
Create a menu driven script for user who will change passwd and add his ID to the sudoers. Very simple...
007