Quantcast
Channel: LDAP/AD Claims Provider For SharePoint
Viewing all 270 articles
Browse latest View live

New Post: mistake in uninstalling the ldapcp

$
0
0
ldapcp.dll should be in the .NET 4.5 GAC (C\Windows\Microsoft.Net\Assembly) of every SharePoint server, but not on SQL servers.
did you run the script above in SharePoint PowerShell console? The reason I'm asking this is that I'm sure that this console runs the .NET 4.5 runtime (and not 3.5)

New Post: mistake in uninstalling the ldapcp

$
0
0
Thanks,

This worked. Another two questions: is it possible to return AD users first before LDAP users in 2013 sharepoint? Also, is it possible to limit the users returned by LDAPCP, using an option other than exact match?

New Post: Unexpected error in Augment

$
0
0
Our STS is running on the farm account, our webapplication is running on it's own serviceaccount.
We have an acceptatie farm that has the same behaviour.
What exactly do I have to do in the peoplepickler to have a chance at reproducing the error?

New Post: LDAPCP 2013 for Developers

$
0
0
Hello,

i don't understand how to use LDAPCP 2013 for Developers...

Is it necessary to deploy the original LDAPCP.wsp in my farm and deploy an additional WSP for my code or
is it necessary to only include the ldapcp.dll in my project?

thanks for helping me

Best regards
Joerg

New Post: LDAPCP 2013 for Developers

$
0
0
hi Joerg,
"LDAPCP 2013 for Developers" is independent and does not need LDAPCP.wsp.
yes, you can create a new project and only include ldapcp.dll, that's all you need to create your own custom claims povider that inherits LDAPCP.

"LDAPCP 2013 for Developers" was designed to show you how to easily create a custom claims provider and shows some example of possible customization.

thanks,
Yvan

New Post: People Picker

$
0
0
We just installed this and now the people picker is returning different values than it did using AD.

If we change the DisplayName to use the displayname then it also changes the accountId from the username to the displayname also.

Any ideas?

New Post: LDAPCP deployment stopped search

$
0
0
Our PROD farm has 2 APPs, 4 WFEs and 2 Crawl, 2 Query servers. When we deployed it in our Farm, search stopped working and got following error


TS Service request: Problem getting output claims identity. Exception: 'System.IO.FileNotFoundException: Could not load file or assembly 'ldapcp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fcf51c21cb49cd7d' or one of its dependencies. The system cannot find the file specified. File name: 'ldapcp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fcf51c21cb49cd7d' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssemb... 7230d59d-2e7b-7058-1d14-ee727ca8338e

Commented Unassigned: Cannot pick AD groups with the picker [2541]

$
0
0
We managed to configure the picker, but noticed that we cannot resolve/add AD groups when we have it enabled. Am I missing something? Can someone please advise how to configure it properly so ut can resolve AD groups?
Comments: do we have any updates on this issue/request?

New Post: LDAPCP deployment stopped search

$
0
0
This is because ldapcp.dll is not deployed in servers that are not running SharePoint web application service.
You must deploy it manually, as documented in the homepage:
[System.Reflection.Assembly]::Load("System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
$publish = New-Object System.EnterpriseServices.Internal.Publish
$publish.GacInstall("C:\Data\Dev\ldapcp.dll")

New Post: People Picker

$
0
0
You probably want to set the option "Display another LDAP attribute" in section "Display of permissions created with identity claim" in LDAPCP configuration page.

Commented Unassigned: Cannot pick AD groups with the picker [2541]

$
0
0
We managed to configure the picker, but noticed that we cannot resolve/add AD groups when we have it enabled. Am I missing something? Can someone please advise how to configure it properly so ut can resolve AD groups?
Comments: Can you make sure that a group claim type is shown in green in LDAPCP claims mapping page, and correctly mapped to a group LDAP object and class? Then you can filter SharePoint logs in area/product "LDAPCP" to see what's going on when you search a group

New Post: Unexpected error in Augment

$
0
0
It looks like it is somehow related to the farm account, because you repro only during augmentation (people picker calls the same method but as the application pool account).
Do you repro the issue if you run the same code in PowerShell as the farm account:
[System.DirectoryServices.ActiveDirectory.Domain]::GetComputerDomain().GetDirectoryEntry()

New Post: Group Augmentation

$
0
0
Hi

very interesting, could you advise on how do you able to setup the claim mapping for group as it showed Green in your LDAPCP mapping table above?

Thanks

Swanl

New Post: LDAPCP 2013 for Developers

$
0
0
Yvand wrote:
hi Joerg,
"LDAPCP 2013 for Developers" is independent and does not need LDAPCP.wsp.
yes, you can create a new project and only include ldapcp.dll, that's all you need to create your own custom claims povider that inherits LDAPCP.

"LDAPCP 2013 for Developers" was designed to show you how to easily create a custom claims provider and shows some example of possible customization.

thanks,
Yvan
Hi Yvan,

thanks very much for your answer. Unfortunatelly i have the next question. :)
which is the best way to use the LDAPCP admin sites when i develop a custom Claims Provider?

Best Regards
Joerg

New Post: Disable augmentation for one web application

$
0
0
Hi Yvand,
We have a SharePoint farm with three claims based web applications. For two of them we want to keep the LDAPCP augmentation from Active Directory. For one web application we want to disable augmentation, so external users can request access. While augmentation is enabled external users get a "User not found" error without being able to request access.
Is it possible to disable augmentation for one web application?
Regards,
Wouter Berman

Created Unassigned: LDAP injection [2543]

$
0
0
Implementation is vulnerable to LDAP injection. Please implement escaping of input before constructing search filter: https://www.owasp.org/index.php/LDAP_Injection_Prevention_Cheat_Sheet

New Post: Create Package from source code

$
0
0
Hi,

Im unable to create the package from the source code provided for the LDAPCP 2013.
When i try to create the package i get the following error:

"Cannot import the following key file: LDAPCP 2013.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_BAC0B747BC4DA1C1"

Will i need to get the certificate key to create the package of the solution and if so where can i get it?

Thank you.

New Post: Create Package from source code

$
0
0
Hello,
you cannot use this key, but you can delete it and create a new one.
thanks,
Yvan

New Post: Disable augmentation for one web application

$
0
0
hi Wouter,
no, this is not possible with the standard version. If this is a mandatory requirement, the only possibility is to inherit LDAPCP class and overrid method Augment() to implement this.
thanks,
Yvan

New Post: LDAPCP 2013 for Developers

$
0
0
Hello, sorry for the late reply, I have never tried this myself so I don't have specific guidance for this, but recently I moved admin pages into user controls (.ascx) and made
relevant parameters settable from the outside, so it shouldn't be a big deal.
I hope this will help.
thanks,
Yvan
Viewing all 270 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>