<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>Hello All,<br data-mce-bogus="1"></div><div><ul><li>Our Setup -> Centos, Free Radius, MySQL and Daloradius as Front End management GUI Tool.</li><li> Devices use for Authentication -> APC NetBotz 200 Rack monitoring device as NAS.<br></li><li>Attribute Details of user -> 1- APC-Service-Type = Admin and 2- Auth-Type =System <br></li><li>Goal -> NetBotz Device users should get authenticated & login with Administrative rights.<br></li><li>Problem -> We need to get APC Netbotz authentication from Radius server configured and APC has 3 level of users : 1-Administrator, 2-Device, 3-Read only. Along with radius authentication radius need to supply user attributes to Netbotz for user level & its access credentials. We have configured Administrative attribute with users in radius but it does not supply with authentication, there for user get only very lower level access "read only". Our goal is to get Administrative access with radius authentication.<br></li><li>Radisud debug mode output as follows :</li></ul></div><div><br></div><div># Executing section authorize from file /etc/raddb/sites-enabled/default<br>+- entering group authorize {...}<br>++[preprocess] returns ok<br>++[chap] returns noop<br>++[mschap] returns noop<br>++[digest] returns noop<br>[suffix] No '@' in User-Name = "rishabh", looking up realm NULL<br>[suffix] No such realm "NULL"<br>++[suffix] returns noop<br>[eap] No EAP-Message, not doing EAP<br>++[eap] returns noop<br>++[files] returns noop<br>[sql]     expand: %{User-Name} -> rishabh<br>[sql] sql_set_user escaped user --> 'rishabh'<br>rlm_sql (sql): Reserving sql socket id: 4<br>[sql]     expand: SELECT id, username, attribute, value, op           FROM radcheck           WHERE username = '%{SQL-User-Name}'           ORDER BY id -> SELECT id, username, attribute, value, op           FROM radcheck           WHERE username = 'rishabh'           ORDER BY id<br>[sql]     expand: SELECT groupname           FROM radusergroup           WHERE username = '%{SQL-User-Name}'           ORDER BY priority -> SELECT groupname           FROM radusergroup           WHERE username = 'rishabh'           ORDER BY priority<br>rlm_sql (sql): Released sql socket id: 4<br>[sql] User rishabh not found<br>++[sql] returns notfound<br>++[expiration] returns noop<br>++[logintime] returns noop<br>[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.<br>++[pap] returns noop<br>ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user<br>Failed to authenticate the user.<br>Using Post-Auth-Type Reject<br># Executing group from file /etc/raddb/sites-enabled/default<br>+- entering group REJECT {...}<br>[attr_filter.access_reject]     expand: %{User-Name} -> rishabh<br>attr_filter: Matched entry DEFAULT at line 11<br>++[attr_filter.access_reject] returns updated<br>Delaying reject of request 0 for 1 seconds<br>Going to the next request<br>Waking up in 0.9 seconds.<br>Sending delayed reject for request 0<br>Sending Access-Reject of id 38 to 192.168.12.240 port 64015<br>Waking up in 4.9 seconds.<br>Cleaning up request 0 ID 38 with timestamp +9<br>Ready to process requests.</div><div><br></div><div>Please help us to resolve above issue.<br></div><div><br></div><div>Thanks,</div><div><br></div><div>Rishabh<br></div></div></body></html>