Jump to content

Active Directory/Connect: Difference between revisions

C# solution
(formatting)
(C# solution)
Line 25:
... after done with it...
ldap_unbind(ld);</lang>
 
=={{header|C sharp|C#}}==
<lang csharp>
// Requires adding a reference to System.DirectoryServices
var objDE = new System.DirectoryServices.DirectoryEntry("LDAP://DC=onecity,DC=corp,DC=fabrikam,DC=com");
</lang>
 
 
=={{header|ColdFusion}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.