diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2004-06-06 11:46:29 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2004-06-06 11:46:29 +0000 |
| commit | d8beb0fd3b2818df05c2978bf8ba0dde6a03bda9 (patch) | |
| tree | 61f525058713dcef7460f57c8307ffc492c8e1d2 /etc/login.access | |
| parent | d5499b02cf45bcbe62410af6ed95d9e03dafa800 (diff) | |
Notes
Diffstat (limited to 'etc/login.access')
| -rw-r--r-- | etc/login.access | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/login.access b/etc/login.access index 8d20467d02e0..ffe5fff0abea 100644 --- a/etc/login.access +++ b/etc/login.access @@ -1,18 +1,18 @@ # $FreeBSD$ # # Login access control table. -# +# # When someone logs in, the table 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. -# +# # Format of the login access control table is three fields separated by a # ":" character: -# +# # permission : users : origins -# +# # The first field should be a "+" (access granted) or "-" (access denied) # character. The second field should be a list of one or more login names, # group names, or ALL (always matches). The third field should be a list @@ -29,7 +29,7 @@ # listed: the program does not look at a user's primary group id value. # ############################################################################## -# +# # Disallow console logins to all but a few accounts. # #-:ALL EXCEPT wheel shutdown sync:console |
