有没有人为“绿地”项目使用
Windows授权经理(AzMan)?如果是这样,在ASP.NET应用程序中将该技术用作会员/角色提供者有什么好处吗?
答案似乎不是.没有人回答了这个问题,2004年发布的一个博客问题以及一些最近的评论似乎表达了大多数人的负面经验.
NetSqlAzMan将值得调查.
http://weblogs.asp.net/lorenh/archive/2004/02/24/79218.aspx
链接中的一些选择评论:
1.
Udi Dahan – The Software Simplist said: Saw it at a local .Net user group some time ago. Seemed nice, except for the interop.
One other thing is the ability to perform “business tasks” that are really only script.
Should the interop go away,and be able to call .Net code for business tasks,this would truly be a killer.
2.
Chris Bilson said: We have it fully integrated into our ASP.NET application. The Interop part really sucks when you have defined alot of operations and are doing lots of authorization checks. It’s a real performance killer.
I have my own wrapper class that invokes my “Business Tasks” when an access check is performed.
I feel kind of frustrated that there isn’t more information about this tool,as I agree that it is nice way to get out of hard coding role checks into my application – something that would not be acceptable in my case due to varying customer defintions of what a “Manager” is and what they can do.
3.
Dominick Baier said: hi,
i love azman! i have written some stuff on it on www.leastprivilege.com – especially that ability to use non-windows accounts is very cool!
dominick
4.
Mathertel said: Yes,we use it in a .NET Web Application,built a wrapper and a bunch of additional tools to work with (a lot of tools are missing in the MMC snapin)
5.
Tom Bruns said: I have used AzMan extensively in a large .NET Web application. I think that the conceptual model is very good. However,there is alot of “lessons learned” concerning how to correctly architect the application to use it relative to performance,ongoing maintaince of the policy store, interaction with ADAM etc. If I can be of any help please feel free to email me. Replace nospam with com in my email address. Used correctly it can perform very well.
6.
Horea Hopartean said: We tried to use it and keep its repository on a Win2003 AD,but at 10000 users it took 13 (thirteen) seconds to do an OpenApplication call.
That and the ugly API may be good reasons why it hasn’t got any traction so far
(编辑:ASP站长网)
|