<?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: Validate user password in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602712#M1276833</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;Doesn't SAP already validate the logon when he logs in to the system? I don't see the use of validating the SAP logon again..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2009 11:12:37 GMT</pubDate>
    <dc:creator>dev_parbutteea</dc:creator>
    <dc:date>2009-05-06T11:12:37Z</dc:date>
    <item>
      <title>Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602703#M1276824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking for a way to validate a user's password.  What I need is a FM that accepts a username and a password and I wan it to tell me if this is the correct password for the user.  Is there anything like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 01:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602703#M1276824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T01:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602704#M1276825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Davis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do't think you have any Standard FM for your requirement, if you need really I guess you need to develop your own FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suneel G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 01:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602704#M1276825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T01:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602705#M1276826</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;check with the following links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Validation|http://help.sap.com/saphelp_nw04/helpdata/en/d2/141fb593c742b5aad8f272dd487b74/content.htm]&lt;/P&gt;&lt;P&gt;[Validate  user name and password|http://help.sap.com/saphelp_xmii115/helpdata/en/Business_Logic_Services/SAP_WAS_Interface.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 03:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602705#M1276826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T03:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602706#M1276827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think SAP will give such kind of fm, as it would just help a brute force attack on user id's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 03:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602706#M1276827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T03:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602707#M1276828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is there any database table r u maintaining to store username and password?are u trying to compare the password with database table?...Please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 03:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602707#M1276828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T03:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602708#M1276829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Davis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to incorporate the logic for that. As far as I know there is no Standard FM that does the functionality what you are expecting..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are storing the username and password in the database. Scribble the password using any encryption FM and store it in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you enter the username and password in some other application, decrypt the password which is stored in the database in a scribbled way, compare it and then after validation either reject or approve the user to login.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 03:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602708#M1276829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T03:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602709#M1276830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am simply trying to put a username and password field on an adobe form but I want these fields to validate against their SAP logon.  I am not maintaining separate passwords.  The client wants to use the normal SAP logon information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I too think that this isn't possible (due to a brute force attack) but I am not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 10:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602709#M1276830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T10:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602710#M1276831</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;Why don't you try to add via authorization checks , i.e, allow only some users to access the relevant transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 10:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602710#M1276831</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-05-06T10:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602711#M1276832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because I can't validate that the user is who he/she says they are unless I can authenticate it via a password.  That's the issue.  I need to be able to authenticate the user without storing/maintaining another password.  The only way this will work is if I can validate the "normal" SAP logon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 10:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602711#M1276832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T10:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602712#M1276833</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;Doesn't SAP already validate the logon when he logs in to the system? I don't see the use of validating the SAP logon again..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 11:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602712#M1276833</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-05-06T11:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602713#M1276834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you knew the scope of the requirements you would understand.  I have no reason to post the entire scope because the original question covers the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 11:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602713#M1276834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Validate user password</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602714#M1276835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found that SUSR_LOGIN_CHECK_RFC works for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 16:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-user-password/m-p/5602714#M1276835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T16:02:57Z</dc:date>
    </item>
  </channel>
</rss>

