summaryrefslogtreecommitdiffstats
path: root/etc/login.access
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2004-06-06 11:46:29 +0000
committerschweikh <schweikh@FreeBSD.org>2004-06-06 11:46:29 +0000
commit91f34482ca182b474992ae5c488e1c4099b921ed (patch)
tree61f525058713dcef7460f57c8307ffc492c8e1d2 /etc/login.access
parent96336d4a475a5eec3779bc057475c59daa691002 (diff)
downloadFreeBSD-src-91f34482ca182b474992ae5c488e1c4099b921ed.zip
FreeBSD-src-91f34482ca182b474992ae5c488e1c4099b921ed.tar.gz
Removed whitespace at BOF, EOL & EOF.
Diffstat (limited to 'etc/login.access')
-rw-r--r--etc/login.access12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/login.access b/etc/login.access
index 8d20467..ffe5fff 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
OpenPOWER on IntegriCloud