Skip Menu |
 

Download (untitled) / with headers
text/plain 2.3KiB
From pcmacdon@tadpole.osg.gov.bc.ca Mon Apr 28 15:13:47 1997
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id PAA18817 for <bugs@RT-11.MIT.EDU>; Mon, 28 Apr 1997 15:13:46 -0400
Received: from tadpole.osg.gov.bc.ca by MIT.EDU with SMTP
id AA06691; Mon, 28 Apr 97 14:13:13 EST
Received: (qmail 2755 invoked by uid 554); 28 Apr 1997 19:13:32 -0000
Message-Id: <19970428191332.2754.qmail@tadpole.osg.gov.bc.ca>
Date: 28 Apr 1997 19:13:32 -0000
From: pcmacdon@tadpole.osg.gov.bc.ca
Reply-To: pcmacdon@tadpole.osg.gov.bc.ca
To: krb5-bugs@MIT.EDU
Subject: v5passwdd when win client not in kdc default realm
X-Send-Pr-Version: 3.99

Show quoted text
>Number: 420
>Category: pending
>Synopsis: v5passwdd when win client not in kdc default realm
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Mon Apr 28 15:14:01 EDT 1997
>Last-Modified: Thu Apr 4 16:46:51 EST 2002
>Originator: pcmacdon@tadpole.osg.gov.bc.ca
>Organization:

Show quoted text
_______________________________________________________________________
Peter MacDonald Open Systems Group
PH: (250) 387-4818 Pharmacare Network Project
PROFS: PCMACDON INTERNET: pcmacdon@tadpole.osg.gov.bc.ca
_______________________________________________________________________
>Release: 1.0
>Environment:
Linux

System: Linux tadpole 2.0.24 #8 Thu Nov 7 09:26:09 PST 1996 i486
Architecture: i486

>Description:
v5passwdd when win client not in kdc default realm

>How-To-Repeat:
v5passwdd when win client not in kdc default realm

>Fix:

Patch to v5passwdd/srv_net.c:

458c458
< net_service_name = (char *) malloc(1+2*strlen(realm) +
---
> net_service_name = (char *) malloc(strlen(realm) +
466,467c466,467
< (void) sprintf(net_service_name, "%s%s%s@%s",
< KRB5_ADM_SERVICE_INSTANCE, "/", realm,realm);
---
> (void) sprintf(net_service_name, "%s%s%s",
> KRB5_ADM_SERVICE_INSTANCE, "/", realm);
482d481

>Audit-Trail:

State-Changed-From-To: open-closed
State-Changed-By: hartmans
State-Changed-When: Thu Apr 4 16:46:31 2002
State-Changed-Why:
I don't understand the bug description. This issue is also fairly old.

>Unformatted: