Problem of ACS 5.2 change password

Hello

A few months I'm under ACS 5.2 device without any problems. Today, I found a very strange problem:

When I want to change the password for a local user there is a pop-up message:

"This failure has occurred: {0}. your changes have not been saved." Click OK to return to the page from the list. »

I tried different users, but I'm not able to change any password. Still the same message.

Cisco Secure ACS
Version: 5.2.0.26.3

all three patches installed

Users migrate form ACS 4.x

If you need more information, please ask.

Thanks for your help!

Looks like it's an existing known problem. I found the following CDETS:

CSCtd06290: error of the system failure during the Change Password presentation with attribute Enumeration
It doesn't seem to be a work around

Tags: Cisco Security

Similar Questions

  • SSL VPN from Cisco ASA and ACS 5.1 change password

    Dear Sir.

    I am tring configure ASA to change the local password on ACS 5.1. When the user access with ssl vpn if the ACS 5.1 password expiration date. ASA will display the dialog box or window popup to change the password. But it does not work. I'm tring to Setup with the functionality of password management on the SAA. When I enable password management it will not work and is unable to change the password. Could you tell me about this problem?

    Thank you

    Aphichat

    Dear Sir,

    I'm tring to setup ASA to change local password on ACS 5.1. When user access with ssl vpn if password on ACS 5.1 expire. ASA will show dialog box or pop-up to change password. But It don't work. I'm tring to setup with password management feature on ASA . When I enable password management it don't work and can't to change password. Could you advise me about this problem?

    Thank you

    Aphichat

    Hi Aphichat,

    Go to the password link below change promt via AEC in ASA: -.

    https://supportforums.Cisco.com/docs/doc-1328;JSESSIONID=A51E68318579261787BD60DDA0707819. Node0

    Hope to help!

    Ganesh.H

    Don't forget to note the useful message

  • ACS 4.2 change password

    Hi Experts

    We run Cisco ACS 4.2 on Windows 2003 SP2 and would like to change the password policy. What is the best way to change the password policy?

    If the options settings Validation of password under the System Configuration--> Local password management is selected, it is applied globally to all users?

    Please help me spread the ability to modify password ONLY for a particular group Validation options.

    Ankur

    Hi John,.

    Yes, it applies to all users.

    No, the group based option is not present.

    Concerning

    Ed

  • Change password of ACS

    I use ACS 4.2 device. Can users connect to the device via web to change their password? Or UCP is necessary?

    Hello

    Yes, you need UCP implementation since you want your ACS internal user must change his password on their own.

    UCP # you use the UCP to allow users to change their passwords to ACS with a web-based utility. When users need to change passwords, they can access the UCP web page by using a supported web browser. For more information about web browsers we tested with ACS, see the release notes for your product of ACS.

    HERE ARE THE STEPS

    ==================

    For the configuration of UCP

    -->, create two folders in C:\Inetpub\wwwroot\

    (1) secure

    securecgi - tray 2)

    -->, Create two virtual directories

    (1) (secure read only access)

    (2) securecgi-bin (read-only access in execution)

    --> install the UCP utility, during the installation of the utility, it will prompt you for the path where the directories

    1) http://x.x.x.x/secure

    2) http:/x.x.x.x/securecgi-bin

    also the ip address of the ACS server.

    test the UCP

    http://localhost/securecgi-bin/login.htm

    MORE INFORMATION:

    http://www.Cisco.com/en/us/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/installation/guide/user_passwords/UCP.html#wp1041168

    INSTALLATION GUIDE:

    http://www.Cisco.com/en/us/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/installation/guide/user_passwords/ucpNW42.html

    HTH

    JK

    Please evaluate the useful messages-

  • ACS 5.4 how to change password CLI?

    Someone knows how to change the ACS 5.4 CLI password?

    I found the command "acs reset-password".  But it seems to reset the password for GUI instead of the CLI password.

    Thank you very much!

    If you already know admin CLI current password to reset the password for the admin ACS CLI, you will need to use the command 'username '.

    Reference: http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.4/command/reference/cli_app_a.html#wp1896348

    The DVD is used to reset the password in situations where the password has been lost.

    ~ BR
    Jatin kone

    * Does the rate of useful messages *.

  • Problem with changing password to adapter

    Hello
    We need to change password user IOM after AD account creation. I use following my adapter code:

    * public class PassswordGenerator {* +}

    Public Shared Sub NewPassword (String usrID, boolean isUserLogin) throws all AccessDeniedException,+.
    NoSuchUserException,+.
    UserLookupException,+.
    SearchKeyNotUniqueException,+.
    * UserManagerException {* +}

    UserManager userService = Platform.getService (UserManager.class); +
    User user = userService.getDetails ("User Login", usrID, null); +
    RandomPasswordGeneratorImpl randomPasswordGenerator = new RandomPasswordGeneratorImpl(); +
    char [] nouveau_mdp = randomPasswordGenerator.generatePassword (user); +
    Pass string = new String (new_pwd); +
    System.out.println ("new password:" + pass); +
    userService.changePassword (usrID, pass.toCharArray (), isUserLogin); +

    *}*

    *}*


    but when I try to perform tasks on the user ad process I get special suite:

    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    +........+
    Caused by: oracle.iam.identity.exception.UserManagerException: the password change operation failed.
    at oracle.iam.identity.usermgmt.impl.UserManagerImpl.changePassword(UserManagerImpl.java:3027)
    at oracle.iam.identity.usermgmt.impl.UserManagerImpl.changePassword(UserManagerImpl.java:2962)
    at oracle.iam.identity.usermgmt.api.UserManagerEJB.changePasswordx (unknown Source)
    +........+

    I need to change my code to use OIMClient? Password is generated according to the password policy, I can't test my external customer code, so I have no idea what is wrong.
    The best
    MP

    Published by: J23-2012-05-28 04:12

    Approach is very good. You can call the task of password change to the success of creating the task from the user.
    You can have a simple code like this:

    Import oracle.iam.passwordmgmt.api.PasswordMgmtService;
    public String changePassword (Long usr_key, String password) {}
    UPOS tcPasswordOperationsIntf = Platform.getService (tcPasswordOperationsIntf.class);
    upos.setXelleratePassword (usr_Key, password);
    }

    I hope this helps.

    Kind regards
    GP

  • Keychain Access: change password for Local Items

    Hey everybody,

    Until a few days ago, I had my OS X connected to my Apple ID login Then I unplugged the two and changed the two passwords.

    Now every time that I start to OS X, many things (talagent...) ask my local products Keychain password, which is always set to the password I had before the change. The change password menu item is grayed out, so I have no idea how to change. Needless to say, it's quite annoying having to type the password about 5 - 6 times every time you start Mac OS x.

    Does anybody know a solution for this?

    Thanks in advance.

    Hi MissKillALot,

    Thank you for using communities Support from Apple. I'm sorry to hear you're having problems with your Mac. If you are prompted several times your login Keychain password after changing your password, you may update or reset your login keychain. You can find information and the steps in the following articles useful:

    OS X El Capitan: on your Keychain password

    OS X: Keychain Access asks for Keychain "login" after the change of password - Apple support

    Reset your Mac OS X Keychain - Apple support

    Concerning

  • Change password account Google

    Hi all

    I just changed my Google account password by singing in Google using a browser. Now, I also need to change the password of my account on OS X, or Mail.app cannot access to my Google account.

    How can I change the password in OS X? Mail, for example, request a new password, it just shows an interruption of the connection. If I go on the Internet of accounts in preferences, click on Google, click details, he comes to shows me Description and name, but no place where I could enter a password.

    Thanks for help and best regards,

    lotlorien

    Hi all

    I solved this problem by removing completely and adding my Google account. If this is the only way, it's really amazing. How can it may be difficult to implement a change password option?

    Kind regards

    lotlorien

  • zynga took my moms account and changed password for facebook and e-mail, she followed the steps to change the password, but the link does not work

    I gave this e-mail address to answer to another email user but my password has been changed and nt theres initially asked

    zynga took my moms account and changed password for facebook and e-mail, she followed the steps to change the password but the link does not work as it changes the password of my account, she tried this link 3 times now is there anything else she can try.

    Hello

    ·        What operating system is installed on your computer?

    ·        What browser do you use to connect to the internet?

    ·        Which email service provider you are talking about?

    Because the problem is linked to facebook I suggest you to post your query on facebook forum for assistance:

    http://www.Facebook.com/help/community/

  • Change password user account

    Original title: change password

    I need to change my password. And I don't know how?  grateful for the help with my problem

    Hello

    This will help you:

    "Change your Windows password"

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-your-Windows-password

    "How to change your password in Windows Vista"

    http://pcsupport.about.com/od/tipstricks/HT/chgpassvista.htm

    See you soon.

  • Changes password on multiple PCs in network

    I have a number of remote sites where I need to change passwords for admin on all PCs on the LAN at a certain interval.  I'm trying to streamline the process as much as I can so that always changes remotely.  The obstacle, in that I am running is that each PC, due to other software running on them, must be able to automatic logon to the administrator account.  I was able to use the tool PsPasswd (from Suite Sysinternals) to change the passwords on all computers on the network from a single PC without problem.  However, I have not found a way to make the logon tool automatic (Sysinternals) works the same way.

    If I can avoid having to connect to each individual computer and instead, take care of each site a single PC, it would save me a ton of time and headaches.  Anyone know a good way to pull this off, or am I stuck with what I have?  Thanks in advance for any advice!

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • BlackBerry smartphones can not change password BBID

    Hello

    When I turn on my Blackberry, I can't do anything without first signing in my BBID. The problem is that I forgot my password. When I click on 'forgot password', I get error message saying "unable to update Blackberry ID account information while offline. I changed my password on the computer, but my device does not recognize it, probably because it is offline, but there is no way I can go online without signature first.

    Does anyone know of a way I can fix this without resorting to wipe my phone?

    Thanks in advance!

    Hello and welcome to the community!

    Please see this post "sticky" for useful information about your situation BBID:

    I hope that this information will be useful to you.

    See you soon and good luck!

    VIA |  sdgardne 

    http://supportforums.BlackBerry.com/T5/BlackBerry-world/how-to-regain-access-to-your-BBID/TD-p/25467...

  • AIP-SSM20: cannot change password - please help

    Reset the password using the hw-module command.  But now I can't change the default password of cisco.  she rejects any combination of password that I tried, uppercase, lowercase, numbers and the characters not alphanumeric.  It's probably requrement of password policy that I put forward.  How can I work around this problem and restore default setting?

    Thank you.

    Login: cisco

    Password:

    You are required to change your password immediately (years)

    Change password for cisco

    (current) password:

    New password:

    INCORRECT PASSWORD: is too simple

    New password:

    INCORRECT PASSWORD: is too simple

    New password:

    Model serial number of map mod

    --- -------------------------------------------- ------------------ -----------

    1. ASA 5500 Series Security Services Module-20 ASA-SSM-20 JAF1204AQHT

    MAC mod Fw Sw Version Version Version Hw address range

    --- --------------------------------- ------------ ------------ ---------------

    1 001e.7a36.7aba to 001e.7a36.7aba 1.0 1.0 (11) E4 2 7.0 (5A)

    The Application name of the SSM status Version of the Application of SSM mod

    --- ------------------------------ ---------------- --------------------------

    1 FPS up to 7,0 E4 (5A)

    Data on the State of mod aircraft compatibility status

    --- ------------------ --------------------- -------------

    1 up Up

    Hello

    You can try a more complex password.

    was soon 1

  • Users cannot change password for 802.1 x and implementation of ISE

    Hi all

    We have implemented cisco ISE 1.1 for a week and we notice that Microsoft active directory the user cannot change password there when it expired.

    We store all user account in Microsoft active directory for authentication and ISE is mapped with Microsoft active directory. Normally, when your expired password Microsoft active directory ask you to change your password, but in our case cisco switch or 802. 1 x do not allow communication with active directory before giving access to the network. Is this a configuration error or cisco do not support this?

    Best regards.

    Hello

    I have the same problem, did you find a solution?

    Thank you

  • Change password email blackBerry Smartphones

    I have a hotmail account.  I changed my password on my laptop for hotmail and don't know how to change the password on my curve 2.  The curve tells me to "' validate the password.  When I enter the password in the box and press 'next', it is an invalid password.  Any ideas would be surely useful.

    Thanks for the reply.  I discovered what the problem was.  When I changed my password on my laptop to hotmail, I did a 17-character password.  The bb will not accept a password of 16 characters or less.  So, I went back to my hotmail account and changed my password once more and he made a 16-character password.  Then I went into my bb to the configuration of email and entered the 16-character password and the password become immediately valid.

Maybe you are looking for