]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update abfab-tr 1893/head
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 7fc60830d10aa3859783a0e97c856e1d0054e1e2..3a088538b5acc09aebc80b40391febf1d57a617a 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}"
                }
        }