Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/12/2010, 13:54
areslepra
 
Fecha de Ingreso: diciembre-2010
Ubicación: Rosario, Santa Fe
Mensajes: 326
Antigüedad: 13 años, 4 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");