New Post: Ldap connection error
Hello Yvand, thanks a lot for your answer. I'm going to test your new version as soon as possible and tell you if i have found the solution. Many thanks.
View ArticleNew Post: Disabling prefix (Role) when searching for AD groups
Hello Yvan, Many thanks for update. Just for your information, i was able to do it by removing LDAP class "group" from _admin/Ldapcp/ClaimsTable.aspx on my ShP CA server (as shown on screenshot below):...
View ArticleUpdated Wiki: Home
This claims provider queries Active Directory and LDAP servers to enhance people picker with a great search experience in trusted authentication (typically ADFS). FeaturesWorks with SharePoint 2013 and...
View ArticleNew Post: Disabling prefix (Role) when searching for AD groups
Hello, I'm not exactly sure about what you did but I don't think it was a good idea :) You should revert your change and after installing the update, you'll see a checkbox for to show/hide the claim...
View ArticleNew Post: Disabling prefix (Role) when searching for AD groups
Sure, Will try it today and reply back. Thanks.
View ArticleSource code checked in, #2430ee0b78afe6a75f3b8d4e836da8ec5742d59c
*Changes in version 3.10 (published 29/03/2016)* - Added an overridable method that is called after permissions are created, but before they are sent to SharePoint, so that you have developers have a...
View ArticleUpdated Wiki: Home
This claims provider queries Active Directory and LDAP servers to enhance people picker with a great search experience in trusted authentication (typically ADFS). FeaturesWorks with SharePoint 2013 and...
View ArticleNew Post: Disabling prefix (Role) when searching for AD groups
Hi Yvan, All works like a charm. Great addition to solution! However i'd like to ask one more question - currently i'm unable to extract email address associated with AD security group (or Exchange...
View ArticleNew Post: AD security group\Exchange distribution list email property is missed
Hello Yvan, Currently i'm unable to extract email address associated with AD security group (and Exchange distribution list). In fact, when looking through PowerShell, i seeGet-ADGroup "Project...
View ArticleNew Post: AddWildcardInFrontOfQuery property
Dear Team, I would like to include a wildcard before and after the input string This definition is managed by the property AddWildcardInFrontOfQuery and its default value is set out to false. You have...
View ArticleReviewed: LDAPCP v3.10 (апр 01, 2016)
Rated 5 Stars (out of 5) - Good solution for all your need. Very powerful and configurable though CA.
View ArticleReviewed: LDAPCP v3.10 (апр 01, 2016)
Rated 5 Stars (out of 5) - Good solution for all your needs. Very powerful and configurable through CA.
View ArticleNew Post: AD security group\Exchange distribution list email property is missed
Hello, actually this is possible but there is a bug in the claims mapping page that prevents you from adding the entry needed to handle this. You can fix it manually by editing ClaimsTable.aspx with...
View ArticleNew Post: AddWildcardInFrontOfQuery property
Hello Giuseppe, Your analysis is correct, and I don't see any workaround for this. To give you some background, this option was hidden because using a wildcard in front of input prevents LDAP from...
View ArticleNew Post: AD security group\Exchange distribution list email property is missed
Hello Yvan, Unfortunately this doesn't help. The only ULS entry i see when adding group using People picker is: 04/04/2016 08:18:41.22 w3wp.exe (0x3F18) 0x3904 LDAPCP Claims Picking 1337 Medium...
View ArticleNew Post: AD security group\Exchange distribution list email property is missed
Hello Sergey, can you delete and recreate the entry, and choose "SecurityGroup" instead of "FormRole" for the Claim entity type? thanks, Yvan
View ArticleNew Post: AD security group\Exchange distribution list email property is missed
Hello Yvan, Empirically i've found that SecurityGroup entry works fine. Here is how group is now displayed: But i'm still unable to get it from code (either PowerShell or C# -"Email" property is empty...
View ArticleNew Post: AD security group\Exchange distribution list email property is missed
I'm not sure to understand what you mean with the code. Do you have a sample code that works for users and not for groups?
View ArticleNew Post: AD security group\Exchange distribution list email property is missed
Sure, Please find an example below:$logonName = "WFA FP&A" $user = [AMPortal.Data.SPLists.Repositories.Base.WebExtension]::TryEnsureUser($web, $logonName) Write-Host $user.LoginName $user.Name...
View ArticleNew Post: Query within site collection
Great!!! I will go ahead and download the update this evening and test it out. Thank you once again for implementing this and making it available quicker than I expected. Very thankful for all your...
View Article