Changing the default password
To encode the new password use the Cryptor method in the mqsusertool
In this example, the password BMCSOFTWARE is encoded and gives the following string:
D;1wqmhAxF08ijqKs=
mqsusertool --encode -t Cryptor BMCSOFTWARE
mqsusertool 5.0.00 (build 63)
(C) Copyright 1996-2010 BMC Software, Inc.
Reading defaults from services.cfg
Encoding 'BMCSOFTWARE' using algorithm Cryptor:
D;1wqmhAxF08ijqKs=
Use the returned encoded password in step 3 of the following procedure. For assistance with using mqsusertool, contact BMC Support.
To change the ApacheDS default password
- Start the TMTM Application Service (do not start other services).
- At a command prompt in the InstallDir, enter:
setadminpw
Enter a new password of your choosing or enter an encoded password. Locate services.cfg in InstallDir and find the following line:
java.naming.security.credentials=D;5iKGpSZ3
Replace the existing password (in the example above D;5iKGpSZ3) with the password used in the previous step.- Save services.cfg.
- Restart the TMTM Application Service and then start the remaining services.
Disallowed characters in user and group names
User and group names allow only characters in the UTF-8 character set, with a few exceptions.
Disallowed characters in user and group names include: ! # % & ( ) * + , / : ; < = > ? @ [ ] ^ ` { | } ~ " ä ü ö e´ e`.
In addition, leading spaces and trailing spaces are disallowed, while internal spaces are allowed.