- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: to set passwd profile
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
04-26-2008 08:10 AM
04-26-2008 08:10 AM
to set passwd profile
the passwd set by user must have atleast one number etc.... can any one help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2008 08:26 AM
04-26-2008 08:26 AM
Re: to set passwd profile
Use PASSWORD_MIN_
http://www.docs.hp.com/en/B2355-60127/security.4.html
...or the appropriate release manpages.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2008 09:15 AM
04-26-2008 09:15 AM
Re: to set passwd profile
my hp version is
HP-UX mumbsns1 B.11.11 U 9000/800 903027840 unlimited-user license
can i configure it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2008 09:35 AM
04-26-2008 09:35 AM
Re: to set passwd profile
> not able to find the file...can Iconfigure it?
Yes. Create the file owned by bin:bin with 444 permissions.
I see that you are a new member of the ITRC today. Welcome! When you have had your problem resolved, please follow:
http://forums11.itrc.hp.com/service/forums/helptips.do?#28
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2008 09:49 AM
04-26-2008 09:49 AM
Re: to set passwd profile
security file permission is:
-r--r--r-- 1 bin bin 2406 Aug 27 2004 security
Change this as per your requirement.
# PASSWORD_MIN_UPPER_CASE_CHARS=0
# PASSWORD_MIN_LOWER_CASE_CHARS=0
# PASSWORD_MIN_DIGIT_CHARS=1
# PASSWORD_MIN_SPECIAL_CHARS=2
Thanks & Regards
Aashique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2008 09:49 PM
04-26-2008 09:49 PM
Re: to set passwd profile
The file is security
it is present under the /etc/default directory this file determines default behaviour. u can see a lot of parameters present in this directory and u can configure it.
thanks and regards
sajjad sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2008 09:51 PM
04-26-2008 09:51 PM
Re: to set passwd profile
Then just uncomment what you need as the above. Just go through the file. It has the info you need. Also there is a man for security
man security
There is a typo in JRF's post above. The dir should be /etc/default
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2008 09:53 PM
04-26-2008 09:53 PM
Re: to set passwd profile
You can use it intrusted mode.
In trusted mode you can set the password definition as you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 11:31 PM
04-27-2008 11:31 PM
Re: to set passwd profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 11:51 PM
04-27-2008 11:51 PM
Re: to set passwd profile
If you run in a trusted mode both settings are active so make sure that if you put the MIN_PASSWORD_LENGHT=9 (ore bibber)
that you also put the max passwd length (default=8) to more than the minimal in the trusted mode config, els you will end up whit a system where is is not poseble to pick a proper passwd.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 07:26 PM
04-28-2008 07:26 PM
Re: to set passwd profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 08:11 PM
04-28-2008 08:11 PM
Re: to set passwd profile
If our suggestions were helpful, please read the following about assigning points:
http://forums.itrc.hp.com/service/forums/helptips.do?#33
Thanks.