Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Automating auto unlock Job

Former Member
0 Kudos

Hello,

I'm looking to automate an auto unlock for all users who lock themselves out do to incorrect logins. I'm not looking for param. login/failed_user_auto_unlock which will do only at midnight. I temporarily need to have a job that can do this every hour. Currently I'm manually do this through SUIM and SU10. How could I automate this?

Thank You for Help.

Alex

1 REPLY 1

Bernhard_SAP
Employee
Employee
0 Kudos

Hello Alex,

for the abap you can consider to use the coding from bapi_user_unlock....

But ever thought about the consequences of automating the 128-lock? Just think about password attacks. the lock function makes sense to avoid such attacks (or make them more uncumfortable). Rather train your users to remember their passwords or implement an SSO-solution. This will solve this problem itself.

b.rgds, Bernhard