diff options
-rw-r--r-- | etc/login.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/login.conf b/etc/login.conf index c413b1026c7..41113d55c57 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.11 2002/07/29 23:25:33 deraadt Exp $ +# $OpenBSD: login.conf,v 1.12 2002/08/02 23:59:03 deraadt Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -25,10 +25,10 @@ # # Default authentication methods (krb4-or-pwd by default) -auth-defaults:auth=krb4-or-pwd,krb4,krb5-or-pwd,krb5,passwd,skey: +auth-defaults:auth=passwd,skey: # Default authentication methods for ftp (krb4-or-pwd by default) -auth-ftp-defaults:auth-ftp=krb4-or-pwd,krb4,krb5-or-pwd,krb5,passwd,skey: +auth-ftp-defaults:auth-ftp=passwd: # # The default values |