Coder Social home page Coder Social logo

Comments (6)

Yvand avatar Yvand commented on August 10, 2024

Do you reproduce the same behavior in a new site collection?

from ldapcp.

MiikkaLehtonen avatar MiikkaLehtonen commented on August 10, 2024

Yes, it's same behavior in the new site collection.

from ldapcp.

Yvand avatar Yvand commented on August 10, 2024

Then you can use SharePoint logs and filter on Product/Area "LDAPCP" to understand why the disabled user is returned.
The log will show the LDAP query executed, and you can replay it using the PowerShell script here.

from ldapcp.

ldapcphelp avatar ldapcphelp commented on August 10, 2024

configured LDAPCP with AZURE AD, however people picker is showing blocked and disabled users. Is there anything that I am missing?

from ldapcp.

MiikkaLehtonen avatar MiikkaLehtonen commented on August 10, 2024

Hi, thank you for your answer. It seems that the LDAP query is working (I used PowerShell script). The browsers Firefox and Chrome are working and I can’t see disabled users. For the users I searched before they were disabled I have to empty browser history and after that I can’t see them anymore. Strange thing is that with the Internet Explorer I can see disabled users whatever I try to do… Any ideas?

from ldapcp.

Yvand avatar Yvand commented on August 10, 2024

People picker stores results in a local storage cache in the browser.
I thought this was the reason why you got disabled users, and why I initially asked you to try in a new site collection (results are stored per site collection).
To clear it, you can use the developer's toolbar of the the browser (press F12) and run this in the console:

localStorage.clear();

After that, old results should be gone

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.