在Windows / Active Directory的 - 用户/组 [英] Windows / Active Directory - User / Groups

查看:198
本文介绍了在Windows / Active Directory的 - 用户/组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在寻找一种方式来找到一个Windows登录与特定组相关联。我试图权限添加到一个工具,只允许名称格式如下:

I'm looking for a way to find a the windows login associated with a specific group. I'm trying to add permissions to a tool that only allows names formatted like:

DOMAIN\USER 
DOMAIN\GROUP

我的用户在Active Directory中的格式列表,我需要添加:

I have a list of users in active directory format that I need to add:

ou=group1;ou=group2;ou=group3

我曾尝试加入域\组别,但我得到一个用户未找到的错误。

I have tried adding DOMAIN\Group1, but I get a 'user not found' error.

P.S。还应当指出的是,我不是一个局域网管理员

P.S. should also be noted that I'm not a Lan admin

推荐答案

通过编程或手动?

手动,我preFER AdExplorer ,这是一个漂亮的活动目录浏览器。你只需要连接到您的域控制器,然后你可以看一下用户和看到所有的细节。当然,你需要在域控制器上的权限,不知道这不过。

Manually, i prefer AdExplorer, which is a nice Active directory Browser. You just connect to your domain controller and then you can look for the user and see all the details. Of course, you need permissions on the Domain Controller, not sure which though.

编程方式,它取决于你的语言淡然的。在.NET中,的System.DirectoryServices 命名空间是你的朋友。 (我没有任何code例子在这里不幸)

Programatically, it depends on your language of couse. On .net, the System.DirectoryServices Namespace is your friend. (I don't have any code examples here unfortunately)

对于Active Directory,我真的不从如何查询这方面的专家分开,但这里有两个环节,我发现有用的:

For Active Directory, I'm not really an expert apart from how to query it, but here are two links I found useful:

http://www.computerperformance.co.uk/Logon/LDAP_attributes_active_directory.htm

http://en.wikipedia.org/wiki/Active_Directory (约公元的结构一般的东西)

http://en.wikipedia.org/wiki/Active_Directory (General stuff about the Structure of AD)

这篇关于在Windows / Active Directory的 - 用户/组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