New Post: mistake in uninstalling the ldapcp
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...
View ArticleNew Post: mistake in uninstalling the ldapcp
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...
View ArticleNew Post: Unexpected error in Augment
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...
View ArticleNew Post: LDAPCP 2013 for Developers
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...
View ArticleNew Post: LDAPCP 2013 for Developers
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...
View ArticleNew Post: People Picker
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...
View ArticleNew Post: LDAPCP deployment stopped search
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...
View ArticleCommented Unassigned: Cannot pick AD groups with the picker [2541]
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...
View ArticleNew Post: LDAPCP deployment stopped search
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...
View ArticleNew Post: People Picker
You probably want to set the option "Display another LDAP attribute" in section "Display of permissions created with identity claim" in LDAPCP configuration page.
View ArticleCommented Unassigned: Cannot pick AD groups with the picker [2541]
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...
View ArticleNew Post: Unexpected error in Augment
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...
View ArticleNew Post: Group Augmentation
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
View ArticleNew Post: LDAPCP 2013 for Developers
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...
View ArticleNew Post: Disable augmentation for one web application
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...
View ArticleCreated Unassigned: LDAP injection [2543]
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
View ArticleNew Post: Create Package from source code
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....
View ArticleNew Post: Create Package from source code
Hello, you cannot use this key, but you can delete it and create a new one. thanks, Yvan
View ArticleNew Post: Disable augmentation for one web application
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....
View ArticleNew Post: LDAPCP 2013 for Developers
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...
View Article