<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
hello,<br>
<br>
what's the way to add user-defined attribute into
reply-items?(name,value)<br>
<br>
i tried by adding 2 attributes in the dictionary file in raddb, with
the index of 998 and 999.<br>
<b>file:</b> /usr/local/etc/raddb/dictionary<br>
<br>
ATTRIBUTE  aa     998    string<br>
ATTRIBUTE  bb     999    string<br>
<br>
But it didn't work.<br>
(i tried it by making my own dictionary file and included it in
standard dictionary file)<br>
<br>
<b>file:</b> /usr/local/share/freeradius/dictionary.netd<br>
<br>
VENDOR  netd    1459<br>
                                                                               
<br>
#<br>
#   These attributes contain the access-level value.<br>
#<br>
ATTRIBUTE   netd-temp-str   1   string netd<br>
ATTRIBUTE   netd-temp-int   1   integer netd<br>
                                                                               
<br>
#   Read-only access to manageable (not security) parameters<br>
VALUE   netd-temp-int   4   3<br>
<br>
<b>file:</b> /usr/local/share/freeradius/dictionary<br>
 added this at the last.<br>
<br>
$INCLUDE dictionary.netd<br>
<br>
But it didn't work.<br>
<br>
I don't want to use vendor-specific attribute, because i have more than
2 attributes to be sent to the radius client.<br>
<br>
somebody plz explain the correct process of doing this.<br>
<br>
--DilipSimha<br>
<br>
</body>
</html>