cancel
Showing results for 
Search instead for 
Did you mean: 

Isolate System Users from Password initialization

Former Member
0 Kudos

Hi All,

We want to initialize the passwords for all the users after every 90 days, BUT we DO NOT want to initialize the passwords for system users like DDIC,SAP*,J2EE_ADMIN etc. We know that we can initialize the passwords by setting the parameter in the intance profile, but i need to know how we can initialize all the users BUT system users.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

debasissahoo
Active Contributor
0 Kudos

Hi,

if login/password_expiration_time is set then all DIALOG users will be affected. No exception to any DIALOG user.

Only exception is to users of SYSTEM and SERVICE type.

Regards,

Debasis.

Former Member
0 Kudos

Thanks Debasis.

What about using a script at the DB level? Can this resolve the issue? There is a field in USR02 - PDWSTATE, can we make it -2 at the DB level ? Can we have any alternative.

Answers (1)

Answers (1)

Former Member
0 Kudos

We are writing a DB script to run every 90 days and exclude the system users