https://issues.apache.org/bugzilla/show_bug.cgi?id=45107
Lampa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Platform|All |PC Version|2.2.13 |2.2.15 Resolution|FIXED | OS/Version|All |Linux --- Comment #16 from Lampa <[email protected]> 2010-03-25 11:20:26 UTC --- Is possible in 2.2.15 version reverted to (eg discarded http://svn.apache.org/viewvc?view=revision&revision=811812): #ifdef NID_userId { "UID", NID_x500UniqueIdentifier, 1 }, #endif instead: + #ifdef NID_userId + { "UID", NID_userId }, /* officially see RFC 4514 */ + #endif ? Now is not possible to use SSL_CLIENT_S_DN_UID which refers to openssl NID_userId -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
