This is update for password reset procedure for weblogic 7 described in
http://dev2dev.bea.com/pub/a/2004/07/WLSAdmin_bpr.html
* At the command line, change directory to the domain and run the setEnv script to set the PATH and CLASSPATH.
* Backup the existing DefaultAuthenticatorInit.ldift file in a different directory.
* java -cp D:\bea\weblogic700\server\lib\weblogic.jar weblogic.security.utils.AdminAccount adminuser weblogic . (Be careful: there is a dot at the end of the command).
* rm myserver/ldap/DefaultAuthenticatormyrealmInit.initialized
* rm boot.properties (if any)
* Reboot the admin server with “adminuser” as administrator userid
file and replace it with the backed up file.
* After the server has successfully booted, delete the new DefaultAuthenticatorInit.ldift * login into weblogic console with adminuser username
* change password for user system
* delete user adminuser
* refresh boot.properties with new password for user system
* refresh rest of files with authentication data
java weblogic.Admin -username system -password **** -userconfigfile WebLogicConfig.properties -userkeyfile WebLogicKey.properties STOREUSERCONFIG