Phil Mayers <[EMAIL PROTECTED]> wrote: > I wonder if it would be possible to have the PEAP, TLS and TTLS EAP > sub-modules print a VERY LOUD WARNING if that OID is missing from the > certificate on startup?
I think so. X509_print_ex, I believe. Dump the certificate to a string buffer, and do "strstr" for the OID. Yucky, but it will work. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

