Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ReckittBenckiser

    LDAP PHP errors. Can I get a hand?

    Hi all. I've never really used LDAP before, but I'd like to be able to get PHP to commune with ActiveDirectory using LDAP as the medium. Here is the code I'm using: <?php $con = ldap_connect("ldap://ALPHA.RB.NET"); if($con) { $bind = ldap_bind($con); $dn = "DC=alpha,DC=rb,DC=net"...

Part and Inventory Search

Back
Top