19 Dec
2005
19 Dec
'05
6:15 p.m.
Comment out everything in authorize except for preprocess and files, so it would look like this w/out the comments.
authorize { preprocess files }
authenticate { }
Cool, it worked! I didn't do exactly what you said but close. I found this section: ################### # # The chap module will set 'Auth-Type := CHAP' if we are # handling a CHAP request and Auth-Type has not already been set #chap ################## I just commented out the chap line and that did the trick! Thanks a ton for your help and thanks to the others that offered advice. --Todd