Click here to Skip to main content
15,892,697 members
Articles / Programming Languages / C#

An RFC 2253 Compliant Distinguished Name Parser

Rate me:
Please Sign up or sign in to vote.
4.87/5 (9 votes)
27 Mar 2009CPOL3 min read 101.1K   1.7K   26  
A set of classes to parse and manipulate LDAP distinguished names
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPI.DirectoryServices", "CPI.DirectoryServices\CPI.DirectoryServices.csproj", "{A7586740-2503-41AD-ABA8-EB523BE17153}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleCode", "SampleCode\SampleCode.csproj", "{53FD0196-7834-4A51-9295-C94970F275CC}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnitTests", "NUnitTests\NUnitTests.csproj", "{A9110B44-4B2A-4FFD-B441-D27EAAF2AED7}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{A7586740-2503-41AD-ABA8-EB523BE17153}.Debug.ActiveCfg = Debug|.NET
		{A7586740-2503-41AD-ABA8-EB523BE17153}.Debug.Build.0 = Debug|.NET
		{A7586740-2503-41AD-ABA8-EB523BE17153}.Release.ActiveCfg = Release|.NET
		{A7586740-2503-41AD-ABA8-EB523BE17153}.Release.Build.0 = Release|.NET
		{53FD0196-7834-4A51-9295-C94970F275CC}.Debug.ActiveCfg = Debug|.NET
		{53FD0196-7834-4A51-9295-C94970F275CC}.Debug.Build.0 = Debug|.NET
		{53FD0196-7834-4A51-9295-C94970F275CC}.Release.ActiveCfg = Release|.NET
		{53FD0196-7834-4A51-9295-C94970F275CC}.Release.Build.0 = Release|.NET
		{A9110B44-4B2A-4FFD-B441-D27EAAF2AED7}.Debug.ActiveCfg = Debug|.NET
		{A9110B44-4B2A-4FFD-B441-D27EAAF2AED7}.Debug.Build.0 = Debug|.NET
		{A9110B44-4B2A-4FFD-B441-D27EAAF2AED7}.Release.ActiveCfg = Release|.NET
		{A9110B44-4B2A-4FFD-B441-D27EAAF2AED7}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Pete has just recently become a corporate sell-out, working for a wholly-owned subsidiary of "The Man". He counter-balances his soul-crushing professional life by practicing circus acrobatics and watching Phineas and Ferb reruns. Ducky Momo is his friend.

Comments and Discussions