Dave Mason <[EMAIL PROTECTED]> wrote: > It looked like the first DEFAULT in the v0.8.1 users file was Auth-Type > := System. Is the fix to drop the : or am I missing something? In > v0.8.1 I comment this out and use a line like this: DEFAULT Auth-Type > := EAP
The issue with doing that is that any NON EAP request will get forced to use EAP, which is wrong. The new configuration allows for the EAP module to handle EAP requests, and for others to use /etc/passwd. > * Include strong PRNG > > By any chance would this implement the FIPS186-2 algorithm 1? If not, > what is it? 'isaac'. Public domain, used in a number of places, not proven to be broken. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
