Luvsql
The Advanced Security report will be a lot shorter if you ask it to Only Print Non-Default security. This way it will only show you the security records for resources which have changed from default. Select the class before printing to get the report on the class.
The class security is in the SY_Class_Normal_SETP (SY40300) and SY_Class_Main_SETP (SY40400) tables.
The deal with providing to much information on the security tables is that a user who can get access to SQL can modify the table to give themselves access to areas that they should not have access to. The structure of the Class and User security tables are almost identical so information on one will help understanding the other.
Jaz
I made sure that for v8.0 the SY_System_Password_MSTR table has access denied by default meaning that it cannot be accessed by the report writer without changing permissions first. Also it is not stored in plain text, if you look at the table in SQL it is encrypted, it is just that the Report Writer decrypts the field by default.
David Musgrave
Senior Development Consultant
MBS Services - Asia Pacific
Microsoft Business Solutions
Any views contained within are my personal views and
not necessarily Microsoft Business Solutions policy.