zoukankan      html  css  js  c++  java
  • 4TH PROFILE SOURCE IN SHAREPOINT 2013′S PEOPLE PICKER

    When you need to configure or troubleshoot the People Picker in a SharePoint site, the information can be hard to find, but after investing a little time in research and web searching, you’ll eventually learn that it queries profiles from three different sources:

    • Your membership provider (such as Active Directory)
    • The User Information List (UIL) in the site collection you’re on[易于扩展]
    • The User Profile Service Application (UPA)

    Well, today I found a 4th source of profiles for People Pickers in SharePoint 2013 and SharePoint Online: Your browser’s cache!

    A client removed a number of accounts from their authentication source and then went back in and manually removed the corresponding profiles from each site collection’s UIL and the UPA’s profile store. But no dice, the offending accounts kept showing up in SharePoint 2013′s people picker. I checked and double checked AD, the UIL, and UPA, and sure enough the user accounts were gone from those sources, but they kept showing up in the People Picker.

    It was only after checking from another browser that the accounts disappeared.

    So if you delete some profiles and keep finding them in your People Picker query results, clear your browser’s cache and that should take care of it. And even if you don’t clear your cache, the issue will be localized to your own browser so you don’t need to worry about your site owners finding and choosing the wrong user accounts.

    出处:http://www.tcscblog.com/4th-profile-source-in-sharepoint-2013s-people-picker/

  • 相关阅读:
    深度优先和广度优先
    水管工游戏(深度优先)
    炸弹人
    广度优先(迷宫找人)
    System.Data.Entity.Core.MetadataException: 无法加载指定的无数据资源
    Element Cascader 级联选择器 单选操作优化
    Windows服务 ProjectInstaller 获取 路径
    Quartz.NET ScheduledFireTimeUtc 当超过1分钟时出现的问题。
    记录:一个SQL SERVER奇怪的问题。
    log4.net 配置
  • 原文地址:https://www.cnblogs.com/huangll/p/3941010.html
Copyright © 2011-2022 走看看