开发者

Use asp.net membership via LDAP

开发者 https://www.devze.com 2023-04-01 10:46 出处:网络
We have an intranet system that uses asp.net with the sql membership provider.We have about 400 开发者_开发技巧users setup in the intranet.These can include employees, contractors, etc.

We have an intranet system that uses asp.net with the sql membership provider. We have about 400 开发者_开发技巧users setup in the intranet. These can include employees, contractors, etc.

I'm trying to find out if there is a way to expose our existing asp.net sql membership database so it can be used by other systems via LDAP. For example, we have 2 multi-function copy machines that are used heavily for scanning to email. Currently we manually maintain the email address book saved on the copiers, but we'd like to configure the copier to use LDAP and pull the names and email addresses automatically from the intranet membership database.

Can the asp.net membership be exposed to be used via LDAP? The systems would only be consuming the user information (read-only); no need to write changes back to the membership database.

Thanks in advance.


For me the best way is to install an ADAM (Active-Directory Application Mode) on W2K3 (R2) or an LDS (Lightweigth Directory Server) on W2K8 (R2) if you prefer Microsoft solutions or OpenLDAP, OpenDS for open source solution. And then, synchronize your SQL Database with this 'tiny' LDAP server. And why not replace the SQL membership with an LDAP server, it's a bit more standard for authentication.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号