有没有可以在 Windows 上使用 LDAP v3 的 ruby gem/插件?
我花了一些时间尝试从我的 OenLDAP 服务器获取有关用户的信息。我有主机操作系统 Windows 7 和来宾操作系统 Fedora 14,安装并配置了 OpenLDAP 服务器。在我的来宾操作系统上,我安装了 ruby-ldap gem 并设法连接和搜索信息,但是每当我尝试在 Windows 中执行搜索(我安装了 gem net-ldap
)时,我得到错误 OpenStruct code=2, message="Protocol Error"
所以我想它使用 LDAP v2 而我的服务器只接受 LDAP v3 所以我的问题是 - 是否有任何 ruby gem/插件可以使用Windows 上的 LDAP v3?
I've spend some time trying to get information about users from my OenLDAP server. I have host OS Windows 7 and guest os Fedora 14 with OpenLDAP server installed and configured. On my guest os I installed ruby-ldap
gem and managed to connect and search info however whenever I try to perform search in Windows (I have gem net-ldap
installed) I get error OpenStruct code=2, message="Protocol Error"
so I suppose it uses LDAP v2 and my server accepts only LDAP v3 So my question is -- is there any ruby gem/plugin to work with LDAP v3 on Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我成功地使用 ruby 1.9.2 在 Windows 平台上构建了 ruby-ldap
I managed to build
ruby-ldap
on Windows platform with ruby 1.9.2