16 Jun
2011
16 Jun
'11
7:26 a.m.
On 16/06/11 11:45, Javier Lidó Fernandez wrote:
Hi Phil,
Thanks for the reply.
I needed another hour to find out I had to use --username=%{Stripped-User-Name:-None} instead of --username=%{mschap:User-Name:-None}
That will work, assuming you have the "suffix" realm module and the user definitely supplies user@domain You might try: --username=%{Stripped-User-Name:-%{mschap:User-Name}} ...but if it's working for you, maybe don't fiddle! Really the mschap module should handle user@domain - I should knock together a patch.