-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix heartbeat for LDAP hosts #8847
Conversation
adc761b
to
dfea3a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bot.
dfea3a4
to
4e2d574
Compare
c7bead8
to
3641bf6
Compare
@nklaassen spotted an issue with this, so I reworked it. Please take another look. Note that making a copy may be a little extra paranoid, the |
The LDAP search returns a `[]*ldap.Entry`, so make a copy of the entry that we can close over when setting up heartbeats. Fixes #8846
3641bf6
to
50331f0
Compare
Fixes #8846