Good Afternoon

    I am having some troubles here with my setup.  The wholesaler we are
using allows both pap and chap authentication.  We have no control over
which one gets used.    Suffice it to say we need to do authentication to
both.  Ideally, since chap needs plain text passwords to check against, and
pap needs encrypted, here is what we would like to see happen.  The chap
user gets authenticated against our sql database.  The pap user against the
unix system.  We have tried many things, and I just don't know what the
problem is.  I think I have just taken my settings and made them fubar :)

To sum up what we have in the radiusd.conf we have this under modules

 pap {
  encryption_scheme = crypt
 }

 chap {
  Auth-Type = CHAP
 }


I added CHAP to Authorize (would fail if pap was there as well)

and in Authentication I have this:
 authtype CHAP {
  chap
 }

and

 authtype PAP {
  pap
 }

Freeradius version 0.7

Can someone just tell me what to add - specifically to modules, authenticte
and authorize.  Thanks! :)




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to