Fix LDAP integration test: use GLAuth test credentials and runtime availability check

- Password "admin" → "password" (matches GLAuth config.toml)
- Replace hard Skip attribute with TCP connectivity check (test runs when GLAuth available)
- Add LdapSearchBase + AllowInsecureLdap to appsettings.Central.json for dev
This commit is contained in:
Joseph Doherty
2026-03-16 19:56:05 -04:00
parent dab8b061b5
commit 84ad6bb77d
2 changed files with 26 additions and 3 deletions

View File

@@ -24,6 +24,8 @@
"LdapServer": "localhost",
"LdapPort": 3893,
"LdapUseTls": false,
"AllowInsecureLdap": true,
"LdapSearchBase": "dc=scadalink,dc=local",
"JwtSigningKey": "CHANGE-ME-development-signing-key-at-least-32-chars",
"JwtExpiryMinutes": 15,
"IdleTimeoutMinutes": 30