WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Linux-PAM  (Read 1415 times)

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Linux-PAM
« on: February 13, 2010, 09:16:35 PM »
Thanks to Arslan S. for:

Code: [Select]
Title:          Linux-PAM-dev.tcz
Description:    Pluggable Authentication Modules for Linux.
Version:        1.1.1
Author:         Andrew G. Morgan ,Dmitry V. Levin, Thorsten Kukuk, Sebastien Tricaud, Tomas Mraz
Original-site:  http://www.kernel.org/pub/linux/libs/pam/
Copying-policy: BSD-like
Size:           68K
Extension_by:   Arslan S.
Comments: This extension is PPI compatible.
Change-log:     ---
Current:        2010/02/12 Original


Code: [Select]
Title:          Linux-PAM-doc.tcz
Description:    Pluggable Authentication Modules for Linux.
Version:        1.1.1
Author:         Andrew G. Morgan ,Dmitry V. Levin, Thorsten Kukuk, Sebastien Tricaud, Tomas Mraz
Original-site:  http://www.kernel.org/pub/linux/libs/pam/
Copying-policy: BSD-like
Size:           212K
Extension_by:   Arslan S.
Comments: This extension is PPI compatible.
Change-log:     ---
Current:        2010/02/12 Original


Code: [Select]
Title:          Linux-PAM.tcz
Description:    Pluggable Authentication Modules for Linux.(TESTING)
Version:        1.1.1
Author:         Andrew G. Morgan ,Dmitry V. Levin, Thorsten Kukuk, Sebastien Tricaud, Tomas Mraz
Original-site:  http://www.kernel.org/pub/linux/libs/pam/
Copying-policy: BSD-like
Size:           280K
Extension_by:   Arslan S.
Comments: This extension is PPI compatible.
Change-log:     ---
Current:        2010/02/12 Original


Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Linux-PAM
« Reply #1 on: February 17, 2010, 07:20:07 PM »
Thanks to Arslan S. for an update:

Code: [Select]
Title:          Linux-PAM.tcz
Description:    Pluggable Authentication Modules for Linux.(TESTING)
Version:        1.1.1
Author:         Andrew G. Morgan ,Dmitry V. Levin, Thorsten Kukuk, Sebastien Tricaud, Tomas Mraz
Original-site:  http://www.kernel.org/pub/linux/libs/pam/
Copying-policy: BSD-like
Size:           280K
Extension_by:   Arslan S.
Comments: by default the policy is to deny everything unless a specific config
file exists in /usr/local/etc/pam.d directory

#example pam config of an application can be:
auth   include   system-auth
account   include   system-auth
password  include   system-auth
session   include   system-auth

see man pages in Linux-PAM-doc for details.

Note: If you are building a pam module or building an application with pam authentication enabled
please make sure the files go in to correct directories given as follows
modules dir: /usr/local/lib/security
config dir: /usr/local/etc/pam.d

This extension is PPI compatible.
Change-log:     2010/02/12 Original
Current:        2010/02/15 Fixed permissions on unix_chkpwd & added system-auth file