[1509] in Kerberos-V5-bugs
typos in kerberos 5 beta 5
daemon@ATHENA.MIT.EDU (E. Jay Berkenbilt)
Mon Jul 3 15:12:01 1995
Date: Mon, 3 Jul 1995 14:11:12 -0400
From: "E. Jay Berkenbilt" <ejb@ERA.COM>
To: krb5-bugs@MIT.EDU
Well, it turns out I was able to get enough information to get up and
running by having syslog log *.info. I discovered that the root of my
problems was that I had
[domain_realm]
.ERA.COM = SOUP.ERA.COM
instead of
[domain_realm]
.era.com = SOUP.ERA.COM
in my krb5.conf file. The documentation does say that this should be
in lower-case, so no bug there.... In any case, while going through
documentation and code, I found a couple of minor typographical
errors. A patch relative to the parent directory of src is included.
Since I've gotten kerberos v5 up enough to be usable here, perhaps
you'll receive some more substantive bugs or suggestions than these
typos. :-)
--
E. Jay Berkenbilt (ejb@ERA.COM) | Member, League for Programming Freedom
Engineering Research Associates | lpf@uunet.uu.net, http://www.lpf.org
===========================================================================
--- ./src/clients/ksu/krb_auth_su.c.qdist Thu Feb 23 08:26:23 1995
+++ ./src/clients/ksu/krb_auth_su.c Fri Jun 30 10:45:53 1995
@@ -174,7 +174,7 @@
if (retval = krb5_get_cred_from_kdc(context, cc, &in_creds,
&out_creds, &tgts)){
- com_err(prog_name, retval, "while geting credentials from kdc");
+ com_err(prog_name, retval, "while getting credentials from kdc");
return (FALSE);
}
--- ./doc/install.texi.qdist Fri May 5 13:11:49 1995
+++ ./doc/install.texi Fri Jun 30 10:59:44 1995
@@ -436,7 +436,7 @@
checks the ticket by using its own service key. If the ticket is valid,
it now knows your identity. If the ticket is valid and you are allowed
to login to @samp{laughter} (because the your name matches one in
-/etc/passwd, or you are in the appropriate @file{.klogin} file), will
+/etc/passwd, or you are in the appropriate @file{.k5login} file), will
let you login.
@end enumerate
--- ./README.qdist Fri May 5 13:50:41 1995
+++ ./README Fri Jun 30 10:55:47 1995
@@ -19,7 +19,7 @@
The file doc/SOURCE-TREE describes what's in each directory.
>> <<
->> Please report any problems/bugs/comments to 'krb5-bugs@athena.mit.edu' <<
+>> Please report any problems/bugs/comments to 'krb5-bugs@mit.edu' <<
>> <<
===========================================================================