From: Matthew Newton Date: Wed, 17 Aug 2016 14:37:29 +0000 (+0100) Subject: attribute should be on the left X-Git-Tag: release_3_0_12~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47134e3a3fc4096daa3bf93aa1b69e16d8352207;p=thirdparty%2Ffreeradius-server.git attribute should be on the left --- diff --git a/raddb/sites-available/check-eap-tls b/raddb/sites-available/check-eap-tls index 8b0cb6581e6..58bae5f0162 100644 --- a/raddb/sites-available/check-eap-tls +++ b/raddb/sites-available/check-eap-tls @@ -60,7 +60,7 @@ authorize { # # Check the client certificate common name against the supplied User-Name # -# if ("host/%{TLS-Client-Cert-Common-Name}" == &User-Name) { +# if (&User-Name == "host/%{TLS-Client-Cert-Common-Name}") { # update config { # &Auth-Type := Accept # }