mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
fix: authenticate LDAP via actual DN instead of normalized DN (#19805)
fix: authenticate LDAP via actual DN instead of normalized DN Normalized DN is only for internal representation, not for external communication, any communication to LDAP must be based on actual user DN. LDAP servers do not understand normalized DN. fixes #19757
This commit is contained in:
4
go.mod
4
go.mod
@@ -2,6 +2,8 @@ module github.com/minio/minio
|
||||
|
||||
go 1.21
|
||||
|
||||
replace github.com/minio/console => github.com/donatello/console v0.12.6-0.20240522161239-e2303ef9d681
|
||||
|
||||
require (
|
||||
cloud.google.com/go/storage v1.40.0
|
||||
github.com/Azure/azure-storage-blob-go v0.15.0
|
||||
@@ -55,7 +57,7 @@ require (
|
||||
github.com/minio/madmin-go/v3 v3.0.52
|
||||
github.com/minio/minio-go/v7 v7.0.70
|
||||
github.com/minio/mux v1.9.0
|
||||
github.com/minio/pkg/v3 v3.0.0
|
||||
github.com/minio/pkg/v3 v3.0.1
|
||||
github.com/minio/selfupdate v0.6.0
|
||||
github.com/minio/simdjson-go v0.4.5
|
||||
github.com/minio/sio v0.3.1
|
||||
|
||||
Reference in New Issue
Block a user