Skip Menu |
 

Download (untitled) / with headers
text/plain 3.3KiB
From mgerdts@aur.alcatel.com Fri Sep 14 16:18:28 2001
Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83])
by rt-11.mit.edu (8.9.3/8.9.3) with ESMTP id QAA06628
for <bugs@RT-11.mit.edu>; Fri, 14 Sep 2001 16:18:27 -0400 (EDT)
Received: from aurms0.aur.alcatel.com (hostr41.alcatel.com [143.209.4.1])
by pacific-carrier-annex.mit.edu (8.9.2/8.9.2) with ESMTP id QAA20916
for <krb5-bugs@mit.edu>; Fri, 14 Sep 2001 16:18:27 -0400 (EDT)
Received: from aursea.alcatel.com (aursea [143.209.6.105])
by aurms0.aur.alcatel.com (8.11.3/8.11.3) with ESMTP id f8EKHpC08166
for <krb5-bugs@mit.edu>; Fri, 14 Sep 2001 16:17:51 -0400 (EDT)
Received: by aursea.alcatel.com (8.11.4+Sun) id f8EKHpp20472; Fri, 14 Sep 2001 16:17:51 -0400 (EDT)
Message-Id: <200109142017.f8EKHpp20472@aursea.alcatel.com>
Date: Fri, 14 Sep 2001 16:17:51 -0400 (EDT)
From: Michael.Gerdts@alcatel.com
Reply-To: Michael.Gerdts@alcatel.com
To: krb5-bugs@mit.edu
Subject: krb5 1.2.2 build fails in kdc/do_as_req.c
X-Send-Pr-Version: 3.99

Show quoted text
>Number: 989
>Category: pending
>Synopsis: krb5 1.2.2 build fails in kdc/do_as_req.c with --with-kdc-kdb-update
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: epeisach
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Sep 14 16:19:00 EDT 2001
>Last-Modified: Sun Oct 7 17:05:31 EDT 2001
>Originator: Michael Gerdts
>Organization:
Alcatel USA
Show quoted text
>Release: krb5-1.2.2
>Environment:
Ultra 60, Solaris 8 + SEAM 1.01, 9beta, gcc 2.95.2
System: SunOS aursea 5.9 Beta sun4u sparc SUNW,Ultra-60
Architecture: sun4

Show quoted text
>Description:
build fails if --with-kdc-kdb-update is used.

Show quoted text
>How-To-Repeat:
../src/configure --prefix=$prefix \
--sysconfdir=$etcdir \
--with-cc=gcc \
--enable-shared \
--disable-dns \
--disable-dns-for-kdc \
--disable-dns-for-realm \
--with-kdc-kdb-update
gmake
...
../../src/kdc/do_as_req.c: In function `process_as_req':
../../src/kdc/do_as_req.c:461: structure has no member named `realm_encblock'
gmake: *** [do_as_req.o] Error 1


Show quoted text
>Fix:
Index: do_as_req.c
===================================================================
RCS file: /cvs-repository/krb5-1.2.2/src/kdc/do_as_req.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** do_as_req.c 2001/09/14 17:48:00 1.1
--- do_as_req.c 2001/09/14 20:04:36 1.2
***************
*** 458,464 ****
kdc_active_realm->realm_dbname);
krb5_db_init(kdc_context);
/* Reset master key */
! krb5_db_set_mkey(kdc_context, &kdc_active_realm->realm_encblock);
}
#endif /* KRBCONF_KDC_MODIFIES_KDB */
krb5_db_free_principal(kdc_context, &client, c_nprincs);
--- 458,464 ----
kdc_active_realm->realm_dbname);
krb5_db_init(kdc_context);
/* Reset master key */
! krb5_db_set_mkey(kdc_context, &kdc_active_realm->realm_mkey);
}
#endif /* KRBCONF_KDC_MODIFIES_KDB */
krb5_db_free_principal(kdc_context, &client, c_nprincs);
Show quoted text
>Audit-Trail:
State-Changed-From-To: open-closed
State-Changed-By: mitchb
State-Changed-When: Sun Oct 7 17:03:40 EDT 2001
State-Changed-Why:
This bug was fixed by a patch committed on 3/8/2001


Responsible-Changed-From-To: gnats-admin->epeisach
Responsible-Changed-By: mitchb
Responsible-Changed-When: Sun Oct 7 17:03:40 EDT 2001
Responsible-Changed-Why:
Ezra Peisach produced and committed the fix

Show quoted text
>Unformatted: