From: Alan T. DeKok Date: Sun, 27 Nov 2011 09:03:43 +0000 (+0100) Subject: Remove old text X-Git-Tag: release_2_2_0~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c13b0680c044b5b9b31c8b867d2cac8989560374;p=thirdparty%2Ffreeradius-server.git Remove old text Because it confuses people who don't read eap.conf, or the rest of the file. --- diff --git a/doc/rlm_eap b/doc/rlm_eap index 8e340e8f836..321cbe77ef8 100644 --- a/doc/rlm_eap +++ b/doc/rlm_eap @@ -75,7 +75,6 @@ EAP CODE ORGANIZATION EAP is implemented as a module in freeradius and the code is placed in src/modules/rlm_eap. All EAP-Types are organized as subdirectories in rlm_eap/types/. - Currently Freeradius supports only 2 EAP-Types (EAP-MD5, EAP-TLS). Each EAP-Type, like types/rlm_eap_md5, contains a chunk of code that knows how to deal with a particular kind of authentication mechanism.