Operator-Name via LDAP Clients
For those of you using FreeRADIUS to auth eduroam users and also pulling your list of clients from an LDAP directory, how did you properly inject the Operator-Name? I’ve tried a few experiments in the last few minutes (mostly modifying the related policy), none of which worked. ======================= Mark Williams markhw@vt.edu (2A83CAC8)
On Sep 26, 2017, at 7:09 PM, Mark Williams <markhw@vt.edu> wrote:
For those of you using FreeRADIUS to auth eduroam users and also pulling your list of clients from an LDAP directory, how did you properly inject the Operator-Name?
I’ve tried a few experiments in the last few minutes (mostly modifying the related policy), none of which worked.
authorize { ... update request { Operator-Name := "1vt.edu" } ... and then proxy it ... } That should be good enough for most people. See also http://wiki.freeradius.org/guide/eduroam for more detailed information. Alan DeKok.
participants (2)
-
Alan DeKok -
Mark Williams