21 Jul
2006
21 Jul
'06
12:17 a.m.
Lawrence Shafer <detroit371@gmail.com> wrote:
Here is the last part of the debug. If you need it all let me know I don't see anything wrong, but maybe you do. Am I using the wrong kind of authentication (rlm_chap: Setting 'Auth-Type := CHAP')? Thanks!
No. You have crypt'd passwords, and haven't told the server they're crypted passwords. On top of that, you're using CHAP with crypted passwords. So even if you *did* tell the server they were crypted, it would be impossible to authenticate the user. Alan DeKok.