svn commit: r300602 - head/lib/libradius

Dag-Erling Smørgrav des at FreeBSD.org
Tue May 24 11:44:44 UTC 2016


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 */


More information about the svn-src-all mailing list