From boris.abramzon@digex.com Wed Apr 3 19:30:44 2002
Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU [18.7.7.76])
by rt-11.mit.edu (8.9.3/8.9.3) with ESMTP id TAA25905
for <bugs@RT-11.mit.edu>; Wed, 3 Apr 2002 19:30:44 -0500 (EST)
Received: from cupeexch1.nt.cupe (cupeexch1.wcf.digex.net [164.109.136.36])
by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id TAA22390
for <krb5-bugs@mit.edu>; Wed, 3 Apr 2002 19:30:43 -0500 (EST)
Received: by CUPEEXCH1 with Internet Mail Service (5.5.2653.19)
id <FM7H0ML7>; Wed, 3 Apr 2002 16:24:38 -0800
Message-Id: <3FBE54DD8922D311AC8400508B2CA5AFCA9DF1@CUPEEXCH2>
Date: Wed, 3 Apr 2002 16:24:43 -0800
From: "Abramzon, Boris" <boris.abramzon@digex.com>
To: "'krb5-bugs@mit.edu'" <krb5-bugs@mit.edu>
Subject: 8 charr login name is too long for Version 5, rel 1.2.3 for Solar
is 8
State-Changed-From-To: open-closed
State-Changed-By: hartmans
State-Changed-When: Thu Apr 4 16:24:37 2002
State-Changed-Why:
This bug is fixed in 1.2.4 which has been released.
It seems to me that this release does not like user names 8 char long giving
the error message:
login name '********' too long
The previous release I was using, 1.1.1, did not have this problem.
It looks like it comes from login.c from line 1160:
if (strlen (*argv) < UT_NAMESIZE)
where UT_NAMESIZE is previously defined as 8 from utmp.h .
Should it be <= i nstead of < ?
Please advise,
Boris Abramzon
Digex, Inc.
(408) 468-5007
boris.abramzon@digex.com
Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU [18.7.7.76])
by rt-11.mit.edu (8.9.3/8.9.3) with ESMTP id TAA25905
for <bugs@RT-11.mit.edu>; Wed, 3 Apr 2002 19:30:44 -0500 (EST)
Received: from cupeexch1.nt.cupe (cupeexch1.wcf.digex.net [164.109.136.36])
by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id TAA22390
for <krb5-bugs@mit.edu>; Wed, 3 Apr 2002 19:30:43 -0500 (EST)
Received: by CUPEEXCH1 with Internet Mail Service (5.5.2653.19)
id <FM7H0ML7>; Wed, 3 Apr 2002 16:24:38 -0800
Message-Id: <3FBE54DD8922D311AC8400508B2CA5AFCA9DF1@CUPEEXCH2>
Date: Wed, 3 Apr 2002 16:24:43 -0800
From: "Abramzon, Boris" <boris.abramzon@digex.com>
To: "'krb5-bugs@mit.edu'" <krb5-bugs@mit.edu>
Subject: 8 charr login name is too long for Version 5, rel 1.2.3 for Solar
is 8
Show quoted text
>Number: 1084
>Category: pending
>Synopsis: 8 charr login name is too long for Version 5, rel 1.2.3 for Solar
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Wed Apr 3 19:31:01 EST 2002
>Last-Modified: Thu Apr 4 16:24:49 EST 2002
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Category: pending
>Synopsis: 8 charr login name is too long for Version 5, rel 1.2.3 for Solar
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Wed Apr 3 19:31:01 EST 2002
>Last-Modified: Thu Apr 4 16:24:49 EST 2002
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
State-Changed-From-To: open-closed
State-Changed-By: hartmans
State-Changed-When: Thu Apr 4 16:24:37 2002
State-Changed-Why:
This bug is fixed in 1.2.4 which has been released.
Show quoted text
>Unformatted:
is 8It seems to me that this release does not like user names 8 char long giving
the error message:
login name '********' too long
The previous release I was using, 1.1.1, did not have this problem.
It looks like it comes from login.c from line 1160:
if (strlen (*argv) < UT_NAMESIZE)
where UT_NAMESIZE is previously defined as 8 from utmp.h .
Should it be <= i nstead of < ?
Please advise,
Boris Abramzon
Digex, Inc.
(408) 468-5007
boris.abramzon@digex.com