mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-22 21:05:03 +00:00
Bump deps
This commit is contained in:
2
vendor/github.com/go-ldap/ldap/error.go
generated
vendored
2
vendor/github.com/go-ldap/ldap/error.go
generated
vendored
@@ -54,6 +54,7 @@ const (
|
||||
ErrorDebugging = 203
|
||||
ErrorUnexpectedMessage = 204
|
||||
ErrorUnexpectedResponse = 205
|
||||
ErrorEmptyPassword = 206
|
||||
)
|
||||
|
||||
// LDAPResultCodeMap contains string descriptions for LDAP error codes
|
||||
@@ -104,6 +105,7 @@ var LDAPResultCodeMap = map[uint8]string{
|
||||
ErrorDebugging: "Debugging Error",
|
||||
ErrorUnexpectedMessage: "Unexpected Message",
|
||||
ErrorUnexpectedResponse: "Unexpected Response",
|
||||
ErrorEmptyPassword: "Empty password not allowed by the client",
|
||||
}
|
||||
|
||||
func getLDAPResultCode(packet *ber.Packet) (code uint8, description string) {
|
||||
|
||||
Reference in New Issue
Block a user