Active Directory/Connect: Difference between revisions

Content added Content deleted
m (Fixed lang tags.)
No edit summary
Line 1:
{{task|Programming environment operations}}
[[Category:Less_Than_5_Examples]]
 
=={{header|PHP}}==
[http://php.net/ldap PHP LDAP Reference]
<lang php><?php
$ldap = ldap_connect($hostname, $port);
$success = ldap_bind($ldap, $username, $password);</lang>
 
=={{header|Ruby}}==