HighTechTalks DotNet Forums  

Authorization Manager redistribution/use on XP?

Dotnet Security microsoft.public.dotnet.security


Discuss Authorization Manager redistribution/use on XP? in the Dotnet Security forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Markus Leder
 
Posts: n/a

Default Authorization Manager redistribution/use on XP? - 03-21-2007 , 09:38 AM






My question in summary (read further down for details):

==> Is it possible to install, use and redistribute AuthorizationManager
(DLL and MMC) within a custom product also on XP?

---

In a previous project we successfully used Windows 2003
AuthenticationManager (AzMan) for fine-grained role-based authentication. We
also made use of the Administration Tools Pack for XP (for
development/testing purposes and server management)
http://www.microsoft.com/downloads/d...displaylang=en.

In my current project (.NET 3.0/SQL) we are currently investigating
possibilities for role-based security (authorization). However, as a
requirement Windows XP (beside 2003 and Vista) is also a needed deployment
platform.

I quickly checked the license agreement of the AdminPack and understood (not
easy...) that an installation/redistribution is not allowed on XP, at least
for the whole AdminPack. However, we would only need the
Microsoft.Interop.Security.AzRoles.dll DLL and the MMC add-in.

Can anyone help?

Reply With Quote
  #2  
Old   
Dominick Baier
 
Posts: n/a

Default Re: Authorization Manager redistribution/use on XP? - 03-21-2007 , 12:03 PM






IIRC - AzMan is only supported on W2K3..


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)

Quote:
My question in summary (read further down for details):

==> Is it possible to install, use and redistribute
AuthorizationManager (DLL and MMC) within a custom product also on XP?

---

In a previous project we successfully used Windows 2003
AuthenticationManager (AzMan) for fine-grained role-based
authentication. We also made use of the Administration Tools Pack for
XP (for development/testing purposes and server management)
http://www.microsoft.com/downloads/d...=E487F885-F0C7
-436A-A392-25793A25BAD7&displaylang=en.

In my current project (.NET 3.0/SQL) we are currently investigating
possibilities for role-based security (authorization). However, as a
requirement Windows XP (beside 2003 and Vista) is also a needed
deployment platform.

I quickly checked the license agreement of the AdminPack and
understood (not easy...) that an installation/redistribution is not
allowed on XP, at least for the whole AdminPack. However, we would
only need the Microsoft.Interop.Security.AzRoles.dll DLL and the MMC
add-in.

Can anyone help?




Reply With Quote
  #3  
Old   
Joe Kaplan
 
Posts: n/a

Default Re: Authorization Manager redistribution/use on XP? - 03-22-2007 , 12:28 PM



I thought it was fully supported on XP too?

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Dominick Baier" <dbaier (AT) pleasepleasenospam_leastprivilege (DOT) com> wrote in
message news:51eb3048c07e8c939f1f3079f90 (AT) news (DOT) microsoft.com...
Quote:
IIRC - AzMan is only supported on W2K3..


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications
(http://www.microsoft.com/mspress/books/9989.asp)

My question in summary (read further down for details):

==> Is it possible to install, use and redistribute
AuthorizationManager (DLL and MMC) within a custom product also on XP?

---

In a previous project we successfully used Windows 2003
AuthenticationManager (AzMan) for fine-grained role-based
authentication. We also made use of the Administration Tools Pack for
XP (for development/testing purposes and server management)
http://www.microsoft.com/downloads/d...=E487F885-F0C7
-436A-A392-25793A25BAD7&displaylang=en.

In my current project (.NET 3.0/SQL) we are currently investigating
possibilities for role-based security (authorization). However, as a
requirement Windows XP (beside 2003 and Vista) is also a needed
deployment platform.

I quickly checked the license agreement of the AdminPack and
understood (not easy...) that an installation/redistribution is not
allowed on XP, at least for the whole AdminPack. However, we would
only need the Microsoft.Interop.Security.AzRoles.dll DLL and the MMC
add-in.

Can anyone help?






Reply With Quote
  #4  
Old   
Dominick Baier
 
Posts: n/a

Default Re: Authorization Manager redistribution/use on XP? - 03-22-2007 , 01:12 PM



yeah - maybe i am wrong - but i thought there was some gotcha with AzMan
on XP


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)

Quote:
I thought it was fully supported on XP too?

Joe K.




Reply With Quote
  #5  
Old   
Joe Kaplan
 
Posts: n/a

