2007 Jun 27 11:14 PM
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.
2007 Jun 27 11:17 PM
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
2007 Jun 27 11:26 PM
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
2007 Jun 28 12:13 PM
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