Radius detail file problem

Monte Ohrt (mohrt.lnk@ispi.net)
Tue, 11 Jun 1996 17:47:33 -0500

I have a user "b.lnk" in our radius authentication server.
We use livingston radius.

When he starts or stops a session, his username is proceeded
by a bunch of spaces and a capitol "B".
Here's some output of the detail file:

Tue Jun 11 00:40:39 1996
Acct-Session-Id = "0E000D37"
User-Name = "b.lnk
B"
Client-Id = 204.216.96.30
Client-Port-Id = 0
NAS-Port-Type = Async
Acct-Status-Type = Start
Acct-Authentic = RADIUS
User-Service-Type = Framed-User
Framed-Protocol = PPP
Framed-Address = 204.216.96.55
Acct-Delay-Time = 0

Tue Jun 11 05:05:08 1996
Acct-Session-Id = "0E000D37"
User-Name = "b.lnk
B"
Client-Id = 204.216.96.30
Client-Port-Id = 0
NAS-Port-Type = Async
Acct-Status-Type = Stop
Acct-Session-Time = 15872
Acct-Authentic = RADIUS
Acct-Input-Octets = 514998
Acct-Output-Octets = 4483692
User-Service-Type = Framed-User
Framed-Protocol = PPP
Framed-Address = 204.216.96.55
Acct-Delay-Time = 0

Here's his entry in the radius users file:

b.lnk Password = "<removed>"
User-Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Address = 255.255.255.254,
Framed-Netmask = 255.255.255.0,
Framed-Routing = None,
Framed-Compression = Van-Jacobsen-TCP-IP,
Framed-Filter-Id = "",
Framed-MTU = 1500,
Idle-Timeout = 3600

Is this a bug in radius? Or is our customer somehow typing
something odd on authentication, and still able to get in???
This is the only user this happens with.. all other entries
in the radius detail file are fine.

TIA

Monte