I am tring to get freeradius working with ldap.

The ldap server is on the same LAN as the RADIUS server.

The local user test works.

I have configured all files I can think are pertinent.

In debug mode, I get:

root#> freeradius -X
....
....
}
listen {
        type = "auth"
        ipaddr = 127.0.0.1
        port = 18120
}
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Listening on authentication address 127.0.0.1 port 18120 as
server inner-tunnel
Listening on proxy address * port 1814
Ready to process requests.

-----
In another terminal window I enter:
root#> radtest [email protected] "PASSWORD" 192.168.10.14
0  sharedsecret

ending Access-Request of id 231 to 192.168.10.14 port 1812
        User-Name = "[email protected]"
        User-Password = "PASSWORD"
        NAS-IP-Address = 127.0.1.1
        NAS-Port = 0
Sending Access-Request of id 231 to 192.168.10.14 port 1812
        User-Name = "[email protected]"
        User-Password = "PASSWORD"
        NAS-IP-Address = 127.0.1.1
        NAS-Port = 0
Sending Access-Request of id 231 to 192.168.10.14 port 1812
        User-Name = "[email protected]"
        User-Password = "PASSWORD"
        NAS-IP-Address = 127.0.1.1
        NAS-Port = 0
radclient: no response from server for ID 231 socket 3

-----

I get no output in the freeradius -X terminal window. I get no
info in /var/log/freeradius.

What am I missing? It won't complain and it won't work.

-- 
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to