通过 LDAP 使用 asp.net 成员资格

发布于 2024-12-02 01:34:33 字数 338 浏览 0 评论 0原文

我们有一个使用 asp.net 和 sql 会员资格提供程序的 Intranet 系统。我们在内联网中设置了大约 400 个用户。这些可以包括员工、承包商等。

我试图找出是否有一种方法可以公开我们现有的 asp.net sql 会员数据库,以便其他系统可以通过 LDAP 使用它。例如,我们有两台多功能复印机,大量用于扫描到电子邮件。目前,我们手动维护复印机上保存的电子邮件地址簿,但我们希望将复印机配置为使用 LDAP,并自动从 Intranet 会员数据库中提取姓名和电子邮件地址。

可以通过 LDAP 公开使用 asp.net 成员资格吗?系统只会使用用户信息(只读);无需将更改写回成员数据库。

提前致谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南…巷孤猫 2024-12-09 01:34:33

对我来说,如果您更喜欢 Microsoft 解决方案或 OpenLDAP、OpenDS 开源解决方案,最好的方法是在 W2K3 (R2) 上安装 ADAM(Active-Directory 应用程序模式)或在 W2K8 (R2) 上安装 LDS(轻量级目录服务器)。然后,将您的 SQL 数据库与这个“小型”LDAP 服务器同步。为什么不使用 LDAP 服务器替换 SQL 成员身份,它对于身份验证来说更加标准。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文