Update abfab-tr
authorStefan Paetow <spaetow@users.noreply.github.com>
Fri, 24 Apr 2015 10:00:22 +0000 (11:00 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 25 Apr 2015 13:56:24 +0000 (14:56 +0100)
Eliminate warning "/etc/freeradius/policy.d/abfab-tr[28] Please change %{gss-acceptor-host-name}} to &gss-acceptor-host-name}"

raddb/policy.d/abfab-tr

index 8a43ff3..5c1ac4b 100644 (file)
@@ -25,7 +25,7 @@ psk_authorize {
 
 abfab_client_check {
        # check that the acceptor host name is correct
-       if ("%{client:gss_acceptor_host_name}" && "%{gss-acceptor-host-name}") {
+       if ("%{client:gss_acceptor_host_name}" && &gss-acceptor-host-name) {
                if ("%{client:gss_acceptor_host_name}" != "%{gss-acceptor-host-name}") {
                        update reply {
                                Reply-Message = "GSS-Acceptor-Host-Name incorrect"