12 Sep
2017
12 Sep
'17
10 a.m.
Srinivasa R wrote:
I mean, I am storing 3 different macaddresses (like laptop, tab, & phone) in a single LDAP attribute (multiple value). I want Freerdaius to check all these 3 values from the LDAP before it send "Access-Accept" or "Access-Reject" message.
Instead of comparing client's MAC address with all 3 attribute values you could probably simply search the entry with the client's MAC address used in the LDAP search filter and reject in case there was no LDAP search result. Also LDAP implements compare requests. Ciao, Michael.