<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:garamond,new york,times,serif;font-size:12pt;color:#000000;"><div>I have two users (u1 and u2) and want to use PEAP to auth them. For each user, I will return an attribute. For example, attr1 for u1  and  attr2 for u2.<br><br>An interesting thing is that, when my out-tunnel user name is "anonymous", I do not see any attribute be returned although the auth is successful. <br><br>Further testing shows, if I use user2's name (u2) as user1's out-tunnel name and use user1's name (u1) as user2's out-tunnel name, user1 will receive attri2 and user2 will receive attr1. It seems that the server picks attributes based on the out-tunnel name, not the real user name. <br><br>In file /etc/raddb/users, I configure users as follows:<br>    u1  Cleartext-Password := "p1"<br>         
 Service-Type = 6<br><br>    u2  Cleartext-Password := "p2"<br>          Service-Type = 4<br><br>I do not understand why. Is there anything I did not configure in the server? Thank you very much for any suggestion!<br></div>
</div></body></html>