ntlm_authentication for multiple supplicants

Alan DeKok aland at deployingradius.com
Wed Jul 23 09:59:12 CEST 2008


splintered thoughts wrote:
> I've trying to get ntlm_auth to authenticate several supplicants using
> freeradius 1.1.6, 

  Upgrade.

> Is there a way to use regular expressions or otherwise to inspect the
> Stripped-User-Name to adjust which radius attribute is used in the
> ntlm_auth command, in other words look for a value
> 
> Stripped-User-Name =~ /^value(.*)$/
> 
> and then use, for instance, the %{mschap:User-Name}in its place to
> authenticate? Is there a better approach?

  Upgrade to 2.0.5, and use "unlang" to do conditional checks && regular
expression matches.  Set an intermediate variable (e.g. Tmp-String-0),
and use that in the command-line to ntlm_auth.

  Alan DeKok.



More information about the Freeradius-Users mailing list