问题描述
我有几个使用Open LDAP进行身份验证的在asp.net中开发的应用程序.这些应用程序运行正常,并且身份验证没有问题.
主要问题是管理用户角色和职责,需求经常更改.任何人都可以建议一种开放源代码框架来管理用户角色,或以其他任何方式来管理用户角色吗,例如在开放的LDAP等中.
我研究了很少的商业解决方案(例如Visual Guard),但正在寻找开源软件.
您可以实现自定义角色提供程序,使用 Novell的C#LDAP库执行查询针对目录.
LDAP组可以是用作角色的后备存储.
I have couple of applications developed in asp.net with authentication from Open LDAP. The applications are working fine and I am having no problem with authentication.
The main problem is to manage user roles and responsibilities and the requirements change quite frequently. Can any one suggest an open source framework to manage user roles or any other ways to manage user roles i.e. within open LDAP etc...
I have studied few commercial solutions like Visual Guard but am looking for open source.
You can implement custom Role provider using Novell's LDAP library for C# to perform queries against directory.
LDAP groups can be used as a backing store for roles.
这篇关于ASP.NET,基于Open LDAP角色的安全性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!