From 5ec951a6837f4aea64aa51e430c0e968d93d1cb7 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sat, 11 Jul 2026 18:46:20 -0400 Subject: [PATCH] Fixed issues with password --- bootstrap/bootstrap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/bootstrap.js b/bootstrap/bootstrap.js index 031927c..71693ca 100644 --- a/bootstrap/bootstrap.js +++ b/bootstrap/bootstrap.js @@ -119,6 +119,7 @@ function ensureServiceAccount() { const r = ldapAdd([ `dn: ${SVC_DN}`, 'objectClass: organizationalRole', + 'objectClass: simpleSecurityObject', 'objectClass: top', 'cn: ldapclient', `userPassword: ${pw}`,