problem with Dell connection manager?

Alan DeKok aland at deployingradius.com
Wed May 2 07:16:08 CEST 2007


Matt Ashfield wrote:
> The odd thing is is that in both cases there is an Access-Accept packet
> going out, except for the Dell, it does not assign a vlan (which is probably
> why it's failing).

  Run the server in debugging mode to see why it isn't returning vlan.

> Since it's the same userID loggin in, I'm not sure why
> the vlan is not being passed. The only thing I can see is that the username
> field in the Access-Request is preceeded by "\\" in the case of the Dell,
> and not so in the case of the working laptop. 

  Then it's not the same User-Name, is it?

  A simple solution is to put the following in the "hints" file:

DEFAULT User-Name =~ "^\\(.*)$"
	User-Name := "%{1}"

  Alan DeKok.
--
  http://deployingradius.com       - The web site of the book
  http://deployingradius.com/blog/ - The blog



More information about the Freeradius-Users mailing list