New Post: How to keep admin pages while customizing ldapcp?
Thank you for your answer. In fact I just need to make the people picker displays the 'User display name'. Could you be kind enough to show me how to modify the custom code following (downloaded from...
View ArticleNew Post: Problem to deploy ldapcp custom in vstud 2015
Hello, Could anybody help me with the following issue? I dowloaded the developper last version of ldapcp. When deploying I get the following error. I deploy the project with visstudio 2015 as...
View ArticleNew Post: How to keep admin pages while customizing ldapcp?
Then you can type just this in the method;this.CurrentConfiguration.AttributesListProp = new List<AttributeHelper> { new AttributeHelper{LDAPAttribute="userPrincipalName",...
View ArticleNew Post: Problem to deploy ldapcp custom in vstud 2015
Hello, it's just the post-build event that doesn't find gacutil.exe (used to copy assembly in the GAC), which is probably in a different path. You can either fix the path or remove the command, in...
View ArticleNew Post: How to keep admin pages while customizing ldapcp?
Thank you, you mean to have just the code below in the "SetCustomConfiguration" method?protected override void SetCustomConfiguration(Uri context, string[] entityTypes) {...
View ArticleNew Post: How to keep admin pages while customizing ldapcp?
Hello Yvand, I did it and what is displayed is not the display name but the upn. How can I manage to only show the Display name in the picker when users are proposed to be picked up? I tried something...
View ArticleNew Post: How to keep admin pages while customizing ldapcp?
Hello, you just need to set property LDAPAttributeToDisplayProp like this:protected override void SetCustomConfiguration(Uri context, string[] entityTypes) {...
View ArticleNew Post: How to keep admin pages while customizing ldapcp?
It works! Thank you very very very much Yvand. Kind regards. Claude
View ArticleNew Post: LDAP Connection - UserName
Is it possible to query a domain that uses an account in a different domain (Just like in User Profile Sync Service)? We use a single service account to connect to all domains.
View ArticleNew Post: LDAP Connection - UserName
Sure, the LDAPCP global settings page lets you specify the credentials to use when you add a new LDAP connection
View ArticleCreated Unassigned: error when add sp solution with powershell on SP2013 [2540]
when trying to add the wsp solution package with Powershell , the following error is received on the sp 2013 farm server standalone server add-SPSolution -LitteralPath "c:\tools\LDAPCP.wsp"...
View ArticleNew Post: LDAPCP 2013 for Developers
Hi all, Can someone provide an example how to associate LDAP with more than one SPTrustedIdentityTokenIssuer? I really dont know what to do in the LDAPCP 2013 for Developers project. Some people said...
View ArticleCommented Unassigned: error when add sp solution with powershell on SP2013...
when trying to add the wsp solution package with Powershell , the following error is received on the sp 2013 farm server standalone server add-SPSolution -LitteralPath "c:\tools\LDAPCP.wsp"...
View ArticleNew Post: LDAPCP 2013 for Developers
Hello, In LDAPCP 2013 for Developers project you can find multiple classes that inherit LDAPCP, each creating a unique version with some different customization. The need to inherit is mainly to...
View ArticleNew Post: LDAPCP 2013 for Developers
Thanks for your response. I only change the _ProviderInternalName name from "LDAPCP_Custom" to something else and associate this provider to other SPTrustedIdentityTokenIssuer. I have 2...
View ArticleNew Post: LDAP Connection - UserName
I've entered the account using both domainName\AccountName & the upn (i.e. abc@domain.local) but both fail. Is there a particular checkbox or format that I need to use?
View ArticleNew Post: LDAP Connection - UserName
To assist others with this issue. You must place a check next to "Secure" in order to use an account that is not in the domain that you're connecting to for LDAP. This is an awesome product and has...
View ArticleNew Post: LDAPCP 2013 for Developers
Yes, that's the only mandatory change to make. Do you see your custom LDAPCP when you run cmdlet Get-SPClaimProvider? Do you see the farm feature of your custom LDAPCP in cemtran administration? Is it...
View ArticleNew Post: How to keep admin pages while customizing ldapcp?
Hello and Beste wishes for the new year to all. A remaining question about the display of the results.Is there a way to display not only the dispay name of the found users but to add too the name of...
View Article