forked from External/ergo
additional LDAP support
This commit is contained in:
parent
5ba2527eb0
commit
c13597f807
10 changed files with 521 additions and 113 deletions
|
|
@ -55,6 +55,7 @@ var (
|
|||
errNoop = errors.New("Action was a no-op")
|
||||
errCASFailed = errors.New("Compare-and-swap update of database value failed")
|
||||
errEmptyCredentials = errors.New("No more credentials are approved")
|
||||
errCredsExternallyManaged = errors.New("Credentials are externally managed and cannot be changed here")
|
||||
)
|
||||
|
||||
// Socket Errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue