Changes between Version 6 and Version 7 of MapGuideRfc20


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc20

    v6 v7  
    3535
    3636STRING MgUserInformation::!GetUserName()
     37
    3738!MgByteReader* MgSite::!EnumerateGroups( CREFSTRING user, CREFSTRING role );
     39
    3840!MgStringCollection* MgSite::!EnumerateRoles( CREFSTRING user, CREFSTRING group );
    3941
     
    4143Make the following internal changes:
    4244
    43 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.
     45Append 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.
    4446
    4547== Implications ==