Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
9 user(s) are online (8 user(s) are browsing encyclopedia)

Members: 0
Guests: 9

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Pluggable Authentication Modules

Pluggable authentication modules or PAM are a mechanism to integrate multiple low-level authentication schemes into a high-level Application Programming Interface, which allows for programs that rely on authentication to be written independently of the underlying authentication scheme. PAM were first developed by Sun Microsystems, and are currently supported in AIX, HP-UX, Solaris Operating Environment, Linux, FreeBSD and NetBSD.

The pluggable nature of PAM is one reason for using dynamic linking of system binaries. However, there needs to be a recovery mechanism in case a problem appears with the linker or shared libraries; for example both NetBSD and FreeBSD supply a [http://www.freebsd.org/cgi/man.cgiquery=rescue /rescue] directory of statically linked versions of important system binaries.

=See also=

  • Single sign-on
  • Identity management
  • JAAS
  • = External links =

  • [http://www.kernel.org/pub/linux/libs/pam/ Linux-PAM page]
  • [http://wwws.sun.com/software/solaris/pam/ Sun PAM page]
  • [http://www.vintela.com/products/vas VAS (Includes Active Directory PAM Module)]
  • [http://jpam.sourceforge.net/ Java-PAM bridge]
  • [http://www.linux.ie/articles/pam.php PAM and password control]