Coder Social home page Coder Social logo

Comments (4)

Yvand avatar Yvand commented on August 10, 2024

The filtering is done in LDAPCP.ProcessLdapResults() method.
There can be a lot of reasons why a result is removed by the filtering.
If you want, you can clone the source code, download the
symbols from LDAPCP_Debug.zip and live debug to find out why it is excluded.
It's heavy but it will work...

from ldapcp.

Yvand avatar Yvand commented on August 10, 2024

Hi @eduralph, did you figure out what was wrong?

from ldapcp.

eduralph avatar eduralph commented on August 10, 2024

Hi Yvand,

thanks for following up. The issue was occuring in the production environment and we were hesitant to install a Debug version, so we couldn't drill as deep as we would have liked. Ultimately, it was an issue with a) the network connection to the AD Servers or b) the responses the AD Servers were bringing back. We could never really figure that one out as the issue vanished after a couple of days.
So, it wasn't LDAPCP but it would have been nice to be able to see the return responses and the specific filter which was applied in the logs (maybe verbose?) to understand the issues.

from ldapcp.

Yvand avatar Yvand commented on August 10, 2024

Hi @eduralph, there are too many reasons to filter out a potential result to record that in SharePoint logs, even in Verbose(Ex):
LDAPCP parses each LDAP attribute of each LDAP result, and keep only relevant values (to transform in PickerEntity result) based on many criteria.
In case you want to take a look, this logic is implemented in method LDAPCP.ProcessLdapResults()

from ldapcp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.