Skip to content

Instantly share code, notes, and snippets.

@fahadsadah
Created February 2, 2010 16:15
Show Gist options
  • Save fahadsadah/292775 to your computer and use it in GitHub Desktop.
Save fahadsadah/292775 to your computer and use it in GitHub Desktop.
#!/usr/bin/php
<?php
$ldap = ldap_connect('ldap://ldap.cluenet.org');
ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, 3);
ldap_start_tls($ldap);
ldap_sasl_bind($ldap);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment