Hi,
I am trying to just make an LDAP connection using PHP script. Can anyone please help me? This is the code I am trying.
<?php
$ldaphost = ldap_connect("11.123.1.56"
$ldapconn = ldap_connect( $ldaphost )
or die( "Could not connect {$ldaphost}" );
?>
Thank you for your help!!!
I am trying to just make an LDAP connection using PHP script. Can anyone please help me? This is the code I am trying.
<?php
$ldaphost = ldap_connect("11.123.1.56"
$ldapconn = ldap_connect( $ldaphost )
or die( "Could not connect {$ldaphost}" );
?>
Thank you for your help!!!