Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../sbin/../man/man3lib/libpam.3lib
Real path: /usr/share/man/man3lib/libpam.3lib
Zurück
'\" te .\" Copyright (c) 2004, 2023, Oracle and/or its affiliates. .TH libpam 3LIB "15 Mar 2023" "Oracle Solaris 11.4" "Interface Libraries" .SH NAME libpam \- PAM (Pluggable Authentication Module) library .SH SYNOPSIS .LP .nf cc [ \fIflag\fR... ] \fIfile\fR... \fB-lpam\fR [ \fIlibrary\fR... ] #include <\fBsecurity/pam_appl.h\fR> .fi .SH DESCRIPTION .sp .LP Functions in this library provide routines for the Pluggable Authentication Module (\fBPAM\fR) framework. .SH INTERFACES .sp .LP The shared object \fBlibpam.so.1\fR provides the public interfaces defined below. See \fBintro\fR(3) for additional information on shared object interfaces. .sp .TS tab( ); lw(2.75i) lw(2.75i) . \fBpam_acct_mgmt\fR \fBpam_authenticate\fR \fBpam_chauthtok\fR \fBpam_close_session\fR \fBpam_end\fR \fBpam_eval\fR \fBpam_get_data\fR \fBpam_get_item\fR \fBpam_get_user\fR \fBpam_getenv\fR \fBpam_getenvlist\fR \fBpam_open_session\fR \fBpam_putenv\fR \fBpam_set_data\fR \fBpam_set_item\fR \fBpam_setcred\fR \fBpam_start\fR \fBpam_strerror\fR .TE .sp .SH FILES .sp .ne 2 .mk .na \fB\fB/lib/libpam.so.1\fR\fR .ad .br .sp .6 .RS 4n 32-bit shared object .RE .sp .ne 2 .mk .na \fB\fB/lib/64/libpam.so.1\fR\fR .ad .br .sp .6 .RS 4n 64-bit shared object .RE .sp .ne 2 .mk .na \fB\fB/etc/pam.conf\fR\fR .ad .br .sp .6 .RS 4n global configuration file, see \fBpam.conf\fR(5) .RE .sp .ne 2 .mk .na \fB\fB/etc/pam.d/\fIservice\fR\fR\fR .ad .br .sp .6 .RS 4n per-service PAM configuration files, see \fBpam.d\fR(5) .RE .sp .ne 2 .mk .na \fB\fB/usr/lib/security/pam_*.so.1\fR\fR .ad .br .sp .6 .RS 4n 32-bit \fBPAM\fR modules .RE .sp .ne 2 .mk .na \fB\fB/usr/lib/security/64/pam_*.so.1\fR\fR .ad .br .sp .6 .RS 4n 64-bit \fBPAM\fR modules .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/library/pam-core _ Interface Stability Committed _ MT Level MT-Safe with exceptions .TE .sp .sp .LP The functions in \fBlibpam\fR are MT-Safe only if each thread within the multithreaded application uses its own \fBPAM\fR handle. .SH SEE ALSO .sp .LP \fBintro\fR(3), \fBpam\fR(3PAM), \fBpam_sm\fR(3PAM), \fBpam.conf\fR(5), \fBattributes\fR(7), \fBpam_sample\fR(7), \fBpam_user_policy\fR(7) .sp .LP Chapter 3, \fIWriting PAM Applications and Services\fR in \fIDeveloper's Guide to Oracle Solaris 11.4 Security\fR .SH NOTES .sp .LP The \fBpam_unix\fR(7) module is no longer supported. Similar functionality is provided by \fBpam_authtok_check\fR(7), \fBpam_authtok_get\fR(7), \fBpam_authtok_store\fR(7), \fBpam_dhkeys\fR(7), \fBpam_passwd_auth\fR(7), \fBpam_unix_account\fR(7), \fBpam_unix_auth\fR(7), and \fBpam_unix_session\fR(7). .SH HISTORY .sp .LP The \fBlibpam.so.1\fR library was introduced in the Solaris 2.6 release. It was moved from \fB/usr/lib\fR to \fB/lib\fR in the Solaris 10 release. .sp .LP See the man pages for each function or module for its history.