mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
fix: generating service accounts for group only LDAP accounts (#12318)
fixes #12315
This commit is contained in:
@@ -545,6 +545,8 @@ func serverMain(ctx *cli.Context) {
|
||||
if errors.Is(err, context.Canceled) {
|
||||
logger.FatalIf(err, "Server startup canceled upon user request")
|
||||
}
|
||||
|
||||
logger.LogIf(GlobalContext, err)
|
||||
}
|
||||
|
||||
if globalIsErasure { // to be done after config init
|
||||
|
||||
Reference in New Issue
Block a user