摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.We... 阅读全文
posted @ 2010-01-05 10:09 dodo-yufan 阅读(2644) 评论(0) 推荐(0) 编辑
摘要: string aaa = System.Threading.Thread.CurrentPrincipal.Identity.Name; DirectorySearcher ds = new DirectorySearcher(); ds.SearchRoot = new DirectoryEntry("LDAP://888.888.0.11/CN=Users,DC=***,DC=com", "*... 阅读全文
posted @ 2010-01-05 10:08 dodo-yufan 阅读(1992) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Xml;using System.Collections;using System.DirectoryServices;using System.Windows.Forms;namespace LegendNet.Common.Ldap{/// <summary>/// legendAD 的摘要说明。/// </summary&... 阅读全文
posted @ 2010-01-05 10:05 dodo-yufan 阅读(331) 评论(0) 推荐(0) 编辑