Changes between Version 6 and Version 7 of MapGuideRfc20
- Timestamp:
- 05/07/07 10:23:42 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc20
v6 v7 35 35 36 36 STRING MgUserInformation::!GetUserName() 37 37 38 !MgByteReader* MgSite::!EnumerateGroups( CREFSTRING user, CREFSTRING role ); 39 38 40 !MgStringCollection* MgSite::!EnumerateRoles( CREFSTRING user, CREFSTRING group ); 39 41 … … 41 43 Make the following internal changes: 42 44 43 Append the username (hex encoded) to the session identifier when it is created. Modify permissions on EnumerateGroups andEnumerateRoles so that a user can enumerate his own groups and roles.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. 44 46 45 47 == Implications ==