Reset ACS database password

Hi,
Just asking if you guys have idea how to reset the ACS database password?
regards,

Open the ACS window, Choose Network Configuration --------->select the User -----> edit it ----> change the password

Similar Messages

  • Azure database password reset

    I would like to know where to either reset the main database password from the Azure portal or delete the database so I can create another as I no longer have that password. Thanks.

    Hi,
    You can do the reset from the management portal. Select the Database choice on the left, then select Servers:
    Then, after selecting the server of choice, you'll see the option on the right for resetting admin password:
    Regards,
    Mekh.

  • ACS database users and passwords.

    Hi, i need to get all users and passwords from a acs 3.3 database unencrypted.
    How can i do it?
    Could you help me ?

    To get a list of the USers in the ACS database use the CSUTIL tool on Windows platform.
    go to bin directory under the ACS install folder and do
    CSUtil.exe -u
    this will generate a file "users.txt" in the same folder.
    But I dont think you can get the password in unencrypted form.

  • What's type of ACS v4.2 Database password hash?

    What's type of ACS v4.2 Database password hash?
    example:
    Name          :          ###postureuser
    Password      :          0x0020 fe fc f0 11 24 dc dd bd 0f d9 78 56 b8 4a fc f4 40 d0 bd 1d 19 5b 56 7e 14 f0 4e 1a b0 83 66 24
    Chap password :          0x000e 22 07 e4 28 c0 09 7f 1a b7 e6 2a 78 a1 52
    Thanks!

    Hello,
    I have been looking for an answer on this query, however, I have not been able to find the exact answer. I did find some useful information which I will include below:
    1) Using "csutil -d" you will be able to extract both Usernames and Passwords from the ACS Internal Database. Usernames will be on clear text and the password will be hashed with the specified password you used when executing
    "csutil -d".
    C:\Program Files\CiscoSecure ACS v4.2\bin>CSUtil.exe -d
    CSUtil v4.2(0.124), Copyright 1997-2008, Cisco Systems Inc
    Please, provide secret key to encrypt user passwords being dumped.
    This key will be asked during dump file importing.
    Empty Passwords will create dumps which are not re-loadable into ACS..
    2) It seems that the hash has not been revealed by Cisco ACS Developers. However, they have confirmed that the User Passwords are hashed using that password. Also, if using an "empty" password the exported user passwords will be "cisco123" or hashed: 0x0008 63 69 73 63 6f 31 32 33
    If you are trying to convert the passwords to clear text in order to recreate the accounts on a different server other than ACS (AD, LDAP, 3rd Party RADIUS) it will not work as there are not any known procedures to decrypt those passwords.
    Deeper investigation can be requested to TAC, however, I am not sure how accessible would it be to have a Developer share the hash method/algorithm used for Password encryption on the ACS Internal Database as it might be considered a security breach on the database of the application.
    Hope this clarifies it.
    Regards.

  • Resetting the Admin password in single user mode

    Ok, my friend bought an old Imac from someone she went to school with with OS 10.4.2 on it. It works fine except that she can not install any programs because there is an admin password that she does not know. She asked the person she bought it from, he says he doesn't even remember setting a password. Normaly with this issue id just pop in the install disk and reset it from there, except neither of them have the install disk, and my install disk is to current for the machine. Does anyone know how I can reset the admin acount using single user mode commands? I can do it on my Mac Book pro but it doesn't seem to work the same way on 10.4. Please help!
    EDIT: It is a Power PC G3 if that helps.
    Message was edited by: CartooNxHerO

    CartooNxHerO wrote:
    Ok, so I used the advice from the third link you gave me but i'm still in single user mode trying to figure out how to delete the users home folders.
    Message was edited by: CartooNxHerO
    You do not need to delete "the users home folders". Nor do you need to delete the netinfo database. Here are two proceedures:
    Change Password
    Mac OS X:
    Changing or resetting an account password via GUI:
    Resetting a user's password
    Resetting the original administrator account password
    http://docs.info.apple.com/article.html?artnum=106156
    You do not have a CD/DVD
    Changing password from single user mode:
    You can also change the administrator's password from single user mode or create a new administrator account.
    You need to get into single use mode for steps one and two that are listed below.
    This page will tell you how to get into single user mode.
    http://support.apple.com/kb/HT1492
    Basically, you hold down the command-s key then powering on your machine. The command key has a little apple symbol on the lower left. It is between the alt/option key and the space bar. On a PC keyboard, it will be the windows key, I think.
    1) You can change the password on an account. ( Do you know Unix. You are in a Unix single user console. ) The setup commands you need should be listed on the screen. For Mac OS 10.4.11, the commands are:
    # Type the follow two instructions to access the startup disk in read/write:
    /sbin/fsck -fy
    /sbin/mount -uw /
    # Start up some utility processes that are needed.
    sh /etc/rc
    # You will probably need to press the return key once the system stops typing.
    # To find out the users on the system type, use the list command. The l is a lower case L:
    ls /Users
    # One of these accounts will be the administrator.
    # Pick one of the users which I'll call a-user-name and type it in this command:
    passwd a-user-name
    # and enter the new user password. You need six characters.
    # You will need to enter your password twice. Your typing will not show up on the screen just
    # press enter when you complete the typing.
    # For cryptic information on these commands try:
    man ls
    man passwd
    The root account isn't enabled by default. I am not sure if changing the password on root will enable it.
    2) Get the Mac to set up an additional administrative account. You can then change the password on your old account.
    Start with your computer power off. Hold down command-s. Power on your computer.
    Type in the following:
    The first two commands will depend on your release of Mac OS X. Look at what is typed out in the console to determine the exact format.
    # Type the follow two instructions to access the startup disk in read/write. Press return after each command.
    /sbin/fsck -fy
    /sbin/mount -uw /
    cd /var/db
    pwd
    #List all files. The l is a lower case L.
    ls -a
    #The move command acts as a rename command in this format.
    mv -i .applesetupdone .applesetupdone.old
    reboot
    Once you've done that the computer reboots and it's like the first time you used the machine. Your old accounts are all safe. From there you just change all other account passwords in the account preferences!!
    Limnos adds detailed explainations:
    http://discussions.apple.com/message.jspa?messageID=8441597#8441597
    The above the idea came from a post by JoseAranda at September 9, 2006 3:48 AM
    http://www.askdavetaylor.com/howdo_i_reset_my_mac_os_x_admin_rootpassword.html
    You will need to scroll down to see this post. Search for applesetupdone
    Or see:
    http://superpixel.ch/articles/running-setup-assistant-again/
    Once you have a new administrative account, you can change the password of your old administrative account
    blue apple > System Preferences > Accounts

  • I need to reset an unknown password(s).

    I have an unusual situation here.
    We recently discovered that a person here had a database running on a workstation that was located under his desk in his office. Nobody knew about this computer. The database was believed to be running on a server in a datacenter but nobody checked.
    Anyway, what has happened is the person that had this computer has unexpectedly passed away and with him went the knowledge of all the database password(s) to get to this data. We need a way to clear or reset this password so we can use the data that is in the DB. I'm not a database person but I have been tasked with trying to get the info to gain access to this DB so we can use the data. The computer is running XP Pro and is using Oracle 10g Express.
    PLEASE, any help would be greatly appreciated. We are a healthcare facility and loosing this data could affect patient care. (financially, not medically)
    Again, I am a DB novice, but I will get any of our DB Admins involved if needed.
    Thank you.

    My thanks to "AlanM" "Serch-NET" & "user536680" for your responses. We tried all your suggestions and were unseccessful.
    We were receiving a "TNS protocol error 12560" after we did the "sqlplus /nolog
    conn / as sysdba".
    Sequence of commands:
    Verified that ORACLE_SID=DBID is set properly
    c:\oracle directory\sqlplus /nolog
    SQL> conn / as sysdba
    either get a TNS 12560 Protocol Error or Insuffecient priveleges errors.
    We attempted these commands while logged into the workstation as local administrator and again with a network account that has local admin rights on the workstation.

  • How to find/reset the admin password?

    Hi,
    I'm new to this. The admin userid/password that was successfully used in the past in not being recognized now.
    I was trying to log in to Adobe LiveCycle ES ver 8.2 from http://localhost:8080/adminui/login.faces and receive the message "Username and password do not match".
    Is there a way for me to reset the userid/password ? I cannot reset a user's password before accessing thie admin account first.
    Any help is appreciated.
    Thank You.
    Yajiv

    Some people have had success in LC ES 8.2 with running the following SQL statement on the LiveCycle backend database.  It re-sets the password of the 'Super Administrator' user to 'password':
    UPDATE adobe.edcprincipallocalaccountentity, adobe.edcprincipaluserentity
    SET  password = 'TXScDjEEQCzWccUMUdf8wijx/hE=', salt =  'JNIBnmos3d0WE9W8oquFIQ=='
    WHERE  adobe.edcprincipallocalaccountentity.refuserprincipalid =  adobe.edcprincipaluserentity.id and adobe.edcprincipaluserentity.uidstring =  'administrator';
    adobe  = the schema name
    This is risky - if something goes wrong, you will have to re-bootstrap.

  • How do i reset my master password on MacBook Pro previously owned by someone else?

    I purchased from someone else in 2011 and needed to reset master password.  It was done, but now I am having problems resetting it.  It does not recognize the reset password.  I am trying to add new software and can't do so without password.  Can someone please help me?  I entered to change in terminal window, but when it comes to adding new password, computer won't allow to add new passcode in blank. 

    Check out KB Articles http://support.apple.com/kb/HT1274 Changing or resetting an account password and http://support.apple.com/kb/PH11390 OS X Mountain Lion: Reset a login password  if you are using ML.  You never stated which OS you are currently using. 

  • Database password change

    Hello,
    Can someone point me in the right direction in regards to changing the OIM database password on 9.1.0.2?
    We recently changed the password and I updated the xlconfig.xml file and updated two XML files located in the project domain using the method described in the below article:
    http://docs.oracle.com/cd/E13222_01/wls/docs81/admin_ref/utils17.html
    I copied the output generated and edited the <password-encrypted> node in the XML files.
    We are running WebLogic 10.3.3, on 10g database, 9.1.0.2 BP14 installed.
    OIM starts up though we get a System Error message but a refresh brings up the login page. After attempting to login the following error is recorded in our log files:
    ERROR,14 Feb 2012 08:49:45,138,[XELLERATE.WEBAPP],Class/Method: tcLogonAction/execute encounter some problems: Error occurred during login - Exeption Code: DB_READ_FAILED
    Thor.API.Exceptions.tcAPIException: Error occurred during login - Exeption Code: DB_READ_FAILED
    I presume it has to do with the password change but I have changed every file that I am aware of. Have I missed a step or missed a file? Is there a preferred way to change the database password within WebLogic? The UI doesn't allow it due to the encryption and I don't want to turn that off to clear text.
    Thanks,
    Andrew

    To change the database password, there are only a couple spots to update.
    Within WebLogic, you'll want to update your JDBC resources with the new password on your two connections listed.
    Then as you mentioned in the xlconfig.xml file, you'll find the sections for the DirectDB. Where the password is at, set the encrypted=false and provide the literal of your new password. Now when OIM starts, it will re-encrypt the xlconfig.xml file, so you can delete the one with plain text.
    -Kevin

  • HT204053 Seems my iCloud password is not the same as my iTunes.  Where do I go to reset my iCloud password?  I cannot access anything when prompted to put in my iCloud password because I do NOT KNOW it.  Thanks!

    Seems my iCloud password is not the same as my iTunes.  Where do I go to reset my iCloud password?  I cannot access anything when prompted to put in my iCloud password because I do NOT know it.  Thanks!  I've used my iTunes password for everything else Apple does and would like to use the same one for my iCloud.

    Do the following:
    Make sure you are signed into iMessage and FaceTime with your current ID.  If they are signed into the old ID, go to Settings>Messages>Send & Receive and Settings>FaceTime, tap the ID, sign out, then sign back in with your current ID.
    Then temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  (You should not have to verify the old email account so it doesn’t matter if you no longer have access to it.)  Now go to Settings>iCloud, turn off Find My iDevice and enter your current password when prompted (even though it prompts you for the password for your old ID).  Then go to Settings>iCloud, tap Sign Out (or Delete Account if you are not running iOS 8) and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address back to the way it was.  Now you can go to Settings>iCloud and sign back in with your current iCloud ID and password (your data will download back to your device).

  • How to reset my login password for macbook air

    How can I reset my login password for my laptop? For some weird reason, my login password no longer works. I now have to get on by logging into guest and then clicking on my username.

    Reset Password using Recovery HD
    OS X 10.7 Lion /10.8 Mountain Lion
    Follow the instructions in the first and third boxes.
    http://pondini.org/OSX/Password.html

  • HT4798 i created my apple id account, verified but know i m unable to log on, it says incorrect password, i tried to reset via forgot password option but it does not send reset password page to my e- mail address, how can i get this sorted or delete my pr

    User created apple id account, verified but know she is unable to log on, it says incorrect password, she tried to reset via forgot password option but it does not send reset password page to here e- mail address, how can i get this sorted? or how can i get her whole apple account deleted and created new one using same e - mail address?

    The idea to jumpstart by change was not the smartest one, but gives you an opportunity to use that "temporary" account as permanent. You do not have a choice cause obviously despite you thinking that old account is no more -it does exist on Apple servers. And if you are unwilling to share your [email protected] with friend, just create one extra [email protected] for your friend. One suggestion - do not use gmail.

  • How can i reset an admin password?

    i got my mac from a friend, the mac has an admin password in the only account, and he cant remember it, i dont have the CD's that came with the mac also, but my friend has ones of his macbook pro, both are for the same OS X, 10.6.7, any help? can i use the MBP CD's? if yes, how do i reset the password using them?

    Hi, lisafromspanish fork.  
    Thank you for visiting Apple Support Communities. 
    I am not sure which operating system you are using; however, here are the steps that will walk you through changing an admin account password. 
    OS X: Changing or resetting an account password
    http://support.apple.com/kb/ht1274
    OS X Mavericks: Reset a login password
    http://support.apple.com/kb/PH14325
    Cheers,
    Jason H.

  • I forgot my icloud password and i forgot the email that i did it with it how can i reset my icloud password?

    i forgot my icloud password and i forgot the email that i did it with it how can i reset my icloud password?

    You are going to need to go to: FORGOT APPLE ID to retrieve your iCloud/Apple ID. Once you know your ID, you can log onto Apple - My Apple ID and click on Reset Password to answer the Security Questions you will need to answer. If you don't remember the answers, you will have to contact Apple Support to have them reset: ACCOUNT SECURITY CONTACT NUMBERS
    Cheers,
    GB

  • Getting the error message"your apple ID has been disabled" . I reset my ID password last night and am still having the same issue.

    getting the error message"your apple ID has been disabled" . I reset my ID password last night and am still having the same issue.

    If you are still unable to access your account after resetting your password, you will need to contact iTunes Store Customer Support via http://www.apple.com/support/itunes/contact/

