Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/10/2009, 09:54
abassi
 
Fecha de Ingreso: julio-2009
Mensajes: 53
Antigüedad: 15 años, 4 meses
Puntos: 0
Respuesta: ADSI problema con 2003

Cita:
Iniciado por JuanRAPerez Ver Mensaje
prueba este

Código asp:
Ver original
  1. strPath = "LDAP://XXX/DC=XXX,DC=XXX,DC=XX"
  2. strEmail = strCuenta & "@tudominio.xxx.xx"
  3.    
  4. Set objNamespaceLDAP = GetObject("LDAP:")
  5.  
  6. on error resume next
  7.     Set objMyObject = objNamespaceLDAP.OpenDSObject(strPath,strEmail,strClave,0)
  8.  
  9. if err.number <> 0 then
  10.     response.write "<p>Error ingresando en Password Intentelo de nuevo (verifique las condiciones de su teclado)</p>"
  11. else
  12.     response.write "<p>Satisfactorio!!!!!</p>"
  13. end if

suerte
me estoy conectando a un ldap local. mi usuario es algo asi "midominio\miusuario"
con que remplazo las xxx??