diff --git a/src/etc/login.conf b/src/etc/login.conf index bbbae8c1..b562eda4 100644 --- a/src/etc/login.conf +++ b/src/etc/login.conf @@ -1,9 +1,15 @@ -# $OpenBSD: login.conf,v 1.3 2000/10/09 23:22:15 millert Exp $ +# $OpenBSD: login.conf,v 1.4 2001/05/29 21:32:54 millert Exp $ # # Sample login.conf file. See login.conf(5) for details. # +# Default authentication methods +auth-defaults:auth=krb-or-pwd,passwd,skey,chpass,lchpass: + +# Default authentication methods for ftp +auth-ftp-defaults:auth-ftp=krb-or-pwd,passwd,skey: + # # Standard default entry. # Any value changed in the daemon class should be reset in default @@ -17,7 +23,9 @@ default:\ :maxproc-max=128:\ :maxproc-cur=64:\ :openfiles-cur=64:\ - :stacksize-cur=4M: + :stacksize-cur=4M:\ + :tc=auth-defaults:\ + :tc=auth-ftp-defaults: # # Settings used by /etc/rc and root