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
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>
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user