Jump to content

Gerry

Root Admin
  • Posts

    2,437
  • Joined

  • Last visited

  • Days Won

    172

Everything posted by Gerry

  1. Hi Martyn, I am pretty sure LDAP querying is not that flexible, if you want to be selective with the data you pull from the LDAP structure you probably only have two options. 1. Multiple LDAP queries, each one targeting the data you want, as many queries as you have data sets. 2. Global query where you do a topdown search that will include everything you want and then in your processing (i.e. the code processing the query) you filter the result set down to what you need. For ultimate control over this, I would personally opt for option 1 for maintainability, but if you have special processing depending on the data I would go with the second option so I had more control over the data I am processing. In practice you may well need to use a combination of both approaches. Hope that helps. Gerry
  2. Hi Martyn, Please also see this document: https://wiki.hornbil...rotocol_Support we have full support for STARTTLS which is verified in our tests against exchange server so there should not be ant problem. Another tip, when looking for stuff relating to Hornbill you can always Google. To find this page as the top page just google "Hornbill STARTTLS", we have tried to optimise out Wiki to make it easy for you to find this sort of stuff - our internal folk forget this all the time too Gerry
×
×
  • Create New...