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: 

How to lock the user automatically if he is not logged in for 60 days?

Former Member
0 Kudos

Hello Security Gurus,

How to lock the user automatically if he/she was not logged in for 60days? Which parameter I need to change in ABAP stack and in JAVA stack. Because, in some system, we have only JAVA stack where user master record is maintained only on JAVA side.

Thanks,

Sardaar.

Answers will be reqarded with points.

3 REPLIES 3

Former Member
0 Kudos

Sardaar,

In Netweaver 2004s use parameter:

login/password_max_idle_productive (unit days)

It deactivates the password if not used for 'x' number of days.

Cheers,

Ben

Former Member
0 Kudos

Hi Sardaar,

Hope this link will help you.

/people/sap.user72/blog/2005/10/19/attention-security-administrators-new-password-rules-are-on-their-way

Regards

Farooq

Former Member
0 Kudos

Hi,

You can do this by setting the UME property in config tool. The property is

ume.logon.security_policy.password_max_idle_time = <set the required value here>

Refer the link below for more information about this property.

http://help.sap.com/saphelp_nw70/helpdata/en/b5/16c43bdd3da244a1d3372a77b5f83f/frameset.htm

Thanks

R.Murali