- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to change password
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
07-06-2007 10:42 PM
07-06-2007 10:42 PM
Unable to change password
Pl. help on the following issue,
Unable to change password for OS user oracle on XXX.XX.XX.XX
ABCDE: oracle: /oracle/app/product/8.0.0 => passwd oracle
Changing password for oracle
Old password:
Last successful password change for oracle: Tue Jan 29 11:44:33 2007
Last unsuccessful password change for oracle: Tue Jan 29 11:46:37 2007
Password cannot be changed. Reason: minimum time between password changes.
ABCDE: oracle: /oracle/app/product/8.0.0 =>
Even after reset of the password this problem is coming again and again, i have seen the auth files which as follows:-
pwd
/tcb/files/auth/o
oracle:u_name=oracle:u_id#202:\
:u_pwd=Pe5GtGezEVOM6:\
:u_auditid#18:\
:u_auditflag#1:\
:u_succhg#1182251673:u_unsucchg#1183713629:u_restrict:u_pwchanger=root:\
:u_suclog#1183713619:u_suctty=tty:u_unsuclog#1183713614:u_lock@:\
:chkent:
Thax in adv.
Regds,
Wish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2007 12:27 AM
07-07-2007 12:27 AM
Re: Unable to change password
you can mannually edit :u_pwd=Pe5GtGezEVOM6:\
line and remove the encrypted passwd entry to look like this :u_pwd=:\
After doing this theh account will ask for a new passwd while logging in. Try and update the status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2007 12:27 AM
07-07-2007 12:27 AM
Re: Unable to change password
you can manually edit :u_pwd=Pe5GtGezEVOM6:\
line and remove the encrypted passwd entry to look like this :u_pwd=:\
After doing this theh account will ask for a new passwd while logging in. Try and update the status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2007 04:55 AM
07-07-2007 04:55 AM
Re: Unable to change password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2007 04:38 AM
07-08-2007 04:38 AM
Re: Unable to change password
You can however modify this setting (u_minchg value in the tcb database). You can use following command to reset the valuse to 0 days,
modprpw -m mintm=0 oracle
You may also use the -v option in the command along with the above mentioned fields.
check man page for modprpw for more info.
Then try changing password for oracle.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2007 03:22 PM
07-08-2007 03:22 PM
Re: Unable to change password
I guessed this except the dates are almost 6 months old and u_minchg wasn't printed.
Were you assuming the system clock was not set properly? Or this was an old thread?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2007 05:15 PM
07-08-2007 05:15 PM
Re: Unable to change password
The root is able to change the password.
But when the user wants to change the password he is not able to change, I am not sure but is it some with thing to do with "u_pwchanger=root"
Regds,
Wish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2007 05:48 PM
07-08-2007 05:48 PM
Re: Unable to change password
user is prompted that the passwd is changed by root (if done so)
You can change the global security settings, or per user, via SAM to allow the user (in this case oracle) to change the password immediately. But this is the same as
/usr/lbin/modprpw -m mintm=0 oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2007 08:25 PM
07-08-2007 08:25 PM
Re: Unable to change password
the issue is solved.
Regds,
Wish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2007 08:26 PM
07-08-2007 08:26 PM