Operating System - HP-UX
1834601 Members
3585 Online
110069 Solutions
New Discussion

Re: password sharing between paltforms running hp, sun, linux,windows

 
SOLVED
Go to solution
Tony Schmidt
Occasional Advisor

password sharing between paltforms running hp, sun, linux,windows

I have servers running Sunos 5.8, HPUX 10.20, Linux, and Windows. Is there a program that will share passwords on a real time basis across all of these platforms, and enforce rules that meet govt. chapter 8 requirements. These include 8 character passwords, capital letters, numbers, unsuccessful logins, inactive accounts and account locking. NIS will not work.
5 REPLIES 5
Steven E. Protter
Exalted Contributor
Solution

Re: password sharing between paltforms running hp, sun, linux,windows

The only viable option you have is LDAP. I don'tknow if 10.20 HP-UX supports it, but a centralized LDAP authentication server can be set up and meet government security guidelines.

Here is an HP-UX doc.

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J4269-90030/J4269-90030_top.html&con=/hpux/onlinedocs/J4269-90030/00/00/59-con.html&toc=/hpux/onlinedocs/J4269-90030/00/00/59-toc.html&searchterms=Configuration%7cLDAP&queryid=20031215-125640

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert-Jan Goossens
Honored Contributor

Re: password sharing between paltforms running hp, sun, linux,windows

Hi,

I think LDAP will do for you, the only problem is 10.20. The latest hp ladp is not supported for 10.20.

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4269AA

http://www.openldap.org/

Regards,
Robert-Jan

Karthik S S
Honored Contributor

Re: password sharing between paltforms running hp, sun, linux,windows

Best bet is SFU - Microsoft Services For Unix

http://www.microsoft.com/windows/sfu/

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Robert-Jan Goossens
Honored Contributor

Re: password sharing between paltforms running hp, sun, linux,windows

Tony Schmidt
Occasional Advisor

Re: password sharing between paltforms running hp, sun, linux,windows

Thanks all. I will give these a try on some test machines.