Qt 中的 LDAP 查询

发布于 2024-11-25 19:12:42 字数 278 浏览 1 评论 0原文

考虑在 QML 中实现 LDAP 查看器。第一步显然是创建一个可以处理 ldap 查询的 Qt 后端。我已经阅读了 rfc1823(类似 ldap 教程),但仍然不明白从哪里开始。

我对一些 Qt 代码感兴趣,这些代码可以让我开始使用一些示例 LDAP 函数,例如:

  1. 连接到 ldap 服务器
  2. 执行一些任何类型的简单查询
  3. 关闭连接

编辑:如果您可以将我指向任何内容,则不需要代码关于如何在 C++ / Qt 中执行此操作的教程/指南

Thinking of implementing a LDAP-viewer in QML. The first step is obviously to make a Qt back-end that can handle ldap-queries. I've read the rfc1823 (ldap tutorial of sorts), but still can't understand where to begin really.

I would be interested in some Qt code that would get me started on some sample LDAP functions, for instance :

  1. connect to a ldap server
  2. do some simple query of any type
  3. close the connection

Edit: code is not required if you can point me to any tutorials/guides as to how one does this in C++ / Qt

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

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

发布评论

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

评论(1

围归者 2024-12-02 19:12:42

我建议使用 libldap。从头开始编写客户端需要大量工作。请查看此处作为参考示例 -离开。您可以轻松将该代码与 Qt 集成。

OpenLDAP 库还有一些 C++ 示例 包括。

I suggest using libldap. Writing a client from scratch is a lot of work. Take a look here for some examples as a kick-off. You can easily integrate that code with Qt.

The OpenLDAP library also has some c++ example included.

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