]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo. Fixes #1597
authorAlan T. DeKok <aland@freeradius.org>
Thu, 28 Apr 2016 20:17:24 +0000 (16:17 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 28 Apr 2016 20:17:24 +0000 (16:17 -0400)
raddb/policy.d/abfab-tr

index 5c1ac4bc88ab7d435ae2a32aff91140bea70d487..454a04d0321a1ffcc51364bdd4e2d05df4974368 100644 (file)
@@ -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