Auth: Add root and client certificate value fields in LDAP config (#88746)
* add root and client certificate value fields for LDAP * update error messages for connection error
This commit is contained in:
@@ -42,6 +42,7 @@ func (s *Service) supportBundleCollector(context.Context) (*supportbundles.Suppo
|
||||
for _, server := range ldapConfig.Servers {
|
||||
server.BindPassword = "********" // censor password on config dump
|
||||
server.ClientKey = "********" // censor client key on config dump
|
||||
server.ClientKeyValue = "********"
|
||||
|
||||
if !strings.Contains(server.SearchFilter, server.Attr.Username) {
|
||||
bWriter.WriteString(fmt.Sprintf(
|
||||
|
||||
Reference in New Issue
Block a user