i just followed through this tutorial:
http://www.howtoforge.com/authentica...ith-daloradius
Followed it exactly. I am using a different version of daloradius. 0-9.9 rather that 0-9.7 as in the tutorial, but there were just a couple things that needed to be changed in daloradius.conf.php to get it to work.
My problem is this, when i go to 'Users' and then 'List Users' in daloRADIUS, i get the following error:
Database error
Error Message: DB Error: no such table
Debug info: SELECT * FROM operators_acl WHERE operator_id='1' AND file='mng_list_all' [nativecode=1146 ** Table 'radiusdb.operators_acl' doesn't exist]
Can anyone tell me why? This tutorial didnt mention needing to create any tables, just to import the schema from the downloaded file which i did.. Then i did a SHOW TABLES; in mysql and see the following:
mysql> show tables;
+--------------------+
| Tables_in_radiusdb |
+--------------------+
| dictionary |
| hotspots |
| nas |
| operators |
| proxys |
| radacct |
| radcheck |
| radgroupcheck |
| radgroupreply |
| radippool |
| radpostauth |
| radreply |
| radusergroup |
| rates |
| realms |
| userinfo |
+--------------------+
16 rows in set (0.00 sec)
So, whats wrong? where did somehow tables not get installed or something ? My knowledge of all this is low, hence the reason following the tutorial. I would really appreciate some assistance with this. thanks in advance!
Recent comments
1 day 1 hour ago
1 day 6 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 18 hours ago
2 days 7 hours ago
2 days 8 hours ago