Hi List,

I'm encountered an error after upgrading Freeradius V2.2.4 to v3.0.2

User authentication works great but host not:

host authentication in Freeradius 2:

[mschapv2] +group MS-CHAP {
[mschap] Creating challenge hash with username: host/T410_58.ricoh-industrie.fr
[mschap] Client is using MS-CHAPv2 for host/T410_58.ricoh-industrie.fr, we need NT-Password
[mschap]        expand: --username=%{mschap:User-Name} -> --username=T410_58$


Freeradius 3 :

(47) mschap : Creating challenge hash with username: host/T410_58.ricoh-industrie.fr
(47) mschap : Client is using MS-CHAPv2 for host/T410_58.ricoh-industrie.fr, we need NT-Password
(47) mschap : Executing: "/usr/bin/ntlm_auth --request-nt-key  --username=%{mschap:User-Name} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}"
(47) mschap :   expand: "--username=%{mschap:User-Name}" -> '--username=T410_58.rico$'


It seems to do not split correctly mschap User-Name.

Any ideas ?


Thanks.