Changes between Version 7 and Version 8 of MapGuideRfc20


Ignore:
Timestamp:
May 7, 2007, 10:26:39 AM (17 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc20

    v7 v8  
    3434Expose the API:
    3535
     36{{{
    3637STRING MgUserInformation::!GetUserName()
    37 
    3838!MgByteReader* MgSite::!EnumerateGroups( CREFSTRING user, CREFSTRING role );
    39 
    4039!MgStringCollection* MgSite::!EnumerateRoles( CREFSTRING user, CREFSTRING group );
    41 
     40}}}
    4241
    4342Make the following internal changes:
    4443
    45 Append the username (hex encoded) to the session identifier when it is created.  Modify permissions on !EnumerateGroups and !EnumerateRoles so that a user can enumerate his own groups and roles.
     44Append the userid (hex encoded) to the session identifier when it is created.  Modify permissions on !EnumerateGroups and !EnumerateRoles so that a user can enumerate his own groups and roles.
    4645
    4746== Implications ==