<?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: Hooks - Detect Password Change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786133#M39631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just this a.m. on the SAPSearch newletter there was a section related specifically to passwords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the link = &lt;A href="http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci969453,00.html?track=NL-136&amp;amp;ad=484645" target="test_blank"&gt;http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci969453,00.html?track=NL-136&amp;amp;ad=484645&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plug that into your i-net browser.  Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jun 2004 12:30:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-06-15T12:30:27Z</dc:date>
    <item>
      <title>Hooks - Detect Password Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786132#M39630</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 would like to be able to detect when ever a SAP user changes his password. I would also like to flow the new password to my application which is enforcing policies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this sort of thing? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Can the user change is password in any other manner other than through the password GUI?&lt;/P&gt;&lt;P&gt;- Can i write an ABAP function which gets called whenever the user clicks on new password? Can I intercept this password?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me here please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An early answer will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;~Rashmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2004 12:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786132#M39630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-15T12:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hooks - Detect Password Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786133#M39631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just this a.m. on the SAPSearch newletter there was a section related specifically to passwords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the link = &lt;A href="http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci969453,00.html?track=NL-136&amp;amp;ad=484645" target="test_blank"&gt;http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci969453,00.html?track=NL-136&amp;amp;ad=484645&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plug that into your i-net browser.  Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2004 12:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786133#M39631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-15T12:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hooks - Detect Password Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786134#M39632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is my belief that this is not possible - at least not in realtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you implement a single sign-on solution, such as integration with Windows authentication, then you can defer the checks to the authentication system.  For example, it is possible to implement code that gets called by a Windows domain controller whenever a network user changes their password (also allows for prevention of the change, for example if new password is unacceptable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2004 12:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786134#M39632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-15T12:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hooks - Detect Password Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786135#M39633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering so quickly. Thanks Indies for that link. Its going to help me for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My application is an identity management solution which needs to know when the password of a user has changed and to what it has changed to. Scott, I am afraid that I don't understand your answer. Can you please elaborate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;~Rashmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2004 15:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786135#M39633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-15T15:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hooks - Detect Password Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786136#M39634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; I meant: Thanks Linda for the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2004 15:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786136#M39634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-15T15:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hooks - Detect Password Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786137#M39635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is not possible to easily intercept the password, simply due to security reason. &lt;/P&gt;&lt;P&gt;When user changes his password on Logon screen the password handling logic is implemented on the kernel level. The ABAP coding of Logon screen is hidden, and you can&amp;#146;t modify it. Also you can&amp;#146;t substitute the Logon Screen, again simply due to security reason.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know if the password is changed you can find the old and new passwords hashes and the dates of modification in table USR02. Of cause the passwords are not stored in plain text there. You can schedule batch-job, which will periodically check this information. Or you just can use (or adapt) report RSUSR100 to get the history of password changes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to apply additional security policy you can use profile parameters like &lt;/P&gt;&lt;P&gt;login/min_password_* &lt;/P&gt;&lt;P&gt;login/password_* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a lot of them!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All what I said is refer only to the classical authentication scenario with SAP Username and Password. Other things like Single Sign-On and Secure Network Communication is a little bit different story. Please see the post from Scott.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2004 10:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786137#M39635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-07-16T10:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hooks - Detect Password Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786138#M39636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi, &lt;/P&gt;&lt;P&gt;Can you share with me your solution ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &amp;amp; Regards from,&lt;/P&gt;&lt;P&gt;Eli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2004 13:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786138#M39636</guid>
      <dc:creator>eli_gabay</dc:creator>
      <dc:date>2004-09-26T13:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hooks - Detect Password Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786139#M39637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also a userexit EXIT_SAPLSUSF_001 that is run each time the user logs on to the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps this can be used in some way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2004 08:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hooks-detect-password-change/m-p/786139#M39637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-09-27T08:29:44Z</dc:date>
    </item>
  </channel>
</rss>

