Linux and Security



It is currently Sun Sep 05, 2010 4:17 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: A Brief introduction to PAM
PostPosted: Wed May 27, 2009 11:28 am 
Offline
Site Admin
User avatar

Joined: Fri May 22, 2009 4:31 am
Posts: 10
PAM stands for Plugable Authentication Module

Pam creates an interface between application e.g login & the current authentication system

e.g

SSH ---->PAM------>Passwd
login---->PAM------->Passwd

Every program that relics on PAM module has its own configuration file e.g For program passwd it will be /etc/pam.d/passwd

Global configuration file for PAM is /etc/security

PAM modules are in /lib/security

PAM_Unix2.so null ok is used during authentication process to validate the login and password provided by user

PAM_pwcheck.so is used when user wants to change password, so it checks if the password is secure enogh.

null ok allows user to change teh empty password, otherwise empty passwords are treated as locked accounts.

Please add if you know further about PAM.

Darklord

_________________
Power within power


Top
 Profile  
 
 Post subject: Re: A Brief introduction to PAM
PostPosted: Wed May 27, 2009 10:59 pm 
Offline
Site Admin
User avatar

Joined: Fri May 22, 2009 4:47 am
Posts: 9
Great details, Interesting feature in linux which i wish to explore more.

_________________
The way of the Penguin.
Static


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB