Operating System - HP-UX
1830627 Members
2536 Online
110015 Solutions
New Discussion

What PAM modules are available for HP-UX

 
SOLVED
Go to solution
Don Mallory
Trusted Contributor

What PAM modules are available for HP-UX

Hi everyone,

Just wondering what PAM modules are available for HP-UX other than pam_unix, pam_authz, pam_kerberos, pam_ntlm, pam_ldap?

What do they do, are there any special tricks?

There seem to be a lot of modules available for Linux, but not a whole lot for HP-UX...

Don
7 REPLIES 7
patriciagon
Advisor

Re: What PAM modules are available for HP-UX

what are pams
Don Mallory
Trusted Contributor

Re: What PAM modules are available for HP-UX

plugabble authentication modules. They are part of the authentication infrastructure. A large part of the development has been done under the linux environment, however HP (HP-UX) and Sun (Solaris) added PAM as part of their authentication model to migrate to a more feature rich solution.

Check out www.kernel.org and look for PAM for more info on the Linux side.

Check out /etc/pam.conf on HP-UX to see the config file, under linux, it's a bunch of the under /etc/pam.d
Arunvijai_4
Honored Contributor
Solution

Re: What PAM modules are available for HP-UX

Hi Don, Some pam modules are available from Internet express suite, you can check that out from
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111

PAM_mkhomedir
PAM_passwdqc

64 bit PAM, http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PAM64

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Senthil Prabu.S_1
Trusted Contributor

Re: What PAM modules are available for HP-UX

Hi,
you can find PAM modules present in Internet Express. It can be downloaded from hp site. You can use the link given by arun.


Also, no other PAM modules are ported yet to HPUX, to my knowledge.


HTH,
prabu.s
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Muthukumar_5
Honored Contributor

Re: What PAM modules are available for HP-UX

More pam modules related with hp-ux,

http://www.openwall.com/pam/

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: What PAM modules are available for HP-UX

Hi Don, You can find more at

http://archives.neohapsis.com/archives/pam-list/2000-01/0115.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Don Mallory
Trusted Contributor

Re: What PAM modules are available for HP-UX

Thanks everyone for all your suggestions.