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: 

SAP Security: Profiel Parameters

former_member954801
Participant
0 Kudos

Hi,

We are applying below parameters in SAP CRM 2007 system.

login/min_password_diff 3

login/min_password_digits 1

login/min_password_letters 1

login/min_password_specials 1

login/password_max_idle_initial 8

login/password_max_idle_productive 95

Auth/new_buffering 4

Auth/object_disabling_active N

If we applying / update these parameters in system, will this affect the existing users / system users like (ADSUSER, ADS_AGENT, SLDDSUSER, SLDAPIUSER, J2EE_ADMIN, SAPJSF), will these parameters make a serious problem for communication of these users ?

Please advice on this..

Thanks

Arun

4 REPLIES 4

Former Member
0 Kudos

I remember such issue raised in the same forum and got answered by Julein. Still searching the thread for you

Edited by: sap.sec.akshay on Dec 16, 2009 8:21 PM

Former Member
0 Kudos

Got one:

Just keep searching with each of the parameters mentioned below and you might get your answers:

login/min_password_diff

login/min_password_digits

login/min_password_letters

login/min_password_specials

login/password_max_idle_initial

login/password_max_idle_productive

Auth/new_buffering

Auth/object_disabling_active

Former Member
0 Kudos

Padmanabhan,

Changes will affect only to the dialog and communication users and password rules will be applicable for them, rest of the user types will not have any issues.

Rakesh

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

> login/min_password_digits

> login/min_password_letters

> login/min_password_specials

Those profile parameters only take effect when changing / setting passwords (unless you have configured the system to check whether the current password is compliant with the current password rules - only relevant for DIALOG / COMMUNICATION users).

> login/min_password_diff

> login/password_max_idle_initial

> login/password_max_idle_productive

Those profile parameters effect DIALOG and COMMUNICATION users (but not: SYSTEM / SERVICE users).

> Auth/new_buffering 4

> Auth/object_disabling_active N

Those profile parameters you should normally not set / change.

Regards, Wolfgang

Edited by: Wolfgang Janzen on Dec 22, 2009 11:42 PM