18 Aug
2008
18 Aug
'08
1:10 p.m.
On Aug 18, 2008, at 12:32 PM, Alan DeKok wrote:
You've been posting tiny pieces of the debug output. The whole debug output includes things like the configuration for the PAP module.
Sorry about that, in looking at the debugging output myself, I did not see any PAP module configuration. However, adding it to the instantiate section solved that.
rlm_pap: login attempt with password "fnord" rlm_pap: Using clear text password "{SSHA}uNexfodOuLt4WaJuzKvMOaDDm8s7kapAdFEVYw=="
What is the configuration for the PAP module? You should set "auto_header = yes".
Configuration was just: pap { encryption_scheme = auto } Adding "auto_header = yes" solved the problem, all is working now, thanks! --phil