Hey Karl, Is the response coming directly from the UserGroup.asmx webservice or by way of the MCPermissions.asmx?
Cheers, Will On Wed, Sep 4, 2013 at 9:41 PM, Karl Wright <[email protected]> wrote: > This comes from the UserGroup.asmx web service. The sids typically come > from ActiveDirectory. > > The only thing I can conclude is that there are groups in Claim Space that > have no sids. Is this perhaps true? If so, we will need to redefine > access tokens for SharePoint, and a dedicated SharePoint Authority will be > needed to obtain these access tokens given a user. > > Karl > > > > On Wed, Sep 4, 2013 at 7:33 AM, Will Parkinson > <[email protected]>wrote: > >> Hello >> >> Just wondering if anybody knows where the SID in the XML content >> generated in getSidsForGroup function (SPSProxyHelper.java) originates from >> in Sharepoint? In all cases the SID's are coming out empty >> >> All of my outputs are coming out similar to the following >> >> <ns1:GetUserCollectionFromGroup xmlns:ns1=" >> http://schemas.microsoft.com/sharepoint/soap/directory/"><ns1:Users><ns1:User >> ID="23" Sid="" Name="DOMAIN\myuser" >> LoginName="c:0+.w|s-1-5-21-3052554794-3770484871-3874881240-198437" >> Email="" Notes="" IsSiteAdmin="False" IsDomainGroup="True" >> Flags="0"/></ns1:Users></ns1:GetUserCollectionFromGroup> >> >> The SID is necessary for to obtain the correct ACL's it seems. >> >> Any info is much appreciated. >> >> Cheers, >> >> Will >> > >
