From ede6b777ba7c5893f2adcf4f20a5fbfc533aa1c7 Mon Sep 17 00:00:00 2001 From: millert <> Date: Tue, 29 May 2001 21:32:54 +0000 Subject: [PATCH] add auth defaults --- src/etc/login.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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