ASP.NET, Open LDAP role based security

廉价感情. 提交于 2019-12-11 09:48:20

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/4552495/asp-net-open-ldap-role-based-security

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!