Operating System - HP-UX
1833599 Members
3948 Online
110061 Solutions
New Discussion

Re: additional password requirements

 
Mink
New Member

additional password requirements

We have all HP-UX Systems 11i trusted.
Next time we have additional password requirements. How can I fulfil this:
1. A character must not be repeated more
than 4 times in the password
2. Not contain all or part of the user's
account name
6 REPLIES 6
James R. Ferguson
Acclaimed Contributor

Re: additional password requirements

Hi:

Have a look at the 'etc/default/security' configuration file. You will need to create one accordingly. See the manpages for its definition and options.

http://www.docs.hp.com/en/B2355-60127/security.4.html

Regards!

...JRF...
Robert-Jan Goossens_1
Honored Contributor

Re: additional password requirements

Hi Mink,

Check this doc from the itrc database.

Title: TRUSTED SYSTEM: Can You Ignore Repeating Chars In Passwords?
Document ID: KBRC00012170

http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068955834

Regards,
Robert-Jan
RAC_1
Honored Contributor

Re: additional password requirements

Customised PERL script or something like that. Exact requirements of yours can not be done with built in tools-/etc/security file and trusted password policies.
There is no substitute to HARDWORK
Fabio Ettore
Honored Contributor

Re: additional password requirements

Hi Mink,

I am posting when James wrote :-) I too am thinking about /etc/default/security file (man security). I tried to look for what you need but not sure if it is possible.

Please check in the security man page.

Good luck....

Best regards,
Fabio
WISH? IMPROVEMENT!
Muthukumar_5
Honored Contributor

Re: additional password requirements

Nope. You can not achieve with /etc/default/security file surely.

You are expecting a requirement like windows domain server password management.

You have to have a customized work around with script or pam module?

--
Muthu
Easy to suggest when don't know about the problem!
Mink
New Member

Re: additional password requirements

Thanks for all
With the standard HP-UX and Trusted functionality it's not possible to fulfil
the requirenments.
The tip with the plugable PAM modules is the
right way but this is not so easy.