[PATCH 2 of 3] Only show CN als shortDescription

Wald Commits scm-commit at wald.intevation.org
Tue Apr 29 17:02:46 CEST 2014


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1398783662 0
# Node ID fb47bab4c71a5ebe51d4648497255252b340a181
# Parent  c81123298387d06ee89dfe97451b66122be490b1
Only show CN als shortDescription

diff -r c81123298387 -r fb47bab4c71a ui/certificate.cpp
--- a/ui/certificate.cpp	Tue Apr 29 15:00:38 2014 +0000
+++ b/ui/certificate.cpp	Tue Apr 29 15:01:02 2014 +0000
@@ -130,12 +130,11 @@
     }
 
     QString ret = mSubjectCN; /* Necessary by definition */
+    /*
     if (!mSubjectO.isEmpty()) {
         ret += " - " + mSubjectO;
     }
-    if (!mSubjectOU.isEmpty()) {
-        ret += ", " + mSubjectOU;
-    }
+    */
     return ret;
 }
 


More information about the Trustbridge-commits mailing list