outposts/ldap: use configured certificate for LDAPS when all providers' certificates are identical

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-12-28 19:15:29 +01:00
parent f0e121c064
commit ff13b4bb46
3 changed files with 11 additions and 2 deletions

View File

@ -34,6 +34,7 @@ type ProviderInstance struct {
tlsServerName *string
cert *tls.Certificate
certUUID string
outpostName string
outpostPk int32
searchAllowedGroups []*strfmt.UUID