]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
ext_edirectory_userip_acl: Redact password from stdout (#2156)
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Tue, 9 Sep 2025 14:19:52 +0000 (14:19 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 9 Sep 2025 14:19:57 +0000 (14:19 +0000)
src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.cc

index 736373806d14af3cffaa9e737b2edd0d1d531e71..25f726c61ba9e3d5abd21b48a063e82df2676b55 100644 (file)
@@ -459,7 +459,7 @@ DisplayConf()
     else
         local_printfx("        Binding DN: Anonymous\n");
     if (edui_conf.passwd[0] != '\0')
-        local_printfx("        Binding Password: %s\n", edui_conf.passwd);
+        local_printfx("        Binding Password: [redacted]\n");
     else
         local_printfx("        Binding Password: None\n");
     switch (edui_conf.scope) {