Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2016 11:44:43 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300602 - head/lib/libradius
Message-ID:  <201605241144.u4OBih30060386@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Tue May 24 11:44:43 2016
New Revision: 300602
URL: https://svnweb.freebsd.org/changeset/base/300602

Log:
  The NAS-Identifier attribute is a string, not an integer.
  
  MFC after:	1 week

Modified:
  head/lib/libradius/radlib.h

Modified: head/lib/libradius/radlib.h
==============================================================================
--- head/lib/libradius/radlib.h	Tue May 24 10:46:23 2016	(r300601)
+++ head/lib/libradius/radlib.h	Tue May 24 11:44:43 2016	(r300602)
@@ -98,7 +98,7 @@
 #define RAD_TERMINATION_ACTION		29	/* Integer */
 #define RAD_CALLED_STATION_ID		30	/* String */
 #define RAD_CALLING_STATION_ID		31	/* String */
-#define RAD_NAS_IDENTIFIER		32	/* Integer */
+#define RAD_NAS_IDENTIFIER		32	/* String */
 #define RAD_PROXY_STATE			33	/* Integer */
 #define RAD_LOGIN_LAT_SERVICE		34	/* Integer */
 #define RAD_LOGIN_LAT_NODE		35	/* Integer */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605241144.u4OBih30060386>