Using mqsichangebroker I'm able to set the ldap username and password. Is there a way to unset this once made? I've managed to unset the principal by passing -y """" but the credential cannot be set to the same as it asks for a password.
mqwmb@esbprodz > mqsichangebroker ESBTST -y """" -z """"
Enter password for user ID
You can delete and recreate the broker and fail to specify the
-yand-z. Which you really kind of should do anyway, and then usemqsisetdbparmsto specify the credentials instead.Then you can use the
-dflag onmqsisetdbparmsto remove the credentials at a later date.