Due to a huge glitch in my db cluster I need to send an access accept to all requests. An entry like DEFAULT Auth-Type := Accept in the users file doesn't seem to allow chap users to authenticate. How can I allow this? -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 Off. 325-691-1301 Cell 325-439-0533 fax 325-695-6841
Lewis Bergman <lbergman@wtxs.net> wrote:
Due to a huge glitch in my db cluster I need to send an access accept to all requests. An entry like DEFAULT Auth-Type := Accept
in the users file doesn't seem to allow chap users to authenticate. How can I allow this?
Debug mode says...? Alan DeKok.
Alan DeKok wrote:
Lewis Bergman <lbergman@wtxs.net> wrote:
Due to a huge glitch in my db cluster I need to send an access accept to all requests. An entry like DEFAULT Auth-Type := Accept
in the users file doesn't seem to allow chap users to authenticate. How can I allow this?
Debug mode says...? When I had the debug mode going chap reported no clear text password. Maybe it was the order they are checked.
I got it running so I'll have to get a test server up and then run some test against it and let you know. I still would like to configure freeradius to check against the sql and if it can't connect, accept all but now that the crisis is over I can go back to setting up a test server and trying things out and when I get frustrated with my stupidity I'll shout. Thanks Alan. -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 Off. 325-691-1301 Cell 325-439-0533 fax 325-695-6841
Lewis Bergman wrote:
I still would like to configure freeradius to check against the sql and if it can't connect, accept all
Just a stab, but one of my test config files has this in it: always handled { rcode = handled } ... redundant { sql handled } See the failover doc. You should be able to failover to a module that always accepts. -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com
Lewis Bergman <lbergman@wtxs.net> wrote:
When I had the debug mode going chap reported no clear text password. Maybe it was the order they are checked.
Probably.
I got it running so I'll have to get a test server up and then run some test against it and let you know.
Don't worry about it. Alan DeKok.
/etc/passwd may help u -- Sent from the FreeRadius - User forum at Nabble.com: http://www.nabble.com/Accept-all-t792373.html#a2084337
I just did this.. Look for 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 ################## Just comment out the chap, make sure to put it back when you are done with accept all setup. Works for me! --Todd ----- Original Message ----- From: "Lewis Bergman" <lbergman@wtxs.net> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Thursday, December 22, 2005 10:04 AM Subject: Accept all
Due to a huge glitch in my db cluster I need to send an access accept to all requests. An entry like DEFAULT Auth-Type := Accept
in the users file doesn't seem to allow chap users to authenticate. How can I allow this? -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 Off. 325-691-1301 Cell 325-439-0533 fax 325-695-6841 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (5)
-
Alan DeKok -
Dennis Skinner -
jaylai (sent by Nabble.com) -
Lewis Bergman -
Mojo Jojo