From 9ac9bc9fb0745141b54807b2085ab7634ca6cae5 Mon Sep 17 00:00:00 2001 From: otto <> Date: Fri, 21 Jan 2005 13:36:27 +0000 Subject: [PATCH] be more consistent in terminology in comments --- src/etc/login.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/login.conf b/src/etc/login.conf index 0a832077..70b031e6 100644 --- a/src/etc/login.conf +++ b/src/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: #