Oliver Graf <[EMAIL PROTECTED]> wrote: > To get around the crypt problem in auth.c I tried to use the PAP > module, which has a mutex lock against the crypt issue. The docs I > found tell me to just use Auth-Type := PAP and include pap in the > authenticate section. > > I did it this way, but auth still uses it's own crypt instead auf > using the pap module.
Yeah, the code in auth.c does it's own work, and ignores the PAP module. > Could someone please point out my stupidity? ;) auth.c should be patched to make 'local' == 'pap', and to NOT do any authentication itself. The pap module should be patched to 'auto-detect' the authentication mechanism, and do the right thing. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
