<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Checking passowords - Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602812#M270638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the user password is stored in table USR02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the logic would be to read the data from usr02.&lt;/P&gt;&lt;P&gt;convert the password from raw to string.&lt;/P&gt;&lt;P&gt;check against the standards&lt;/P&gt;&lt;P&gt;display message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;convert the password from raw to string.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Give me few minutes and will get back to you !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anurag Bankley&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2006 08:55:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-10T08:55:10Z</dc:date>
    <item>
      <title>Checking passowords - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602811#M270637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to write a report where I can get the Passwords of all SAP users and check the passwords against the standards....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the SAP users Encrypted passwords and how to check against the password standards?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedevi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 08:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602811#M270637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T08:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Checking passowords - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602812#M270638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the user password is stored in table USR02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the logic would be to read the data from usr02.&lt;/P&gt;&lt;P&gt;convert the password from raw to string.&lt;/P&gt;&lt;P&gt;check against the standards&lt;/P&gt;&lt;P&gt;display message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;convert the password from raw to string.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Give me few minutes and will get back to you !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anurag Bankley&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 08:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602812#M270638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T08:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Checking passowords - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602813#M270639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreedevi,&lt;/P&gt;&lt;P&gt;The function module is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PASSWORD_FORMAL_CHECK can determine whether a string meets the current password rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/d2/141fb593c742b5aad8f272dd487b74/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/d2/141fb593c742b5aad8f272dd487b74/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci969453,00.html?track=sap805" target="test_blank"&gt;http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci969453,00.html?track=sap805&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ragu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 08:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602813#M270639</guid>
      <dc:creator>raguraman_c</dc:creator>
      <dc:date>2006-10-10T08:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Checking passowords - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602814#M270640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anurag,&lt;/P&gt;&lt;P&gt;can you tell me how to convert from Raw to string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602814#M270640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Checking passowords - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602815#M270641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anurag,&lt;/P&gt;&lt;P&gt;How to convert password from RAW to STRING?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate a quick response..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedevi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602815#M270641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Checking passowords - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602816#M270642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anurag,&lt;/P&gt;&lt;P&gt;How to convert password from RAW to STRING?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate a quick response..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedevi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-passowords-urgent/m-p/1602816#M270642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:53:00Z</dc:date>
    </item>
  </channel>
</rss>

