简体   繁体   中英

Change password in websphere application server

I am new to Websphere Application server , however I need to change the password of the users in federated file system through some utility . I can develop that utility in Java , however I need to know where will I get information about WAS command which I can used to change the password of the users.

You can do this with the updateIdMgrLDAPBindInfo utility.

  1. Enter a wasadmin shell with $WAS_HOME/bin/wsadmin
  2. Get command syntax and desc specific to your platform: $AdminTask help updateIdMgrLDAPBindInfo

A more detailed walkthorugh can be found on this IBM KC page: https://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/twim_repos_pwd.html?cp=SSAW57_8.5.5%2F1-8-2-33-2-1-3-1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM