Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Querying openLDAP with QNetworkAccessManager
Forum Updated to NodeBB v4.3 + New Features

Querying openLDAP with QNetworkAccessManager

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 333 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Infinity
    wrote on 19 May 2019, 07:07 last edited by
    #1

    I want to get access to an openLDAP server and use ldapsearch, ldapadd and ldapdelete. I tried it with QNetworkAccessManager, but obviously QNetworkAccessManager does not support the ldap protocol. What would be the best way to access and openLDAP server?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 19 May 2019, 21:02 last edited by SGaist
      #2

      Hi,

      It will likely be a better idea to use a library that already implements the protocol like OpenLDAP and integrate it with your application.

      [edit: added missing link SGaist]

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • I Offline
        I Offline
        Infinity
        wrote on 20 May 2019, 08:04 last edited by
        #3

        Hi, do you know any library that I can use?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 20 May 2019, 08:07 last edited by
          #4

          Well, I already suggested OpenLDAP.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          1/4

          19 May 2019, 07:07

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved