Creating users in bulk

Rather than creating users one-by-one in the RBAC Manager folder, you can use the bladduser utility to create multiple users by importing a file containing a list of user names and passwords.

The list must have the following format:
<user>,<password>
<user>,<password>
<user>,<password>

where <user> is a user ID and <password> is the password associated with that user ID.

To import a list of users

  1. Do one of the following from the directory where an Application Server is installed:
    • (Microsoft Windows) Enter the following command:
      bin\bladduser.exe -f <fileName>
    • (UNIX) Enter the following command:
      ./bin/bladduser -f <fileName>
      where <fileName> is the name of the file containing the list of users you want to import.
Was this page helpful? Yes No Submitting... Thank you

Comments