Results 1 to 2 of 2
may someone tell me that i am trying to do something with pam i want to do just i will give login name and password it will save to the ...
- 11-27-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 2
pluggable authentication module
may someone tell me that i am trying to do something with pam i want to do just i will give login name and password it will save to the file and when i want to login it will match the previous login name and password then give permit other wish it will not give permission but whole things should be done with pam module some one gide me plz
- 11-28-2009 #2Just Joined!
- Join Date
- Nov 2009
- Posts
- 2
the pam module are generally kept in /etc/pam.d or /etc/pam.conf
and the program that we want for use will kept in /bin , /sbin or /usr/bin
, /usr/sbin so the diagram should be like application----->PAM api----->PAM module--->Back end..
and if any one want to use the PAm in your application will find the relevant header pam_modules.h in the /usr/include/security
so may one help me to do above thing that i have post at first
1st step :
login---->pam module---->store in file
2nd step:
when i want to lig in the pam module cheak the previous login name and password then permit ..


Reply With Quote
