使用 net-ldap 和/或 activeldap 进行 Rails sorcery gem 和 LDAP 身份验证

发布于 2024-12-22 19:11:26 字数 104 浏览 0 评论 0原文

我有一个 Rails 3.1.1 应用程序,它使用巫术 gem 进行身份验证。我想知道是否可以在其中挂接 LDAP,以便我可以针对 LDAP 服务器而不是数据库表进行身份验证。有人实施过这个吗?

I have a rails 3.1.1 app which is using sorcery gem for the authentication. I was wondering if I can hook in LDAP in there so that I can authenticate against an ldap server instead of a database table. Has anyone implemented this?

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

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

发布评论

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

评论(1

感性 2024-12-29 19:11:26

我已经用 devise 和 devise-ldap auth 完成了。
以下是我在搜索中找到的一些链接。

https://github.com/cschiewek/devise_ldap_authenticatable

http://corrupt.net/2010/07/05/LDAP-Authentication-With-Devise/

I have done it with devise and devise-ldap auth.
Here are some of the links I found in my search.

https://github.com/cschiewek/devise_ldap_authenticatable

http://corrupt.net/2010/07/05/LDAP-Authentication-With-Devise/

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