summaryrefslogtreecommitdiffstats
path: root/lib/libradius
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-05-24 11:44:43 +0000
committerdes <des@FreeBSD.org>2016-05-24 11:44:43 +0000
commit0dce8578e26fa7ce383f1abf7aa9afa2a32ea98b (patch)
tree55443a1848b56f0e3a4d58d6f35f20b4525603c6 /lib/libradius
parent187611e8d7683b6911b2460c27050bc4e31794a4 (diff)
downloadFreeBSD-src-0dce8578e26fa7ce383f1abf7aa9afa2a32ea98b.zip
FreeBSD-src-0dce8578e26fa7ce383f1abf7aa9afa2a32ea98b.tar.gz
The NAS-Identifier attribute is a string, not an integer.
MFC after: 1 week
Diffstat (limited to 'lib/libradius')
-rw-r--r--lib/libradius/radlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libradius/radlib.h b/lib/libradius/radlib.h
index a479318..e9b7a87 100644
--- a/lib/libradius/radlib.h
+++ b/lib/libradius/radlib.h
@@ -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 */
OpenPOWER on IntegriCloud