man pages section 3: Library Interfaces and Headers
  Искать только в названиях книг
Загрузить это руководство в формате PDF (1931 КБ)

libpam(3LIB)

Name | Synopsis | Description | INTERFACES | Files | Attributes | See Also | Notes

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_mgmt

    pam_authenticate

    pam_chauthtok

    pam_close_session

    pam_end

    pam_get_data

    pam_get_item

    pam_get_user

    pam_getenv

    pam_getenvlist

    pam_open_session

    pam_putenv

    pam_set_data

    pam_set_item

    pam_setcred

    pam_start

    pam_strerror

     

Files

    /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

Attributes

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

    ATTRIBUTE TYPE 

    ATTRIBUTE VALUE 

    Availability 

    SUNWcsl 

    MT Level 

    MT-Safe with exceptions 

See Also

Notes

SunOS 5.11  Last Revised 24 Mar 2004

Name | Synopsis | Description | INTERFACES | Files | Attributes | See Also | Notes