/* begin *

   Linux-PAM 1.5.1 (Pluggable Authentication Modules for Linux)

   PAM = Pluggable Authentication Modules. Basically, it is a flexible
   mechanism for authenticating users. PAM provides a way to develop
   programs that are independent of authentication scheme. However,
   these programs will need "authentication modules" (and libpam)
   at run-time in order to work.

   Homepage: http://www.linux-pam.org


 * end */