<font face="tahoma,sans-serif">Hi All,<br><br>So i have been able to authenticate my wireless user using 802.1x + LDAP + MAC address (using CallingStationID attriubute). So now for example when user A have MAC 11:22:33 but tried to login using another device there will be a pop up window when they try to connect - just a plain error popup saying "Unable to connect". Is there any way we can customize this error from radius? or should be from the wireless AP?<br>
<br>So below is the unlang code that i use to check whether the user have a set of MAC address in their ldap profile or not <br>    if(!control:Calling-Station-Id){<br>        reject<br>    }<br><br>Possible to have that reject command to return some code that Windows client can understand like "No MAC address" etc?<br>
<br>Thanks in advance<br>Danny<br clear="all"></font><br>-- <br><div><font face="tahoma, sans-serif">Best Regards,</font></div>
<div><font face="tahoma, sans-serif">Danny</font></div>