From 68ce9e7bc7789dfa174ae9e28b12f08d24abc377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 30 Oct 2013 02:57:41 +0100 Subject: bug 1010: Also carry over the OU when renewing the certificate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- includes/account.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/account.php b/includes/account.php index 8ba6af0..ff9da77 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1719,6 +1719,7 @@ $query = "insert into `orgemailcerts` set `orgid`='".$row['orgid']."', `CN`='".$row['CN']."', + `ou`='".$row['ou']."', `subject`='".$row['subject']."', `keytype`='".$row['keytype']."', `csr_name`='".$row['csr_name']."', -- cgit v1.2.1