diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-03-09 03:01:47 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-03-09 03:01:47 +0000 |
| commit | 0f95e128c2e4b42d53590651e176dab5c59cd6ae (patch) | |
| tree | eb0661e1f03707ea9a4750ba4f1ca51aa7ea8d7b | |
| parent | 92cd60fb25f2b2f476abe23fe743911b41feb6b9 (diff) | |
Notes
| -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 9da49f00c1ff..766bf54ee713 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -9,7 +9,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $Id: login.conf,v 1.18 1997/12/01 21:18:39 obrien Exp $ +# $Id: login.conf,v 1.19 1997/12/03 01:12:48 ache Exp $ # @@ -20,7 +20,7 @@ auth-defaults:\ auth-root-defaults:\ :auth-login=krb_skey_or_passwd,passwd,kerberos,skey:\ - :auth-rlogin=krb_or_skey,kerberos,skey:\ + :auth-rlogin=krb_or_skey,kerberos,skey: auth-ftp-defaults:\ :auth=skey_or_pwd,passwd,skey: @@ -121,7 +121,7 @@ root:\ :priority=0:\ :requirehome@:\ :umask=022:\ - :tc=auth-root-defaults:\ + :tc=auth-root-defaults: # |
