pam_self

Daniel Goering g_daniel at gmx.net
Thu Nov 15 21:24:21 UTC 2007


Hi,

is there something like the FreeBSD pam_self module for Linux-PAM?

Description

The Self authentication service module for PAM, pam_self provides
functionality for only one PAM category: authentication. In terms of the
module-type parameter, this is the ‘‘auth’’ feature.

Self Authentication Module
The Self authentication component (pam_sm_authenticate()), returns
success if and only if the target user’s user ID is identical with the
current real user ID. If the current real user ID is zero,
authentication will fail, unless the allow_root option was specified.

from
	http://www.digipedia.pl/man/pam_self.8.html


Cheers
	Daniel







More information about the Pam-list mailing list