diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-02 23:59:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-02 23:59:04 +0000 |
commit | eae09cf9eae9b594569fa3c7fdb292d4f97ac0f1 (patch) | |
tree | 6b003d66a928a43e23ba9e200d0a871c9d0d69f7 /etc | |
parent | d94755d8b555b760d92c363698b8264eaffca5cc (diff) |
the kerberos people can bite me. or enable kerberos themselves if they
really want this. secure by default, and as i say, bite me. millert
and markus and miod ok
Diffstat (limited to 'etc')
-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 |