On Fri, Feb 3, 2012 at 1:08 PM, Kennedy, Jim
<[email protected]> wrote:
> Having an issue with a vendor with some LDAP lookups. I certainly saw this
> years ago, but never looked into it. Our CN’s are backwards from how most
> people do it I think. Is there anything wrong with it being this way? Why is
> that \ there?
>
> CN=Kennedy\, Jim,OU=(Redacted list of OU/DC’s)

  I can't speak to the rest of your problem, but I bet that backslash
is there because you have a comma in your CN (Common Name).  The comma
is used in that particular syntax of DN (Distinguished Name).  So the
comma has to be escaped somehow.  A lot of systems use a backslash as
an escape character.

  In a different syntax, I bet would see:

        /CN=Kennedy, Jim/OU=...

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to [email protected]
with the body: unsubscribe ntsysadmin

Reply via email to