more debugging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-08 15:02:24 +11:00
parent 85f96a31d2
commit fe502e150f
2 changed files with 3 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ func loadLdapCert() {
// Get the certificate from the file
cpb, _ := pem.Decode(cf)
crt, err := x509.ParseCertificate(cpb.Bytes)
//fmt.Printf("Loaded certificate with subject %s\n", crt.Subject)
//log.Printf("Loaded certificate with subject %s\n", crt.Subject)
if err != nil {
log.Printf("LoadLdapCert error processing LDAP certificate file '%s' : '%s'\n", ldapCertFile, err)