https://issues.apache.org/bugzilla/show_bug.cgi?id=54510
Bug ID: 54510
Summary: Regression to bug 45107 - SSL userId attribute
reverted back to incorrect x500UniqueIdentifier
Product: Apache httpd-2
Version: 2.2.23
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_ssl
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
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.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]