sportdog

导航

 

2014年1月8日

摘要: public void ADInfoEdit(ADUser adu) { try { DirectoryEntry dADM; DirectoryEntry objectuser = null; dADM = new DirectoryEntry(LADPpath, AdminName, AdminPwd, AuthenticationTypes.Secure); dADM.RefreshCache(); ... 阅读全文
posted @ 2014-01-08 10:56 sportdog 阅读(337) 评论(0) 推荐(0)