The list of harmonized UID's is found at uic-uid.html on the TRIUMF Internal page, or at /triumfcs/usr/local/databases/uic_master_list.txt via NFS.
If the shell program "useradd" (adduser) is used to create a new account, the UID may be specified using the -u option. The command looks like
useradd -c "Joe User" -u 1234 -p "joe_XXX" joewhere ""joe_XXX" is the initial password (which should be changed by the user to a new value on login).
Created by Andrew Daviel advax@triumf.ca