Re: certreq with name-format "Lastname, Firstname"



Hi Michael,

thank you for this hint. I tried it a little different and found out
that the backslash isn't regarded as an escape character anyway. A
double backslash doesn't work either.
That means that certreq doesn't comply with RFC2253 sec. 2.4 and I can
stop searching. :-)

I'll try to contact Microsoft. But before I wanted to be sure that I
didn't make a dumb mistake. ;-)

Bye, Markus


Michael Ströder wrote:

IIRC you already tried to escape the comma with a single backslash. But
maybe you have to escape it differently or use a double-backslash to
preserve on backslash at this level.

Ciao, Michael.

.



Relevant Pages

  • Re: Python doesnt see the directories I create
    ... so they used the backslash instead. ... Going back and checking the Python History page, ... That makes Python's choice of escape character way more practical ... Neil Cerutti ...
    (comp.lang.python)
  • Re: Running The Full Mailbox Access script in the DST Calendar update package...
    ... The backslash is an escape character that says that the next character is ... The error message indicates problems with the security identifier it gets ... I have a list of users on an exchange server, in legacyDN Format, like ...
    (microsoft.public.exchange.admin)
  • Re: Python doesnt see the directories I create
    ... The use of backslash as an escape character goes ... When Microsoft introduced MS-DOS 1.0 in 1981, ... Commands used the slash character to delimit options. ...
    (comp.lang.python)
  • Re: Convert to /
    ... > Why is it so hard to convert backslashes to forward slashes in java? ... If the string is actually as you show it, ... characters are already escaped so there is no backslash to replace. ... backslash is interpreted as the escape character during input. ...
    (comp.lang.java.help)
  • Re: Doubling backslashes in JavaScript - its unorthodox, but it works...
    ... perform replacement. ... That's because a backslash in a string literal is ... an escape character. ...
    (comp.lang.javascript)