I use SharePoint Server 2013 and I am trying user profile synchronization from Active Directory. I followed https://blogs.technet.microsoft.com/meacoex/2013/08/04/step-by-step-active-directory-import-for-sharepoint-2013/ .
I can see all Active Directory users in Sharepoint. I request GetUserInfo and GetGroupCollectionFromUser in Sharepoint API via soapUI but sid field is empty for all user. You can see the response as follow:
<GetUserInfo> <User ID="17" Sid="" Name="testUser" LoginName="i:0#.w|lagom\testUser" Email="[email protected]" Notes="" IsSiteAdmin="False" IsDomainGroup="False" Flags="0"/> </GetUserInfo> I follow here and saw the sid value isn't empty.
How can I sync "Sid" ?
How can I fill the sid field?
How can I configure Sharepoint or Active Directory?