New Post: LDAPCP Login Instead of Forms Based
Hi, LDAPCP is just a claims provider that enhances the people picker, it's not designed or intended to authenticate users, this part must be done by an external STS.
View ArticleNew Post: Adding costom prefix to People Picker
Hi, I have a WebApp where Windows and ADFS authentication is activated. ADFS is for the same Domain as the Windows Domain. I changed the Display to LDAP Attribute CN instead of "mapped Attribute" from...
View ArticleNew Post: Adding costom prefix to People Picker
Hi, unfortunately it's not possible with the standard version. If you are a developer you can inherit LDAPCP and override method FormatPermissionValue, but I don't recommend this approach if you don't...
View ArticleNew Post: Adding costom prefix to People Picker
Hi Yvand, thank you for your fast reply. I saw the developer version, but as you mentioned I am not an experienced SharePoint developer :) I would appreciate it very much if you add in a future release...
View ArticleCreated Unassigned: Current source code [2538]
We're running into some issues with augmentation in v5.1. We're attempting to debug and it appears the last available source is v4.0. Will this be updated soon?
View ArticleCommented Unassigned: User Group Augmentation [2537]
When augmentation is enabled there is a call to retrieve the UserPrincipal to augment with group membership however currently this call uses the method FindByIdentity which assumes that the value of...
View ArticleNew Post: People Picker Not working with one-Way trust Domain
We have 3 Forest, A=Internal B=External C=DMZ we Have two way Trust from C to A and C to B and one Way Trust for B to A our Adfs is installed on DMZ & SharePoint is installed on C now i can pick...
View ArticleNew Post: LDAPAttributeToDisplayProp not working
Hi there, i've created a custom ldapcp class with following configLDAPCPConfig myConfig = LDAPCPConfig.GetDefaultConfiguration(); myConfig.FilterEnabledUsersOnlyProp = true;...
View ArticleNew Post: LDAPAttributeToDisplayProp not working
Hi, you can troubleshoot this by monitoring ULS logs and filter on product/area "LDAPCP" You can set to verbose to get detailed information
View ArticleNew Post: People Picker Not working with one-Way trust Domain
Did you create the LDAP connections to trusted domains in LDAPCP administration page? You can also troubleshoot connection issues by monitoring ULS logs and filter on product/area "LDAPCP" You can set...
View ArticleNew Post: People Picker Not working with one-Way trust Domain
Yes it was Connection issues for me. i removed connection and re-Added and then its started working.
View ArticleNew Post: LDAPAttributeToDisplayProp not working
Hi Yvand, there are no errors showing in ULS Log... All metadata added correctly! But in "Created permission:... " the display text is still the upn:[Axxx_LDAPCP] Got 3 result(s) from all LDAP...
View ArticleNew Post: LDAPAttributeToDisplayProp not working
Hi, this is perfectly normal: AttributeHelper is created with property ClaimType set to WIF.ClaimTypes.Upn, so permissions will be created with this claim type. Property LDAPAttributeToDisplayProp...
View ArticleNew Post: Adding costom prefix to People Picker
Hi, LDAPCP can only change display of trusted users, not WinClaims users. Besides, giving possibility to customize display of permissions like you mention is not really an option, because there would...
View ArticleNew Post: LDAPAttributeToDisplayProp not working
Hi Yvand, okay... but in the people picker displays the upn and not the displayName...
View ArticleNew Post: LDAPAttributeToDisplayProp not working
Hmm, can you try on a new site collection? I suspect you get this display from a cache, and not from what LDAPCP actually provides...
View ArticleNew Post: LDAPAttributeToDisplayProp not working
I fixed it by changingEntityDataKey=PeopleEditorEntityDataKeys.Email toEntityDataKey=PeopleEditorEntityDataKeys.DisplayName Is this the right way? :D
View ArticleNew Post: After deploying 2nd Custom LDAPCP: An exception occurred when...
Hi there, after deploying a second Custom LDAPCP inherting from ldapcp.dll I've got the following error msg in the Event Log:An exception occurred when trying to issue security token: The server was...
View ArticleNew Post: After deploying 2nd LDAPCP: An exception occurred when trying to...
Hi, I've the following error msg in eventlog:An exception occurred when trying to issue security token: The server was unable to process the request due to an internal error. For more information about...
View Article