From: Alan T. DeKok Date: Mon, 2 Oct 2017 18:03:33 +0000 (-0400) Subject: remove references to 2.1.10 X-Git-Tag: release_3_0_16~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67e86c0a91bfafef1abc6e3870f6e2d6f35c606c;p=thirdparty%2Ffreeradius-server.git remove references to 2.1.10 --- diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap index d4d7ea6e0bf..f67cbdbff9b 100644 --- a/raddb/mods-available/eap +++ b/raddb/mods-available/eap @@ -296,10 +296,10 @@ eap { # match, the certificate verification will fail, # rejecting the user. # - # In 2.1.10 and later, this check can be done - # more generally by checking the value of the - # TLS-Client-Cert-Issuer attribute. This check - # can be done via any mechanism you choose. + # This check can be done more generally by checking + # the value of the TLS-Client-Cert-Issuer attribute. + # This check can be done via any mechanism you + # choose. # # check_cert_issuer = "/C=GB/ST=Berkshire/L=Newbury/O=My Company Ltd" diff --git a/raddb/sites-available/tls b/raddb/sites-available/tls index 3ee0d7a1472..1219aa6bcab 100644 --- a/raddb/sites-available/tls +++ b/raddb/sites-available/tls @@ -173,10 +173,9 @@ listen { # match, the certificate verification will fail, # rejecting the user. # - # In 2.1.10 and later, this check can be done - # more generally by checking the value of the - # TLS-Client-Cert-Issuer attribute. This check - # can be done via any mechanism you choose. + # This check can be done more generally by checking + # the value of the TLS-Client-Cert-Issuer attribute. + # This check can be done via any mechanism you choose. # # check_cert_issuer = "/C=GB/ST=Berkshire/L=Newbury/O=My Company Ltd"