Re: Password Encryption
hi Martin ,Yes we are not simulating user , but in the browser memory we are able to find the user name and password in plain text .... using winhex tool we can read the memory of the browser as these...
View ArticleRe: Password Encryption
Hi Patrick ,Thanks for the replyThis same behaviour we have observerd in standard nwa logon page of sap netweaver 7.01 for PI , i didnt understand your question -- Why not just adding BasicPassword...
View ArticleLog Out Activity Report
Is there a way to run an activity report on the exact time a user has logged out of the system? Also, where would I view "idle" minutes or seconds set in SAP to automatically logs a user out of the...
View ArticleRe: Password Encryption
Hi Raj, I can't comment on the PI part, as I do not know their coding. From the code snippet above and your statements, I would guess you are creating a JAAS logon modul for an SAP NW Java or SAP...
View ArticleRe: Log Out Activity Report
Camille, You can try transactions like STAD, SM20, SUIM. I would think one, if not all of three, would give you the information you are looking for.
View Articleusername and password issue in SAP GUI logon-Please help
Hello, Usually I download the tx.sap file from my work system it downloads and opens the main screen directly.( password is disabled for us). Now when I connect from home(home system through VPN) ,i...
View ArticleRe: Password Encryption
Hi Govardan, what I meant by simulating is that your logon module "pre-fills" username and password and redirects to another URL. AS Patrick mentioned the logon module seems doing something strange but...
View ArticleRe: username and password issue in SAP GUI logon-Please help
So it seems to me that your are using some SSO solution at work. Probably it's based on AD so when you log on to your workstation and authenticate against AD this information is used later to...
View ArticleRe: unable to delete Role from User ID in SAP SOLMAN production system but...
Hello SSV, check your customizing!You always should know, how your systems are configured.Check the settings of 'ASSIGN_ROLE_AUTH' according to SAP note 312682. In non-Prod you seem to have switched...
View ArticleRe: Options of login module "DigestLoginModule"
Hello Patrick, Thanks for a quick reply. In WS-Security header, I want to use time skew to allow for any small variation in the clocks of sender & PO system. I am using SOAP Adapter with AXIS to...
View ArticleDefault User Parameters in SAP SOLUTION MANAGER 7.1
Hi, I want some default parameters automatically be assigned to new users when they are created instead of manually adding every time in su01 transaction code. Do you know how to configure this? SAP...
View ArticleRe: Options of login module "DigestLoginModule"
Hi Ankit, sorry, I'm not an expert for the Axis Adapter. However did you check the AXIS FAQ? They have some info on how to do WS-Security with AXIS. This also includes how to use WS Security with...
View ArticleRe: Default User Parameters in SAP SOLUTION MANAGER 7.1
Until 7.02 it is not working because of your code (you must post your code). As of 7.31 it will not work because SAP has replaced them with BADIs (those exits are simply ignored). Cheers,Julius
View ArticleRe: Default User Parameters in SAP SOLUTION MANAGER 7.1
Just a question / hint - Why not use template users with predefined settings? And, if you are willing to put in some development: Why not develop a report which distributes parameters in general even...
View ArticleRe: Default User Parameters in SAP SOLUTION MANAGER 7.1
Code function module runs in SAP EHP 1 for SAP Solution Manager 7.0 SAP_BASIS 701. In SAP SOLUTION MANAGER 7.1 SAP_BASIS 702 function module is ignored. it can be seen if you set a breakpoint in the...
View ArticleRe: Default User Parameters in SAP SOLUTION MANAGER 7.1
Templates are not suitable. Function module, the text of which the post above, provides a report that fills all the required fields. This report should only be run when a user is created.
View ArticleRe: Default User Parameters in SAP SOLUTION MANAGER 7.1
You are trying to change a user which does has not been created yet? Perhaps if you react to the message of the return then you will see that. Anyway, the parameters are a tables parameter of the BAPI...
View ArticleRe: Job role design - transaction role and auth object role
Donald Yau Wing Lee wrote: Since we received recommendation to use split role in order to reduce number of job roles, I need comment from professionals because I have no experience on supporting "split...
View ArticleRe: Options of login module "DigestLoginModule"
Hello Patrick, Yes, I have already checked AXIS FAQ and it does talk about WS-Security but it does not talk about additional options/features like time skew. Thanks,Ankit
View Article