From: Alan T. DeKok Date: Thu, 28 Apr 2016 20:17:24 +0000 (-0400) Subject: typo. Fixes #1597 X-Git-Tag: release_3_0_12~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc381ecad697ed18c16a2d6b9ba35b34661ca3d;p=thirdparty%2Ffreeradius-server.git typo. Fixes #1597 --- diff --git a/raddb/policy.d/abfab-tr b/raddb/policy.d/abfab-tr index 5c1ac4bc88a..454a04d0321 100644 --- a/raddb/policy.d/abfab-tr +++ b/raddb/policy.d/abfab-tr @@ -9,7 +9,7 @@ # Verify rp parameters # psk_authorize { - if (TLS-PSK-Identity) { + if (&TLS-PSK-Identity) { # TODO: may need to check trust-router-apc as well if ("%{psksql:select distinct keyid from authorizations_keys where keyid = '%{tls-psk-identity}' and '%{trust-router-coi}' like coi and '%{gss-acceptor-realm-name}' like acceptor_realm and '%{gss-acceptor-host-name}' like hostname;}") { # do things here