2 Mar
2011
2 Mar
'11
4:28 a.m.
On 03/01/2011 05:25 PM, McNutt, Justin M. wrote:
Now it matches, but something about the regex is still wrong (mainly, the multi-character captures) because it's not expanding correctly. Short version:
These look like MS-CHAP machine-auth usernames; have you considered using: %{mschap:User-Name} %{mschap:NT-Domain} The mschap module has special handling for host/ names, and these will expand: host/name.domain.com to: name$ domain.com The trailing dollar sign on the hostname is intentional; SAM account names for machines conventionally end in $ in windows.