Question:
Hello,
I have a question about the AUTH_SWITCH_OBJECTS transaction. It allows you to globally disable the checking of an authorization object. You can run it from SU25 for example.
But: I am working on a segregation of duties advisory project and i have a bunch of base tables exported from the production system (all the USR/UST and so on). In what table can I find the info about whether the object checking has been globaly switched off?
Thanks very much
Answer:
Hello,
In what table can I find the info about whether the object checking has been globaly switched off?
Thanks very much
First check if profile parameter auth/object_disabling_active is set to 'Y'.
Information about auth objects for which checking is switched off is contained in tables TOBJ_*
Have fun,
Marc
_________________
Bigmouth strikes again!
Answer:
Thanx very much for the advice. It is in fact TOBJ_OFF - Objects that were disabled.
I am using Bindview tool for the analysis and it does not consider this table. It seems that I would have to write my own tool.
Answer:
Thanx very much for the advice. It is in fact TOBJ_OFF - Objects that were disabled.
I am using Bindview tool for the analysis and it does not consider this table. It seems that I would have to write my own tool.
I think this is a weakness in all the products on market