Bug 54510

Summary: Regression to bug 45107 - SSL userId attribute reverted back to incorrect x500UniqueIdentifier
Product: Apache httpd-2 Reporter: Andy Wang <dopey>
Component: mod_sslAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.2.23   
Target Milestone: ---   
Hardware: All   
OS: All   

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.