diff options
author | Brian Feldman <green@FreeBSD.org> | 2002-03-07 02:21:42 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2002-03-07 02:21:42 +0000 |
commit | 99d2f05131a98b5ef878d0e70b1b9476e9feda3a (patch) | |
tree | ecf86c07f5b8f5e703ea665e436625750cf96b3e /security/pam_alreadyloggedin/pkg-descr | |
parent | 81a2a6cca4ca95da0a19c33cfb2f0640745d13ae (diff) |
Add pam_alreadyloggedin 0.1,
This PAM module provides authorization based on a user already being currently logged in already.
Notes
Notes:
svn path=/head/; revision=55656
Diffstat (limited to 'security/pam_alreadyloggedin/pkg-descr')
-rw-r--r-- | security/pam_alreadyloggedin/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/pam_alreadyloggedin/pkg-descr b/security/pam_alreadyloggedin/pkg-descr new file mode 100644 index 000000000000..59a5f8bca37b --- /dev/null +++ b/security/pam_alreadyloggedin/pkg-descr @@ -0,0 +1,6 @@ +This is a PAM module which will, given restrictions upon whether the +user to be authenticated is root or logging in on a given terminal, will +allow the user to be authenticated successfully if the user is currently +already logged in on another terminal. + +Brian Fundakowski Feldman <green@FreeBSD.org> |