login restriction with ldap, but where to store the functional rights/access control list?
Posted
by jrEwing
on Stack Overflow
See other posts from Stack Overflow
or by jrEwing
Published on 2010-03-28T12:51:36Z
Indexed on
2010/03/28
12:53 UTC
Read the original article
Hit count: 213
Question is: Best practices when using LDAP authentication like MS ActiveDirectory but having complex access control rights inside each application. Did you put it all in the LDAP or did you link it with information in the application?
Looking to build this in asp.net mvc 2 and using membership features, so best practice here i guess is that we roll our own custom provider to acomplish this...
© Stack Overflow or respective owner