From de3526645a13633ef6779dfb281255f9f3641fca Mon Sep 17 00:00:00 2001
From: Valera V Harseko <vharseko@3a-systems.ru>
Date: Mon, 22 Jun 2026 16:18:31 +0000
Subject: [PATCH] Benchmark: migrate OpenLDAP to vegardit (2.6), hash with {SSHA}

---
 .github/benchmark/summary.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/benchmark/summary.sh b/.github/benchmark/summary.sh
index dbc29a9..7608f4b 100644
--- a/.github/benchmark/summary.sh
+++ b/.github/benchmark/summary.sh
@@ -130,6 +130,6 @@
 echo "  own connection) as \`cn=user_<n>,ou=People\` with the password set by \`MODIFY\`. The admin"
 echo "  connection bind (\`ADMIN_CONNECT\`) is cached once per thread and excluded from these results."
 echo "- MODIFY sends the password in cleartext; each server hashes it on write with the **same"
-echo "  scheme (SSHA-256)** — OpenLDAP via the pw-sha2 module + ppolicy hash-cleartext, OpenDJ via"
-echo "  its Salted SHA-256 default scheme — so BIND authentication is compared on equal footing."
+echo "  scheme (SSHA, Salted SHA-1)** — OpenLDAP via the ppolicy hash-cleartext overlay, OpenDJ via"
+echo "  its Salted SHA-1 default scheme — so BIND authentication is compared on equal footing."
 echo "- Full interactive JMeter HTML dashboards are attached as the \`jmeter-reports\` artifact."

--
Gitblit v1.10.0