The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Pluggable Authentication Modules: The Definitive Guide to PAM for Linux SysAdmins & C Developers
  

  Pluggable Authentication Modules: The Definitive Guide to PAM for Linux SysAdmins & C Developers by Kenneth Geisshirt

  • Published by: PACKT PUBLISHING
  • Author: Kenneth Geisshirt
  • Page Count: 108
  • Group: LINUX - ADMINISTRATION AND NETWORKING
  • ISBN: 1904811329/9781904811329
  • Published: Jan 2007

Our Price: 11.69
Discount: 10%
RRP: 12.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Pluggable Authentication Modules: The Definitive Guide to PAM for Linux SysAdmins & C Developers
First this book explains how Pluggable Authentication Modules (PAM) simplify and standardize authentication in Linux. It shows in detail how PAM works and how it is configured.

Then 11 common modules used across UNIX/Linux distributions are examined and explained, including all their parameters. Installation of third-party modules is discussed, and the development of new modules and PAM-aware applications is outlined

PAM-aware applications reduce the complexity of authentication. With PAM you can use the same user database for every login process. PAM also supports different authentication processes as required. Moreover, PAM is a well-defined API, and PAM-aware applications will not break if you change the underlying authentication configuration.

The PAM framework is widely used by most Linux distributions for authentication purposes. Originating from Solaris 2.6 ten years ago, PAM is used today by most proprietary and free UNIX operating systems including GNU/Linux, FreeBSD, and Solaris, following both the design concept and the practical details. PAM is thus a unifying technology for authentication mechanisms in UNIX.

PAM is a modular and flexible authentication management layer that sits between Linux applications and the native underlying authentication system. PAM can be implemented with various applications without having to recompile the applications to specifically support PAM.

What you will learn from this book

        * Using PAM services for authentication in applications

        * Using PAM modules common to various operating systems

        * Testing and debugging your PAM configuration

        * Using PAM and Winbind for integrating any Linux/UNIX computer with Microsoft Active Directory

        * Developing your own PAM module in C

Chapter 1 - Introduction to PAM

Chapter 2 - Theory of Operation

Chapter 3 - Testing and Debugging

Chapter 4 - Common Modules

Chapter 5 - Recipes

Chapter 6 - Developing with PAM

Appendix A - Source Code
Index