21 Oct
2013
21 Oct
'13
9:12 a.m.
Jean Carlos Coelho wrote:
Is there some way to configure free radius to use openldap groups?
Yes. Use the LDAP-Group attribute to check group membership.
Like.. My user1 is group ceo and can connect to the wifi lan… but user2 is at the group "nowifi" and then not allowed to connect at wifi lan. And is possible to identify the source of the connection? Some regex exp. Like:
if (Packet-Src-IP-Address == wifi.ip) { if (LDAP-Group == "wifi") { # ... do things ... } else { reject } } Alan DeKok.