Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Just Joined!
    Join Date
    Nov 2009
    Posts
    2
    Quote Originally Posted by sandipmaji View Post
    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
    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 ..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...