16 Aug
2010
16 Aug
'10
4:53 p.m.
Aqdas Muneer wrote:
I have setup a freeradius server version 2.1.7 using ldap for authentication. What i'm having trouble understanding is that in my users file i have a local user called admin. The default user account (for ldap) is listed before the admin account in the users file. since i have not configured Fall-Through i would expect the admin account to not be accessible if ldap query fails, but it is accessible. is my assumption wrong?
No. But if the DEFAULT doesn't match, it will try the "admin" entry. Again... run it in debugging mode to see what's happening. In this case, you *will* see that (a) the request isn't coming from that huntgroup, or (b), the user isn't in that LDAP group. Alan DeKok.