Bug 54510 - Regression to bug 45107 - SSL userId attribute reverted back to incorrect x500UniqueIdentifier
Summary: Regression to bug 45107 - SSL userId attribute reverted back to incorrect x50...
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.2.23
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-31 17:15 UTC by Andy Wang
Modified: 2013-03-06 10:36 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Wang 2013-01-31 17:15:02 UTC
Continuation of discussion in bug 45107.

It looks like submission:
http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/ssl/ssl_engine_vars.c?r1=819289&r2=910319

#ifdef NID_userId
-    { "UID",   NID_userId                 },
+    { "UID",   NID_x500UniqueIdentifier,   1 },
 #endif

reverted the userId attribute to the wrong value.  Unless I'm misunderstanding the discussion in 45107.
Comment 1 Kaspar Brand 2013-02-02 07:33:38 UTC
Indeed a regression introduced with r910319 (i.e., in 2.2.15).

Fix proposed with r1441707.
Comment 2 Stefan Fritsch 2013-03-03 16:46:07 UTC
fixed in 2.2.24
Comment 3 Kaspar Brand 2013-03-06 10:36:42 UTC
For the sake of reference: the revision was r1445112.