Re: Always authenticating users, but returning IP Address for some
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
Ryan O'Connell <[email protected]> wrote: > > I tried that but unfortuntely I can't find a way of passing > CHAP-Password information in a useful format for an external program > to parse on the command-line. Ah, I see. Actually, CHAP-Password is an encrypted hash and a special approach is needed to verify it (radiusd/auth.c:657-707) > I did look at trying to write a patch to allow Fall-Through for failed > authenticaiton rather than rejecting the login but that appears to be > non-trivial. I'll try to prepare a patch for you by tomorrow. Regards, Sergey