diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-29 23:25:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-29 23:25:34 +0000 |
commit | 558c3c6a7f3b729da65e2a18092d5b5924c9a949 (patch) | |
tree | b93c360f3676d1f489dece6696067ce0d9d8ecba /etc | |
parent | 30094a9db7140c9545aec1635c4dd32ace2caa9d (diff) |
turn off more methods by default -- enable them if you need them; millert 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 1e9bc41f54d..c413b1026c7 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.10 2001/11/19 03:03:33 deraadt Exp $ +# $OpenBSD: login.conf,v 1.11 2002/07/29 23:25:33 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,activ,crypto,snk,chpass,lchpass,token: +auth-defaults:auth=krb4-or-pwd,krb4,krb5-or-pwd,krb5,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,activ,crypto,snk,token: +auth-ftp-defaults:auth-ftp=krb4-or-pwd,krb4,krb5-or-pwd,krb5,passwd,skey: # # The default values |