mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-30 17:23:50 +00:00
Update vendoring
This commit is contained in:
6
vendor/github.com/go-ldap/ldap/client.go
generated
vendored
6
vendor/github.com/go-ldap/ldap/client.go
generated
vendored
@@ -1,12 +1,16 @@
|
||||
package ldap
|
||||
|
||||
import "crypto/tls"
|
||||
import (
|
||||
"crypto/tls"
|
||||
"time"
|
||||
)
|
||||
|
||||
// Client knows how to interact with an LDAP server
|
||||
type Client interface {
|
||||
Start()
|
||||
StartTLS(config *tls.Config) error
|
||||
Close()
|
||||
SetTimeout(time.Duration)
|
||||
|
||||
Bind(username, password string) error
|
||||
SimpleBind(simpleBindRequest *SimpleBindRequest) (*SimpleBindResult, error)
|
||||
|
||||
Reference in New Issue
Block a user