P_SECAUTH_21 · Question #5
How do you secure the special user "SAP*" in AS ABAP? Note: There are 3 correct answers to this question.
The correct answer is B. Remove all authorizations from the user C. Lock and expire the user in all clients D. Set profile parameter login/no_automatic_user_sapstar to 1. These are some of the tasks that you would perform to secure the special user "SAP" in AS ABAP. The user "SAP" is a default user that can be used to log on to any client with a predefined password if no other users exist or if all users are locked. To prevent unauthorized…
Question
How do you secure the special user "SAP*" in AS ABAP? Note: There are 3 correct answers to this question.
Options
- ALock and expire the user in all clients except 000
- BRemove all authorizations from the user
- CLock and expire the user in all clients
- DSet profile parameter login/no_automatic_user_sapstar to 1
- ESet profile parameter login/no_automatic_user_sapstar to 0
How the community answered
(40 responses)- A8% (3)
- B80% (32)
- E13% (5)
Explanation
These are some of the tasks that you would perform to secure the special user "SAP*" in AS ABAP. The user "SAP*" is a default user that can be used to log on to any client with a predefined password if no other users exist or if all users are locked. To prevent unauthorized access using this user, you should remove all authorizations from it, lock and expire it in all clients, and set the profile parameter login/no_automatic_user_sapstar to 1, which disables the automatic logon feature for this user.
Topics
Community Discussion
No community discussion yet for this question.