今天调case。碰到exception has been thrown by the target of an invocation 的问题
Entry.DirectoryEntry uEntry = new Entry.Directory(
LDAP://cn=......);
uEntry.Invoke(oldPassword,newPassword);
在W2K8都没有问题,到了W2K8R2出了问题。
try catch 后,看exception 的详细信息,居然说密码复杂度不够,
受教了。