Ver Mensaje Individual
  #6 (permalink)  
Antiguo 22/07/2010, 08:33
Avatar de jaullo
jaullo
 
Fecha de Ingreso: abril-2009
Mensajes: 994
Antigüedad: 15 años
Puntos: 30
Respuesta: Cambio de Clave en el Ldap

Prueba esta linea asi, colocalo todo en una sola línea


Código ASP:
Ver original
  1. rootDSE = New DirectoryEntry(String.Format("LDAP://{0}/rootDSE", dcDNS), Username, oldPassword, AuthenticationTypes.Secure Or AuthenticationTypes.Sealing Or AuthenticationTypes.ServerBind)

Importa el espacio de nombres
System.DirectoryServices

http://directoryprogramming.net/forums/thread/2385.aspx
__________________
http://geekswithblogs.net/jaullo/Default.aspx
Si te he ayudado regalame Karma positivo!!!