Add required users to the external user registry
Add required users to the external user registry.
ISIM requires the existence of two accounts:
Account usage Default account name Default administrative user ITIM Manager Default system user isimsystem We can choose to use a different account name for each of the accounts. We might want to use a different account name if you already have administrative or system user account names in an existing external user registry. We might want to use a different account name for the administrative user if your operating system does not support spaces in account names. For example, if the user registry is on a Linux system, we can specify an account name of itimManager instead of ITIM Manager.
The exact steps for creation of a user depend on the type of user registry. The following steps describe how to use the IBM Security Directory Server administration tool to add the required users. Alternatively, we can create an ldapadd command, or use LDIF files.
- Log on to the IBM Security Directory Server web administration tool.
- Click Directory Management > Add an entry to open the Select object class tab of the Add an entry page.
- Select inetOrgPerson from the Structural Object classes list.
- Click Next to open the Select auxiliary object classes tab.
- Click Next in the Select auxiliary object classes tab to open the Required attributes tab.
- Provide the values for the following attributes in the Required attributes tab:
- Relative DN
- Parent DN
- cn
- sn
We can use the default administrative user ID (uid) ITIM Manager, the default system user ID (uid) isimsystem, or specify a different uid. The following table shows example entries for the required attributes, when we use the default administrative user ID or the default system user ID.
Attribute Example value for the default administrative user Example value for the default system user Relative DN cn=ITIM Manager cn=isimsystem Parent DN dc=com dc=com cn System Administrator isimsystem sn Administrator isimsystem - Click Next to open the Optional attributes tab.
- Provide the values for the following attributes in the Optional attributes tab:
For example, provide the optional attribute values from the following table:
- uid
- userPassword
Attribute Example value for the default administrative user Example value for the default system user uid ITIM Manager isimsystem userPassword The default password for the ITIM Manager account is secret. We can specify our own password. The default password for the isimsystem account is secret. We can specify our own password. - Click Finish.
Parent topic: Preinstall configuration for authentication with an external user registry
Parent topic: Configure the Identity external user registry
Related tasks