mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
ldap: improve recovery when connection failures
This commit is contained in:
@@ -19,5 +19,6 @@ var (
|
||||
ErrBadUser = errors.New("ldap: non-existent user")
|
||||
ErrEntriesExceeded = errors.New("ldap: too many entries returned")
|
||||
ErrLDAPEmptyPassphrase = errors.New("ldap: empty passphrase")
|
||||
ErrLDAPBadConn = errors.New("ldap: bad connection")
|
||||
ErrLDAPConfig = errors.New("config: invalid LDAP configuration")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user