[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
pam_self
- From: Daniel Goering <g_daniel gmx net>
- To: pam-list redhat com
- Subject: pam_self
- Date: Thu, 15 Nov 2007 22:24:21 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]