Does anyone know why radclient in cvs head gives the following error message after successfully disconnecting a user? Sending Disconnect-Request of id 214 to 1.1.1.1 port 1700 Acct-Session-Id = "11111" User-Name = "user" X-Ascend-Session-Svr-Key = "4235DAD8" NAS-IP-Address = 1.1.1.1 rad_recv: Disconnect-ACK packet from host 1.1.1.1 port 1700, id=214, length=20 rad_verify: Received Unknown packet code 41from client 1.1.1.1 port 1700: Cannot validate signature The stable version does not give this error message: rad_verify: Received Unknown packet code 41from client 1.1.1.1 port 1700: Cheers -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
Peter Nixon <listuser@peternixon.net> wrote:
rad_verify: Received Unknown packet code 41from client 1.1.1.1 port 1700: Cannot validate signature
There should be a PW_DISCONNECT_ACK and PW_DISCONNECT_NAK in rad_verify... similar to PW_ACCESS_CHALLENGE, which was added recently. This underscores the need for a real regression suite. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Peter Nixon