07/12/2010, 13:54
|
| | Fecha de Ingreso: diciembre-2010 Ubicación: Rosario, Santa Fe
Mensajes: 326
Antigüedad: 13 años, 11 meses Puntos: 13 | |
Respuesta: Conexion a Ldap con Php
Código:
$ldapconn = ldap_connect("$ldaphost, $ldapport");
or die("Could not connect to LDAP server.")
Prueba asi:
Código:
$ldapconn = ldap_connect("$ldaphost, $ldapport")
or die("Could not connect to LDAP server");
|