How to disable password expiration for the administrator?

Hello
is it possible to disable the password expiration for the administrator? For all other users the password should expire after 90 days but not for user administrator.
How would this look like with LDAP integration? I assume that user administrator is not replicated to LDAP and exists only in the local UME database, thus it would work like without LDAP. Or is my assumption wrong?
Thank you in advance for your answers.
Best Regards
WB

Hello Harikiran,
thanks for your answer.
Yes I found the setting in VA:
Global Configuration > server > services > UME provider >
ume.logon.security_policy.password_expire_days
or in Configtool:
Global Server Configuration > services > com.sap.security.core.ume.service >
ume.logon.security_policy.password_expire_days
But for me it sounds that this will apply then for all users that are managed in UME, not only for the administrator. Are you sure that this is only for the administrator?
What is with the users database table in WEB AS Java? Does somebody know the name of this table?
Regards
WB

Similar Messages

  • How to set password expiration for EBS users

    how to set password expiration for EBS users .
    Regards .

    Please follow below steps:-
    This is available starting in RUP4.
    The script to expire all passwords in the fnd_user table is $FND_TOP/patch/115/sql/AFCPEXPIRE.sql.
    It can be executed from SQL*Plus or as a Concurrent Program: sqlplus -s APPS/ @AFCPEXPIRE.sql
    or Submit concurrent request: CP SQL*Plus Expire FND_USER Passwords
    This script sets the fnd_user.password_date to null for all users which causes all user passwords to expire.The user will need to create a new password upon the next login.
    Thanks,
    JD

  • Disable password expiration for a sap R/3 user

    Hi, in our parameters
    we have a login/password_expiration_time parameter = 45 days (Sap rel. 45B).
    Is there a way to disable the password expiration only for one or some users ?
    Thanks in advance.
    Best Regards.
    Riccardo Galli

    Hi Riccardo!
    Not by system settings, that are just general parameters (and for security reasons, that's good in this way!).
    But if you like to experiment a little bit, start with a change of the value in USR02-PWDCHGDATE for your user (by DB-table update).
    Regards,
    Christian

  • How to disable password protection for Onenote 2013

    I have been trying for a while to disable the ability for users to password protect a section in Onenote 2013.
    I need to have access to all users onenote notebooks within the organization.
    I have tried HKCU\Software\Microsoft\Office\15.0\OneNote\General\PasswordProtectionDisabled = 1 and it didn't work.
    I tried the above solution on the 2010 version and it worked, but instead of it being 15.0 it was 14.0.
    I would greatly appreciate any kind of help.

    Hi,
    Thank you for the reply.
    I would appreciate you could try following the following steps:
    Download ADMX Template for Office 2013:
    >>>There will be a folder named ADMX created with (ADM, admin, admx, exe, .xls & .xlsx files)
    >>>Open admx >>>Copy all the admx files
    >>>Go to C:\Windows\PolicyDefinitions ----Paste all the admx files;
    >>>Come back to ADMX/admx folder/en-us/Copy all .adml files---Paste it in C:\Windows\PolicyDefinitions\en-US
    >>>In run command Type "gpedit.msc"
     gpedit.msc->User configuration->Administrative Templates->Microsoft OneNote 2013->Password >>>Do the necessary changes.
    Once done with above changes, then go to below location & make the necessary settings:
    HKCU\Software\Policies\Microsoft\Office\15.0\OneNote\General
    DWORD: PasswordProtectionDisabled
    Value: 1
    If you still need further assistance, you may need to open a case with Microsoft by either calling
    1-800-865-9408 or can open case online
    http://support.microsoft.com/select/default.aspx?target=assistance
    Thank you for contacting Microsoft Support.
    Have a great day ahead.
    Regards,
    Abhijeet

  • How to disable password change for you logon first time.

    hi,
    When i change the password of any user or when i create new user and login with the same user it ask to change the password again can sap have provided to disable this feature where in user won't be ask to change password again.
    thanks,
    - John

    Hi,
    I'm not quite sure, but you can try with some of these profile parameters.
    Initial Password: Limited Validity
    <i>login/password_max_new_valid</i>   -  Validity period for the passwords of newly created users
    <i>login/password_max_reset_valid</i> - Validity period for reset passwords
    Svetlin

  • How to disable password policy for App ID's

    Hello there,
    We have Sun ONE Directory 5.2 Patch2 version running on Solaris 8 as Master on 2 servers. I have somany application id which is created under separate branch of the tree. I want to by-pass the password policy for all the id's under specific branch.
    Can someone please help me how to get this done. I appreciate anyone respnse.
    Thanks
    SS

    *Click the (empty) input field on the web page to open the drop down list
    *Highlight an entry in the drop down list
    *Press the Delete key (on Mac: Shift+Delete) to remove it.
    *http://kb.mozillazine.org/Deleting_autocomplete_entries
    * Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    * Tools > Options > Privacy > History: "Remember search and form history"
    * https://support.mozilla.com/kb/Remembering+passwords
    * https://support.mozilla.com/kb/Form+autocomplete

  • How to disable u201Csticky sessionu201D for the particular web application?

    Hi All,
    Is there a possibility to disable so called u201Csticky sessionu201D for the particular web application? We have deployed a WAR file with the Axis 1.4 based web service into SAP NW 7.1. The web service works fine but when the client makes SOAP request the server creates a so-called u201Cstickyu201D HTTP session with the default (30 minutes) timeout. Such u201Csessionsu201D are created on each SOAP request from the same client. The maximum number for Java Web Sessions (SAP Management Console) is 1000. After a while the clients start getting the u201C503 Service not availableu201D errors:
    503 Service not available.
    Error: -6
    Version: 7010
    Component: ICM Java
    Date/Time: Tue Mar 03 14:30:12 2009 
    Module: http_j2ee2.c
    Line: 1166
    Server: XXXXXXXXXXX
    Error Tag:
    Detail: server overload: no more sessions available
    The only way to improve the situation we found so far was to set session timeout to 1 minute. That u201Csticky sessionu201D will still be created, though.
    This is a testing environment and we do not use any hardware/software loadbalancer. 
    Any help/advice is appreciated. (Please let me know if you need more information.)
    Thanks,
    Dmitry Vasilenko

    The practical workaround we finally come up with for this problem was to create a servlet filter and map it to the AxisServlet. The servlet filter will invalidate the HTTP session and effectively destroy the sticky session created by the server on each SOAP request.
    Here is the fragment from the web.xml
    <filter>
      <filter-name>StickySessionFilter</filter-name>
      <filter-class>com.xxxxx.xxxxx.xxxx.services.StickySessionFilter</filter-class>
    </filter>
    <filter-mapping>
      <filter-name> StickySessionFilter </filter-name>
      <servlet-name>AxisServlet</servlet-name>
    </filter-mapping>
    <servlet>
      <servlet-name>AxisServlet</servlet-name>
      <servlet-class>org.apache.axis.transport.http.AxisServlet</servlet-class>
    </servlet>
    The doFilter() method looks like this:
    public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException {
           try {
                  chain.doFilter(request, response);
           } finally {
                         javax.servlet.http.HttpServletRequest httpRequest = (javax.servlet.http.HttpServletRequest)request;
                         javax.servlet.http.HttpSession session = httpRequest.getSession();
                         session.invalidate();
    Thanks,
    Dmitry Vasilenko

  • How to diable password expire feature

    Could you let me know how to disable password expire feature in apex 4.1.0.00.32. for all admin accounts(We have 40 workspaces with different adnmin accounts).
    I have checked all individual admin account in each workspace, the password expire check box is un-checked, but it still expired the account. What else I can do?
    home-->admininstration-->Users-->Edit User-->Expire Password unchecked

    Thank you very much! I followed the link , this time I had set Account Password Lifetime (days) Enter 21960 (60 years), in hope that APEX will ignore the expired day count for good, instead of 45 day default , even though I already had Require User Account Expiration and Locking – Select No
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21678/adm_mg_service_set.htm#CIHBFFGH

  • How can I find out what my password that set up for the administrator user on my Mac book pro

    Hello I am trying to upgrade my flash player and it is asking me to put my password but for the life of me I can fIgure out what it is I have checked the two I always use and no luck

    Read this

  • What is the factory set password for the administrator for a macbook pro 13" retina display?

    what is the factory set password for the administrator for a macbook pro 13" retina display?

    Welcome to Apple Support Communities
    Macs don't come with a password. You have to set up the password during the initial setup. If you have forgotten your password, follow these steps to reset your password > http://discussions.apple.com/docs/DOC-4101

  • "user password expiration" for every 30 days for the NW2004S systems

    Dear all,
    We are using NW2004s with BI and DI,EP. We set the parameter "user password expiration" for every 30 days for the NW2004S systems(dual stack).
    In  the system  users SAPJSF,NWDI_CMSADM,J2EE_ADMIN,NWDI_ADM, ADMINITRATOR is also getting change once in every month(30 days),So that we need to change the password and it should get update in the visual admin and config tools. Some time this arising problem. Is there any way to avoid the password expire for this particular user in the system .
    Note :Password expire parameter should keep compulsory  in the system
    So Please guide us to resolve those problem.
    Thanks in advance
    Regards
    Lakshminarayanan M

    Hi!
    I don't suggest you to change J2EE_ADMIN password. instead you should logon with your user.
    Anyway.... please find below a small program to control passwords validity. for some users is very usefull.
    REPORT  ZS_ALTERA_DATA_PASS                     .
    tables:usr02.
    select-options : s_users for usr02-bname.
    parameter:       p_data  like usr02-bcda1 default sy-datum.
    update usr02 set bcda1 = p_data
                 where bname in s_users.
    if sy-subrc eq 0.
    MESSAGE 'Password validity changed' type 'S'.
    else.
    MESSAGE 'ERROR changing password validity' type 'E'.
    endif.
    cheers

  • I cant install the new firefox 6 on my laptop because it keeps asking for the administrator password during the installation and i dont know what is it for this laptop

    i cant install the new firefox 6 on my laptop because it keeps asking for the administrator password during the installation and i dont know what is it for this laptop

    I read a way on another forum to fix this problem. Right click on the setup.exe and select "Run as administrator" this should solve your problem.

  • How to disable password for mount partitions

    Hi.
    I want disable password Aunthenticate for mounting partitions.
    I searched in wiki and google. But nothing found.
    Thanks.

    And/or https://wiki.archlinux.org/index.php/Udisks
    What exactly did you search for?  How did you not find these (and other) results?  Or have you ruled these out?

  • The password changed for the network how do I change it on my appletv

    The password changed for the network how do I change it on my appletv

    I work in the maintenance facility at a school district and we have 3 flat screens in different areas all with Apple TV, the I.T department changed the way we log in to the wifi, we use a user name and password now. I have a user name and pass word that I can use for all 3 sets but not sure how to set it up. I could go to our I.T. guys but they are not Apple friendly guys. 

  • How to disable Password Recovery in WLC 4400

    Hi All,
    I need your help to disable the password Recovery for the WLC 4400, in case of the hardware stolen or hacking by internal hacker,
    Thanks in advanced for your help,
    Ahmed

    Gee whiz.  This is the second post you've made in regards to disable password-recovery mechanism.  For the WLC, I agree with Nic, it's not possible.   And, for the record, there are ways to bypass a disable-password-recovery mechanism.  This is mainly due to prevent un-authorized use of this mechanism by, for example, a disguntled network administrator from shutting down a network.

Maybe you are looking for

  • What's wrong with my iMac G3?

    What's wrong with my iMac G3? Ok. I'm going to attempt to be as thorough as possible on this one. When I first got my iMac G3, it was stated to be non working. I got it from freecycle. The lady who provided my with the machine said that "one day it j

  • Grid Control 11g Agent: The free port availability check has failed.

    I tried to use 11g Grid Control agent deployment wizard to install 11g agent to an Oracle Enterprise Linux 5 (64 bit) server, but received following error message: PROBLEM : The free port availability check has failed. ERROR : Check complete. The ove

  • Usb-8451 i2c developement

    Generated a simple program to talk to i2c on NSE5310 using usb-8451.  I get the following error. Error -301742 occurred at NI-845x I2C Write Read.vi:1 Possible reason(s): NI-845x:  The slave did not acknowledge an address+direction byte transmitted b

  • Possible to Get Database backup with java program

    Hello Is it possible to Get or Create Database Backup on runtime with java program using some sql statements How could i do that '

  • Ldap auth specification about password

    Hi I try to search for the differences between iPlanet4.1 and Sun One 5.x about the specification of password when trying to authenticate each user. because this password is integrated into the web server. if there is any outstanding differences for