Windows授权经理(AzMan)是否已经过时?在新的ASP.NET应用程序中使用是否很好?

有没有人为“绿地”项目使用 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 @R_932_4045@ion 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

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...