- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 11/Trusted System - Deactivate & Reactiva...
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
09-05-2000 02:27 PM
09-05-2000 02:27 PM
HPUX 11/Trusted System - Deactivate & Reactivate Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 03:04 PM
09-05-2000 03:04 PM
Re: HPUX 11/Trusted System - Deactivate & Reactivate Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 04:00 PM
09-05-2000 04:00 PM
Re: HPUX 11/Trusted System - Deactivate & Reactivate Users
To deactivate user
# /usr/lbin/modprpw -a alock=YES
TO reactivate user
# /usr/lbin/modprpw -a alock=NO
If lockout is not all zeros, I think the account will be disabled, but I don't know what all the different values are for lockout. lockout is not a valid parameter to set with modprpw only view with getprpw.
# /usr/lbin/getprpw -r -m lockout
Hope this can help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 04:16 PM
09-05-2000 04:16 PM
Re: HPUX 11/Trusted System - Deactivate & Reactivate Users
# /usr/lbin/modprpw -k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 04:59 AM
09-06-2000 04:59 AM
Re: HPUX 11/Trusted System - Deactivate & Reactivate Users
to deactivate,
# /usr/lbin/getprpw -r -m lockout
# /usr/lbin/modprpw -m alock=YES
to reactivate -> #/usr/lbin/modprpw -k
For non-trusted
to deactivate,
# /usr/sam/lbin/usermod.sam -p "*"
to reactivate -> # passwd XXX
Regards,