cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting Max users login

Former Member
0 Kudos

Hi experts,

i want to restrict the max users login in sap gui. because sombody unknownly login in the production sytem with other user ids.

cheers

deepak

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

you mean to say to want to restrict multiple login with same user id.

you need to set following profile parameter using RZ10.

login/disable_multi_gui_login -> 1

save and activate instance profile. restart sap server.

regards,

kaushal

Answers (2)

Answers (2)

Former Member
0 Kudos

login/disable_multi_gui_login -> 1 will do !!

But sharing passwords to the users in production environment is not appreciated as it may lead to serious issues.

Rakesh

Former Member
0 Kudos

Deepak,

login/multi_login_users

List of excepted users, that is, the users that are permitted to log on to the system more than once.

Ex as follows:

Valid Input, Formats, Areas:

List the user IDs separated by commas ",".

Blanks before/between user names are not allowed!

Correct: login/multi_login_users=ALPHA,BETA,GAMMA,DELTA

Incorrect: login/multi_login_users= ALPHA, BETA,GAMMA , DELTA

Hope this helps.

Cheers,

Praveen