Operating System - HP-UX
1837893 Members
3578 Online
110122 Solutions
New Discussion

Re: Creating in-house PAM modules

 
Simon Hargrave
Honored Contributor

Creating in-house PAM modules

Can someone please point me in the direction of some documentation on how to create my own PAM authentication module?

I currently have some C I wrote to do some checking to see whether a user should be allowed to login, which I currently run as part of /etc/profile. I'd like to wrap this in a PAM library so it can be used as part of the PAM stack.
1 REPLY 1
Simon Hargrave
Honored Contributor

Re: Creating in-house PAM modules

I should point out that this is to create PAM libraries in HPUX not in Linux (though I'm sure there are similarities).