Default Re: Authorization Manager redistribution/use on XP? - 03-22-2007 , 02:13 PM



There probably are, but I think it is technically supported. Where is Dave
McPherson when we need him?

OP might consider reposting on microsoft.public.platformsdk.security to try
to get his attention.

Joe K

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Dominick Baier" <dbaier (AT) pleasepleasenospam_leastprivilege (DOT) com> wrote in
message news:51eb3048c2468c93ac4d2a1e660 (AT) news (DOT) microsoft.com...
Quote:
yeah - maybe i am wrong - but i thought there was some gotcha with AzMan
on XP


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications
(http://www.microsoft.com/mspress/books/9989.asp)

I thought it was fully supported on XP too?

Joe K.






Reply With Quote
  #6  
Old   
Dave
 
Posts: n/a

Default Re: Authorization Manager redistribution/use on XP? - 03-31-2007 , 04:16 PM



AzMan is suppoorted on XP for development and administration via the Admin
Pack. It is not supported for deployment on XP.

HTH,
-Dave
---
This posting is provided "As Is" with no warranties, and confers no rights.

Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Joe Kaplan" wrote:

Quote:
There probably are, but I think it is technically supported. Where is Dave
McPherson when we need him?

OP might consider reposting on microsoft.public.platformsdk.security to try
to get his attention.

Joe K

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Dominick Baier" <dbaier (AT) pleasepleasenospam_leastprivilege (DOT) com> wrote in
message news:51eb3048c2468c93ac4d2a1e660 (AT) news (DOT) microsoft.com...
yeah - maybe i am wrong - but i thought there was some gotcha with AzMan
on XP


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications
(http://www.microsoft.com/mspress/books/9989.asp)

I thought it was fully supported on XP too?

Joe K.







Reply With Quote
  #7  
Old   
Joe Kaplan
 
Posts: n/a

Default Re: Authorization Manager redistribution/use on XP? - 04-01-2007 , 02:10 AM



Thanks for the clarification. That helps.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Dave" <Dave (AT) discussions (DOT) microsoft.com> wrote

Quote:
AzMan is suppoorted on XP for development and administration via the Admin
Pack. It is not supported for deployment on XP.

HTH,
-Dave
---
This posting is provided "As Is" with no warranties, and confers no
rights.

Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Joe Kaplan" wrote:

There probably are, but I think it is technically supported. Where is
Dave
McPherson when we need him?

OP might consider reposting on microsoft.public.platformsdk.security to
try
to get his attention.

Joe K

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services
Programming"
http://www.directoryprogramming.net
--
"Dominick Baier" <dbaier (AT) pleasepleasenospam_leastprivilege (DOT) com> wrote in
message news:51eb3048c2468c93ac4d2a1e660 (AT) news (DOT) microsoft.com...
yeah - maybe i am wrong - but i thought there was some gotcha with
AzMan
on XP


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications
(http://www.microsoft.com/mspress/books/9989.asp)

I thought it was fully supported on XP too?

Joe K.









Reply With Quote
  #8  
Old   
Markus Leder
 
Posts: n/a

Default Re: Authorization Manager redistribution/use on XP? - 04-03-2007 , 10:20 AM



Bad to hear that. But thank you very much for your posts!

"Joe Kaplan" wrote:

Quote:
Thanks for the clarification. That helps.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Dave" <Dave (AT) discussions (DOT) microsoft.com> wrote in message
news:15945D58-A73C-47E5-AE9D-6456ADAD813F (AT) microsoft (DOT) com...
AzMan is suppoorted on XP for development and administration via the Admin
Pack. It is not supported for deployment on XP.

HTH,
-Dave
---
This posting is provided "As Is" with no warranties, and confers no
rights.

Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Joe Kaplan" wrote:

There probably are, but I think it is technically supported. Where is
Dave
McPherson when we need him?

OP might consider reposting on microsoft.public.platformsdk.security to
try
to get his attention.

Joe K

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services
Programming"
http://www.directoryprogramming.net
--
"Dominick Baier" <dbaier (AT) pleasepleasenospam_leastprivilege (DOT) com> wrote in
message news:51eb3048c2468c93ac4d2a1e660 (AT) news (DOT) microsoft.com...
yeah - maybe i am wrong - but i thought there was some gotcha with
AzMan
on XP


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications
(http://www.microsoft.com/mspress/books/9989.asp)

I thought it was fully supported on XP too?

Joe K.










Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.