‎2006 Oct 10 9:52 AM
Hi,
I need to write a report where I can get the Passwords of all SAP users and check the passwords against the standards....
How can I get the SAP users Encrypted passwords and how to check against the password standards?
Sreedevi
‎2006 Oct 10 9:55 AM
the user password is stored in table USR02.
So the logic would be to read the data from usr02.
convert the password from raw to string.
check against the standards
display message.
<b>convert the password from raw to string.</b>
Give me few minutes and will get back to you !!
Message was edited by: Anurag Bankley
‎2006 Oct 10 9:59 AM
Hi Sreedevi,
The function module is
PASSWORD_FORMAL_CHECK can determine whether a string meets the current password rules.
Also check this link.
http://help.sap.com/saphelp_nw04s/helpdata/en/d2/141fb593c742b5aad8f272dd487b74/content.htm
http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci969453,00.html?track=sap805
Feel free to revert back.
--Ragu
‎2006 Oct 10 10:19 AM
Anurag,
can you tell me how to convert from Raw to string.
Regards
Satish
‎2006 Oct 10 10:48 AM
Anurag,
How to convert password from RAW to STRING?
Appreciate a quick response..
Sreedevi
‎2006 Oct 10 10:53 AM
Anurag,
How to convert password from RAW to STRING?
Appreciate a quick response..
Sreedevi