Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/winpki/ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
const (
// ldapDialTimeout is the timeout for dialing the LDAP server
// when making an initial connection
ldapDialTimeout = 15 * time.Second
ldapDialTimeout = 30 * time.Second

// ldapRequestTimeout is the timeout for making LDAP requests.
// It is larger than the dial timeout because LDAP queries in large
Expand Down
Loading