Changes between Version 7 and Version 8 of MapGuideRfc20
- Timestamp:
- 05/07/07 10:26:39 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc20
v7 v8 34 34 Expose the API: 35 35 36 {{{ 36 37 STRING MgUserInformation::!GetUserName() 37 38 38 !MgByteReader* MgSite::!EnumerateGroups( CREFSTRING user, CREFSTRING role ); 39 40 39 !MgStringCollection* MgSite::!EnumerateRoles( CREFSTRING user, CREFSTRING group ); 41 40 }}} 42 41 43 42 Make the following internal changes: 44 43 45 Append the user name(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 Append 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. 46 45 47 46 == Implications ==