Wednesday, April 15, 2015

People Picker–SharePoint Custom People Picker

2013

Configure People Picker in SharePoint 2013
https://technet.microsoft.com/en-us/library/gg602075.aspx

People Picker Properties via PowerShell
https://thesharepointfarm.com/2014/01/powershell-for-people-picker-properties/

People Picker Troubleshooting Tips
http://thesharepointfarm.com/2014/01/people-picker-troubleshooting-tips

Fix issues across multiple web applications
http://asharepointsolutions.blogspot.in/2014/05/sorry-were-having-trouble-reaching.html

Custom People Picker
http://markviky.blogspot.in/2010/09/custom-people-picker-editor-in.html
http://sp2010peopleeditor.codeplex.com/

Plan for People Picker in SharePoint 2013
http://technet.microsoft.com/en-us/library/gg602068(v=office.15).aspx

Foundation 2013 Fix
http://www.sharepointmaestra.com/Blog/Post/31/New-AD-Group-Member-not-Recognized-by-SharePoint-Foundation
https://technet.microsoft.com/en-us/library/cc263377(v=office.12).aspx

2010

Resolve accounts across multiple forests (SharePoint Server 2010)
http://technet.microsoft.com/en-us/library/dd279546(v=office.14).aspx

SharePoint 2010-Multi domain and forest trust (SharePoint Server 2010)
http://social.technet.microsoft.com/Forums/en-US/c9f490c7-0597-4efd-8159-1df7019422bd/sharepoint-2010multi-domain-and-forest-trust

SharePoint 2010 and One Way Trusts - It Works Fine! (SharePoint Server 2010)
http://www.pointbeyond.com/2012/06/08/sharepoint-2010-and-one-way-trusts-it-works-fine

More from Microsoft
People Picker Overview
http://technet.microsoft.com/en-us/library/gg602068.aspx
People Picker Config
http://technet.microsoft.com/en-us/library/gg602075.aspx

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>
stsadm -o setproperty -pn "peoplepicker-searchadforests" -pv "forest:existingdomainname,
Username,Password;domain:newdomainname,Username,Password" -url "siteurl"


Slow
http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/f215ae14-4f5e-4c95-821e-9de3d7acfd7a/
Detail Diagram
Active Directory: People Picker Browse Display UI
http://msdn.microsoft.com/en-us/library/cc717308.aspx
Active Directory: People Picker Check Name UI
http://msdn.microsoft.com/en-us/library/cc717309.aspx

From the web ...
Repair Script
http://www.cjvandyk.com/blog/Lists/Posts/Post.aspx?ID=309

Good Explaination from a linked in discussion http://lnkd.in/HnUtuY

Matty Vasquez@Thuan Nguyen: When you run a search for users via the People Picker, Active Directory is queried (or any other provider you specify under the <PeoplePickerWildcards> tag in web.config, for instance: if you have users in a SQL database to provide FBA).

People Picker does not run under the Search Service, by default it uses the Application Pool ID to query AD, unless you run Kannan's STSADM command above to query a different Forest or use a different service account.

People Picker does not look up crawled User Profiles - this is used by the Search Service for People Search, which is something completely different.

So to reiterate - you do not need User Profiles and Synchronisation or the Search Service configured to use the People Picker - it queries Active Directory directly.

AD Issues Related Info

1.     Due to possible PowerShell a farm admin which can limit groups such as  forest level groups or universal groups, domain Global Groups are more reliable.
2.    Claim to Windows Token Services issues https://support.microsoft.com/en-us/kb/2722087
3.    DC locator issues http://blogs.msmvps.com/acefekay/2010/01/03/the-dc-locator-process-the-logon-process-controlling-which-dc-responds-in-an-ad-site-and-srv-records/
4.    Global Catalog server issues http://umakanthn.blogspot.com/2011/10/sharepoint-and-ad.html
5.    More on People Picker http://thecloudengineer.blogspot.com/2012/03/sharepoint-2010-people-picker.html

No comments:

Post a Comment