使用 net-ldap 和/或 activeldap 进行 Rails sorcery gem 和 LDAP 身份验证
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经用 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/