Skip non existent ldap entities while import (#20352)

Dont hard error for nonexisting LDAP entries instead of logging them
report them via `mc`

Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
This commit is contained in:
Shubhendu
2024-09-09 22:29:28 +05:30
committed by GitHub
parent 8c9ab85cfa
commit 0b7aa6af87
5 changed files with 105 additions and 36 deletions

2
go.mod
View File

@@ -51,7 +51,7 @@ require (
github.com/minio/highwayhash v1.0.3
github.com/minio/kms-go/kes v0.3.0
github.com/minio/kms-go/kms v0.4.0
github.com/minio/madmin-go/v3 v3.0.64
github.com/minio/madmin-go/v3 v3.0.66
github.com/minio/minio-go/v7 v7.0.76
github.com/minio/mux v1.9.0
github.com/minio/pkg/v3 v3.0.13