Class Attribute Missing for Anonymous Users

Selahattin Cilek selahattin_cilek at hotmail.com
Sat Sep 23 18:31:24 CEST 2017


> post-auth {
> 	...
> 	update outer.reply {
> 		Class += &reply:Class
> 	}

NEAT! That *did* do it.! Thank you very much!

And while I was at it, I managed to fix the "anonymous user" problem too!

post-auth {

     update outer.reply {
         User-Name += &request:User-Name
         Class += &reply:Class
         Idle-Timeout += &reply:Idle-Timeout
         Acct-Interim-Interval += &reply:Acct-Interim-Interval
     }
...
}

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




More information about the Freeradius-Users mailing list