Update abfab-tr
authorStefan Paetow <spaetow@users.noreply.github.com>
Wed, 1 Feb 2017 14:22:06 +0000 (14:22 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2017 14:22:06 +0000 (14:22 +0000)
Only set the service name when it doesn't exist (=), not overwrite it (:=)

raddb/policy.d/abfab-tr

index 7fc6083..3a08853 100644 (file)
@@ -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}"
                }
        }