Subject: [thorpej@netbsd.org: CVS commit: basesrc]
To: None <current-users@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 08/01/2000 22:25:44
FYI...
This fix deals with at least the:
yeah-baby:thorpej 94$ su
su: kerberos: not in root's ACL.
Password:
...nonsense that was introduced w/ the KTH/Heimdal Kerberos merge.
I'll make sure this gets into netbsd-1-5.
(Okay, it's not really nonsense -- it's perfectly true -- but it's
annoying nonetheless :-)
----- Forwarded message from Jason R Thorpe <thorpej@netbsd.org> -----
To: source-changes@netbsd.org
Date: Wed, 2 Aug 2000 08:24:39 +0300 (EEST)
From: Jason R Thorpe <thorpej@netbsd.org>
Subject: CVS commit: basesrc
Module Name: basesrc
Committed By: thorpej
Date: Wed Aug 2 05:24:39 UTC 2000
Modified Files:
basesrc/crypto/dist/krb4/lib/krb: get_krbrlm.c
Log Message:
In krb_get_default_realm(), before assuming our guessed default
realm is correct, check to see if we can find a KDC for it. If
not, it can't possibly be the default realm, and we should return
the NO.DEFAULT.REALM error condition.
Per a discussion w/ Thor Simon <tls@netbsd.org>.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 basesrc/crypto/dist/krb4/lib/krb/get_krbrlm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
----- End forwarded message -----
--
-- Jason R. Thorpe <thorpej@zembu.com>