diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-29 21:32:55 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-29 21:32:55 +0000 |
commit | 7fceea211587eb39dc724d295c2ba28876d01eb2 (patch) | |
tree | d3b1eafbefac6f40888c29cf4579055ea0b3c6b3 /etc/login.conf | |
parent | 5f9b4100957998d92c8d5a88685c7c94a251bf29 (diff) |
add auth defaults
Diffstat (limited to 'etc/login.conf')
-rw-r--r-- | etc/login.conf | 12 |
1 files changed, 10 insertions, 2 deletions
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 |