chap requests and users file

2006-12-17 Thread Thor Spruyt
Hi, I was wondering how I should create an entry in the users file for a user that authenticates with CHAP. Normally I have entries like this: ausernameAuth-Type := Local, User-Password == "apassword" This works for PAP requests, but is it also fine for CHAP? I actually need a method to

Re: chap requests and users file

2006-12-17 Thread Alan DeKok
Thor Spruyt wrote: > Normally I have entries like this: > ausernameAuth-Type := Local, User-Password == "apassword" Don't use Auth-Type. Use ':=', not '=='. user User-Password := "password" This will let PAP work, CHAP, MSCHAP, etc. See: http://deployingradius.com/documents/config