From 7fceea211587eb39dc724d295c2ba28876d01eb2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 29 May 2001 21:32:55 +0000 Subject: add auth defaults --- etc/login.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'etc/login.conf') diff --git a/etc/login.conf b/etc/login.conf index bbbae8c1dbc..b562eda482f 100644 --- a/etc/login.conf +++ b/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 -- cgit v1.2.3