From: Stefan Paetow Date: Wed, 1 Feb 2017 14:22:06 +0000 (+0000) Subject: Update abfab-tr X-Git-Tag: release_3_0_13~52^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8740b1b4606c9ec858447ccb1c54d445a4d33e9c;p=thirdparty%2Ffreeradius-server.git Update abfab-tr Only set the service name when it doesn't exist (=), not overwrite it (:=) --- diff --git a/raddb/policy.d/abfab-tr b/raddb/policy.d/abfab-tr index 7fc60830d10..3a088538b5a 100644 --- a/raddb/policy.d/abfab-tr +++ b/raddb/policy.d/abfab-tr @@ -60,7 +60,7 @@ abfab_client_check { # set GSS-Acceptor-Service-Name attribute from the client configuration if ("%{client:gss_acceptor_service_name}") { update request { - GSS-Acceptor-Service-Name := "%{client:gss_acceptor_service_name}" + GSS-Acceptor-Service-Name = "%{client:gss_acceptor_service_name}" } }