1 Commits

Author SHA1 Message Date
jared 1f8a99bbd4 Switch LDAP bind to dedicated gandalf service account
Lint / Python (flake8) (push) Successful in 39s
Lint / JS (eslint) (push) Successful in 9s
Security / Python Security (bandit) (push) Failing after 1m5s
Test / Python Tests (pytest) (push) Successful in 49s
Lint / Notify on failure (push) Has been skipped
Lint / Deploy (push) Successful in 5s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 21:21:04 -04:00
+2 -2
View File
@@ -27,8 +27,8 @@
"ldap": { "ldap": {
"host": "10.10.10.39", "host": "10.10.10.39",
"port": 3890, "port": 3890,
"bind_dn": "uid=jared,ou=people,dc=example,dc=com", "bind_dn": "uid=gandalf,ou=people,dc=example,dc=com",
"bind_pw": "SJdi$P%RhB3yRoXE^PNL", "bind_pw": "AZ-eUFRxamnlLEELuDy5-Mh6z-2cJbL_YJZnu64Tf0A",
"user_base": "ou=people,dc=example,dc=com", "user_base": "ou=people,dc=example,dc=com",
"cache_dir": "/tmp/gandalf_avatars", "cache_dir": "/tmp/gandalf_avatars",
"cache_ttl": 3600 "cache_ttl": 3600