Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
Interface Librarieslibpam(3LIB)


NAME

 libpam - PAM (Pluggable Authentication Module) library

SYNOPSIS

 
cc [ flag... ] file... -lpam [ library ... ]
#include <security/pam_appl.h>

DESCRIPTION

 

Functions in this library provide routines for the Pluggable Authentication Module (PAM).

INTERFACES

 

The shared object libpam.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.

pam_acct_mgmtpam_authenticate
pam_chauthtokpam_close_session
pam_endpam_get_data
pam_get_itempam_get_user
pam_getenvpam_getenvlist
pam_open_sessionpam_putenv
pam_set_datapam_set_item
pam_setcredpam_start
pam_strerror 

FILES

 
/usr/lib/libpam.so.1
shared object
/etc/pam.conf
configuration file
/usr/lib/security/pam_dial_auth.so.1
authentication management PAM module for dialups
/usr/lib/security/pam_rhosts_auth.so.1
authentication management PAM modules that use ruserok()
/usr/lib/security/pam_sample.so.1
sample PAM module
/usr/lib/security/pam_unix.so.1
authentication, account, session and password management PAM module

ATTRIBUTES

 

See attributes(5) for description of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWcsl
MT LevelMT-Safe with exceptions

SEE ALSO

 

pvs(1), intro(3), pam(3PAM), pam.conf(4), attributes(5), pam_authtok_check(5), pam_authtok_get(5), pam_authtok_store(5), pam_dial_auth(5), pam_dhkeys(5), pam_passwd_auth(5), pam_rhosts_auth(5), pam_sample(5), pam_unix(5), pam_unix_account(5), pam_unix_auth(5), pam_unix_session(5)

NOTES

 

The functions in libpam are MT-Safe only if each thread within the multithreaded application uses its own PAM handle.

The pam_unix(5) module might not be supported in a future release. Similar functionality is provided by pam_authtok_check(5), pam_authtok_get(5), pam_authtok_store(5), pam_dhkeys(5), pam_passwd_auth(5), pam_unix_account(5), pam_unix_auth(5), and pam_unix_session(5).


SunOS 5.9Go To TopLast Changed 11 Dec 2001

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.