2///獲得用戶所屬組的SID3///4///ComesFromhttp://netwenchao.cnblogs.com5///6publicstaticIEnumerableGetGroupSidsOfUser(stringuserLoginName,ADOperatoroper" />

日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

Active Directory Get User's groups using LDA

系統 2521 0

通過LDAP查找AD User所屬的ADGroupy

? ?1 ????????? /// ? <summary>

?2 ? ???????? /// ?獲得用戶所屬組的SID
?3 ? ???????? /// ? </summary>
?4 ? ???????? /// ? <code> Comes?From? http://netwenchao.cnblogs.com </code>
?5 ? ???????? /// ? <returns></returns>
?6 ? ???????? public ? static ?IEnumerable< string >?GetGroupSidsOfUser( string ?userLoginName,?ADOperator?operater)
?7 ?????????{
?8 ????????????? using ?(DirectorySearcher?directorySearcher?=? new ?DirectorySearcher(
?9 ????????????????? new ?DirectoryEntry( string .Format( " LDAP://{0} " ,?operater.ManageDomainName),?operater.UserLogonName,?operater.Password,?AuthenticationTypes.Secure),
10 ????????????????? string .Format( " (&(objectcategory=user)(samaccountname={0})) " ,?GetUserName(userLoginName)),
11 ????????????????? new ? string []?{?ADUserAttributes.SamAccountName?}))
12 ?????????????{
13 ????????????????? var ?result?=?directorySearcher.FindOne();
14 ????????????????? if ?(result?!=? null )
15 ?????????????????{
16 ?????????????????????DirectoryEntry?directoryEntry?=?result.GetDirectoryEntry();
17 ?????????????????????directoryEntry.RefreshCache( new ? string []?{?ADUserAttributes.TokenGroupsGlobalAndUniversal?});
18 ????????????????????? for ?( int ?index?=? 0 ;?index?<?directoryEntry.Properties[ADUserAttributes.TokenGroupsGlobalAndUniversal].Count;?index++)
19 ?????????????????????{
20 ????????????????????????? yield ? return ?ConvertBinarySidToString(( byte [])directoryEntry.Properties[ADUserAttributes.TokenGroupsGlobalAndUniversal][index]);
21 ?????????????????????}
22 ?????????????????}
23 ?????????????}
24 ????????????? yield ? break ;
25 ?????????}
26 ?
27 ????????? /// ? <summary>
28 ? ???????? /// ?獲得用戶所屬組的AccountName
29 ? ???????? /// ? </summary>
30 ? ???????? /// ? <param?name="userLoginName"></param>
31 ? ???????? /// ? <param?name="operater"></param>
32 ? ???????? /// ? <code> Comes?From? http://netwenchao.cnblogs.com </code>
33 ? ???????? /// ? <returns></returns>
34 ? ???????? public ? static ?IEnumerable< string >?GetGroupsOfUser( string ?userLoginName,?ADOperator?operater)
35 ?????????{
36 ????????????? using ?(DirectorySearcher?directorySearcher?=? new ?DirectorySearcher(
37 ????????????????? new ?DirectoryEntry( string .Format( " LDAP://{0} " ,?operater.ManageDomainName),?operater.UserLogonName,?operater.Password,?AuthenticationTypes.Secure),
38 ????????????????? "" ,
39 ????????????????? new ? string []?{?ADUserAttributes.SamAccountName?}))
40 ?????????????{
41 ?????????????????IList< string >?groups?=? new ?List< string >();
42 ?????????????????SearchResult?sr?=? null ;
43 ????????????????? var ?sids?=?GetGroupSidsOfUser(userLoginName,?operater);
44 ????????????????? if ?(!sids.Any())? return ? null ;
45 ????????????????? foreach ?( var ?sid? in ?sids)
46 ?????????????????{
47 ?????????????????????directorySearcher.Filter?=? string .Format( " objectsid={0} " ,?sid);
48 ?????????????????????sr?=?directorySearcher.FindOne();
49 ????????????????????? if ?( null ?!=?sr?&&?sr.Properties[ADUserAttributes.SamAccountName].Count?>? 0 )?groups.Add(sr.Properties[ADUserAttributes.SamAccountName][ 0 ].ToString());
50 ?????????????????}
51 ????????????????? return ?groups;
52 ?????????????}
53 ?????????}

Comes From http://netwenchao.cnblogs.com

Active Directory Get User's groups using LDAP


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 兴安县| 广安市| 松溪县| 沁源县| 洛川县| 东阳市| 彰武县| 延津县| 射阳县| 桃源县| 吉水县| 祁门县| 新乐市| 安龙县| 衢州市| 烟台市| 沙洋县| 桓仁| 澜沧| 汤原县| 玛纳斯县| 沾化县| 淳化县| 启东市| 建水县| 奈曼旗| 安丘市| 留坝县| 北碚区| 嘉义市| 壶关县| 安宁市| 嘉义县| 灵丘县| 津南区| 庄浪县| 扶绥县| 福建省| 阿拉善左旗| 镇巴县| 稷山县|