build(deps): bump github.com/libregraph/idm

Bumps [github.com/libregraph/idm](https://github.com/libregraph/idm) from 0.4.1-0.20240410123343-a51b459380d0 to 0.5.0.
- [Changelog](https://github.com/libregraph/idm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libregraph/idm/commits/v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/libregraph/idm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-23 09:29:42 +02:00
committed by Ralf Haferkamp
parent c0dbd7c909
commit 38699ca1e1
5 changed files with 58 additions and 12 deletions
+2 -3
View File
@@ -266,10 +266,9 @@ func NewConn(conn net.Conn, isTLS bool) *Conn {
}
// Start initialises goroutines to read replies and process messages.
// Warning: Calling this function in addition to Dial or DialURL
// may cause race conditions.
//
// Deprecated: It is usually not necessary to call this function
// manually. It is public for compatibility reasons and may
// cause a race condition when processing messages.
// See: https://github.com/go-ldap/ldap/issues/356
func (l *Conn) Start() {
go l.reader()