uclaPersonMiddleName
Definition
The uclaPersonMiddleName is the middle name of the person represented by the identity entry in the UCLA Enterprise Directory.
Data Flow
The Enterprise Directory retrieves MIDDLE_NAME_PERSON from the UID system via the Campus Data Warehouse (CDW) in realtime manner. For each person the UID system contains names recorded at 4 different university systems. They are Student Record System (SRS), Student Information System (SIS), Payroll Personnel System (PPS), and University Extension System (UNEX). Names from these systems are flagged in APP_ID field accordiingly as SR0, SI0, PP0, and UNX. The Enterprise Directory select the name to populate cn base on the following logic:
- a. If a person currently has student affiliation (flagged as "SRSAffiliated" in uclaPersonDirectoryListAffiliation), select the name in the order below no matter what other affiliation this person has:
- 1. SR0 name
- 2. SI0 name
- 3. PP0 name
- 4. UNX name
- b. Else, if a person currently has employee affiliation (flagged as "PPSAffiliated" in uclaPersonDirectoryListAffiliation), select the name in the order below:
- 1. PP0 name
- 2. SR0 name
- 3. SI0 name
- 4. UNX name
- c. Else, meaning a person does not have either student of employee affiliation, go with the same order of step a.
- Note: If the name selected is found with APP_USAGE_STATUS <> 'A', an error message will be logged but the name still goes in ED.
For entries created by [uclaASUCLAID], the attribute is updated by name values in ASUCLA employee filed FTP'd daily. See [uclaASUCLAID] for detail.
For entries created without [uclaUniversityID], the attribute is not populated.
Source System
UID system managed by Financial Aid and Shared Systems, Student Applications, IT Services.
ASUCLA payroll system managed by ASUCLA.
Access Permission
For students, contact data owner UCLA Registrar's Office.
For employees, contact data owner UCLA Payroll Office.
For ASUCLA employees, contact data owner ASUCLA payroll office.
Usage
This is the usage of this attribute in the attribute-map.xml file. For more information about Mapping the attribute please visit Shibboleth wiki.
<Attribute name="urn:oid:2.16.840.1.113898.1.2.1.1" id="SHIBUCLAPERSONMIDDLENAME"/>