« PQA Merge Issues/Pong | Main | Most PQA Issues resolved... »

PQA Merge: User Issues

  • Starting to look into user accounts issues
  • Send out form for LDAP Authentication Information
  • Coded up pong.sh and pong.tcl to check and see if ccase-rmna-3 is up or down
  • Created initial set of PQA User/Group Account files

PQA User/Group Account Files

Here's what I did for user accounts. I've attached all the files and will refer to them by name here.

OEM Users

First I took the export list from Clearquest (userinfo.txt.orig). This is the untouched original export file.

Next I extracted user names that begin with "oem" -> OEMUsers.cqu. Then I noticed that some of these users only appeared to be subscribed to NAS or BT. I then separated those out to OldOEMUsers.cqu.

New Groups

Patterning off of userinfo.txt.orig file for groups I created NewGroups.cqu to match the new groups you describe on your Users tab of the Excel Workbook. The group records from userinfo.txt.orig I stored off in Groups.cqu and then separated off groups that were only NAS or BT to OldGroups.cqu.

Other Users

This left me with all of the other users which were split up into Users.cqu and RemovedUsers.cqu based on whether they subscribed to Prod or TO.

Changing databases= line

For all files I made the following assumption: If the databases= line contained no values then that means "all databases". So any users or groups with a databases= line with no values I assume subscribed to TO or Prod. I left these databases= lines alone.

For other users or groups, if TO or Prod appeared in the databases= line I removed all values and put in Cont.

Please let me know if this comes close to what you wanted WRT users and groups.