Skip to Content
0
Former Member
May 26, 2005 at 07:33 AM

Change Password restriction

28 Views

Hi All,

I would like to a list of forbidden passwords in the portal.

Because I think that this is not possible out of the box, I did some custom development.

First I located the class where the check is done:

com.sap.security.core.sapmimp.logon.SAPMLogonLogic. I changed the object in such a way that is read the forbidden passwords from a xml file and then compares the new password with the forbidden password list. So far so good.

Now I have 2problems:

- How can I deploy this in a clean way? This class is a standaard part of the J2EE engine, how can I overrule the original one with mine ... .

- I already tried it the dirty way: replacing the org class file in the directory \usr\sap\EPD\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\WEB-INF\classes\com\sap\security\core\sapmimp\logon

But this does not seem to be enough for letting the portal use the new class.

Can anyone help me with this deployment issue or can any-one tell me another way to check for forbidden passwords.

Thanks

Geert