Skip to content

Commit

Permalink
run lint (#6898)
Browse files Browse the repository at this point in the history
Signed-off-by: abhishek kumar gupta <[email protected]>
  • Loading branch information
abhishek818 committed Jul 18, 2024
1 parent b388bc0 commit 8574aa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/auth/source/ldap/source_search.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ func dial(source *Source) (*ldap.Conn, error) {

if source.SecurityProtocol == SecurityProtocolLDAPS {
conn, err := ldap.DialTLS("tcp", net.JoinHostPort(host, strconv.Itoa(source.Port)), tlsConfig)

if err != nil {
// Connection failed, try again with the next host.
log.Trace("error during Dial for host %s: %w", host, err)
Expand Down

0 comments on commit 8574aa6

Please sign in to comment.