<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>David Crawford's WebLog : AzMan</title><link>http://blogs.msdn.com/dc995/archive/tags/AzMan/default.aspx</link><description>Tags: AzMan</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Custom Authentication with AzMan - (A note on SID datatype)</title><link>http://blogs.msdn.com/dc995/archive/2006/08/23/715021.aspx</link><pubDate>Wed, 23 Aug 2006 20:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:715021</guid><dc:creator>dc995</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/dc995/comments/715021.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dc995/commentrss.aspx?PostID=715021</wfw:commentRss><wfw:comment>http://blogs.msdn.com/dc995/rsscomments.aspx?PostID=715021</wfw:comment><description>&lt;P&gt;There are&amp;nbsp; multiple ways to implement custom authentication with AzMan but if you are using an approach with custom SIDs (security identifiers), you should be aware of the data&amp;nbsp;type&amp;nbsp;for a&amp;nbsp;SID.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;FONT color=#000000&gt;Each sub authority is of type ULONG (32 bit) numeric which means numbers less than&lt;/FONT&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT color=#000000&gt;4294967295 and no hex characters&lt;/FONT&gt;. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT color=#000000&gt;So the format recommended for a Custom SID is S-1-9-1-1 through S-1-9-4294967295-4294967295. &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT color=#000000&gt;There is no validation based on sub authority either e.g. S-1-5 isn’t evaluated in AzMan any different from any other but you run the risk of collision with well known SIDs or prod AD SIDs . &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT color=#000000&gt;( Thanks Sudheer! ) &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT color=#000000&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT color=#000000&gt;Regards,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT color=#000000&gt;David&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;FONT color=#000000&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=715021" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dc995/archive/tags/AzMan/default.aspx">AzMan</category></item><item><title>Developing Applications Using Windows Authorization Manager White Paper Released!!!</title><link>http://blogs.msdn.com/dc995/archive/2006/08/16/703272.aspx</link><pubDate>Thu, 17 Aug 2006 04:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:703272</guid><dc:creator>dc995</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/dc995/comments/703272.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dc995/commentrss.aspx?PostID=703272</wfw:commentRss><wfw:comment>http://blogs.msdn.com/dc995/rsscomments.aspx?PostID=703272</wfw:comment><description>Check it out! http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetserv/html/AzManApps.asp...(&lt;a href="http://blogs.msdn.com/dc995/archive/2006/08/16/703272.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=703272" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dc995/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/dc995/archive/tags/AzMan/default.aspx">AzMan</category></item><item><title>Source Code for the Authorization Manager (AzMan) ASP.NET  Role Provider Released</title><link>http://blogs.msdn.com/dc995/archive/2006/07/05/657173.aspx</link><pubDate>Wed, 05 Jul 2006 20:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:657173</guid><dc:creator>dc995</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/dc995/comments/657173.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dc995/commentrss.aspx?PostID=657173</wfw:commentRss><wfw:comment>http://blogs.msdn.com/dc995/rsscomments.aspx?PostID=657173</wfw:comment><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;FONT size=4&gt;Check out the Source Code for the Authorization Manager (AzMan) ASP.NET &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;Role Provider&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;A href="http://msdn.microsoft.com/asp.net/downloads/providers/"&gt;http://msdn.microsoft.com/asp.net/downloads/providers/&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;o:p&gt;Under Deep Dive...&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;o:p&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-themecolor: dark2; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi"&gt;&lt;o:p&gt;&amp;nbsp;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/asp2prvdr03.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/asp2prvdr03.asp&lt;/A&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-themecolor: dark2; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-outline-level: 4; mso-margin-top-alt: auto"&gt;&lt;B&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Differences Between the Published Source Code and the .NET Framework's AuthorizationStoreRoleProvider&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 6pt 0in 12pt; LINE-HEIGHT: 18pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;The source code for the &lt;B&gt;AuthorizationStoreRoleProvider&lt;/B&gt; is being released unchanged. This means you will not be able to compile it in its current state, because it contains calls to internal helper methods. However, you can reference the source code to see exactly how the provider maps role manager calls to AzMan.&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana color=#0000ff size=2&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/asp2prvdr01.asp?frame=true"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/asp2prvdr01.asp?frame=true&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="BACKGROUND-COLOR: #ffffff" face=Verdana color=#000000&gt;Role Providers&lt;/FONT&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #cccccc; FONT-FAMILY: 'Verdana','sans-serif'"&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;&lt;B&gt;Summary:&lt;/B&gt; Describes the design and operation of the various built-in providers that Microsoft ASP.NET 2.0 uses for state management services. (6 printed pages)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;&lt;B&gt;Click here to download the entire series in PDF format&lt;/B&gt; &lt;/FONT&gt;&lt;A href="http://download.microsoft.com/download/d/d/b/ddb5a94d-b398-44b5-bbb9-a71808879d79/Microsoft%20ASP.NET%20Providers.pdf"&gt;&lt;FONT color=#000000&gt;Microsoft ASP.NET Providers.pdf&lt;/FONT&gt;&lt;/A&gt;&lt;FONT color=#000000&gt;. &lt;/FONT&gt;&lt;/P&gt;
&lt;H4 class=dtH1&gt;&lt;FONT color=#000000&gt;Contents&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color=#000000&gt;Microsoft ASP.NET 2.0 Providers: Introduction&lt;/FONT&gt;&lt;/B&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/library/en-us/dnaspp/html/asp2prvdr02.asp"&gt;&lt;FONT color=#0000ff&gt;Membership Providers&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/library/en-us/dnaspp/html/asp2prvdr03.asp"&gt;&lt;FONT color=#0000ff&gt;Role Providers&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/library/en-us/dnaspp/html/asp2prvdr04.asp"&gt;&lt;FONT color=#0000ff&gt;Site Map Providers&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/library/en-us/dnaspp/html/asp2prvdr05.asp"&gt;&lt;FONT color=#0000ff&gt;Session State Providers&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/library/en-us/dnaspp/html/asp2prvdr06.asp"&gt;&lt;FONT color=#0000ff&gt;Profile Providers&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/library/en-us/dnaspp/html/asp2prvdr07.asp"&gt;&lt;FONT color=#0000ff&gt;Web Event Providers&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/library/en-us/dnaspp/html/asp2prvdr08.asp"&gt;&lt;FONT color=#0000ff&gt;Web Parts Personalization Providers&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff&gt;&lt;FONT color=#000000&gt;Click here to download&lt;/FONT&gt; &lt;/FONT&gt;&lt;A href="http://download.microsoft.com/download/a/b/3/ab3c284b-dc9a-473d-b7e3-33bacfcc8e98/ProviderToolkitSamples.msi"&gt;&lt;FONT color=#0000ff&gt;ProviderToolkitSamples.msi&lt;/FONT&gt;&lt;/A&gt;&lt;FONT color=#0000ff&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt 18.75pt; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in; mso-margin-top-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #cccccc; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;FONT style="BACKGROUND-COLOR: #ffffff" color=#000000&gt;Find the file AuthStoreRoleProvider.cs.txt &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #cccccc; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt 18.75pt; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in; mso-margin-top-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #cccccc; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;FONT style="BACKGROUND-COLOR: #ffffff" color=#000000&gt;Regards,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt 18.75pt; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in; mso-margin-top-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #cccccc; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;FONT style="BACKGROUND-COLOR: #ffffff" color=#000000&gt;David&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 6pt 18.75pt; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in; mso-margin-top-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #cccccc; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;FONT style="BACKGROUND-COLOR: #000000"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=657173" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dc995/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/dc995/archive/tags/AzMan/default.aspx">AzMan</category></item><item><title>How to use ADAM Principals in Authorization Manager (AzMan) for Fine Grain Authorization</title><link>http://blogs.msdn.com/dc995/archive/2006/05/06/591530.aspx</link><pubDate>Sat, 06 May 2006 18:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:591530</guid><dc:creator>dc995</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/dc995/comments/591530.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dc995/commentrss.aspx?PostID=591530</wfw:commentRss><wfw:comment>http://blogs.msdn.com/dc995/rsscomments.aspx?PostID=591530</wfw:comment><description>Check out this really cool post from the AzMan Team blog! http://blogs.msdn.com/azman/archive/2006/05/06/591230.aspx The ADAM and AzMan teams got together to show how to use ADAM principals with AzMan. Sudheer, Authorization Manager Team, provides a description...(&lt;a href="http://blogs.msdn.com/dc995/archive/2006/05/06/591530.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=591530" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dc995/archive/tags/AzMan/default.aspx">AzMan</category></item><item><title>ASP.NET 2.0 Membership Provider with Active Directory Application Mode - article</title><link>http://blogs.msdn.com/dc995/archive/2006/04/04/568600.aspx</link><pubDate>Wed, 05 Apr 2006 05:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:568600</guid><dc:creator>dc995</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/dc995/comments/568600.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dc995/commentrss.aspx?PostID=568600</wfw:commentRss><wfw:comment>http://blogs.msdn.com/dc995/rsscomments.aspx?PostID=568600</wfw:comment><description>&lt;P&gt;I did some rambling on ASP.NET 2.0 Membership Provider with Active Directory Application Mode on the blog here...&amp;nbsp; &lt;A HREF="/dc995/articles/568597.aspx"&gt;http://blogs.msdn.com/dc995/articles/568597.aspx&lt;/A&gt;&amp;nbsp;so let me know what you think :)&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR&gt;David&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=568600" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dc995/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/dc995/archive/tags/AzMan/default.aspx">AzMan</category></item><item><title>AzMan Questions</title><link>http://blogs.msdn.com/dc995/archive/2005/06/21/431353.aspx</link><pubDate>Wed, 22 Jun 2005 03:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:431353</guid><dc:creator>dc995</dc:creator><slash:comments>227</slash:comments><comments>http://blogs.msdn.com/dc995/comments/431353.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dc995/commentrss.aspx?PostID=431353</wfw:commentRss><wfw:comment>http://blogs.msdn.com/dc995/rsscomments.aspx?PostID=431353</wfw:comment><description>&lt;P&gt;I am putting this place holder out for Windows 2003 Authorization Manager ( AzMan) questions.&lt;/P&gt;
&lt;P&gt;If you have them, &amp;nbsp;please ask them.&lt;/P&gt;
&lt;P&gt;The AzMan (pronounced "A" "Z" "Man" ) update is included in the following:&lt;BR&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E487F885-F0C7-436A-A392-25793A25BAD7&amp;amp;displaylang=en" rel=nofollow&gt;Windows 2003 SP1 Admin Pak&lt;/A&gt;[&lt;A title="New Window" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E487F885-F0C7-436A-A392-25793A25BAD7&amp;amp;displaylang=en" target=_blank rel=nofollow&gt;^&lt;/A&gt;]&lt;BR&gt;&lt;BR&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7edde11f-bcea-4773-a292-84525f23baf7&amp;amp;DisplayLang=en" rel=nofollow&gt;Windows 2000 Authorization Manager Runtime &lt;/A&gt;[&lt;A title="New Window" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7edde11f-bcea-4773-a292-84525f23baf7&amp;amp;DisplayLang=en" target=_blank rel=nofollow&gt;^&lt;/A&gt;]&lt;BR&gt;&lt;BR&gt;You will need to GAC the PIA. You should use the new interfaces for performance and all the benefits of the new interfaces such as the ability to create an emtpty client context and set the LDAPQueryDN supporting dynamic query groups in ADAM. This&amp;nbsp; update to azman facilitates ADAM and ADFS integration environments. AzMan acts as a claims transformation engine when used in conjunction with ADFS. In each case, it is possible to build an empty client context and load sids (typically in the case of an ADAM authentication environment) or load roles and groups based on ADFS group claim assertions. &lt;/P&gt;
&lt;P&gt;[Update: There was a change in packaging. The PIA is not included in the Win2k3 admin pack for WinXP. It is possible to create an interop from the azroles.dll or use the PIA from Win2k3 under %windir%\Microsoft.Net\Authman\(version) ]&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=431353" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dc995/archive/tags/AzMan/default.aspx">AzMan</category></item></channel></rss>