diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
commit | f247324df75b7f55b48b92acb3b42a5ae2deac8a (patch) | |
tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /lib/libpam | |
parent | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff) | |
download | src-test2-f247324df75b7f55b48b92acb3b42a5ae2deac8a.tar.gz src-test2-f247324df75b7f55b48b92acb3b42a5ae2deac8a.zip |
Notes
Diffstat (limited to 'lib/libpam')
-rw-r--r-- | lib/libpam/modules/pam_login_access/login.access.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpam/modules/pam_login_access/login.access.5 b/lib/libpam/modules/pam_login_access/login.access.5 index 18685e8927a5..d5af0eeded7b 100644 --- a/lib/libpam/modules/pam_login_access/login.access.5 +++ b/lib/libpam/modules/pam_login_access/login.access.5 @@ -11,15 +11,15 @@ .Sh DESCRIPTION The .Nm -file specifies (user, host) combinations and/or (user, tty) +file specifies (user, host) combinations and/or (user, tty) combinations for which a login will be either accepted or refused. .Pp -When someone logs in, the +When someone logs in, the .Nm is scanned for the first entry that matches the (user, host) combination, or, in case of non-networked logins, the first entry that matches the (user, tty) combination. The -permissions field of that table entry determines whether the login will +permissions field of that table entry determines whether the login will be accepted or refused. .Pp Each line of the login access control table has three fields separated by a |