Project

General

Profile

Actions

Bug #5098

closed

system_certmanager.php - SAN Selection drop-down is not using proper values

Added by Jim Pingle over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
09/03/2015
Due date:
% Done:

0%

Estimated time:

Description

The SAN choices when creating a certificate need to use proper backend values to pass validation and work properly:

"FQDN or Hostname" should store a value of "DNS"
"IP address" should store a value of "IP"
"URI" should store a value of "URI"
"email address" should store a value of "email"

Actions #1

Updated by Anonymous over 8 years ago

  • Status changed from Confirmed to Assigned

The correct select values are used, but they are not being stored properly because the programmer used the enableDuplication() method, which changes the data format to an array, but did not change the $_POST PHP to match.

#5097 has the same cause.

I'll remove that method and use jQuery instead.

Actions #2

Updated by Anonymous over 8 years ago

  • Status changed from Assigned to Feedback
  • Assignee changed from Anonymous to Jim Pingle

Page re-write to use jQuery for row add/delete

Actions #3

Updated by Anonymous over 8 years ago

  • % Done changed from 0 to 100
Actions #4

Updated by Jim Pingle over 8 years ago

  • Status changed from Feedback to Resolved
  • % Done changed from 100 to 0

Works fine now, thanks!

Actions

Also available in: Atom PDF