- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: passwords expired and restrictions now in plac...
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-06-2002 11:17 AM
09-06-2002 11:17 AM
passwords expired and restrictions now in place.
This afternoon ALL of the passwords on our test machine expired (no warnings). When I tried to restore the passwords to what they were, I was confronted with restrictions that were not there before. Before I could have a login ID = bill and the password could = bill. Now it will not allow a password to = a login ID and the password has to be at least 6 characters. I have no idea how any of this started but I would really like to get rid of the restrictions on the passwords......HELP.
Thanks in advance
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 11:35 AM
09-06-2002 11:35 AM
Re: passwords expired and restrictions now in place.
If you are on a trusted system then all or at least most of the restrictions can be disabled in sam under "Auditing and Security". Also if you are on an 11.0 or greater system you can define the minimum password length in /etc/default/security. This file may not exist so you may have to create it. see "man security" forthe syntax and options used in this file.
Ray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 11:46 AM
09-06-2002 11:46 AM
Re: passwords expired and restrictions now in place.
For Trusted system stuff... in sam
go to "Auditing and Security" and then "System Security Policies"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 12:21 PM
09-06-2002 12:21 PM
Re: passwords expired and restrictions now in place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 12:39 PM
09-06-2002 12:39 PM
Re: passwords expired and restrictions now in place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 01:13 PM
09-06-2002 01:13 PM
Re: passwords expired and restrictions now in place.
The easiet way to un-trust a system is to run:
# tsconvert -r
Make sure that you have a couple of sessions logged on as 'root' already.
HTH
Michael
PS Trusting a system will *immediately* expire all passwords on your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2002 11:21 AM
09-08-2002 11:21 AM
Re: passwords expired and restrictions now in place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2002 11:45 AM
09-08-2002 11:45 AM
Re: passwords expired and restrictions now in place.
Once switched to trusted, can the passwords be set to the same they were before the switch occurs? Currently all my passwords are 8 characters long or less and all have combinations of letters and numbers (non-english words, and with the numbers in between they are really not of any language).
Also, I read something about generation of "Authorization Numbers" when new accounts are created under the "Managing Passwords and System Access" of the HP-UX System Administration Tasks manual. How does this work? Is this number used the first time as a password for new users before their password generation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:57 AM
09-09-2002 12:57 AM
Re: passwords expired and restrictions now in place.
How many other people have root access to this machine? The symptoms you have provided suggest that the system has been trusted. Before you just go and untrust the system, please check with your fellow administrators to find out who trusted it and why.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 08:08 AM
09-09-2002 08:08 AM
Re: passwords expired and restrictions now in place.
Simply switching to trusted does not expire all passwords. In the Auditing and Security section of SAM there is an option to expire all passwords immediatly. This is something that can be selected at the time of conversion of any time after that. By default it does not expire passwords. As long as all of your passwords are 8 characters or less they will be fine. There are several password rules that you can enforce but it is entirely up to what your needs are. As far as "Authorization Numbers" I have no information on that so maybe someone else can answer that part. I do know that with a trusted system you are given choices as to how a password is generated, either system, pronouncable, or pick your own. I think there are a couple of others too.
Ray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 08:26 AM
09-09-2002 08:26 AM
Re: passwords expired and restrictions now in place.
When a system is converted to trusted, "by default", the passwords will be expired. No need to panic. You can turn it off by using either SAM -> Auding and Security -> System Security Policies -> Password Aging Policies -> Password Aging (disable)
or using the command line ""/usr/lbin/modprdef -m exptm=0" immediately after converting the system to trusted.
Another important parameter that may annoy you is "unsuccessful Login Tries allowed" under "General User Account Policies" if it is set to the default value of 3. Particularly for root. You may selectively change these parameters by selecting the user in "Users and Groups" and options menu.
-Sri