Actions
Bug #10427
closedOn freshly installed centos7, ldap connections fail with "bad auth"
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Getting started - demo | first install | level 1 Techniques
Effort required:
Priority:
54
Name check:
Fix check:
Regression:
Description
On a fresh Rudder install on centos7, I get a log of ldap bind error (webapp logs, ...)
LDAP password is correctly set on the relevant files (rudder-web.properties, slapd.conf. rudder-passwords.conf)
At that point, running rudder agent (`rudder agent run`) or restarting rudder webapp is useless.
If I restart slapd (`systemctl restart rudder-slapd`), everything starts to work as expected.
If I change LDAP passwd in rudder-passwords.conf and then run rudder agent, the new password is correctly synchronised and both slapd and jetty restarted.
Actions