Maybe you are looking for

  • My Ipad doesn't connect to wifi while all other devices are connected.

    My iPad doesn't connect to wifi anymore while all other devices in the same network are connected including iPod. iPad was connected this morning, but quit connecting since this afternoon. It tries to connect, but everytime connects, it disconnect wi

  • Photo library albums and folders taking up more space

    If you create albums and folders on photo library it appears to duplicate the pictures and take up more space.  Is there any way to avoid this since you can't group pictures otherwise?

  • Issue in Installing Oracle Database 11.2.0.2

    Hi All- I am trying to install Oracle Databse 11.2.0.2. I have downloaded patch - 10098816 for 32-bit windows version from Oracle Support. I am installing it on 32-bit Windows Server Enterprise, Service pack 2 machine. When I install it process till

  • Pixelated idvd menu screen

    I have made a slideshow in FCPX and exported it as a quicktime movie. I then imported that into iDVD 7.1 and when i am testing, the menu and movie look great. Whe i burn the DVD the menu screen looks terrible. bith the image and the titles are very p

  • How to handle ADF_FACES Errors/Exceptions and display customized message.

    Hi All, <b>My question here is, </b> Is there any way to handle the validation/PPR kind of run time exceptions/errors. I have tried to handle these errors by extending the lifecycle and overridden the reportErrors method. But this method is being cal