summaryrefslogtreecommitdiff
path: root/etc/login.conf
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2005-01-21 13:36:28 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2005-01-21 13:36:28 +0000
commit0bee3d0d6155a4e992d97dfee9f0643092caaf93 (patch)
tree8c0f97c6defab45662b3618f1a85b7f0a5406284 /etc/login.conf
parent1ea73cd3a27bf69ace7860cfc43fa7bd8cd52f05 (diff)
be more consistent in terminology in comments
Diffstat (limited to 'etc/login.conf')
-rw-r--r--etc/login.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/login.conf b/etc/login.conf
index 0a83207752a..70b031e664a 100644
--- a/etc/login.conf
+++ b/etc/login.conf
@@ -1,11 +1,11 @@
-# $OpenBSD: login.conf,v 1.17 2004/08/23 23:01:41 pvalchev Exp $
+# $OpenBSD: login.conf,v 1.18 2005/01/21 13:36:27 otto Exp $
#
# Sample login.conf file. See login.conf(5) for details.
#
#
-# Standard authentication types:
+# Standard authentication styles:
#
# krb5-or-pwd First try Kerberos V password, then local password file
# passwd Use only the local password file
@@ -22,10 +22,10 @@
# token Generic X9.9 token authentication
#
-# Default authentication methods
+# Default allowed authentication styles
auth-defaults:auth=passwd,skey:
-# Default authentication methods for ftp
+# Default allowed authentication styles for athentication type ftp
auth-ftp-defaults:auth-ftp=passwd:
#