Yvan Duhamel

Results 116 comments of Yvan Duhamel

@mpatrick210 very good news, thanks for the update!

@renzska deleting the email address claim type in LDAPCP claims list is the correct approach to get rid of entries like "(EmailAddress) [email protected]" in the people picker. The error you...

This issue won't repro in a new list. But if you add a people column and add a user like "(EmailAddress) [email protected]" you will reproduce it. You'll need to first...

Hi @shaimaafarouk9, if you really do not want the people picker to return groups, in LDAPCP claim types mapping page you can delete the role claim type (the bold blue...

I assume you want to search both classes User and Contact for the identity claim type permission. If so, it should be possible if you do the following: - Go...

The short answer is that this is the job of the user profile service to sync the display name to the sites. With that said, claims providers have a chance...

Hi @subas-hub, EntraCP does not need LDAPCP, but I assume that SharePoint finds LDAPCP when it parses the existing claims providers, and somehow it cannot load it what is the...

Can you test if this command runs successfully: `Add-Type -AssemblyName "ldapcp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=80be731bc1a1a740"`

@desmondkung this is clearly unexpected. You can add an LDAPS entry using this PowerShell script: ```powershell Add-Type -AssemblyName "Yvand.LDAPCPSE, Version=1.0.0.0, Culture=neutral, PublicKeyToken=80be731bc1a1a740" $config = [Yvand.LdapClaimsProvider.LDAPCPSE]::GetConfiguration() $settings = $config.Settings # Add...

> Is there a way to reset all LDAPCPSE settings back to default via PowerShell so that I can try again? Including the removal of the recently added LDAPS connection....