]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
delete attribute after it's no longer needed
authorAlan T. DeKok <aland@freeradius.org>
Tue, 14 Sep 2021 00:18:21 +0000 (20:18 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 14 Sep 2021 00:18:21 +0000 (20:18 -0400)
raddb/policy.d/filter

index 393045103175e3d880b2352f5687eb7e321305bb..ff8f53120c0f7398c2385b995529cfea470513de 100644 (file)
@@ -104,6 +104,7 @@ filter_password {
                update request {
                        &Tmp-String-0 := "%{string:User-Password}"
                        &User-Password := "%{string:Tmp-String-0}"
+                       &Tmp-String-0 !* ""
                }
         }
 }