https://issues.apache.org/bugzilla/show_bug.cgi?id=45875
Joe Orton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #14 from Joe Orton <[email protected]> 2011-02-15 10:28:03 EST --- SSL_CLIENT_S_DN_OU UniVie SSL_CLIENT_S_DN_OU_1 VCPC How is that "in error"? That is exactly as described and expected: "When the environment table is populated using the StdEnvVars option of the SSLOptions directive, the first (or only) attribute of any DN is added only under a non-suffixed name; i.e. no _0 suffixed entries are added." Populating the env table with duplicate _0 entries is unnecessary - the code has never worked that way so there can be no expectation that it should. You can use the _0 names if accessing the variables directly through the C ssl_var_lookup API (or Perl equivalent). -- 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]
