forked from lirantal/daloradius
-
Notifications
You must be signed in to change notification settings - Fork 1
/
FAQS
43 lines (25 loc) · 1.39 KB
/
FAQS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Copyright Liran Tal 2007. All rights reserved.
For release information and license, read LICENSE.
daloRADIUS version 0.8 stable release
by Liran Tal of Enginx <liran@enginx.com>
=========================================
FAQs
====
General
=======
1. After I login with the administrator account I receive an error page
"Fatal error: Call to undefined function: mysql_connect()"
This is because the mysql.so extension isn't loaded in /etc/php5/apache2/php.ini
To fix it, edit that file and comment out the mysql.so and possibly the gd.so modules
then restart apache2.
2. In List Users page I don't see all of my users even though I have at least 1.
Check if the usernames in RADCHECK and in USERINFO table are the same for the same user.
If this is not the case then this will cause the users to not display in the List Users page.
Config-Maintenance
==================
1. When I test for user connectivity, after filling all the information in the table fields
and pressing the Apply button the page seems to be loading forever and never stops to show
results. Why is that?
Check your radius server to be up and running and properly configured to reply to the
radtest program because otherwise, radtest will continue to send Access-Request packets
until the radius server replies back, which in this case will send packets forever.