mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
Remove older policy attach behavior for LDAP (#17240)
This commit is contained in:
committed by
GitHub
parent
7a69c9c75a
commit
65cba212e8
@@ -65,6 +65,10 @@ var errInvalidDecompressedSize = errors.New("Invalid Decompressed Size")
|
||||
// error returned in IAM subsystem when user doesn't exist.
|
||||
var errNoSuchUser = errors.New("Specified user does not exist")
|
||||
|
||||
// error returned by IAM when a use a builtin IDP command when they could mean
|
||||
// to use a LDAP command.
|
||||
var errNoSuchUserLDAPWarn = errors.New("Specified user does not exist. If you meant a user in LDAP please use command under `mc idp ldap`")
|
||||
|
||||
// error returned when service account is not found
|
||||
var errNoSuchServiceAccount = errors.New("Specified service account does not exist")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user