FreeRADIUS 3 and ldap
    Alan Buxey 
    alan.buxey at gmail.com
       
    Tue Nov 27 13:03:15 CET 2018
    
    
  
hi,
> My installation is here:
> /etc/freeradius/3.0
>
so, if in that dir you have mods-enabled sites-enabled etc directotries,
then thats your config path - so whereever you see /etc/raddb mentioned
(the default path)
just swap that with /etc/freeradius/3.0
then, if following Alans instructions, just put the stuff into post-auth
section of the default server in sites-enabled
 if (LDAP-Group == "staff") {
                update reply {
                        Tunnel Type = VLAN
                        Tunnel-Medium-Type := IEEE-802
                        Tunnel-Private-Group-Id := 10
                }
        }
alan
    
    
More information about the Freeradius-Users
mailing list