Rational Statemate supports browsing for user-names in a users-list on Windows. The definition of the user-list is customizable, with three methods to provides the users-list. The various options are defined during installation and set various environment variables in the
run_stmm.bat
file:
● None - No external user-list extraction. With this method, the users-list is built using the defined users in thepm.dat
file.
● Windows Domain Users - This is the standard Windows environment users-management method. With this method, the users-list is built using the domain users and the defined users in thepm.dat
file.
● From File - The users-list is built from the content of a text file, namedUsersLists.txt
, in which each non-empty line is considered to be a user-name, and the defined users in thepm.dat
file:The following settings in the run_stmm.bat file reflect the selected user-name selection mechanism
SET STMM_USER_MANAGER_PROTOCOL=<STMM_NO_SERVER_PROTOCOL | STMM_PDC_USER_MANAGER_SERVER_PROTOCOL | STMM_LDAP3_USER_MANAGER_SERVER_PROTOCOL | STMM_USER_MANAGER_USE_FILE>SET STMM_PDC_PRIMARY_SERVER=<domain primary server>SET STMM_BDC_BACKUP_SERVER=<domain backup server>SET STMM_USER_MANAGER_SERVER_GROUP=<NONE | LOCAL_GROUP | NET_GROUP>SET STMM_USERGROUP_NAME=<User group file>SET STMM_USER_MANAGER_FILE=<User manager file>