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. Nicolas.
On 20 Jan 2014, at 08:02, nicolas.clo@ricoh-industrie.fr wrote:
Hi List,
I'm encountered an error after upgrading Freeradius V2.2.4 to v3.0.2
Fixed. Thanks. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
It seems to miss the dollar's value at end.
On 20 Jan 2014, at 08:02, nicolas.clo@ricoh-industrie.fr wrote:
Hi List,
I'm encountered an error after upgrading Freeradius V2.2.4 to v3.0.2
Fixed. Thanks.
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2 [pièce jointe "signature.asc" supprimée par Nicolas Clo/RIF] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On 20 Jan 2014, at 14:22, nicolas.clo@ricoh-industrie.fr wrote:
It seems to miss the dollar's value at end.
What do you mean by that... Ready to process requests rad_recv: Access-Request packet from host 127.0.0.1 port 54106, id=127, length=38 User-Name = 'host/foo.boo.moo' (0) # Executing section authorize from file /usr/local/freeradius/etc/raddb/sites-enabled/default (0) authorize { (0) update request { (0) expand: "%{mschap:User-Name}" -> 'foo$' (0) Tmp-String-0 := "foo$" (0) } # update request = noop Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
Sorry, I have made a stupid error. Thanks.
On 20 Jan 2014, at 14:22, nicolas.clo@ricoh-industrie.fr wrote:
It seems to miss the dollar's value at end.
What do you mean by that...
Ready to process requests rad_recv: Access-Request packet from host 127.0.0.1 port 54106, id=127, length=38 > User-Name = 'host/foo.boo.moo' (0) # Executing section authorize from file /usr/local/freeradius/etc/raddb/sites-enabled/default (0) authorize { (0) update request { (0) expand: "%{mschap:User-Name}" -> 'foo$' (0) Tmp-String-0 := "foo$" (0) } # update request = noop
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
[pièce jointe "signature.asc" supprimée par Nicolas Clo/RIF] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Arran Cudbard-Bell -
nicolas.clo@ricoh-industrie.fr