This is a discussion on Pam within the Linux Security forums, part of the System Security and Security Related category; hey guys newbie here! i needed to know how to use PAM to authenticate users for a specific program that ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hey guys
newbie here! i needed to know how to use PAM to authenticate users for a specific program that i have made. i've written up the needed config file in /etc/pam.d ( i'm running a RH9 machine ). Where do i go from here? Thanks for your help ---------------------------------------- The post originated from Linux Forum: ---------------------------------------- http://www.linuxforum.com http://www.linuxforum.com/forums |
|
|||
|
jetley spilled the following:
> hey guys > newbie here! > i needed to know how to use PAM to authenticate users for > a specific program that i have made. i've written up the needed > config file in > /etc/pam.d ( i'm running a RH9 machine ). Where do i go from here? > RTFM? On my (Suse) box it's at /usr/share/doc/packages/pam/html but in case RedHat didn't install it on your machine, you could try: http://www.kernel.org/pub/linux/libs.../pam_appl.html C. |
|
|||
|
Colin McKinnon <colin.thisisnotmysurname@ntlworld.deletemeunlessU RaBot.com> writes:
> jetley spilled the following: > > > /etc/pam.d ( i'm running a RH9 machine ). Where do i go from here? good examples there. > > > > RTFM? id est. > On my (Suse) box it's at /usr/share/doc/packages/pam/html but in case RedHat > didn't install it on your machine, you could try: The best doc I 've ever seen is in : /usr/share/doc/pam-0.75/ (on my RH 9 box) not on the web. Amazing ! A quick and good example is in vsftpd (on its examples) FAb |