2009/10/22 Alan DeKok
<aland@deployingradius.com>
Ana Gallardo wrote:
> Hello, I have installed debian lenny with freeradius 2.0.4-3:
...
> /etc/freeradius# freeradius -X
...
> Starting - reading configuration files ...
...
> including files in directory /etc/freeradius/sites-enabled/
There are no files in that directory. You either deleted them, or
they were not installed by the package.
I delete nothing in my sites-enabled directory, it was empty.
I create a soft link and everithing is ok now.
/etc/freeradius# ls -l sites-enabled/
total 0
lrwxrwxrwx 1 root freerad 39 oct 22 12:29 default -> /etc/freeradius/sites-available/default
Thankyou very much Alan.