是否有 AzMan 自定义对象选取器的示例?

发布于 2024-11-27 17:16:21 字数 308 浏览 4 评论 0 原文

据说可以编写一个自定义选择器并将其与 AzMan 集成。此功能可用于允许 MMC 用户将非 Windows 用户添加到 AzMan 存储。 (请参阅此处)。根据 Microsoft 博客之一,Windows Server 2008 SDK 中包含了一个示例。

我找不到这样的东西,而且我发现其他一些人问它是否真的存在。这个样本存在吗?或者,其他地方是否有示例或示例或解释?

Supposedly it's possible to write a custom picker and integrate it with AzMan. This capability can be used to allow MMC users to add non-Windows users to AzMan stores. (See here). According to one of the Microsoft blogs, a sample was included in the Windows Server 2008 SDK.

I can't find any such thing, and I've found a few other people asking whether it's really there. Does this sample exist? Alternatively, is there a sample or example or explanation anywhere else?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹过旳痕迹 2024-12-04 17:16:21

我同意。有一些“我们为您提供了一个例子!”提到。但找不到例子。

http://blogs.msdn.com/b/cesardelatorre/archive/2009/05/09/non-windows-users-in-azman-authorization-manager-using-the-new-version- in-windows-server-2008-r2-and-windows-7.aspx

来自上面的 URL:(我并不是说那里有一个,我只是转述他所说的关于它存在的潜力。)

I beleive there is a sample "Custom Object Picker" within Windows SDK. At the moment, the newest SDK is the Windows SDK for Windows 7 and .NET Framework 3.5 SP1 - RC (Published on 5/4/2009):

ISO: http://www.microsoft.com/downloads/details.aspx?FamilyID=6db1f17f-5f1e-4e54-a331-c32285cdde0c

Web setup: http://www.microsoft.com/downloads/details.aspx?FamilyID=f75f2ca8-c1e4-4801-9281-2f5f28f12dbd

I still have to research more on this capability ("Custom Object Picker"), I'll try to extend this post when I'll do it. :-)

以下是 MS 的一些“红鲱鱼”。又名,提到它存在,但实际上不存在。 :<

从:
http://technet.microsoft.com/en-us/ Library/cc770724(WS.10).aspx

 For more information about creating a custom object picker see Custom Object Picker at the Microsoft Web site (http://go.microsoft.com/fwlink/?LinkId=64027). 

我点击了链接。我在那里找不到有关创建自定义对象选择器的任何信息。 :<

这里还有一些 MS 注释(如下)。事情是这样的。我是“第三者”!! (哈哈)。又名“如何制作自定义对象选择器”是一个大黑洞。 :<

来自 (http://technet.microsoft.com/en-us/library/cc754533(WS.10).aspx)

Choose users or groups with a custom object picker 
1.Install the custom object picker according to the instructions provided with the 3rd-party software.

2.The custom object picker will be added to the Assign users and groups from menu choices under the Role Assignments node and to the drop-down list in the Members and Exclusions tab of the properties sheet for basic application groups. Choose the entry installed by the custom object picker installation process.

3.Select users from the external source, according to the instructions provided with the custom object picker.

最后,这家伙做了很多跑腿工作,但没有任何效果。 (并且没有任何人的帮助)。
http://social.msdn.microsoft.com/Forums/en-US/windowssecurity/thread/c143f37b-9fbd-4564-86f7-9acb1d71006e/

为了好玩:
另一种“死胡同”参考:
http://authorizationservice.codeplex.com/discussions/265549

........ <

我还下载了这两个:

a href="http://www.microsoft.com/download/en/details.aspx?id=3138" rel="nofollow">http://www.microsoft.com/download/en/details.aspx?id=3138

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11310

我没有进行“完整安装”,而只是进行了“示例”部分。
但安装完每个后,我搜索:

C:\Program Files (x86)\Microsoft SDKs\

C:\Program Files\Microsoft SDKs\

查找

IAzPrincipalLocator

,然后还搜索:

IAzObjectPicker

,但找不到任何内容。

多么徒劳的追逐啊。

I agree. There are a few "We got an example for you!" mentions. But no example to be found.

http://blogs.msdn.com/b/cesardelatorre/archive/2009/05/09/non-windows-users-in-azman-authorization-manager-using-the-new-version-in-windows-server-2008-r2-and-windows-7.aspx

From the above URL: (I'm not saying there is one in there, I'm just relaying what he said about the potential for it being there.)

I beleive there is a sample "Custom Object Picker" within Windows SDK. At the moment, the newest SDK is the Windows SDK for Windows 7 and .NET Framework 3.5 SP1 - RC (Published on 5/4/2009):

ISO: http://www.microsoft.com/downloads/details.aspx?FamilyID=6db1f17f-5f1e-4e54-a331-c32285cdde0c

Web setup: http://www.microsoft.com/downloads/details.aspx?FamilyID=f75f2ca8-c1e4-4801-9281-2f5f28f12dbd

I still have to research more on this capability ("Custom Object Picker"), I'll try to extend this post when I'll do it. :-)

Here are some of the MS "red herrings". Aka, the mention of it existing, but there isn't actually one that exists. :<

From:
http://technet.microsoft.com/en-us/library/cc770724(WS.10).aspx

 For more information about creating a custom object picker see Custom Object Picker at the Microsoft Web site (http://go.microsoft.com/fwlink/?LinkId=64027). 

I followed the link. I can't find anything there about creating a Custom Object Picker. :<

Here are some more MS notes (below). Here's the thing. I am the "3rd party" !! (haha). Aka, the "how to make a Custom Object Picker" is a big black hole. :<

From (http://technet.microsoft.com/en-us/library/cc754533(WS.10).aspx)

Choose users or groups with a custom object picker 
1.Install the custom object picker according to the instructions provided with the 3rd-party software.

2.The custom object picker will be added to the Assign users and groups from menu choices under the Role Assignments node and to the drop-down list in the Members and Exclusions tab of the properties sheet for basic application groups. Choose the entry installed by the custom object picker installation process.

3.Select users from the external source, according to the instructions provided with the custom object picker.

Finally, this guy put a lot of leg work in, and nothing worked. (And no help from anyone).
http://social.msdn.microsoft.com/Forums/en-US/windowssecurity/thread/c143f37b-9fbd-4564-86f7-9acb1d71006e/

And for fun:
One more "dead end" reference:
http://authorizationservice.codeplex.com/discussions/265549

.........

I also downloaded both of these:

http://www.microsoft.com/download/en/details.aspx?id=3138

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11310

I didn't do "full installs" but just the "Samples" portions.
But after installing each, I searched:

C:\Program Files (x86)\Microsoft SDKs\

and

C:\Program Files\Microsoft SDKs\

for

IAzPrincipalLocator

and then also:

IAzObjectPicker

and couldn't find anything.

What a goose chase.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文