Standards, Environments, and Macros pamrhostsauth(5)
NAME
pamrhostsauth - authentication management PAM module using
ruserok()
SYNOPSIS
/usr/lib/security/pamrhostsauth.so.1
DESCRIPTION
The rhosts PAM module,
/usr/lib/security/pamrhostsauth.so.1, authenticates a user
via the rlogin authentication protocol. Only
pamsmauthenticate() is implemented within this module.
pamsmauthenticate() uses the ruserok(3SOCKET) library
function to authenticate the rlogin or rsh user.
pamsmsetcred() is a null function.
/usr/lib/security/pamrhostsauth.so.1 is designed to be
stacked on top of the /usr/lib/security/pamunix.so.1
module for both the rlogin and rsh services. This module is
normally configured as sufficient so that subsequent authen-
tication is performed only on failure of
pamsmauthenticate(). The following option may be passed in
to this service module:
debug syslog(3C) debugging information at LOGDEBUG
level.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT Level MT-Safe with exceptions
SEE ALSO
pam(3PAM), pamauthenticate(3PAM), ruserok(3SOCKET),
syslog(3C), libpam(3LIB), pam.conf(4), attributes(5)
NOTES
The interfaces in libpam() are MT-Safe only if each thread
within the multi-threaded application uses its own PAM han-
dle.
SunOS 5.11 Last change: 28 Oct 1996 1
|