I\'ve got a string that I\'m fetching from LDAP for Active Directory group membership and I need to parse it to check if the user is a member of the AD group. Is there a cl
These are called distinguished names.
CodeProject has a parser project that appears to do what you need: http://www.codeproject.com/KB/IP/dnparser.aspx