1

おそらく、カスタムピッカーを作成してAzManと統合することは可能です。この機能を使用して、MMCユーザーがWindows以外のユーザーをAzManストアに追加できるようにすることができます。(ここを参照)。Microsoftのブログの1つによると、サンプルはWindows Server2008SDKに含まれていました。

私はそのようなものを見つけることができません、そして私はそれが本当にそこにあるかどうか尋ねる他の何人かの人々を見つけました。このサンプルは存在しますか?または、他の場所にサンプル、例、または説明がありますか?

ありがとう、

アン

4

1 に答える 1

1

同意します。「私たちはあなたのための例を手に入れました!」言及。しかし、例は見つかりません。

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/

楽しみのために: もう 1 つの「行き止まり」参照: http://authorizationservice.codeplex.com/discussions/265549

.........

また、これらの両方をダウンロードしました:

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

そして何も見つかりませんでした。

なんてガチョウの追跡。

于 2012-01-06T15:32:34.487 に答える