Remove older policy attach behavior for LDAP (#17240)

This commit is contained in:
Aditya Manthramurthy
2023-05-26 06:31:24 -07:00
committed by GitHub
parent 7a69c9c75a
commit 65cba212e8
5 changed files with 174 additions and 157 deletions

View File

@@ -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")