From 1f8a99bbd463b303591af6687abcf375fa56601c Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Thu, 30 Apr 2026 21:21:04 -0400 Subject: [PATCH] Switch LDAP bind to dedicated gandalf service account Co-Authored-By: Claude Sonnet 4.6 --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 3aec65e..34e31d3 100644 --- a/config.json +++ b/config.json @@ -27,8 +27,8 @@ "ldap": { "host": "10.10.10.39", "port": 3890, - "bind_dn": "uid=jared,ou=people,dc=example,dc=com", - "bind_pw": "SJdi$P%RhB3yRoXE^PNL", + "bind_dn": "uid=gandalf,ou=people,dc=example,dc=com", + "bind_pw": "AZ-eUFRxamnlLEELuDy5-Mh6z-2cJbL_YJZnu64Tf0A", "user_base": "ou=people,dc=example,dc=com", "cache_dir": "/tmp/gandalf_avatars", "cache_ttl": 3600