Hi,
Sounds good - I'll give this logic a go... Where best to place this bit of Unlang? In the inner-tunnel Authorization stanza, before ms-chap? Would I need to repeat in the Authentication MS-CHAP bit too, or does it get set at the beginning of the "request session" and follow all the way though. Suppose I could just get on and try it out!
personally? I'd edit the mschap module (ie put it in there) and then name the module ie instead of mschap { at the top of the file, you put mschap yourname { and then, instead of 'mschap' in the inner-tunnel, you put 'yourname' - note, any call to mschap: in mschap or elsewhere would need to change to yourname: too. this way you can simply backup that module and swing it into place on whatever freeradius you like (recent version of course! ;-) ) alan