21 Sep
2011
21 Sep
'11
12:19 p.m.
Johan Meiring wrote:
My authorise and authenticate section looks like this.
authorize { authorisation_log chap mschap sql
pap
}
You need the "pap" module last in the "authorize" section. It will set Auth-Type for you. In 3.0, the "Auth-Type = Local" warnings will likely go away, because the server *won't* set it. Instead, you'll just get "no Auth-Type"
Do I need to concern myself with the warning?
Yes. Use the "pap" module as noted above. See the default configuration file for why this is necessary. Alan DeKok.