Hello all,
 
Iam using freeradius 2.0.2 version with TTLS/MSCHAPv2
 
I have two users in configuration
 
tmpuser -> tmpgroup
emp1 -> employee
 
 
Iam using "tmpuser" in outer authentication and "emp1" in inner authentication. I have eap.conf file configured with
 
ttls { 
                         copy_request_to_tunnel = yes 
                         use_tunneled_reply = yes
   }
But when I login successfully freeradius is  always applying policy from "tmpgroup" which belongs to the user used in outer authentication. But it is supposed to apply policy from employee group as I have used "employee" in inner authentication.
 
Could anybody let me know if this is a bug with freeradius or my configuration is wrong.
 
Thanks in advance
 
Regards
gnreddy