Agent Smith wrote:
user1 Auth-Type = Local, Cleartext-Password = "abc123", Huntgroup-Name == "fetch"
This should be: user1 Cleartext-Password := "abc123", Huntgroup-Name ... i.e. Don't set Auth-Type. This will work in 1.1.7, too.
========================================================= huntgroups file ---------------- fetch Client-IP-Address == "10.9.3.29"
Hmmm... the code supporting Client-IP-Address was changed a bit. I think that may need to be reverted to the way it worked in 1.1.7. If you change this to Packet-Src-IP-Address == 10.9.3.29, it should work.
authenticate { files
I'm not sure why you have that there. You SHOULD have at least the "pap" module here, and as the last module in the "authorize" section. Alan DeKok.