How to add VAP based on LDAP group membership

Alan DeKok aland at deployingradius.com
Wed Jan 20 15:31:16 CET 2016


On Jan 20, 2016, at 9:11 AM, Thomas Stather <Thomas.Stather at mpimf-heidelberg.mpg.de> wrote:
> 
> Hello
> 
> To be more specific i want to achieve this:
> 
>   if (Realm == "testdomain.de") {
> 
>    if (calling-station-id -> found in ldap *){

  Use:

	if ("%{ldap:....}") {

  Write an LDAP query which looks up the calling-station ID, and returns something.  Then, put the LDAP query into the line above.

  Alan DeKok.




More information about the Freeradius-Users mailing list