diff --git a/base/Dockerfile b/base/Dockerfile index 3a6f741..9270e80 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,7 +1,7 @@ FROM tier/shib-idp:3.4.3_20190201 as idp # Grouper version for the entire GTE -FROM i2incommon/grouper:2.5.52 +FROM i2incommon/grouper:2.5.54 # Disable docker HEALTHCHECK inherited from tier/shib-sp HEALTHCHECK NONE @@ -94,6 +94,7 @@ RUN chown -R tomcat:tomcat /opt/tomee ENV GROUPER_START_DELAY_SECONDS=10 -EXPOSE 389 3306 4443 +# note 5005 is for remote Java debugging +EXPOSE 389 3306 8080 5005 CMD ["grouper"] diff --git a/base/container_files/conf/grouper-loader.properties b/base/container_files/conf/grouper-loader.properties index ae41ed1..bc381b7 100644 --- a/base/container_files/conf/grouper-loader.properties +++ b/base/container_files/conf/grouper-loader.properties @@ -71,3 +71,5 @@ ldap.demo.tls = false #make the paths fully qualified and not relative to the loader group. loader.ldap.requireTopStemAsStemFromConfigGroup=false + +loader.allowStemDisplayNameChangesUnderStems=basis:hr:job, basis:sis:courses \ No newline at end of file diff --git a/base/container_files/conf/grouper.properties b/base/container_files/conf/grouper.properties index 411f5c4..58b8a57 100644 --- a/base/container_files/conf/grouper.properties +++ b/base/container_files/conf/grouper.properties @@ -46,10 +46,6 @@ grouper.lockoutGroup.name.0 = ref:iam:global_deny # {valueType: "group", regex: "^grouper\\.requireGroup\\.name\\.\\d+$"} grouper.requireGroup.name.0 = ref:iam:active -# group name of a require group -# {valueType: "group", regex: "^grouper\\.requireGroup\\.name\\.\\d+$"} -grouper.requireGroup.name.0 = ref:employee:fac_staff - # allowed to use this require group. If not configured, anyone could use # {valueType: "group", regex: "^grouper\\.lockoutGroup\\.requireGroup\\.\\d+$"} # grouper.requireGroup.allowedToUse.0 = ref:activeCanUse @@ -67,14 +63,3 @@ grouper.membership.customComposite.compositeType.0 = complement # {valueType: "group", regex: "^grouper\\.membership\\.customComposite\\.groupName\\.\\d+$"} grouper.membership.customComposite.groupName.0 = ref:iam:active - - -# Override default property added to 2.5.49 -group.validateExtensionByDefault = false -stem.validateExtensionByDefault = false -attributeDef.validateExtensionByDefault = false -attributeDefName.validateExtensionByDefault = false -grouperHook.StemUniqueNameCaseInsensitiveHook.autoRegister = false -grouperHook.GroupUniqueNameCaseInsensitiveHook.autoRegister = false -grouperHook.AttributeDefUniqueNameCaseInsensitiveHook.autoRegister = false -grouperHook.AttributeDefNameUniqueNameCaseInsensitiveHook.autoRegister = false diff --git a/base/container_files/conf/grouperText/grouper.text.en.us.properties b/base/container_files/conf/grouperText/grouper.text.en.us.properties index 182038c..e9850f1 100644 --- a/base/container_files/conf/grouperText/grouper.text.en.us.properties +++ b/base/container_files/conf/grouperText/grouper.text.en.us.properties @@ -1,3 +1,6 @@ +# Used in general containers customCompositeMinusActive = Entities who are not active at the institution + +# Referenced in ex401 customCompositeMinusFacStaff = Entities who are not faculty or staff customCompositeMinusFacStaffStudent = Entities who are not faculty, staff, or students diff --git a/base/container_files/conf/subject.properties b/base/container_files/conf/subject.properties index 2b7037d..3d1ac88 100644 --- a/base/container_files/conf/subject.properties +++ b/base/container_files/conf/subject.properties @@ -1,21 +1,51 @@ -subjectApi.source.ldap.id = ldap -subjectApi.source.ldap.name = EDU Ldap +subjectApi.source.ldap.id = eduLDAP +subjectApi.source.ldap.name = EDU Ldap subjectApi.source.ldap.types = person -subjectApi.source.ldap.adapterClass = edu.internet2.middleware.grouper.subj.GrouperJndiSourceAdapter +subjectApi.source.ldap.adapterClass = edu.internet2.middleware.grouper.subj.GrouperLdapSourceAdapter2_5 subjectApi.source.ldap.param.ldapServerId.value = demo -subjectApi.source.ldap.param.SubjectID_AttributeType.value = uid -subjectApi.source.ldap.param.SubjectID_formatToLowerCase.value = false +subjectApi.source.ldap.param.SubjectID_AttributeType.value = employeeNumber subjectApi.source.ldap.param.Name_AttributeType.value = cn subjectApi.source.ldap.param.Description_AttributeType.value = cn -subjectApi.source.ldap.param.VTLDAP_VALIDATOR.value = ConnectLdapValidator +subjectApi.source.ldap.param.emailAttributeName.value = mail +subjectApi.source.ldap.numberOfAttributes = 6 +subjectApi.source.ldap.attribute.0.name = uid +subjectApi.source.ldap.attribute.0.subjectIdentifier = true +subjectApi.source.ldap.attribute.0.translationType = sourceAttributeSameAsSubjectAttribute +subjectApi.source.ldap.attribute.0.formatToLowerCase = false +subjectApi.source.ldap.attribute.1.name = cn +subjectApi.source.ldap.attribute.1.translationType = sourceAttributeSameAsSubjectAttribute +subjectApi.source.ldap.attribute.1.formatToLowerCase = false +subjectApi.source.ldap.attribute.2.name = mail +subjectApi.source.ldap.attribute.2.translationType = sourceAttributeSameAsSubjectAttribute +subjectApi.source.ldap.attribute.2.formatToLowerCase = false +subjectApi.source.ldap.attribute.3.name = givenName +subjectApi.source.ldap.attribute.3.translationType = sourceAttributeSameAsSubjectAttribute +subjectApi.source.ldap.attribute.3.formatToLowerCase = false +subjectApi.source.ldap.attribute.4.name = sn +subjectApi.source.ldap.attribute.4.translationType = sourceAttributeSameAsSubjectAttribute +subjectApi.source.ldap.attribute.4.formatToLowerCase = false +subjectApi.source.ldap.attribute.5.name = employeeNumber +subjectApi.source.ldap.attribute.5.translationType = sourceAttributeSameAsSubjectAttribute +subjectApi.source.ldap.attribute.5.formatToLowerCase = false -subjectApi.source.ldap.param.SubjectID_AttributeType.value = uid -subjectApi.source.ldap.param.SubjectID_formatToLowerCase.value = false -subjectApi.source.ldap.param.Name_AttributeType.value = cn -subjectApi.source.ldap.param.Description_AttributeType.value = cn -subjectApi.source.ldap.param.subjectVirtualAttribute_0_searchAttribute0.value = ${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('uid'), "")},${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('cn'), "")},${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('exampleEduRegId'), "")} -subjectApi.source.ldap.param.sortAttribute0.value = cn -subjectApi.source.ldap.param.searchAttribute0.value = searchAttribute0 +subjectApi.source.ldap.search.search.param.filter.value = (&(|(uid=%TERM%)(employeeNumber=%TERM%)(cn=*%TERM%*))(objectclass=eduPerson)) +#todo ??? not created by UI: subjectApi.source.ldap.search.search.param.base.value = ou=people,dc=internet2,dc=edu +#todo ??? not created by UI: subjectApi.source.ldap.search.search.param.scope.value = SUBTREE_SCOPE + +subjectApi.source.ldap.search.searchSubject.param.base.value = ou=people,dc=internet2,dc=edu +subjectApi.source.ldap.search.searchSubject.param.filter.value = (&(employeeNumber=%TERM%)(objectclass=eduPerson)) +subjectApi.source.ldap.search.searchSubject.param.scope.value = SUBTREE_SCOPE + +subjectApi.source.ldap.search.searchSubjectByIdentifier.param.filter.value = (&(uid=%TERM%)(objectclass=eduPerson)) + +#todo ??? not created by UI: subjectApi.source.ldap.search.searchSubjectByIdentifier.param.base.value = ou=people,dc=internet2,dc=edu +#todo ??? not created by UI: subjectApi.source.ldap.search.searchSubjectByIdentifier.param.scope.value = SUBTREE_SCOPE + + +subjectApi.source.ldap.searchAttributeCount = 1 +subjectApi.source.ldap.searchAttribute.0.attributeName = employeeNumber +subjectApi.source.ldap.sortAttribute.0.attributeName = employeeNumber +subjectApi.source.ldap.sortAttributeCount = 1 # STATUS SECTION for searches to filter out inactives and allow @@ -49,26 +79,16 @@ subjectApi.source.ldap.param.searchAttribute0.value = searchAttribute0 # subject identifier to store in grouper's member table. this is used to increase speed of loader and perhaps for provisioning # you can have up to max 1 subject identifier -subjectApi.source.ldap.param.subjectIdentifierAttribute0.value = employeeNumber +# todo is this valid for GrouperLdapSourceAdapter2_5? +#subjectApi.source.ldap.param.subjectIdentifierAttribute0.value = employeeNumber -#searchSubject: find a subject by ID. ID is generally an opaque and permanent identifier, e.g. 12345678. -# Each subject has one and only on ID. Returns one result when searching for one ID. -subjectApi.source.ldap.search.searchSubject.param.filter.value = (&(uid=%TERM%)(objectclass=person)) -subjectApi.source.ldap.search.searchSubject.param.scope.value = SUBTREE_SCOPE -subjectApi.source.ldap.search.searchSubject.param.base.value = ou=people,dc=internet2,dc=edu #searchSubjectByIdentifier: find a subject by identifier. Identifier is anything that uniquely # identifies the user, e.g. jsmith or jsmith@institution.edu. # Subjects can have multiple identifiers. Note: it is nice to have if identifiers are unique # even across sources. Returns one result when searching for one identifier. -subjectApi.source.ldap.search.searchSubjectByIdentifier.param.filter.value = (&(employeeNumber=%TERM%)(objectclass=person)) -subjectApi.source.ldap.search.searchSubjectByIdentifier.param.scope.value = SUBTREE_SCOPE -subjectApi.source.ldap.search.searchSubjectByIdentifier.param.base.value = ou=people,dc=internet2,dc=edu +# todo needed for GrouperLdapSourceAdapter2_5? +#subjectApi.source.ldap.search.searchSubjectByIdentifier.param.scope.value = SUBTREE_SCOPE +#subjectApi.source.ldap.search.searchSubjectByIdentifier.param.base.value = ou=people,dc=internet2,dc=edu # search: find subjects by free form search. Returns multiple results. - -subjectApi.source.ldap.search.search.param.filter.value = (&(|(|(uid=%TERM%)(cn=*%TERM%*))(uid=%TERM%*))(objectclass=person)) -subjectApi.source.ldap.search.search.param.scope.value = SUBTREE_SCOPE -subjectApi.source.ldap.search.search.param.base.value = ou=people,dc=internet2,dc=edu - -subjectApi.source.ldap.internalAttributes = searchAttribute0 diff --git a/base/container_files/seed-data/bootstrap.gsh b/base/container_files/seed-data/bootstrap.gsh index e2a018a..16d354d 100644 --- a/base/container_files/seed-data/bootstrap.gsh +++ b/base/container_files/seed-data/bootstrap.gsh @@ -1,3 +1,4 @@ gs = GrouperSession.startRootSession() -addMember("etc:sysadmingroup","banderson"); +// As long as the loader job works, this shouldn't be needed any longer, since banderson is in the IAM staff group which is in etc:sysadmingroup +//addMember("etc:sysadmingroup","banderson"); diff --git a/base/container_files/seed-data/users.ldif b/base/container_files/seed-data/users.ldif index f0c5912..4242b40 100644 --- a/base/container_files/seed-data/users.ldif +++ b/base/container_files/seed-data/users.ldif @@ -18,34 +18,3 @@ objectClass: organizationalRole cn: admin userPassword: password description: LDAP administrator - -dn: uid=jsmith,ou=People,dc=internet2,dc=edu -objectClass: organizationalPerson -objectClass: person -objectClass: top -objectClass: inetOrgPerson -givenName: Joe -uid: jsmith -sn: Smith -cn: John Smith -userPassword: password - -dn: uid=banderson,ou=People,dc=internet2,dc=edu -objectClass: organizationalPerson -objectClass: person -objectClass: top -objectClass: inetOrgPerson -objectClass: eduPerson -givenName: Bob -uid: banderson -sn: Anderson -cn: Bob Anderson -userPassword: password -eduPersonEntitlement: urn:mace:example.edu:admin - -dn: cn=users,ou=Groups,dc=internet2,dc=edu -objectClass: groupOfUniqueNames -objectClass: top -uniqueMember: uid=banderson,ou=People,dc=internet2,dc=edu -uniqueMember: uid=jsmith,ou=People,dc=internet2,dc=edu -cn: users diff --git a/ex101/ex101.1.1/Dockerfile b/ex101/ex101.1.1/Dockerfile index 5356382..bfd1fdf 100644 --- a/ex101/ex101.1.1/Dockerfile +++ b/ex101/ex101.1.1/Dockerfile @@ -10,9 +10,7 @@ LABEL author="tier-packaging@internet2.edu " \ ENV USERTOKEN=gte-101.1.1 COPY container_files/seed-data/ /seed-data/ -COPY container_files/grouper-loader.properties /opt/grouper/grouperWebapp/WEB-INF/classes/ -COPY container_files/subject.properties /opt/grouper/grouperWebapp/WEB-INF/classes/ -COPY container_files/morphString.properties /opt/grouper/grouperWebapp/WEB-INF/classes/ +COPY container_files/conf/ /opt/grouper/grouperWebapp/WEB-INF/classes/ # && setupFiles; \ diff --git a/ex101/ex101.1.1/container_files/grouper-loader.properties b/ex101/ex101.1.1/container_files/grouper-loader.properties deleted file mode 100644 index 3f70138..0000000 --- a/ex101/ex101.1.1/container_files/grouper-loader.properties +++ /dev/null @@ -1,93 +0,0 @@ -#specify the consumers here. specify the consumer name after the changeLog.consumer. part. This example is "psp" -#but it could be changeLog.consumer.myConsumerName.class -#the class must extend edu.internet2.middleware.grouper.changeLog.ChangeLogConsumerBase -#changeLog.consumer.psp.class = edu.internet2.middleware.psp.grouper.PspChangeLogConsumer - -#the quartz cron is a cron-like string. it defaults to every minute on the minute (since the temp to change log job runs -#at 10 seconds to each minute). it defaults to this: 0 * * * * ? -#though it will stagger each one by 2 seconds -# http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger -#changeLog.consumer.psp.quartzCron = 0 * * * * ? - -# To retry processing a change log entry if an error occurs, set retryOnError to true. Defaults to false. -#changeLog.consumer.psp.retryOnError = false - -# To run full provisioning synchronizations periodically, provide the class name which provides a 'public void fullSync()' method. -#changeLog.psp.fullSync.class = edu.internet2.middleware.psp.grouper.PspChangeLogConsumer - -# Schedule full synchronizations. Defaults to 5 am : 0 0 5 * * ?. -#changeLog.psp.fullSync.quartzCron = 0 0 5 * * ? - -# Run a full synchronization job at startup. Defaults to false. -#changeLog.psp.fullSync.runAtStartup = false - -# Omit diff responses from bulk response to conserve memory. -#changeLog.psp.fullSync.omitDiffResponses = true - -# Omit sync responses from bulk response to conserve memory. -#changeLog.psp.fullSync.omitSyncResponses = true - -################################# -## LDAP connections -################################# -# specify the ldap connection with user, pass, url -# the string after "ldap." is the ID of the connection, and it should not have -# spaces or other special chars in it. In this case is it "personLdap" - -#note the URL should start with ldap: or ldaps: if it is SSL. -#It should contain the server and port (optional if not default), and baseDn, -#e.g. ldaps://ldapserver.school.edu:636/dc=school,dc=edu -ldap.demo.url = ldap://localhost:389/ - -#optional, if authenticated -ldap.demo.user = cn=root,dc=internet2,dc=edu - -#optional, if authenticated note the password can be stored encrypted in an external file -ldap.demo.pass = password - -#optional, if you are using tls, set this to true. Generally you will not be using an SSL URL to use TLS... -ldap.demo.tls = false - -#optional, if using sasl -#ldap.personLdap.saslAuthorizationId = -#ldap.personLdap.saslRealm = - -#optional (note, time limit is for search operations, timeout is for connection timeouts), -#most of these default to vt-ldap defaults. times are in millis -#validateOnCheckout defaults to true if all other validate methods are false -#ldap.personLdap.batchSize = -#ldap.personLdap.countLimit = -#ldap.personLdap.timeLimit = -#ldap.personLdap.timeout = -#ldap.personLdap.minPoolSize = -#ldap.personLdap.maxPoolSize = -#ldap.personLdap.validateOnCheckIn = -#ldap.personLdap.validateOnCheckOut = -#ldap.personLdap.validatePeriodically = -#ldap.personLdap.validateTimerPeriod = -#ldap.personLdap.pruneTimerPeriod = -#if connections expire after a certain amount of time, this is it, in millis, defaults to 300000 (5 minutes) -#ldap.personLdap.expirationTime = - -#make the paths fully qualified and not relative to the loader group. -loader.ldap.requireTopStemAsStemFromConfigGroup=false - -changeLog.consumer.pspng_affiliations.class = edu.internet2.middleware.grouper.pspng.PspChangelogConsumerShim -changeLog.consumer.pspng_affiliations.type = edu.internet2.middleware.grouper.pspng.LdapAttributeProvisioner -changeLog.consumer.pspng_affiliations.quartzCron = 0 * * * * ? -changeLog.consumer.pspng_affiliations.ldapPoolName = demo -changeLog.consumer.pspng_affiliations.provisionedAttributeName = eduPersonAffiliation -changeLog.consumer.pspng_affiliations.provisionedAttributeValueFormat = ${group.extension.replace('ePA_', '')} -changeLog.consumer.pspng_affiliations.userSearchBaseDn = ou=people,dc=internet2,dc=edu -changeLog.consumer.pspng_affiliations.userSearchFilter = uid=${subject.id} -changeLog.consumer.pspng_affiliations.allProvisionedValuesPrefix=* - -changeLog.consumer.pspng_entitlements.class = edu.internet2.middleware.grouper.pspng.PspChangelogConsumerShim -changeLog.consumer.pspng_entitlements.type = edu.internet2.middleware.grouper.pspng.LdapAttributeProvisioner -changeLog.consumer.pspng_entitlements.quartzCron = 0 * * * * ? -changeLog.consumer.pspng_entitlements.ldapPoolName = demo -changeLog.consumer.pspng_entitlements.provisionedAttributeName = eduPersonEntitlement -changeLog.consumer.pspng_entitlements.provisionedAttributeValueFormat = ${group.name.equalsIgnoreCase('app:wiki:service:policy:wiki_user') ? 'http://sp.example.org/wiki' : 'urn:mace:example.edu:' + group.extension} -changeLog.consumer.pspng_entitlements.userSearchBaseDn = ou=people,dc=internet2,dc=edu -changeLog.consumer.pspng_entitlements.userSearchFilter = uid=${subject.id} -changeLog.consumer.pspng_entitlements.allProvisionedValuesPrefix=* diff --git a/ex101/ex101.1.1/container_files/morphString.properties b/ex101/ex101.1.1/container_files/morphString.properties deleted file mode 100644 index b5f298b..0000000 --- a/ex101/ex101.1.1/container_files/morphString.properties +++ /dev/null @@ -1,11 +0,0 @@ - -######################################## -## Encryption configuration -######################################## - -# Put a random alphanumeric string (Case sensitive) for the password encryption. e.g. fh43IRJ4Nf5jn4Qp9k2 -# or put a filename where the random alphanumeric string is. e.g. c:/whatever/key.txt -# use encrypt.key.elConfig instead if the config has an expression language scriptlet -#encrypt.key = /Users/mchyzer/git/grouper_v2_5/grouper/temp/morphTestFromFile.txt - -encrypt.key = yh30aSMnC1SZ3 diff --git a/ex101/ex101.1.1/container_files/seed-data/bootstrap.gsh b/ex101/ex101.1.1/container_files/seed-data/bootstrap.gsh index 8fd9321..1cb75fb 100644 --- a/ex101/ex101.1.1/container_files/seed-data/bootstrap.gsh +++ b/ex101/ex101.1.1/container_files/seed-data/bootstrap.gsh @@ -1,5 +1,4 @@ gs = GrouperSession.startRootSession(); -addRootStem("101.1.1", "101.1.1") addRootStem("basis", "basis"); addRootStem("ref", "ref"); addRootStem("app", "app"); @@ -9,240 +8,261 @@ addRootStem("test", "test"); addStem("ref", "iam", "iam"); addGroup("ref:iam", "active", "active"); -// loader job for class year groups :ref:student:class2019, etc. -addGroup("etc","studentTermLoader", "studentTermLoader"); -groupAddType("etc:studentTermLoader", "grouperLoader"); -setGroupAttr("etc:studentTermLoader", "grouperLoaderDbName", "grouper"); -setGroupAttr("etc:studentTermLoader", "grouperLoaderType", "SQL_GROUP_LIST"); -setGroupAttr("etc:studentTermLoader", "grouperLoaderScheduleType", "CRON"); -setGroupAttr("etc:studentTermLoader", "grouperLoaderQuartzCron", "0 * * * * ?"); -setGroupAttr("etc:studentTermLoader", "grouperLoaderQuartzCron", "0 * * * * ?"); -setGroupAttr("etc:studentTermLoader", "grouperLoaderQuery", "select distinct id as SUBJECT_IDENTIFIER, 'ldap' as SUBJECT_SOURCE_ID, CONCAT('ref:student:class', term) as GROUP_NAME from SIS_STUDENT_TERMS"); - -// Stub out class groups. These will be filled out by the studentTermLoader -addStem("ref", "student", "student"); -class2019 = addGroup("ref:student", "class2019", "class2019"); -class2020 = addGroup("ref:student", "class2020", "class2020"); -class2021 = addGroup("ref:student", "class2021", "class2021"); -class2022 = addGroup("ref:student", "class2022", "class2022"); -class2023 = addGroup("ref:student", "class2023", "class2023"); - -// Set ref object type on class reference groups -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = class2019.getAttributeDelegate().hasAttribute(typeMarker) ? class2019.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : class2019.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Class of 2019"); - -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = class2020.getAttributeDelegate().hasAttribute(typeMarker) ? class2020.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : class2020.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Class of 2020"); - -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = class2021.getAttributeDelegate().hasAttribute(typeMarker) ? class2021.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : class2021.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Class of 2021"); - -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = class2022.getAttributeDelegate().hasAttribute(typeMarker) ? class2022.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : class2022.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Class of 2022"); - -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = class2023.getAttributeDelegate().hasAttribute(typeMarker) ? class2023.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : class2023.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Class of 2023"); - -// ex 201.1.2 -addStem("basis", "student", "student"); -student_no_class_year = addGroup("basis:student", "student_no_class_year", -"student_no_class_year"); - -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = student_no_class_year.getAttributeDelegate().hasAttribute(typeMarker) ? student_no_class_year.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : student_no_class_year.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "basis"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Students with no class year. Part-time students, employees taking classes, etc"); - -student_no_class_year.addMember(findSubject("wnielson101")); -addMember("basis:student:student_no_class_year","ahenderson105"); -addMember("basis:student:student_no_class_year","mnielson106"); -addMember("basis:student:student_no_class_year","mclark114"); -addMember("basis:student:student_no_class_year","gpeterson116"); -addMember("basis:student:student_no_class_year","jvales117"); -addMember("basis:student:student_no_class_year","lroberts121"); -addMember("basis:student:student_no_class_year","jbutler123"); -addMember("basis:student:student_no_class_year","nwilliams126"); -addMember("basis:student:student_no_class_year","emartinez127"); -addMember("basis:student:student_no_class_year","edavis128"); -addMember("basis:student:student_no_class_year","jnielson130"); -addMember("basis:student:student_no_class_year","abrown132"); -addMember("basis:student:student_no_class_year","sanderson134"); -addMember("basis:student:student_no_class_year","blee135"); -addMember("basis:student:student_no_class_year","jgrady138"); -addMember("basis:student:student_no_class_year","clopez141"); -addMember("basis:student:student_no_class_year","jnielson152"); -addMember("basis:student:student_no_class_year","jmartinez155"); -addMember("basis:student:student_no_class_year","jlangenberg157"); -addMember("basis:student:student_no_class_year","danderson161"); -addMember("basis:student:student_no_class_year","ivales162"); -addMember("basis:student:student_no_class_year","nmartinez163"); -addMember("basis:student:student_no_class_year","mdavis164"); -addMember("basis:student:student_no_class_year","dlopez166"); - -// ex 201.1.3 -exchange_students = addGroup("basis:student", "exchange_students", "exchange_students"); -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = exchange_students.getAttributeDelegate().hasAttribute(typeMarker) ? exchange_students.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : exchange_students.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "basis"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Exchange students who are not in SIS"); -addMember("basis:student:exchange_students","jnielson201"); -addMember("basis:student:exchange_students","aprice205"); -addMember("basis:student:exchange_students","cmorrison212"); -addMember("basis:student:exchange_students","nroberts214"); -addMember("basis:student:exchange_students","ehenderson217"); -addMember("basis:student:exchange_students","lthompson225"); -addMember("basis:student:exchange_students","mvales228"); -addMember("basis:student:exchange_students","ddavis232"); -addMember("basis:student:exchange_students","agasper233"); -addMember("basis:student:exchange_students","jpeterson243"); - -// ex 201.1.5 -expelled_32_days = addGroup("basis:student", "expelled_32_days", "expelled_32_days"); -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = expelled_32_days.getAttributeDelegate().hasAttribute(typeMarker) ? expelled_32_days.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : expelled_32_days.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "basis"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Expelled students with a 32 day grace period"); -addMember("basis:student:expelled_32_days","ewilliams400"); -addMember("basis:student:expelled_32_days","dwalters404"); -addMember("basis:student:expelled_32_days","ldoe407"); -addMember("basis:student:expelled_32_days","mhenderson421"); -addMember("basis:student:expelled_32_days","mgonazles423"); - -resigned_32_days = addGroup("basis:student", "resigned_32_days", -"resigned_32_days"); -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = resigned_32_days.getAttributeDelegate().hasAttribute(typeMarker) ? resigned_32_days.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : resigned_32_days.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "basis"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Students who have resigned with a 32 day grace period"); -addMember("basis:student:resigned_32_days","enielson500"); -addMember("basis:student:resigned_32_days","sgrady501"); -addMember("basis:student:resigned_32_days","sgasper513"); -addMember("basis:student:resigned_32_days","swilliams516"); -addMember("basis:student:resigned_32_days","jmorrison517"); - -transfered_32_days = addGroup("basis:student", "transfered_32_days", -"transfered_32_days"); -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = transfered_32_days.getAttributeDelegate().hasAttribute(typeMarker) ? transfered_32_days.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : transfered_32_days.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "basis"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Students who have tranfered out with a 32 day grace period"); -addMember("basis:student:transfered_32_days","ppeterson609"); -addMember("basis:student:transfered_32_days","nthompson612"); -addMember("basis:student:transfered_32_days","sanderson613"); -addMember("basis:student:transfered_32_days","mwhite617"); -addMember("basis:student:transfered_32_days","mwalters618"); - -// ex 201.1.6 -loa_4_years = addGroup("basis:student", "loa_4_years", "loa_4_years"); -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = loa_4_years.getAttributeDelegate().hasAttribute(typeMarker) ? loa_4_years.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : loa_4_years.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "basis"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Registrar"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Students on leave of absence less than 4 years"); -addMember("basis:student:loa_4_years","jprice704"); -addMember("basis:student:loa_4_years","aprice705"); -addMember("basis:student:loa_4_years","aclark706"); - -// setup for 201.2 -// should be a loader job? -addStem("ref", "employee", "employee") -fac_staff = addGroup("ref:employee", "fac_staff", "fac_staff") - -// Set ref object type on fac_staff reference group -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = fac_staff.getAttributeDelegate().hasAttribute(typeMarker) ? fac_staff.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : fac_staff.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", -"HR and Provost Office"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"All faculty and staff"); addStem("ref", "security", "security") locked_by_ciso = addGroup("ref:security", "locked_by_ciso", "locked_by_ciso") -AttributeAssign attributeAssign = locked_by_ciso.getAttributeDelegate().hasAttribute(typeMarker) ? locked_by_ciso.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : locked_by_ciso.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", -"CISO"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Subjects denied access by CISO"); +// AttributeAssign attributeAssign = locked_by_ciso.getAttributeDelegate().hasAttribute(typeMarker) ? locked_by_ciso.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : locked_by_ciso.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "CISO"); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", "Subjects denied access by CISO"); closure = addGroup("ref:iam", "closure", "closure") -AttributeAssign attributeAssign = closure.getAttributeDelegate().hasAttribute(typeMarker) ? closure.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : closure.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", -"IAM"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Accounts in the process of being closed"); - -addStem("org", "irb", "irb") -addStem("org:irb", "ref", "ref") -irb_members = addGroup("org:irb:ref", "irb_members", "irb_members") -AttributeAssign attributeAssign = irb_members.getAttributeDelegate().hasAttribute(typeMarker) ? irb_members.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : irb_members.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", -"Institutional Review Board"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Members of the IRB"); - -// setup for 201.4 +// AttributeAssign attributeAssign = closure.getAttributeDelegate().hasAttribute(typeMarker) ? closure.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : closure.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "IAM"); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", "Accounts in the process of being closed"); + global_deny = addGroup("ref:iam", "global_deny", "global_deny"); -AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); -AttributeAssign attributeAssign = global_deny.getAttributeDelegate().hasAttribute(typeMarker) ? global_deny.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : global_deny.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", -"Identity and Access Management"); -attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", -"Global deny group"); - -// setup for 201.5 -// should be a loader job? -addStem("ref", "dept", "dept") -addGroup("ref:dept", "finance", "finance") -addMember("ref:dept:finance", "asmith989") \ No newline at end of file +// AttributeDefName typeMarker = AttributeDefNameFinder.findByName("etc:objectTypes:grouperObjectTypeMarker", true); +// AttributeAssign attributeAssign = global_deny.getAttributeDelegate().hasAttribute(typeMarker) ? global_deny.getAttributeDelegate().retrieveAssignments(typeMarker).iterator().next() : global_deny.getAttributeDelegate().addAttribute(typeMarker).getAttributeAssign(); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDirectAssignment", "true"); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeName", "ref"); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeDataOwner", "Identity and Access Management"); +// attributeAssign.getAttributeValueDelegate().assignValue("etc:objectTypes:grouperObjectTypeMembersDescription", "Global deny group"); + + +//config.propertyName("member.search.defaultIndexOrder").value('1,0,2').store() + + + +// later we will add all of IAM. For now add one person so we can get in +// Doesn't work. Need to wait for the config to refresh? +//addMember("etc:sysadmingroup","800000252"); //jarnold + + + + + +// Dept Loader + +def group = new GroupSave(gs).assignName("etc:loader:hr:deptLoader").assignCreateParentStemsIfNotExist(true).assignDisplayName("etc:loader:HR:deptLoader").save() + +GroupType loaderType = GroupTypeFinder.find("grouperLoader", false) +group.addType(loaderType) + +group.setAttribute(GrouperLoader.GROUPER_LOADER_DB_NAME, "grouper") +group.setAttribute(GrouperLoader.GROUPER_LOADER_TYPE, "SQL_GROUP_LIST") +group.setAttribute(GrouperLoader.GROUPER_LOADER_SCHEDULE_TYPE, "CRON") +group.setAttribute(GrouperLoader.GROUPER_LOADER_QUARTZ_CRON, "0 0 6 * * ?") +group.setAttribute(GrouperLoader.GROUPER_LOADER_QUERY, '''SELECT person_id AS subject_id, + 'eduLDAP' AS subject_source_id, + concat('basis:hr:job:',D.dept_id,':',role) AS group_name + FROM hr_jobs J + JOIN hr_positions P ON J.position_id = P.position_id + JOIN hr_depts D ON P.dept_id = D.dept_id''') +group.setAttribute(GrouperLoader.GROUPER_LOADER_GROUP_QUERY, '''SELECT DISTINCT concat('basis:hr:job:',D.dept_id,':',role) AS group_name, + concat('basis:Human Resources:Job:',D.name,' (',D.dept_id,'):',D.name, ' ', role) AS group_display_name + FROM hr_jobs J + JOIN hr_positions P ON J.position_id = P.position_id + JOIN hr_depts D ON P.dept_id = D.dept_id''') +//group.setAttribute(GrouperLoader.GROUPER_LOADER_PRIORITY, priority) + + +//groupAddType(group.name, "grouperLoader") +//setGroupAttr(group.name, "grouperLoaderDbName", "grouper") +//setGroupAttr(group.name, "grouperLoaderType", "SQL_GROUP_LIST") +//setGroupAttr(group.name, "grouperLoaderScheduleType", "CRON") +//setGroupAttr(group.name, "grouperLoaderQuartzCron", "0 0 6 * * ?") +//setGroupAttr(group.name, "grouperLoaderQuery", "select person_id as subject_id, 'eduLDAP' as subject_source_id, concat('basis:hr:job:', D.dept_id, ':', role) as group_name from hr_jobs J join hr_positions P on J.position_id = P.position_id join hr_depts D on P.dept_id = D.dept_id") +//setGroupAttr(group.name, "grouperLoaderGroupQuery", "select distinct concat('basis:hr:job:', D.dept_id, ':', role) as group_name, concat('basis:Human Resources:Job:', D.name, ' (', D.dept_id, '):', role) as group_display_name from hr_jobs J join hr_positions P on J.position_id = P.position_id join hr_depts D on P.dept_id = D.dept_id") + +GrouperLoaderType.validateAndScheduleSqlLoad(group, null, false) + +// This may take a long time +GrouperLoader.runJobOnceForGroup(gs, group) + +addMember("etc:sysadmingroup", "basis:hr:job:10904:staff") + + + +// Course Loader + +def group = new GroupSave(gs).assignName("etc:loader:sis:courseLoader").assignCreateParentStemsIfNotExist(true).assignDisplayName("etc:loader:Student Information Systems:courseLoader").save() + +GroupType loaderType = GroupTypeFinder.find("grouperLoader", false) +group.addType(loaderType) + +group.setAttribute(GrouperLoader.GROUPER_LOADER_DB_NAME, "grouper") +group.setAttribute(GrouperLoader.GROUPER_LOADER_TYPE, "SQL_GROUP_LIST") +group.setAttribute(GrouperLoader.GROUPER_LOADER_SCHEDULE_TYPE, "CRON") +group.setAttribute(GrouperLoader.GROUPER_LOADER_QUARTZ_CRON, "0 0 6 * * ?") +group.setAttribute(GrouperLoader.GROUPER_LOADER_QUERY, '''select E.person_id as subject_id, 'eduLDAP' as subject_source_id, concat('basis:sis:courses:', lower(C.dept_abbr), ':', lower(C.dept_abbr), C.course_num, ':', 'students') as group_name from sis_enrollment E + join sis_courses C on E.course_id = C.course_id + join hr_depts D on C.dept_id = D.dept_id''') +group.setAttribute(GrouperLoader.GROUPER_LOADER_GROUP_QUERY, '''select distinct concat('basis:sis:courses:', lower(C.dept_abbr), ':', lower(C.dept_abbr), C.course_num, ':', 'students') as group_name, + concat('basis:Student Information Systems:Courses:', D.name, ' (', D.abbrev, '):', C.dept_abbr, C.course_num, ':', C.dept_abbr, C.course_num, ' Students') as group_display_name + from sis_enrollment E + join sis_courses C on E.course_id = C.course_id + join hr_depts D on C.dept_id = D.dept_id''') + + +GrouperLoaderType.validateAndScheduleSqlLoad(group, null, false) + +// This may take a long time +GrouperLoader.runJobOnceForGroup(gs, group) + + + +// ITS Ref Loader + +def group = new GroupSave(gs).assignName("etc:loader:hr:itsOrgLoader").assignCreateParentStemsIfNotExist(true).assignDisplayExtension("ITS Org Loader").save() + +GroupType loaderType = GroupTypeFinder.find("grouperLoader", false) +group.addType(loaderType) + +group.setAttribute(GrouperLoader.GROUPER_LOADER_DB_NAME, "grouper") +group.setAttribute(GrouperLoader.GROUPER_LOADER_TYPE, "SQL_GROUP_LIST") +group.setAttribute(GrouperLoader.GROUPER_LOADER_SCHEDULE_TYPE, "CRON") +group.setAttribute(GrouperLoader.GROUPER_LOADER_QUARTZ_CRON, "0 0 6 * * ?") +group.setAttribute(GrouperLoader.GROUPER_LOADER_QUERY, '''select g.name as subject_identifier, 'g:gsa' as subject_source_id, concat('ref:hr:dept:its:', extension) as group_name from grouper_groups g where name like 'basis:hr:job:109%' ''') +group.setAttribute(GrouperLoader.GROUPER_LOADER_GROUP_QUERY, '''select concat('ref:hr:dept:its:', a.extension) as group_name, + concat('ref:HR:Department:ITS:All ITS ', display_extension) as group_display_name, + concat('All ITS ', lower(display_extension), ' (groups 109xx)') as group_description + from ( + select 'affiliate' as extension, 'Affiliates' as display_extension + union all + select 'staff' as extension, 'Staff' as display_name +) as a''') + + +GrouperLoaderType.validateAndScheduleSqlLoad(group, null, false) + +// This may take a long time +GrouperLoader.runJobOnceForGroup(gs, group) + + +/* Add groups to global_deny */ + +GroupFinder.findByName(gs, "ref:iam:global_deny", true).addMember(GroupFinder.findByName(gs, "ref:security:locked_by_ciso", true).toSubject()) +GroupFinder.findByName(gs, "ref:iam:global_deny", true).addMember(GroupFinder.findByName(gs, "ref:iam:closure", true).toSubject()) + + + + +/* Provisioner */ + +import edu.internet2.middleware.grouper.grouperUi.beans.config.GrouperDbConfig + +def config = new GrouperDbConfig().configFileName("grouper-loader.properties") + +config.propertyName("otherJob.groupOfNames_full_sync.class").value('''edu.internet2.middleware.grouper.app.provisioning.GrouperProvisioningFullSyncJob''').store() +config.propertyName("otherJob.groupOfNames_full_sync.provisionerConfigId").value('''groupOfNames''').store() +config.propertyName("otherJob.groupOfNames_full_sync.quartzCron").value('''0 0 4 * * ?''').store() + +config.propertyName("provisioner.groupOfNames.canFullSync").value('''true''').store() +config.propertyName("provisioner.groupOfNames.class").value('''edu.internet2.middleware.grouper.app.ldapProvisioning.LdapSync''').store() +config.propertyName("provisioner.groupOfNames.debugLog").value('''true''').store() +config.propertyName("provisioner.groupOfNames.deleteGroups").value('''true''').store() +config.propertyName("provisioner.groupOfNames.deleteGroupsIfGrouperDeleted").value('''true''').store() +config.propertyName("provisioner.groupOfNames.deleteGroupsIfNotExistInGrouper").value('''false''').store() +config.propertyName("provisioner.groupOfNames.deleteMemberships").value('''true''').store() +config.propertyName("provisioner.groupOfNames.deleteMembershipsIfNotExistInGrouper").value('''true''').store() +config.propertyName("provisioner.groupOfNames.groupDnType").value('''flat''').store() +config.propertyName("provisioner.groupOfNames.groupSearchAllFilter").value('''objectClass=groupOfNames''').store() +config.propertyName("provisioner.groupOfNames.groupSearchBaseDn").value('''ou=groups,dc=internet2,dc=edu''').store() +config.propertyName("provisioner.groupOfNames.groupSearchFilter").value('''(&(objectClass=groupOfNames)(cn=${targetGroup.retrieveAttributeValue('cn')}))''').store() +config.propertyName("provisioner.groupOfNames.hasTargetEntityLink").value('''true''').store() +config.propertyName("provisioner.groupOfNames.hasTargetGroupLink").value('''true''').store() +config.propertyName("provisioner.groupOfNames.insertGroups").value('''true''').store() +config.propertyName("provisioner.groupOfNames.insertMemberships").value('''true''').store() +config.propertyName("provisioner.groupOfNames.ldapExternalSystemConfigId").value('''demo''').store() +config.propertyName("provisioner.groupOfNames.numberOfEntityAttributes").value('''2''').store() +config.propertyName("provisioner.groupOfNames.numberOfGroupAttributes").value('''5''').store() +config.propertyName("provisioner.groupOfNames.operateOnGrouperEntities").value('''true''').store() +config.propertyName("provisioner.groupOfNames.operateOnGrouperGroups").value('''true''').store() +config.propertyName("provisioner.groupOfNames.operateOnGrouperMemberships").value('''true''').store() +config.propertyName("provisioner.groupOfNames.provisioningType").value('''groupAttributes''').store() +config.propertyName("provisioner.groupOfNames.selectEntities").value('''true''').store() +config.propertyName("provisioner.groupOfNames.selectGroups").value('''true''').store() +config.propertyName("provisioner.groupOfNames.selectMemberships").value('''true''').store() +config.propertyName("provisioner.groupOfNames.showAdvanced").value('''true''').store() +config.propertyName("provisioner.groupOfNames.subjectSourcesToProvision").value('''eduLDAP''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.0.fieldName").value('''name''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.0.isFieldElseAttribute").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.0.select").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.0.translateToMemberSyncField").value('''memberToId2''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.0.valueType").value('''string''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.1.isFieldElseAttribute").value('''false''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.1.matchingId").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.1.name").value('''uid''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.1.searchAttribute").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.1.select").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.1.translateExpressionType").value('''grouperProvisioningEntityField''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.1.translateFromGrouperProvisioningEntityField").value('''attribute__subjectIdentifier0''').store() +config.propertyName("provisioner.groupOfNames.targetEntityAttribute.1.valueType").value('''string''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.0.fieldName").value('''name''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.0.insert").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.0.isFieldElseAttribute").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.0.select").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.0.translateExpressionType").value('''grouperProvisioningGroupField''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.0.translateFromGrouperProvisioningGroupField").value('''name''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.0.translateToGroupSyncField").value('''groupToId2''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.0.update").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.0.valueType").value('''string''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.1.insert").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.1.isFieldElseAttribute").value('''false''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.1.matchingId").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.1.name").value('''cn''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.1.searchAttribute").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.1.select").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.1.translateExpressionType").value('''grouperProvisioningGroupField''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.1.translateFromGrouperProvisioningGroupField").value('''name''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.1.valueType").value('''string''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.2.insert").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.2.isFieldElseAttribute").value('''false''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.2.multiValued").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.2.name").value('''objectClass''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.2.select").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.2.translateExpression").value('''${grouperUtil.toSet('top', 'groupOfNames')}''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.2.translateExpressionType").value('''translationScript''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.2.valueType").value('''string''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.3.insert").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.3.isFieldElseAttribute").value('''false''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.3.name").value('''description''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.3.select").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.3.translateExpressionType").value('''grouperProvisioningGroupField''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.3.translateFromGrouperProvisioningGroupField").value('''attribute__description''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.3.update").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.3.valueType").value('''string''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.4.defaultValue").value('''cn=root,dc=internet2,dc=edu''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.4.isFieldElseAttribute").value('''false''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.4.membershipAttribute").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.4.multiValued").value('''true''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.4.name").value('''member''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.4.translateFromMemberSyncField").value('''memberToId2''').store() +config.propertyName("provisioner.groupOfNames.targetGroupAttribute.4.valueType").value('''string''').store() +config.propertyName("provisioner.groupOfNames.updateGroups").value('''true''').store() +config.propertyName("provisioner.groupOfNames.userSearchAllFilter").value('''(&(objectClass=person)(uid=*))''').store() +config.propertyName("provisioner.groupOfNames.userSearchBaseDn").value('''ou=people,dc=internet2,dc=edu''').store() +config.propertyName("provisioner.groupOfNames.userSearchFilter").value('''(&(objectClass=person)(uid=${targetEntity.retrieveAttributeValue('uid')}))''').store() + +/* TODO + + +Improvement: subject diagnostics should have placeholder text, not actual text that needs to be cleared +bug: grouper.requireGroup.name.0 defined twice. Also refers to a group that isn't set up in the base +bug: stop logging grouperUiUserData for audit + Recent activity Activity Date + Edited group grouperUiUserData . 2021/07/14 5:31 AM + Added group grouperUiUserData . 2021/07/14 5:31 AM + Added folder grouperUi . 2021/07/14 5:31 AM + +*/ + +def g = GroupFinder.findByName(gs, "ref:security:locked_by_ciso", true) +def g2 = GroupFinder.findByName(gs, "basis:hr:job:10902:staff", true) + +g.grantPriv(g2.toSubject(), Privilege.READ, false) +g.grantPriv(g2.toSubject(), Privilege.UPDATE, false) diff --git a/ex101/ex101.1.1/container_files/seed-data/sisData.sql b/ex101/ex101.1.1/container_files/seed-data/sisData.sql index 9c90392..d91775f 100644 --- a/ex101/ex101.1.1/container_files/seed-data/sisData.sql +++ b/ex101/ex101.1.1/container_files/seed-data/sisData.sql @@ -1,3741 +1,16976 @@ -CREATE TABLE SIS_COURSES ( - termId varchar(255) NOT NULL, - courseId varchar(255) NOT NULL, - studentId varchar(255) NOT NULL, - PRIMARY KEY (termId, courseId, studentId) +create table hr_depts ( + dept_id varchar(5), + name varchar(60), + parent_dept_id varchar(5), + abbrev varchar(5) ); -CREATE TABLE HR_PEOPLE ( - id varchar(255) NOT NULL, - surname varchar(255) default NULL, - givenName varchar(255) default NULL, - PRIMARY KEY (id) +alter table hr_depts add primary key (dept_id); + +insert into hr_depts(dept_id, name, parent_dept_id, abbrev) values +('10000', 'Board of Trustees', NULL, 'BT'), +('10100', 'President', '10000', 'PRES'), +('10200', 'Provost', '10100', 'PROV'), +('10300', 'Communications', '10100', 'COMM'), +('10400', 'Institutional Advancement', '10100', 'IADV'), +('10500', 'Student Affairs', '10100', 'SAF'), +('10600', 'General Counsel', '10100', 'GC'), +('10700', 'Diversity Equity & Inclusion', '10100', 'DEI'), +('10800', 'Finance & Administration', '10100', 'FA'), +('10900', 'Information Technology Services', '10100', 'ITS'), +('20000', 'College of Arts and Sciences', '10200', 'CAS'), +('30000', 'Graduate School of Arts and Sciences', '10200', 'GS'), +('40000', 'Library', '10200', 'LIB'), +('45000', 'School for Social Policy and Management', '10200', 'SPM'), +('50000', 'School of Business', '10200', 'BUS'), +('55000', 'Office of Research Administration', '10200', 'RA'), +('60000', 'School of Continuing Studies', '10200', 'SCS'), +('70000', 'Office of the Vice Provost of Research', '10200', 'VPR'), +('80000', 'Office of Institutional Research', '10200', 'OIR'), +('85000', 'Art Museum', '10200', 'AMUS'), +('90000', 'Centers & Institutes', '10200', 'CTRS'), +('20100', 'African and African American Studies', '20000', 'AAAS'), +('20150', 'American Studies', '20000', 'AS'), +('20200', 'Anthropology', '20000', 'ANTH'), +('20250', 'Applied Computation', '20000', 'APCS'), +('20300', 'Applied Mathematics', '20000', 'AMAT'), +('20350', 'Applied Physics', '20000', 'APHY'), +('20400', 'Architecture, Landscape Arch, and Urban Planning', '20000', 'ARCH'), +('20450', 'Art', '20000', 'ART'), +('20500', 'Astronomy', '20000', 'ASTR'), +('20550', 'Biological Sciences', '20000', 'BIOL'), +('20600', 'Biophysics', '20000', 'BPHY'), +('20650', 'Biostatistics', '20000', 'BIOS'), +('20700', 'Celtic Languages and Literatures', '20000', 'CELT'), +('20750', 'Chemistry', '20000', 'CHEM'), +('20800', 'Classics', '20000', 'CLSS'), +('20850', 'Comparative Literature', '20000', 'CPLT'), +('20900', 'Computer Science', '20000', 'CS'), +('20950', 'Planetary Sciences', '20000', 'PSCI'), +('21000', 'East Asian Languages and Civilizations', '20000', 'EALC'), +('21050', 'Economics', '20000', 'ECOM'), +('21100', 'Engineering', '20000', 'ENG'), +('21150', 'English', '20000', 'ENGL'), +('21200', 'Environmental Science', '20000', 'ENV'), +('21250', 'Creative Writing', '20000', 'WRI'), +('21300', 'Germanic Languages and Literatures', '20000', 'GERM'), +('21350', 'Global Health Policy', '20000', 'GHP'), +('21400', 'Government', '20000', 'GVMT'), +('21450', 'History', '20000', 'HIST'), +('21500', 'Literature', '20000', 'LIT'), +('21550', 'Humanities', '20000', 'HUM'), +('21600', 'Linguistics', '20000', 'LING'), +('21650', 'Mathematics', '20000', 'MAT'), +('21700', 'Medieval Studies', '20000', 'MEDS'), +('21750', 'Middle Eastern Studies', '20000', 'MES'), +('21800', 'Molecular and Cellular Biology', '20000', 'MCB'), +('21850', 'Music', '20000', 'MUS'), +('21900', 'Near Eastern Languages and Civilizations', '20000', 'NELC'), +('21950', 'Philosophy', '20000', 'PHIL'), +('22000', 'Physics', '20000', 'PHY'), +('22050', 'Political Science', '20000', 'POLI'), +('22100', 'Psychology', '20000', 'PSYC'), +('22150', 'Religion', '20000', 'REL'), +('22200', 'Romance Languages and Literatures', '20000', 'ROML'), +('22250', 'Slavic Languages and Literatures', '20000', 'SLAV'), +('22300', 'Social Studies', '20000', 'SOCS'), +('22350', 'Sociology', '20000', 'SOC'), +('22400', 'South Asian Studies', '20000', 'SAS'), +('22450', 'Statistics', '20000', 'STAT'), +('22500', 'Theater', '20000', 'THEA'), +('22550', 'Gender and Sexuality Studies', '20000', 'GSS'), +('90100', 'International Center for Ethics', '90000', 'ICFE'), +('90200', 'Institute for Social Science Research', '90000', 'ISSR'), +('90300', 'Research Center for Women''s Studies', '90000', 'RCWS'), +('10310', 'Strategic Communnications', '10300', 'SCOM'), +('10320', 'Digital Communications', '10300', 'DCOM'), +('10330', 'Integrated Media', '10300', 'IMED'), +('10340', 'Integrated Design', '10300', 'INTD'), +('10410', 'Alumni Relations', '10400', 'ALMR'), +('10420', 'Leadership Annual Giving', '10400', 'LDAG'), +('10430', 'Corporate & Foundational Relations', '10400', 'CFR'), +('10440', 'Donor Relations', '10400', 'DR'), +('10450', 'Major & Planned Giving', '10400', 'MPG'), +('10510', 'Athletics', '10500', 'ATHL'), +('10520', 'Counseling Center', '10500', 'CNSL'), +('10530', 'Health Center', '10500', 'HC'), +('10540', 'Center for Spiritual Life', '10500', 'CSL'), +('10550', 'Prevention Advocacy & Resource Center', '10500', 'PARC'), +('10560', 'Dean of Students', '10500', 'DS'), +('10561', 'Department of Community Services', '10560', 'DCS'), +('10562', 'Department of Student Activities', '10560', 'DSA'), +('10563', 'Student Rights & Community Standards', '10560', 'SRCS'), +('10710', 'Office of Equal Opportunity', '10700', 'OEO'), +('10720', 'Intercultural Center', '10700', 'INTC'), +('10730', 'University Ombuds', '10700', 'OMBU'), +('10810', 'Budget & Finance', '10800', 'BF'), +('10820', 'Campus Operations', '10800', 'OPS'), +('10830', 'Human Resources', '10800', 'HR'), +('10840', 'Investment', '10800', 'INVE'), +('10901', 'Research Computing', '10900', 'RC'), +('10902', 'Security', '10900', 'SEC'), +('10903', 'Infrastructure', '10900', 'INFR'), +('10904', 'Identity and Access Management', '10900', 'IAM'), +('10905', 'Enterprise Applications', '10900', 'EA'), +('10906', 'Networking', '10900', 'NET'), +('10907', 'Technology and Planning', '10900', 'TP'), +('10908', 'Software Acquisitions', '10900', 'SA'), +('10909', 'User Support', '10900', 'USE') +; + + +create table hr_orgs ( + dept_id VARCHAR(5) NOT NULL, + abbrev VARCHAR(5), + min_dept_id VARCHAR(5), + max_dept_id VARCHAR(5), + range_desc VARCHAR(30) +); + +insert into hr_orgs values +(10000, 'BT', 10000, 10000, '100*'), +(10100, 'PRES', 10100, 10199, '101*'), +(10200, 'PROV', 10200, 10299, '102*'), +(10300, 'Comm', 10300, 10399, '103*'), +(10400, 'IA', 10400, 10499, '104*'), +(10500, 'SA', 10500, 10599, '105*'), +(10600, 'GC', 10600, 10699, '106*'), +(10700, 'DEIS', 10700, 10799, '107*'), +(10800, 'FA', 10800, 10899, '108*'), +(10900, 'ITS', 10900, 10999, '109*'), +(20000, 'AS', 20000, 29999, '2*'), +(30000, 'GS', 30000, 39999, '3*'), +(40000, 'LIB', 40000, 44999, '40* - 44*'), +(45000, 'SPM', 45000, 49999, '45* - 49*'), +(50000, 'SB', 50000, 54999, '50* - 54*'), +(55000, 'ORA', 55000, 59999, '55* - 59*'), +(60000, 'CSTU', 60000, 69999, '6*'), +(70000, 'VPR', 70000, 79999, '7*'), +(80000, 'IRA', 80000, 84999, '80* - 84*'), +(85000, 'AMU', 85000, 89999, '85* - 89*'), +(90000, 'CIS', 90000, 99999, '9*') +; + +create table hr_positions ( + position_id varchar(5), + dept_id varchar(5), + role varchar(10) +); + +alter table hr_positions add primary key (position_id); + +insert into hr_positions (position_id, dept_id, role) values +('10000', '10000', 'staff'), +('10001', '10000', 'staff'), +('10002', '10000', 'staff'), +('10003', '10000', 'staff'), +('10004', '10000', 'staff'), +('10005', '10000', 'staff'), +('10006', '10000', 'staff'), +('10007', '10100', 'staff'), +('10008', '10100', 'staff'), +('10009', '10100', 'staff'), +('10010', '10100', 'staff'), +('10011', '10100', 'staff'), +('10012', '10100', 'staff'), +('10013', '10200', 'staff'), +('10014', '10200', 'staff'), +('10015', '10200', 'staff'), +('10016', '10200', 'staff'), +('10017', '10200', 'staff'), +('10018', '10200', 'staff'), +('10019', '10300', 'staff'), +('10020', '10300', 'staff'), +('10021', '10300', 'staff'), +('10022', '10400', 'staff'), +('10023', '10400', 'staff'), +('10024', '10400', 'staff'), +('10025', '10400', 'affiliate'), +('10026', '10400', 'affiliate'), +('10027', '10500', 'staff'), +('10028', '10500', 'staff'), +('10029', '10500', 'staff'), +('10030', '10600', 'staff'), +('10031', '10600', 'staff'), +('10032', '10600', 'staff'), +('10033', '10600', 'staff'), +('10034', '10600', 'staff'), +('10035', '10600', 'affiliate'), +('10036', '10700', 'staff'), +('10037', '10700', 'staff'), +('10038', '10800', 'staff'), +('10039', '10800', 'staff'), +('10040', '10800', 'staff'), +('10041', '10800', 'staff'), +('10042', '20000', 'staff'), +('10043', '20000', 'staff'), +('10044', '20000', 'staff'), +('10045', '20000', 'staff'), +('10046', '20000', 'staff'), +('10047', '20000', 'affiliate'), +('10048', '20000', 'affiliate'), +('10049', '20000', 'affiliate'), +('10050', '20000', 'affiliate'), +('10051', '20000', 'affiliate'), +('10052', '20000', 'affiliate'), +('10053', '20000', 'affiliate'), +('10054', '20000', 'affiliate'), +('10055', '20000', 'affiliate'), +('10056', '20000', 'affiliate'), +('10057', '20000', 'affiliate'), +('10058', '20000', 'affiliate'), +('10059', '20000', 'affiliate'), +('10060', '20000', 'affiliate'), +('10061', '20000', 'affiliate'), +('10062', '20000', 'affiliate'), +('10063', '20000', 'affiliate'), +('10064', '20000', 'affiliate'), +('10065', '20000', 'affiliate'), +('10066', '20000', 'affiliate'), +('10067', '30000', 'staff'), +('10068', '30000', 'staff'), +('10069', '30000', 'staff'), +('10070', '30000', 'staff'), +('10071', '30000', 'staff'), +('10072', '30000', 'faculty'), +('10073', '30000', 'faculty'), +('10074', '30000', 'faculty'), +('10075', '30000', 'faculty'), +('10076', '30000', 'faculty'), +('10077', '30000', 'faculty'), +('10078', '30000', 'faculty'), +('10079', '30000', 'faculty'), +('10080', '30000', 'faculty'), +('10081', '30000', 'faculty'), +('10082', '30000', 'student'), +('10083', '30000', 'student'), +('10084', '30000', 'student'), +('10085', '30000', 'student'), +('10086', '30000', 'student'), +('10087', '30000', 'student'), +('10088', '30000', 'student'), +('10089', '30000', 'student'), +('10090', '30000', 'student'), +('10091', '30000', 'student'), +('10092', '30000', 'student'), +('10093', '30000', 'student'), +('10094', '30000', 'student'), +('10095', '30000', 'student'), +('10096', '30000', 'student'), +('10097', '30000', 'student'), +('10098', '30000', 'student'), +('10099', '30000', 'student'), +('10100', '30000', 'student'), +('10101', '30000', 'student'), +('10102', '30000', 'student'), +('10103', '30000', 'student'), +('10104', '30000', 'student'), +('10105', '30000', 'student'), +('10106', '30000', 'student'), +('10107', '30000', 'student'), +('10108', '30000', 'student'), +('10109', '30000', 'student'), +('10110', '30000', 'student'), +('10111', '30000', 'student'), +('10112', '30000', 'student'), +('10113', '30000', 'student'), +('10114', '30000', 'student'), +('10115', '30000', 'student'), +('10116', '30000', 'student'), +('10117', '30000', 'student'), +('10118', '30000', 'student'), +('10119', '30000', 'student'), +('10120', '30000', 'student'), +('10121', '30000', 'student'), +('10122', '30000', 'student'), +('10123', '30000', 'student'), +('10124', '30000', 'student'), +('10125', '30000', 'student'), +('10126', '30000', 'student'), +('10127', '30000', 'student'), +('10128', '30000', 'student'), +('10129', '30000', 'student'), +('10130', '30000', 'student'), +('10131', '30000', 'student'), +('10132', '30000', 'affiliate'), +('10133', '30000', 'affiliate'), +('10134', '30000', 'affiliate'), +('10135', '30000', 'affiliate'), +('10136', '30000', 'affiliate'), +('10137', '30000', 'affiliate'), +('10138', '30000', 'affiliate'), +('10139', '30000', 'affiliate'), +('10140', '30000', 'affiliate'), +('10141', '30000', 'affiliate'), +('10142', '30000', 'affiliate'), +('10143', '30000', 'affiliate'), +('10144', '30000', 'affiliate'), +('10145', '30000', 'affiliate'), +('10146', '30000', 'affiliate'), +('10147', '30000', 'affiliate'), +('10148', '30000', 'affiliate'), +('10149', '30000', 'affiliate'), +('10150', '30000', 'affiliate'), +('10151', '30000', 'affiliate'), +('10152', '40000', 'staff'), +('10153', '40000', 'staff'), +('10154', '40000', 'staff'), +('10155', '40000', 'staff'), +('10156', '40000', 'staff'), +('10157', '40000', 'staff'), +('10158', '40000', 'staff'), +('10159', '40000', 'staff'), +('10160', '40000', 'affiliate'), +('10161', '40000', 'affiliate'), +('10162', '40000', 'affiliate'), +('10163', '40000', 'affiliate'), +('10164', '40000', 'affiliate'), +('10165', '40000', 'affiliate'), +('10166', '40000', 'affiliate'), +('10167', '40000', 'affiliate'), +('10168', '45000', 'staff'), +('10169', '45000', 'staff'), +('10170', '45000', 'staff'), +('10171', '45000', 'staff'), +('10172', '45000', 'staff'), +('10173', '45000', 'faculty'), +('10174', '45000', 'faculty'), +('10175', '45000', 'faculty'), +('10176', '45000', 'faculty'), +('10177', '45000', 'faculty'), +('10178', '45000', 'faculty'), +('10179', '45000', 'faculty'), +('10180', '45000', 'faculty'), +('10181', '45000', 'faculty'), +('10182', '45000', 'faculty'), +('10183', '45000', 'student'), +('10184', '45000', 'student'), +('10185', '45000', 'student'), +('10186', '45000', 'student'), +('10187', '45000', 'student'), +('10188', '45000', 'student'), +('10189', '45000', 'student'), +('10190', '45000', 'student'), +('10191', '45000', 'student'), +('10192', '45000', 'student'), +('10193', '45000', 'student'), +('10194', '45000', 'student'), +('10195', '45000', 'student'), +('10196', '45000', 'student'), +('10197', '45000', 'student'), +('10198', '45000', 'student'), +('10199', '45000', 'student'), +('10200', '45000', 'student'), +('10201', '45000', 'student'), +('10202', '45000', 'student'), +('10203', '45000', 'student'), +('10204', '45000', 'student'), +('10205', '45000', 'student'), +('10206', '45000', 'student'), +('10207', '45000', 'student'), +('10208', '45000', 'affiliate'), +('10209', '45000', 'affiliate'), +('10210', '45000', 'affiliate'), +('10211', '45000', 'affiliate'), +('10212', '45000', 'affiliate'), +('10213', '45000', 'affiliate'), +('10214', '45000', 'affiliate'), +('10215', '45000', 'affiliate'), +('10216', '45000', 'affiliate'), +('10217', '45000', 'affiliate'), +('10218', '50000', 'staff'), +('10219', '50000', 'staff'), +('10220', '50000', 'staff'), +('10221', '50000', 'staff'), +('10222', '50000', 'staff'), +('10223', '50000', 'faculty'), +('10224', '50000', 'faculty'), +('10225', '50000', 'faculty'), +('10226', '50000', 'faculty'), +('10227', '50000', 'faculty'), +('10228', '50000', 'faculty'), +('10229', '50000', 'faculty'), +('10230', '50000', 'faculty'), +('10231', '50000', 'faculty'), +('10232', '50000', 'faculty'), +('10233', '50000', 'student'), +('10234', '50000', 'student'), +('10235', '50000', 'student'), +('10236', '50000', 'student'), +('10237', '50000', 'student'), +('10238', '50000', 'student'), +('10239', '50000', 'student'), +('10240', '50000', 'student'), +('10241', '50000', 'student'), +('10242', '50000', 'student'), +('10243', '50000', 'student'), +('10244', '50000', 'student'), +('10245', '50000', 'student'), +('10246', '50000', 'student'), +('10247', '50000', 'student'), +('10248', '50000', 'student'), +('10249', '50000', 'student'), +('10250', '50000', 'student'), +('10251', '50000', 'student'), +('10252', '50000', 'student'), +('10253', '50000', 'student'), +('10254', '50000', 'student'), +('10255', '50000', 'student'), +('10256', '50000', 'student'), +('10257', '50000', 'student'), +('10258', '50000', 'affiliate'), +('10259', '50000', 'affiliate'), +('10260', '50000', 'affiliate'), +('10261', '50000', 'affiliate'), +('10262', '50000', 'affiliate'), +('10263', '50000', 'affiliate'), +('10264', '50000', 'affiliate'), +('10265', '50000', 'affiliate'), +('10266', '50000', 'affiliate'), +('10267', '50000', 'affiliate'), +('10268', '55000', 'staff'), +('10269', '55000', 'staff'), +('10270', '55000', 'staff'), +('10271', '55000', 'staff'), +('10272', '55000', 'staff'), +('10273', '55000', 'staff'), +('10274', '55000', 'affiliate'), +('10275', '55000', 'affiliate'), +('10276', '60000', 'staff'), +('10277', '60000', 'staff'), +('10278', '60000', 'staff'), +('10279', '60000', 'staff'), +('10280', '60000', 'staff'), +('10281', '60000', 'faculty'), +('10282', '60000', 'faculty'), +('10283', '60000', 'faculty'), +('10284', '60000', 'faculty'), +('10285', '60000', 'faculty'), +('10286', '60000', 'faculty'), +('10287', '60000', 'faculty'), +('10288', '60000', 'faculty'), +('10289', '60000', 'faculty'), +('10290', '60000', 'faculty'), +('10291', '60000', 'student'), +('10292', '60000', 'student'), +('10293', '60000', 'student'), +('10294', '60000', 'student'), +('10295', '60000', 'student'), +('10296', '60000', 'student'), +('10297', '60000', 'student'), +('10298', '60000', 'student'), +('10299', '60000', 'student'), +('10300', '60000', 'student'), +('10301', '60000', 'student'), +('10302', '60000', 'student'), +('10303', '60000', 'student'), +('10304', '60000', 'student'), +('10305', '60000', 'student'), +('10306', '60000', 'student'), +('10307', '60000', 'student'), +('10308', '60000', 'student'), +('10309', '60000', 'student'), +('10310', '60000', 'student'), +('10311', '60000', 'student'), +('10312', '60000', 'student'), +('10313', '60000', 'student'), +('10314', '60000', 'student'), +('10315', '60000', 'student'), +('10316', '60000', 'affiliate'), +('10317', '60000', 'affiliate'), +('10318', '60000', 'affiliate'), +('10319', '60000', 'affiliate'), +('10320', '60000', 'affiliate'), +('10321', '60000', 'affiliate'), +('10322', '60000', 'affiliate'), +('10323', '60000', 'affiliate'), +('10324', '60000', 'affiliate'), +('10325', '60000', 'affiliate'), +('10326', '70000', 'staff'), +('10327', '70000', 'staff'), +('10328', '70000', 'staff'), +('10329', '70000', 'staff'), +('10330', '70000', 'staff'), +('10331', '70000', 'staff'), +('10332', '70000', 'affiliate'), +('10333', '80000', 'staff'), +('10334', '80000', 'staff'), +('10335', '80000', 'staff'), +('10336', '80000', 'staff'), +('10337', '80000', 'staff'), +('10338', '80000', 'staff'), +('10339', '80000', 'affiliate'), +('10340', '85000', 'staff'), +('10341', '85000', 'staff'), +('10342', '85000', 'staff'), +('10343', '85000', 'staff'), +('10344', '85000', 'staff'), +('10345', '85000', 'staff'), +('10346', '85000', 'staff'), +('10347', '85000', 'staff'), +('10348', '85000', 'affiliate'), +('10349', '85000', 'affiliate'), +('10350', '90000', 'staff'), +('10351', '90000', 'staff'), +('10352', '90000', 'staff'), +('10353', '90000', 'staff'), +('10354', '90000', 'staff'), +('10355', '90000', 'affiliate'), +('10356', '90000', 'affiliate'), +('10357', '90000', 'affiliate'), +('10358', '20100', 'staff'), +('10359', '20100', 'staff'), +('10360', '20100', 'staff'), +('10361', '20100', 'staff'), +('10362', '20100', 'staff'), +('10363', '20100', 'faculty'), +('10364', '20100', 'faculty'), +('10365', '20100', 'faculty'), +('10366', '20100', 'faculty'), +('10367', '20100', 'faculty'), +('10368', '20100', 'faculty'), +('10369', '20100', 'faculty'), +('10370', '20100', 'faculty'), +('10371', '20100', 'faculty'), +('10372', '20100', 'faculty'), +('10373', '20100', 'student'), +('10374', '20100', 'student'), +('10375', '20100', 'student'), +('10376', '20100', 'student'), +('10377', '20100', 'student'), +('10378', '20100', 'student'), +('10379', '20100', 'student'), +('10380', '20100', 'student'), +('10381', '20100', 'student'), +('10382', '20100', 'student'), +('10383', '20100', 'student'), +('10384', '20100', 'student'), +('10385', '20100', 'student'), +('10386', '20100', 'student'), +('10387', '20100', 'student'), +('10388', '20100', 'student'), +('10389', '20100', 'student'), +('10390', '20100', 'student'), +('10391', '20100', 'student'), +('10392', '20100', 'student'), +('10393', '20100', 'student'), +('10394', '20100', 'student'), +('10395', '20100', 'student'), +('10396', '20100', 'student'), +('10397', '20100', 'student'), +('10398', '20100', 'student'), +('10399', '20100', 'student'), +('10400', '20100', 'student'), +('10401', '20100', 'student'), +('10402', '20100', 'student'), +('10403', '20100', 'affiliate'), +('10404', '20150', 'staff'), +('10405', '20150', 'staff'), +('10406', '20150', 'staff'), +('10407', '20150', 'staff'), +('10408', '20150', 'staff'), +('10409', '20150', 'faculty'), +('10410', '20150', 'faculty'), +('10411', '20150', 'faculty'), +('10412', '20150', 'faculty'), +('10413', '20150', 'faculty'), +('10414', '20150', 'faculty'), +('10415', '20150', 'faculty'), +('10416', '20150', 'faculty'), +('10417', '20150', 'faculty'), +('10418', '20150', 'faculty'), +('10419', '20150', 'student'), +('10420', '20150', 'student'), +('10421', '20150', 'student'), +('10422', '20150', 'student'), +('10423', '20150', 'student'), +('10424', '20150', 'student'), +('10425', '20150', 'student'), +('10426', '20150', 'student'), +('10427', '20150', 'student'), +('10428', '20150', 'student'), +('10429', '20150', 'student'), +('10430', '20150', 'student'), +('10431', '20150', 'student'), +('10432', '20150', 'student'), +('10433', '20150', 'student'), +('10434', '20150', 'student'), +('10435', '20150', 'student'), +('10436', '20150', 'student'), +('10437', '20150', 'student'), +('10438', '20150', 'student'), +('10439', '20150', 'student'), +('10440', '20150', 'student'), +('10441', '20150', 'student'), +('10442', '20150', 'student'), +('10443', '20150', 'student'), +('10444', '20150', 'student'), +('10445', '20150', 'student'), +('10446', '20150', 'student'), +('10447', '20150', 'student'), +('10448', '20150', 'student'), +('10449', '20150', 'affiliate'), +('10450', '20200', 'staff'), +('10451', '20200', 'staff'), +('10452', '20200', 'staff'), +('10453', '20200', 'staff'), +('10454', '20200', 'staff'), +('10455', '20200', 'faculty'), +('10456', '20200', 'faculty'), +('10457', '20200', 'faculty'), +('10458', '20200', 'faculty'), +('10459', '20200', 'faculty'), +('10460', '20200', 'faculty'), +('10461', '20200', 'faculty'), +('10462', '20200', 'faculty'), +('10463', '20200', 'faculty'), +('10464', '20200', 'faculty'), +('10465', '20200', 'student'), +('10466', '20200', 'student'), +('10467', '20200', 'student'), +('10468', '20200', 'student'), +('10469', '20200', 'student'), +('10470', '20200', 'student'), +('10471', '20200', 'student'), +('10472', '20200', 'student'), +('10473', '20200', 'student'), +('10474', '20200', 'student'), +('10475', '20200', 'student'), +('10476', '20200', 'student'), +('10477', '20200', 'student'), +('10478', '20200', 'student'), +('10479', '20200', 'student'), +('10480', '20200', 'student'), +('10481', '20200', 'student'), +('10482', '20200', 'student'), +('10483', '20200', 'student'), +('10484', '20200', 'student'), +('10485', '20200', 'student'), +('10486', '20200', 'student'), +('10487', '20200', 'student'), +('10488', '20200', 'student'), +('10489', '20200', 'student'), +('10490', '20200', 'student'), +('10491', '20200', 'student'), +('10492', '20200', 'student'), +('10493', '20200', 'student'), +('10494', '20200', 'student'), +('10495', '20200', 'affiliate'), +('10496', '20250', 'staff'), +('10497', '20250', 'staff'), +('10498', '20250', 'staff'), +('10499', '20250', 'staff'), +('10500', '20250', 'staff'), +('10501', '20250', 'faculty'), +('10502', '20250', 'faculty'), +('10503', '20250', 'faculty'), +('10504', '20250', 'faculty'), +('10505', '20250', 'faculty'), +('10506', '20250', 'faculty'), +('10507', '20250', 'faculty'), +('10508', '20250', 'faculty'), +('10509', '20250', 'faculty'), +('10510', '20250', 'faculty'), +('10511', '20250', 'student'), +('10512', '20250', 'student'), +('10513', '20250', 'student'), +('10514', '20250', 'student'), +('10515', '20250', 'student'), +('10516', '20250', 'student'), +('10517', '20250', 'student'), +('10518', '20250', 'student'), +('10519', '20250', 'student'), +('10520', '20250', 'student'), +('10521', '20250', 'student'), +('10522', '20250', 'student'), +('10523', '20250', 'student'), +('10524', '20250', 'student'), +('10525', '20250', 'student'), +('10526', '20250', 'student'), +('10527', '20250', 'student'), +('10528', '20250', 'student'), +('10529', '20250', 'student'), +('10530', '20250', 'student'), +('10531', '20250', 'student'), +('10532', '20250', 'student'), +('10533', '20250', 'student'), +('10534', '20250', 'student'), +('10535', '20250', 'student'), +('10536', '20250', 'student'), +('10537', '20250', 'student'), +('10538', '20250', 'student'), +('10539', '20250', 'student'), +('10540', '20250', 'student'), +('10541', '20250', 'affiliate'), +('10542', '20300', 'staff'), +('10543', '20300', 'staff'), +('10544', '20300', 'staff'), +('10545', '20300', 'staff'), +('10546', '20300', 'staff'), +('10547', '20300', 'faculty'), +('10548', '20300', 'faculty'), +('10549', '20300', 'faculty'), +('10550', '20300', 'faculty'), +('10551', '20300', 'faculty'), +('10552', '20300', 'faculty'), +('10553', '20300', 'faculty'), +('10554', '20300', 'faculty'), +('10555', '20300', 'faculty'), +('10556', '20300', 'faculty'), +('10557', '20300', 'student'), +('10558', '20300', 'student'), +('10559', '20300', 'student'), +('10560', '20300', 'student'), +('10561', '20300', 'student'), +('10562', '20300', 'student'), +('10563', '20300', 'student'), +('10564', '20300', 'student'), +('10565', '20300', 'student'), +('10566', '20300', 'student'), +('10567', '20300', 'student'), +('10568', '20300', 'student'), +('10569', '20300', 'student'), +('10570', '20300', 'student'), +('10571', '20300', 'student'), +('10572', '20300', 'student'), +('10573', '20300', 'student'), +('10574', '20300', 'student'), +('10575', '20300', 'student'), +('10576', '20300', 'student'), +('10577', '20300', 'student'), +('10578', '20300', 'student'), +('10579', '20300', 'student'), +('10580', '20300', 'student'), +('10581', '20300', 'student'), +('10582', '20300', 'student'), +('10583', '20300', 'student'), +('10584', '20300', 'student'), +('10585', '20300', 'student'), +('10586', '20300', 'student'), +('10587', '20300', 'affiliate'), +('10588', '20350', 'staff'), +('10589', '20350', 'staff'), +('10590', '20350', 'staff'), +('10591', '20350', 'staff'), +('10592', '20350', 'staff'), +('10593', '20350', 'faculty'), +('10594', '20350', 'faculty'), +('10595', '20350', 'faculty'), +('10596', '20350', 'faculty'), +('10597', '20350', 'faculty'), +('10598', '20350', 'faculty'), +('10599', '20350', 'faculty'), +('10600', '20350', 'faculty'), +('10601', '20350', 'faculty'), +('10602', '20350', 'faculty'), +('10603', '20350', 'student'), +('10604', '20350', 'student'), +('10605', '20350', 'student'), +('10606', '20350', 'student'), +('10607', '20350', 'student'), +('10608', '20350', 'student'), +('10609', '20350', 'student'), +('10610', '20350', 'student'), +('10611', '20350', 'student'), +('10612', '20350', 'student'), +('10613', '20350', 'student'), +('10614', '20350', 'student'), +('10615', '20350', 'student'), +('10616', '20350', 'student'), +('10617', '20350', 'student'), +('10618', '20350', 'student'), +('10619', '20350', 'student'), +('10620', '20350', 'student'), +('10621', '20350', 'student'), +('10622', '20350', 'student'), +('10623', '20350', 'student'), +('10624', '20350', 'student'), +('10625', '20350', 'student'), +('10626', '20350', 'student'), +('10627', '20350', 'student'), +('10628', '20350', 'student'), +('10629', '20350', 'student'), +('10630', '20350', 'student'), +('10631', '20350', 'student'), +('10632', '20350', 'student'), +('10633', '20350', 'affiliate'), +('10634', '20400', 'staff'), +('10635', '20400', 'staff'), +('10636', '20400', 'staff'), +('10637', '20400', 'staff'), +('10638', '20400', 'staff'), +('10639', '20400', 'faculty'), +('10640', '20400', 'faculty'), +('10641', '20400', 'faculty'), +('10642', '20400', 'faculty'), +('10643', '20400', 'faculty'), +('10644', '20400', 'faculty'), +('10645', '20400', 'faculty'), +('10646', '20400', 'faculty'), +('10647', '20400', 'faculty'), +('10648', '20400', 'faculty'), +('10649', '20400', 'student'), +('10650', '20400', 'student'), +('10651', '20400', 'student'), +('10652', '20400', 'student'), +('10653', '20400', 'student'), +('10654', '20400', 'student'), +('10655', '20400', 'student'), +('10656', '20400', 'student'), +('10657', '20400', 'student'), +('10658', '20400', 'student'), +('10659', '20400', 'student'), +('10660', '20400', 'student'), +('10661', '20400', 'student'), +('10662', '20400', 'student'), +('10663', '20400', 'student'), +('10664', '20400', 'student'), +('10665', '20400', 'student'), +('10666', '20400', 'student'), +('10667', '20400', 'student'), +('10668', '20400', 'student'), +('10669', '20400', 'student'), +('10670', '20400', 'student'), +('10671', '20400', 'student'), +('10672', '20400', 'student'), +('10673', '20400', 'student'), +('10674', '20400', 'student'), +('10675', '20400', 'student'), +('10676', '20400', 'student'), +('10677', '20400', 'student'), +('10678', '20400', 'student'), +('10679', '20400', 'affiliate'), +('10680', '20450', 'staff'), +('10681', '20450', 'staff'), +('10682', '20450', 'staff'), +('10683', '20450', 'staff'), +('10684', '20450', 'staff'), +('10685', '20450', 'faculty'), +('10686', '20450', 'faculty'), +('10687', '20450', 'faculty'), +('10688', '20450', 'faculty'), +('10689', '20450', 'faculty'), +('10690', '20450', 'faculty'), +('10691', '20450', 'faculty'), +('10692', '20450', 'faculty'), +('10693', '20450', 'faculty'), +('10694', '20450', 'faculty'), +('10695', '20450', 'student'), +('10696', '20450', 'student'), +('10697', '20450', 'student'), +('10698', '20450', 'student'), +('10699', '20450', 'student'), +('10700', '20450', 'student'), +('10701', '20450', 'student'), +('10702', '20450', 'student'), +('10703', '20450', 'student'), +('10704', '20450', 'student'), +('10705', '20450', 'student'), +('10706', '20450', 'student'), +('10707', '20450', 'student'), +('10708', '20450', 'student'), +('10709', '20450', 'student'), +('10710', '20450', 'student'), +('10711', '20450', 'student'), +('10712', '20450', 'student'), +('10713', '20450', 'student'), +('10714', '20450', 'student'), +('10715', '20450', 'student'), +('10716', '20450', 'student'), +('10717', '20450', 'student'), +('10718', '20450', 'student'), +('10719', '20450', 'student'), +('10720', '20450', 'student'), +('10721', '20450', 'student'), +('10722', '20450', 'student'), +('10723', '20450', 'student'), +('10724', '20450', 'student'), +('10725', '20450', 'affiliate'), +('10726', '20500', 'staff'), +('10727', '20500', 'staff'), +('10728', '20500', 'staff'), +('10729', '20500', 'staff'), +('10730', '20500', 'staff'), +('10731', '20500', 'faculty'), +('10732', '20500', 'faculty'), +('10733', '20500', 'faculty'), +('10734', '20500', 'faculty'), +('10735', '20500', 'faculty'), +('10736', '20500', 'faculty'), +('10737', '20500', 'faculty'), +('10738', '20500', 'faculty'), +('10739', '20500', 'faculty'), +('10740', '20500', 'faculty'), +('10741', '20500', 'student'), +('10742', '20500', 'student'), +('10743', '20500', 'student'), +('10744', '20500', 'student'), +('10745', '20500', 'student'), +('10746', '20500', 'student'), +('10747', '20500', 'student'), +('10748', '20500', 'student'), +('10749', '20500', 'student'), +('10750', '20500', 'student'), +('10751', '20500', 'student'), +('10752', '20500', 'student'), +('10753', '20500', 'student'), +('10754', '20500', 'student'), +('10755', '20500', 'student'), +('10756', '20500', 'student'), +('10757', '20500', 'student'), +('10758', '20500', 'student'), +('10759', '20500', 'student'), +('10760', '20500', 'student'), +('10761', '20500', 'student'), +('10762', '20500', 'student'), +('10763', '20500', 'student'), +('10764', '20500', 'student'), +('10765', '20500', 'student'), +('10766', '20500', 'student'), +('10767', '20500', 'student'), +('10768', '20500', 'student'), +('10769', '20500', 'student'), +('10770', '20500', 'student'), +('10771', '20500', 'affiliate'), +('10772', '20550', 'staff'), +('10773', '20550', 'staff'), +('10774', '20550', 'staff'), +('10775', '20550', 'staff'), +('10776', '20550', 'staff'), +('10777', '20550', 'faculty'), +('10778', '20550', 'faculty'), +('10779', '20550', 'faculty'), +('10780', '20550', 'faculty'), +('10781', '20550', 'faculty'), +('10782', '20550', 'faculty'), +('10783', '20550', 'faculty'), +('10784', '20550', 'faculty'), +('10785', '20550', 'faculty'), +('10786', '20550', 'faculty'), +('10787', '20550', 'student'), +('10788', '20550', 'student'), +('10789', '20550', 'student'), +('10790', '20550', 'student'), +('10791', '20550', 'student'), +('10792', '20550', 'student'), +('10793', '20550', 'student'), +('10794', '20550', 'student'), +('10795', '20550', 'student'), +('10796', '20550', 'student'), +('10797', '20550', 'student'), +('10798', '20550', 'student'), +('10799', '20550', 'student'), +('10800', '20550', 'student'), +('10801', '20550', 'student'), +('10802', '20550', 'student'), +('10803', '20550', 'student'), +('10804', '20550', 'student'), +('10805', '20550', 'student'), +('10806', '20550', 'student'), +('10807', '20550', 'student'), +('10808', '20550', 'student'), +('10809', '20550', 'student'), +('10810', '20550', 'student'), +('10811', '20550', 'student'), +('10812', '20550', 'student'), +('10813', '20550', 'student'), +('10814', '20550', 'student'), +('10815', '20550', 'student'), +('10816', '20550', 'student'), +('10817', '20550', 'affiliate'), +('10818', '20600', 'staff'), +('10819', '20600', 'staff'), +('10820', '20600', 'staff'), +('10821', '20600', 'staff'), +('10822', '20600', 'staff'), +('10823', '20600', 'faculty'), +('10824', '20600', 'faculty'), +('10825', '20600', 'faculty'), +('10826', '20600', 'faculty'), +('10827', '20600', 'faculty'), +('10828', '20600', 'faculty'), +('10829', '20600', 'faculty'), +('10830', '20600', 'faculty'), +('10831', '20600', 'faculty'), +('10832', '20600', 'faculty'), +('10833', '20600', 'student'), +('10834', '20600', 'student'), +('10835', '20600', 'student'), +('10836', '20600', 'student'), +('10837', '20600', 'student'), +('10838', '20600', 'student'), +('10839', '20600', 'student'), +('10840', '20600', 'student'), +('10841', '20600', 'student'), +('10842', '20600', 'student'), +('10843', '20600', 'student'), +('10844', '20600', 'student'), +('10845', '20600', 'student'), +('10846', '20600', 'student'), +('10847', '20600', 'student'), +('10848', '20600', 'student'), +('10849', '20600', 'student'), +('10850', '20600', 'student'), +('10851', '20600', 'student'), +('10852', '20600', 'student'), +('10853', '20600', 'student'), +('10854', '20600', 'student'), +('10855', '20600', 'student'), +('10856', '20600', 'student'), +('10857', '20600', 'student'), +('10858', '20600', 'student'), +('10859', '20600', 'student'), +('10860', '20600', 'student'), +('10861', '20600', 'student'), +('10862', '20600', 'student'), +('10863', '20600', 'affiliate'), +('10864', '20650', 'staff'), +('10865', '20650', 'staff'), +('10866', '20650', 'staff'), +('10867', '20650', 'staff'), +('10868', '20650', 'staff'), +('10869', '20650', 'faculty'), +('10870', '20650', 'faculty'), +('10871', '20650', 'faculty'), +('10872', '20650', 'faculty'), +('10873', '20650', 'faculty'), +('10874', '20650', 'faculty'), +('10875', '20650', 'faculty'), +('10876', '20650', 'faculty'), +('10877', '20650', 'faculty'), +('10878', '20650', 'faculty'), +('10879', '20650', 'student'), +('10880', '20650', 'student'), +('10881', '20650', 'student'), +('10882', '20650', 'student'), +('10883', '20650', 'student'), +('10884', '20650', 'student'), +('10885', '20650', 'student'), +('10886', '20650', 'student'), +('10887', '20650', 'student'), +('10888', '20650', 'student'), +('10889', '20650', 'student'), +('10890', '20650', 'student'), +('10891', '20650', 'student'), +('10892', '20650', 'student'), +('10893', '20650', 'student'), +('10894', '20650', 'student'), +('10895', '20650', 'student'), +('10896', '20650', 'student'), +('10897', '20650', 'student'), +('10898', '20650', 'student'), +('10899', '20650', 'student'), +('10900', '20650', 'student'), +('10901', '20650', 'student'), +('10902', '20650', 'student'), +('10903', '20650', 'student'), +('10904', '20650', 'student'), +('10905', '20650', 'student'), +('10906', '20650', 'student'), +('10907', '20650', 'student'), +('10908', '20650', 'student'), +('10909', '20650', 'affiliate'), +('10910', '20700', 'staff'), +('10911', '20700', 'staff'), +('10912', '20700', 'staff'), +('10913', '20700', 'staff'), +('10914', '20700', 'staff'), +('10915', '20700', 'faculty'), +('10916', '20700', 'faculty'), +('10917', '20700', 'faculty'), +('10918', '20700', 'faculty'), +('10919', '20700', 'faculty'), +('10920', '20700', 'faculty'), +('10921', '20700', 'faculty'), +('10922', '20700', 'faculty'), +('10923', '20700', 'faculty'), +('10924', '20700', 'faculty'), +('10925', '20700', 'student'), +('10926', '20700', 'student'), +('10927', '20700', 'student'), +('10928', '20700', 'student'), +('10929', '20700', 'student'), +('10930', '20700', 'student'), +('10931', '20700', 'student'), +('10932', '20700', 'student'), +('10933', '20700', 'student'), +('10934', '20700', 'student'), +('10935', '20700', 'student'), +('10936', '20700', 'student'), +('10937', '20700', 'student'), +('10938', '20700', 'student'), +('10939', '20700', 'student'), +('10940', '20700', 'student'), +('10941', '20700', 'student'), +('10942', '20700', 'student'), +('10943', '20700', 'student'), +('10944', '20700', 'student'), +('10945', '20700', 'student'), +('10946', '20700', 'student'), +('10947', '20700', 'student'), +('10948', '20700', 'student'), +('10949', '20700', 'student'), +('10950', '20700', 'student'), +('10951', '20700', 'student'), +('10952', '20700', 'student'), +('10953', '20700', 'student'), +('10954', '20700', 'student'), +('10955', '20700', 'affiliate'), +('10956', '20750', 'staff'), +('10957', '20750', 'staff'), +('10958', '20750', 'staff'), +('10959', '20750', 'staff'), +('10960', '20750', 'staff'), +('10961', '20750', 'faculty'), +('10962', '20750', 'faculty'), +('10963', '20750', 'faculty'), +('10964', '20750', 'faculty'), +('10965', '20750', 'faculty'), +('10966', '20750', 'faculty'), +('10967', '20750', 'faculty'), +('10968', '20750', 'faculty'), +('10969', '20750', 'faculty'), +('10970', '20750', 'faculty'), +('10971', '20750', 'student'), +('10972', '20750', 'student'), +('10973', '20750', 'student'), +('10974', '20750', 'student'), +('10975', '20750', 'student'), +('10976', '20750', 'student'), +('10977', '20750', 'student'), +('10978', '20750', 'student'), +('10979', '20750', 'student'), +('10980', '20750', 'student'), +('10981', '20750', 'student'), +('10982', '20750', 'student'), +('10983', '20750', 'student'), +('10984', '20750', 'student'), +('10985', '20750', 'student'), +('10986', '20750', 'student'), +('10987', '20750', 'student'), +('10988', '20750', 'student'), +('10989', '20750', 'student'), +('10990', '20750', 'student'), +('10991', '20750', 'student'), +('10992', '20750', 'student'), +('10993', '20750', 'student'), +('10994', '20750', 'student'), +('10995', '20750', 'student'), +('10996', '20750', 'student'), +('10997', '20750', 'student'), +('10998', '20750', 'student'), +('10999', '20750', 'student'), +('11000', '20750', 'student'), +('11001', '20750', 'affiliate'), +('11002', '20800', 'staff'), +('11003', '20800', 'staff'), +('11004', '20800', 'staff'), +('11005', '20800', 'staff'), +('11006', '20800', 'staff'), +('11007', '20800', 'faculty'), +('11008', '20800', 'faculty'), +('11009', '20800', 'faculty'), +('11010', '20800', 'faculty'), +('11011', '20800', 'faculty'), +('11012', '20800', 'faculty'), +('11013', '20800', 'faculty'), +('11014', '20800', 'faculty'), +('11015', '20800', 'faculty'), +('11016', '20800', 'faculty'), +('11017', '20800', 'student'), +('11018', '20800', 'student'), +('11019', '20800', 'student'), +('11020', '20800', 'student'), +('11021', '20800', 'student'), +('11022', '20800', 'student'), +('11023', '20800', 'student'), +('11024', '20800', 'student'), +('11025', '20800', 'student'), +('11026', '20800', 'student'), +('11027', '20800', 'student'), +('11028', '20800', 'student'), +('11029', '20800', 'student'), +('11030', '20800', 'student'), +('11031', '20800', 'student'), +('11032', '20800', 'student'), +('11033', '20800', 'student'), +('11034', '20800', 'student'), +('11035', '20800', 'student'), +('11036', '20800', 'student'), +('11037', '20800', 'student'), +('11038', '20800', 'student'), +('11039', '20800', 'student'), +('11040', '20800', 'student'), +('11041', '20800', 'student'), +('11042', '20800', 'student'), +('11043', '20800', 'student'), +('11044', '20800', 'student'), +('11045', '20800', 'student'), +('11046', '20800', 'student'), +('11047', '20800', 'affiliate'), +('11048', '20850', 'staff'), +('11049', '20850', 'staff'), +('11050', '20850', 'staff'), +('11051', '20850', 'staff'), +('11052', '20850', 'staff'), +('11053', '20850', 'faculty'), +('11054', '20850', 'faculty'), +('11055', '20850', 'faculty'), +('11056', '20850', 'faculty'), +('11057', '20850', 'faculty'), +('11058', '20850', 'faculty'), +('11059', '20850', 'faculty'), +('11060', '20850', 'faculty'), +('11061', '20850', 'faculty'), +('11062', '20850', 'faculty'), +('11063', '20850', 'student'), +('11064', '20850', 'student'), +('11065', '20850', 'student'), +('11066', '20850', 'student'), +('11067', '20850', 'student'), +('11068', '20850', 'student'), +('11069', '20850', 'student'), +('11070', '20850', 'student'), +('11071', '20850', 'student'), +('11072', '20850', 'student'), +('11073', '20850', 'student'), +('11074', '20850', 'student'), +('11075', '20850', 'student'), +('11076', '20850', 'student'), +('11077', '20850', 'student'), +('11078', '20850', 'student'), +('11079', '20850', 'student'), +('11080', '20850', 'student'), +('11081', '20850', 'student'), +('11082', '20850', 'student'), +('11083', '20850', 'student'), +('11084', '20850', 'student'), +('11085', '20850', 'student'), +('11086', '20850', 'student'), +('11087', '20850', 'student'), +('11088', '20850', 'student'), +('11089', '20850', 'student'), +('11090', '20850', 'student'), +('11091', '20850', 'student'), +('11092', '20850', 'student'), +('11093', '20850', 'affiliate'), +('11094', '20900', 'staff'), +('11095', '20900', 'staff'), +('11096', '20900', 'staff'), +('11097', '20900', 'staff'), +('11098', '20900', 'staff'), +('11099', '20900', 'faculty'), +('11100', '20900', 'faculty'), +('11101', '20900', 'faculty'), +('11102', '20900', 'faculty'), +('11103', '20900', 'faculty'), +('11104', '20900', 'faculty'), +('11105', '20900', 'faculty'), +('11106', '20900', 'faculty'), +('11107', '20900', 'faculty'), +('11108', '20900', 'faculty'), +('11109', '20900', 'student'), +('11110', '20900', 'student'), +('11111', '20900', 'student'), +('11112', '20900', 'student'), +('11113', '20900', 'student'), +('11114', '20900', 'student'), +('11115', '20900', 'student'), +('11116', '20900', 'student'), +('11117', '20900', 'student'), +('11118', '20900', 'student'), +('11119', '20900', 'student'), +('11120', '20900', 'student'), +('11121', '20900', 'student'), +('11122', '20900', 'student'), +('11123', '20900', 'student'), +('11124', '20900', 'student'), +('11125', '20900', 'student'), +('11126', '20900', 'student'), +('11127', '20900', 'student'), +('11128', '20900', 'student'), +('11129', '20900', 'student'), +('11130', '20900', 'student'), +('11131', '20900', 'student'), +('11132', '20900', 'student'), +('11133', '20900', 'student'), +('11134', '20900', 'student'), +('11135', '20900', 'student'), +('11136', '20900', 'student'), +('11137', '20900', 'student'), +('11138', '20900', 'student'), +('11139', '20900', 'affiliate'), +('11140', '20950', 'staff'), +('11141', '20950', 'staff'), +('11142', '20950', 'staff'), +('11143', '20950', 'staff'), +('11144', '20950', 'staff'), +('11145', '20950', 'faculty'), +('11146', '20950', 'faculty'), +('11147', '20950', 'faculty'), +('11148', '20950', 'faculty'), +('11149', '20950', 'faculty'), +('11150', '20950', 'faculty'), +('11151', '20950', 'faculty'), +('11152', '20950', 'faculty'), +('11153', '20950', 'faculty'), +('11154', '20950', 'faculty'), +('11155', '20950', 'student'), +('11156', '20950', 'student'), +('11157', '20950', 'student'), +('11158', '20950', 'student'), +('11159', '20950', 'student'), +('11160', '20950', 'student'), +('11161', '20950', 'student'), +('11162', '20950', 'student'), +('11163', '20950', 'student'), +('11164', '20950', 'student'), +('11165', '20950', 'student'), +('11166', '20950', 'student'), +('11167', '20950', 'student'), +('11168', '20950', 'student'), +('11169', '20950', 'student'), +('11170', '20950', 'student'), +('11171', '20950', 'student'), +('11172', '20950', 'student'), +('11173', '20950', 'student'), +('11174', '20950', 'student'), +('11175', '20950', 'student'), +('11176', '20950', 'student'), +('11177', '20950', 'student'), +('11178', '20950', 'student'), +('11179', '20950', 'student'), +('11180', '20950', 'student'), +('11181', '20950', 'student'), +('11182', '20950', 'student'), +('11183', '20950', 'student'), +('11184', '20950', 'student'), +('11185', '20950', 'affiliate'), +('11186', '21000', 'staff'), +('11187', '21000', 'staff'), +('11188', '21000', 'staff'), +('11189', '21000', 'staff'), +('11190', '21000', 'staff'), +('11191', '21000', 'faculty'), +('11192', '21000', 'faculty'), +('11193', '21000', 'faculty'), +('11194', '21000', 'faculty'), +('11195', '21000', 'faculty'), +('11196', '21000', 'faculty'), +('11197', '21000', 'faculty'), +('11198', '21000', 'faculty'), +('11199', '21000', 'faculty'), +('11200', '21000', 'faculty'), +('11201', '21000', 'student'), +('11202', '21000', 'student'), +('11203', '21000', 'student'), +('11204', '21000', 'student'), +('11205', '21000', 'student'), +('11206', '21000', 'student'), +('11207', '21000', 'student'), +('11208', '21000', 'student'), +('11209', '21000', 'student'), +('11210', '21000', 'student'), +('11211', '21000', 'student'), +('11212', '21000', 'student'), +('11213', '21000', 'student'), +('11214', '21000', 'student'), +('11215', '21000', 'student'), +('11216', '21000', 'student'), +('11217', '21000', 'student'), +('11218', '21000', 'student'), +('11219', '21000', 'student'), +('11220', '21000', 'student'), +('11221', '21000', 'student'), +('11222', '21000', 'student'), +('11223', '21000', 'student'), +('11224', '21000', 'student'), +('11225', '21000', 'student'), +('11226', '21000', 'student'), +('11227', '21000', 'student'), +('11228', '21000', 'student'), +('11229', '21000', 'student'), +('11230', '21000', 'student'), +('11231', '21000', 'affiliate'), +('11232', '21050', 'staff'), +('11233', '21050', 'staff'), +('11234', '21050', 'staff'), +('11235', '21050', 'staff'), +('11236', '21050', 'staff'), +('11237', '21050', 'faculty'), +('11238', '21050', 'faculty'), +('11239', '21050', 'faculty'), +('11240', '21050', 'faculty'), +('11241', '21050', 'faculty'), +('11242', '21050', 'faculty'), +('11243', '21050', 'faculty'), +('11244', '21050', 'faculty'), +('11245', '21050', 'faculty'), +('11246', '21050', 'faculty'), +('11247', '21050', 'student'), +('11248', '21050', 'student'), +('11249', '21050', 'student'), +('11250', '21050', 'student'), +('11251', '21050', 'student'), +('11252', '21050', 'student'), +('11253', '21050', 'student'), +('11254', '21050', 'student'), +('11255', '21050', 'student'), +('11256', '21050', 'student'), +('11257', '21050', 'student'), +('11258', '21050', 'student'), +('11259', '21050', 'student'), +('11260', '21050', 'student'), +('11261', '21050', 'student'), +('11262', '21050', 'student'), +('11263', '21050', 'student'), +('11264', '21050', 'student'), +('11265', '21050', 'student'), +('11266', '21050', 'student'), +('11267', '21050', 'student'), +('11268', '21050', 'student'), +('11269', '21050', 'student'), +('11270', '21050', 'student'), +('11271', '21050', 'student'), +('11272', '21050', 'student'), +('11273', '21050', 'student'), +('11274', '21050', 'student'), +('11275', '21050', 'student'), +('11276', '21050', 'student'), +('11277', '21050', 'affiliate'), +('11278', '21100', 'staff'), +('11279', '21100', 'staff'), +('11280', '21100', 'staff'), +('11281', '21100', 'staff'), +('11282', '21100', 'staff'), +('11283', '21100', 'faculty'), +('11284', '21100', 'faculty'), +('11285', '21100', 'faculty'), +('11286', '21100', 'faculty'), +('11287', '21100', 'faculty'), +('11288', '21100', 'faculty'), +('11289', '21100', 'faculty'), +('11290', '21100', 'faculty'), +('11291', '21100', 'faculty'), +('11292', '21100', 'faculty'), +('11293', '21100', 'student'), +('11294', '21100', 'student'), +('11295', '21100', 'student'), +('11296', '21100', 'student'), +('11297', '21100', 'student'), +('11298', '21100', 'student'), +('11299', '21100', 'student'), +('11300', '21100', 'student'), +('11301', '21100', 'student'), +('11302', '21100', 'student'), +('11303', '21100', 'student'), +('11304', '21100', 'student'), +('11305', '21100', 'student'), +('11306', '21100', 'student'), +('11307', '21100', 'student'), +('11308', '21100', 'student'), +('11309', '21100', 'student'), +('11310', '21100', 'student'), +('11311', '21100', 'student'), +('11312', '21100', 'student'), +('11313', '21100', 'student'), +('11314', '21100', 'student'), +('11315', '21100', 'student'), +('11316', '21100', 'student'), +('11317', '21100', 'student'), +('11318', '21100', 'student'), +('11319', '21100', 'student'), +('11320', '21100', 'student'), +('11321', '21100', 'student'), +('11322', '21100', 'student'), +('11323', '21100', 'affiliate'), +('11324', '21150', 'staff'), +('11325', '21150', 'staff'), +('11326', '21150', 'staff'), +('11327', '21150', 'staff'), +('11328', '21150', 'staff'), +('11329', '21150', 'faculty'), +('11330', '21150', 'faculty'), +('11331', '21150', 'faculty'), +('11332', '21150', 'faculty'), +('11333', '21150', 'faculty'), +('11334', '21150', 'faculty'), +('11335', '21150', 'faculty'), +('11336', '21150', 'faculty'), +('11337', '21150', 'faculty'), +('11338', '21150', 'faculty'), +('11339', '21150', 'student'), +('11340', '21150', 'student'), +('11341', '21150', 'student'), +('11342', '21150', 'student'), +('11343', '21150', 'student'), +('11344', '21150', 'student'), +('11345', '21150', 'student'), +('11346', '21150', 'student'), +('11347', '21150', 'student'), +('11348', '21150', 'student'), +('11349', '21150', 'student'), +('11350', '21150', 'student'), +('11351', '21150', 'student'), +('11352', '21150', 'student'), +('11353', '21150', 'student'), +('11354', '21150', 'student'), +('11355', '21150', 'student'), +('11356', '21150', 'student'), +('11357', '21150', 'student'), +('11358', '21150', 'student'), +('11359', '21150', 'student'), +('11360', '21150', 'student'), +('11361', '21150', 'student'), +('11362', '21150', 'student'), +('11363', '21150', 'student'), +('11364', '21150', 'student'), +('11365', '21150', 'student'), +('11366', '21150', 'student'), +('11367', '21150', 'student'), +('11368', '21150', 'student'), +('11369', '21150', 'affiliate'), +('11370', '21200', 'staff'), +('11371', '21200', 'staff'), +('11372', '21200', 'staff'), +('11373', '21200', 'staff'), +('11374', '21200', 'staff'), +('11375', '21200', 'faculty'), +('11376', '21200', 'faculty'), +('11377', '21200', 'faculty'), +('11378', '21200', 'faculty'), +('11379', '21200', 'faculty'), +('11380', '21200', 'faculty'), +('11381', '21200', 'faculty'), +('11382', '21200', 'faculty'), +('11383', '21200', 'faculty'), +('11384', '21200', 'faculty'), +('11385', '21200', 'student'), +('11386', '21200', 'student'), +('11387', '21200', 'student'), +('11388', '21200', 'student'), +('11389', '21200', 'student'), +('11390', '21200', 'student'), +('11391', '21200', 'student'), +('11392', '21200', 'student'), +('11393', '21200', 'student'), +('11394', '21200', 'student'), +('11395', '21200', 'student'), +('11396', '21200', 'student'), +('11397', '21200', 'student'), +('11398', '21200', 'student'), +('11399', '21200', 'student'), +('11400', '21200', 'student'), +('11401', '21200', 'student'), +('11402', '21200', 'student'), +('11403', '21200', 'student'), +('11404', '21200', 'student'), +('11405', '21200', 'student'), +('11406', '21200', 'student'), +('11407', '21200', 'student'), +('11408', '21200', 'student'), +('11409', '21200', 'student'), +('11410', '21200', 'student'), +('11411', '21200', 'student'), +('11412', '21200', 'student'), +('11413', '21200', 'student'), +('11414', '21200', 'student'), +('11415', '21200', 'affiliate'), +('11416', '21250', 'staff'), +('11417', '21250', 'staff'), +('11418', '21250', 'staff'), +('11419', '21250', 'staff'), +('11420', '21250', 'staff'), +('11421', '21250', 'faculty'), +('11422', '21250', 'faculty'), +('11423', '21250', 'faculty'), +('11424', '21250', 'faculty'), +('11425', '21250', 'faculty'), +('11426', '21250', 'faculty'), +('11427', '21250', 'faculty'), +('11428', '21250', 'faculty'), +('11429', '21250', 'faculty'), +('11430', '21250', 'faculty'), +('11431', '21250', 'student'), +('11432', '21250', 'student'), +('11433', '21250', 'student'), +('11434', '21250', 'student'), +('11435', '21250', 'student'), +('11436', '21250', 'student'), +('11437', '21250', 'student'), +('11438', '21250', 'student'), +('11439', '21250', 'student'), +('11440', '21250', 'student'), +('11441', '21250', 'student'), +('11442', '21250', 'student'), +('11443', '21250', 'student'), +('11444', '21250', 'student'), +('11445', '21250', 'student'), +('11446', '21250', 'student'), +('11447', '21250', 'student'), +('11448', '21250', 'student'), +('11449', '21250', 'student'), +('11450', '21250', 'student'), +('11451', '21250', 'student'), +('11452', '21250', 'student'), +('11453', '21250', 'student'), +('11454', '21250', 'student'), +('11455', '21250', 'student'), +('11456', '21250', 'student'), +('11457', '21250', 'student'), +('11458', '21250', 'student'), +('11459', '21250', 'student'), +('11460', '21250', 'student'), +('11461', '21250', 'affiliate'), +('11462', '21300', 'staff'), +('11463', '21300', 'staff'), +('11464', '21300', 'staff'), +('11465', '21300', 'staff'), +('11466', '21300', 'staff'), +('11467', '21300', 'faculty'), +('11468', '21300', 'faculty'), +('11469', '21300', 'faculty'), +('11470', '21300', 'faculty'), +('11471', '21300', 'faculty'), +('11472', '21300', 'faculty'), +('11473', '21300', 'faculty'), +('11474', '21300', 'faculty'), +('11475', '21300', 'faculty'), +('11476', '21300', 'faculty'), +('11477', '21300', 'student'), +('11478', '21300', 'student'), +('11479', '21300', 'student'), +('11480', '21300', 'student'), +('11481', '21300', 'student'), +('11482', '21300', 'student'), +('11483', '21300', 'student'), +('11484', '21300', 'student'), +('11485', '21300', 'student'), +('11486', '21300', 'student'), +('11487', '21300', 'student'), +('11488', '21300', 'student'), +('11489', '21300', 'student'), +('11490', '21300', 'student'), +('11491', '21300', 'student'), +('11492', '21300', 'student'), +('11493', '21300', 'student'), +('11494', '21300', 'student'), +('11495', '21300', 'student'), +('11496', '21300', 'student'), +('11497', '21300', 'student'), +('11498', '21300', 'student'), +('11499', '21300', 'student'), +('11500', '21300', 'student'), +('11501', '21300', 'student'), +('11502', '21300', 'student'), +('11503', '21300', 'student'), +('11504', '21300', 'student'), +('11505', '21300', 'student'), +('11506', '21300', 'student'), +('11507', '21300', 'affiliate'), +('11508', '21350', 'staff'), +('11509', '21350', 'staff'), +('11510', '21350', 'staff'), +('11511', '21350', 'staff'), +('11512', '21350', 'staff'), +('11513', '21350', 'faculty'), +('11514', '21350', 'faculty'), +('11515', '21350', 'faculty'), +('11516', '21350', 'faculty'), +('11517', '21350', 'faculty'), +('11518', '21350', 'faculty'), +('11519', '21350', 'faculty'), +('11520', '21350', 'faculty'), +('11521', '21350', 'faculty'), +('11522', '21350', 'faculty'), +('11523', '21350', 'student'), +('11524', '21350', 'student'), +('11525', '21350', 'student'), +('11526', '21350', 'student'), +('11527', '21350', 'student'), +('11528', '21350', 'student'), +('11529', '21350', 'student'), +('11530', '21350', 'student'), +('11531', '21350', 'student'), +('11532', '21350', 'student'), +('11533', '21350', 'student'), +('11534', '21350', 'student'), +('11535', '21350', 'student'), +('11536', '21350', 'student'), +('11537', '21350', 'student'), +('11538', '21350', 'student'), +('11539', '21350', 'student'), +('11540', '21350', 'student'), +('11541', '21350', 'student'), +('11542', '21350', 'student'), +('11543', '21350', 'student'), +('11544', '21350', 'student'), +('11545', '21350', 'student'), +('11546', '21350', 'student'), +('11547', '21350', 'student'), +('11548', '21350', 'student'), +('11549', '21350', 'student'), +('11550', '21350', 'student'), +('11551', '21350', 'student'), +('11552', '21350', 'student'), +('11553', '21350', 'affiliate'), +('11554', '21400', 'staff'), +('11555', '21400', 'staff'), +('11556', '21400', 'staff'), +('11557', '21400', 'staff'), +('11558', '21400', 'staff'), +('11559', '21400', 'faculty'), +('11560', '21400', 'faculty'), +('11561', '21400', 'faculty'), +('11562', '21400', 'faculty'), +('11563', '21400', 'faculty'), +('11564', '21400', 'faculty'), +('11565', '21400', 'faculty'), +('11566', '21400', 'faculty'), +('11567', '21400', 'faculty'), +('11568', '21400', 'faculty'), +('11569', '21400', 'student'), +('11570', '21400', 'student'), +('11571', '21400', 'student'), +('11572', '21400', 'student'), +('11573', '21400', 'student'), +('11574', '21400', 'student'), +('11575', '21400', 'student'), +('11576', '21400', 'student'), +('11577', '21400', 'student'), +('11578', '21400', 'student'), +('11579', '21400', 'student'), +('11580', '21400', 'student'), +('11581', '21400', 'student'), +('11582', '21400', 'student'), +('11583', '21400', 'student'), +('11584', '21400', 'student'), +('11585', '21400', 'student'), +('11586', '21400', 'student'), +('11587', '21400', 'student'), +('11588', '21400', 'student'), +('11589', '21400', 'student'), +('11590', '21400', 'student'), +('11591', '21400', 'student'), +('11592', '21400', 'student'), +('11593', '21400', 'student'), +('11594', '21400', 'student'), +('11595', '21400', 'student'), +('11596', '21400', 'student'), +('11597', '21400', 'student'), +('11598', '21400', 'student'), +('11599', '21400', 'affiliate'), +('11600', '21450', 'staff'), +('11601', '21450', 'staff'), +('11602', '21450', 'staff'), +('11603', '21450', 'staff'), +('11604', '21450', 'staff'), +('11605', '21450', 'faculty'), +('11606', '21450', 'faculty'), +('11607', '21450', 'faculty'), +('11608', '21450', 'faculty'), +('11609', '21450', 'faculty'), +('11610', '21450', 'faculty'), +('11611', '21450', 'faculty'), +('11612', '21450', 'faculty'), +('11613', '21450', 'faculty'), +('11614', '21450', 'faculty'), +('11615', '21450', 'student'), +('11616', '21450', 'student'), +('11617', '21450', 'student'), +('11618', '21450', 'student'), +('11619', '21450', 'student'), +('11620', '21450', 'student'), +('11621', '21450', 'student'), +('11622', '21450', 'student'), +('11623', '21450', 'student'), +('11624', '21450', 'student'), +('11625', '21450', 'student'), +('11626', '21450', 'student'), +('11627', '21450', 'student'), +('11628', '21450', 'student'), +('11629', '21450', 'student'), +('11630', '21450', 'student'), +('11631', '21450', 'student'), +('11632', '21450', 'student'), +('11633', '21450', 'student'), +('11634', '21450', 'student'), +('11635', '21450', 'student'), +('11636', '21450', 'student'), +('11637', '21450', 'student'), +('11638', '21450', 'student'), +('11639', '21450', 'student'), +('11640', '21450', 'student'), +('11641', '21450', 'student'), +('11642', '21450', 'student'), +('11643', '21450', 'student'), +('11644', '21450', 'student'), +('11645', '21450', 'affiliate'), +('11646', '21500', 'staff'), +('11647', '21500', 'staff'), +('11648', '21500', 'staff'), +('11649', '21500', 'staff'), +('11650', '21500', 'staff'), +('11651', '21500', 'faculty'), +('11652', '21500', 'faculty'), +('11653', '21500', 'faculty'), +('11654', '21500', 'faculty'), +('11655', '21500', 'faculty'), +('11656', '21500', 'faculty'), +('11657', '21500', 'faculty'), +('11658', '21500', 'faculty'), +('11659', '21500', 'faculty'), +('11660', '21500', 'faculty'), +('11661', '21500', 'student'), +('11662', '21500', 'student'), +('11663', '21500', 'student'), +('11664', '21500', 'student'), +('11665', '21500', 'student'), +('11666', '21500', 'student'), +('11667', '21500', 'student'), +('11668', '21500', 'student'), +('11669', '21500', 'student'), +('11670', '21500', 'student'), +('11671', '21500', 'student'), +('11672', '21500', 'student'), +('11673', '21500', 'student'), +('11674', '21500', 'student'), +('11675', '21500', 'student'), +('11676', '21500', 'student'), +('11677', '21500', 'student'), +('11678', '21500', 'student'), +('11679', '21500', 'student'), +('11680', '21500', 'student'), +('11681', '21500', 'student'), +('11682', '21500', 'student'), +('11683', '21500', 'student'), +('11684', '21500', 'student'), +('11685', '21500', 'student'), +('11686', '21500', 'student'), +('11687', '21500', 'student'), +('11688', '21500', 'student'), +('11689', '21500', 'student'), +('11690', '21500', 'student'), +('11691', '21500', 'affiliate'), +('11692', '21550', 'staff'), +('11693', '21550', 'staff'), +('11694', '21550', 'staff'), +('11695', '21550', 'staff'), +('11696', '21550', 'staff'), +('11697', '21550', 'faculty'), +('11698', '21550', 'faculty'), +('11699', '21550', 'faculty'), +('11700', '21550', 'faculty'), +('11701', '21550', 'faculty'), +('11702', '21550', 'faculty'), +('11703', '21550', 'faculty'), +('11704', '21550', 'faculty'), +('11705', '21550', 'faculty'), +('11706', '21550', 'faculty'), +('11707', '21550', 'student'), +('11708', '21550', 'student'), +('11709', '21550', 'student'), +('11710', '21550', 'student'), +('11711', '21550', 'student'), +('11712', '21550', 'student'), +('11713', '21550', 'student'), +('11714', '21550', 'student'), +('11715', '21550', 'student'), +('11716', '21550', 'student'), +('11717', '21550', 'student'), +('11718', '21550', 'student'), +('11719', '21550', 'student'), +('11720', '21550', 'student'), +('11721', '21550', 'student'), +('11722', '21550', 'student'), +('11723', '21550', 'student'), +('11724', '21550', 'student'), +('11725', '21550', 'student'), +('11726', '21550', 'student'), +('11727', '21550', 'student'), +('11728', '21550', 'student'), +('11729', '21550', 'student'), +('11730', '21550', 'student'), +('11731', '21550', 'student'), +('11732', '21550', 'student'), +('11733', '21550', 'student'), +('11734', '21550', 'student'), +('11735', '21550', 'student'), +('11736', '21550', 'student'), +('11737', '21550', 'affiliate'), +('11738', '21600', 'staff'), +('11739', '21600', 'staff'), +('11740', '21600', 'staff'), +('11741', '21600', 'staff'), +('11742', '21600', 'staff'), +('11743', '21600', 'faculty'), +('11744', '21600', 'faculty'), +('11745', '21600', 'faculty'), +('11746', '21600', 'faculty'), +('11747', '21600', 'faculty'), +('11748', '21600', 'faculty'), +('11749', '21600', 'faculty'), +('11750', '21600', 'faculty'), +('11751', '21600', 'faculty'), +('11752', '21600', 'faculty'), +('11753', '21600', 'student'), +('11754', '21600', 'student'), +('11755', '21600', 'student'), +('11756', '21600', 'student'), +('11757', '21600', 'student'), +('11758', '21600', 'student'), +('11759', '21600', 'student'), +('11760', '21600', 'student'), +('11761', '21600', 'student'), +('11762', '21600', 'student'), +('11763', '21600', 'student'), +('11764', '21600', 'student'), +('11765', '21600', 'student'), +('11766', '21600', 'student'), +('11767', '21600', 'student'), +('11768', '21600', 'student'), +('11769', '21600', 'student'), +('11770', '21600', 'student'), +('11771', '21600', 'student'), +('11772', '21600', 'student'), +('11773', '21600', 'student'), +('11774', '21600', 'student'), +('11775', '21600', 'student'), +('11776', '21600', 'student'), +('11777', '21600', 'student'), +('11778', '21600', 'student'), +('11779', '21600', 'student'), +('11780', '21600', 'student'), +('11781', '21600', 'student'), +('11782', '21600', 'student'), +('11783', '21600', 'affiliate'), +('11784', '21650', 'staff'), +('11785', '21650', 'staff'), +('11786', '21650', 'staff'), +('11787', '21650', 'staff'), +('11788', '21650', 'staff'), +('11789', '21650', 'faculty'), +('11790', '21650', 'faculty'), +('11791', '21650', 'faculty'), +('11792', '21650', 'faculty'), +('11793', '21650', 'faculty'), +('11794', '21650', 'faculty'), +('11795', '21650', 'faculty'), +('11796', '21650', 'faculty'), +('11797', '21650', 'faculty'), +('11798', '21650', 'faculty'), +('11799', '21650', 'student'), +('11800', '21650', 'student'), +('11801', '21650', 'student'), +('11802', '21650', 'student'), +('11803', '21650', 'student'), +('11804', '21650', 'student'), +('11805', '21650', 'student'), +('11806', '21650', 'student'), +('11807', '21650', 'student'), +('11808', '21650', 'student'), +('11809', '21650', 'student'), +('11810', '21650', 'student'), +('11811', '21650', 'student'), +('11812', '21650', 'student'), +('11813', '21650', 'student'), +('11814', '21650', 'student'), +('11815', '21650', 'student'), +('11816', '21650', 'student'), +('11817', '21650', 'student'), +('11818', '21650', 'student'), +('11819', '21650', 'student'), +('11820', '21650', 'student'), +('11821', '21650', 'student'), +('11822', '21650', 'student'), +('11823', '21650', 'student'), +('11824', '21650', 'student'), +('11825', '21650', 'student'), +('11826', '21650', 'student'), +('11827', '21650', 'student'), +('11828', '21650', 'student'), +('11829', '21650', 'affiliate'), +('11830', '21700', 'staff'), +('11831', '21700', 'staff'), +('11832', '21700', 'staff'), +('11833', '21700', 'staff'), +('11834', '21700', 'staff'), +('11835', '21700', 'faculty'), +('11836', '21700', 'faculty'), +('11837', '21700', 'faculty'), +('11838', '21700', 'faculty'), +('11839', '21700', 'faculty'), +('11840', '21700', 'faculty'), +('11841', '21700', 'faculty'), +('11842', '21700', 'faculty'), +('11843', '21700', 'faculty'), +('11844', '21700', 'faculty'), +('11845', '21700', 'student'), +('11846', '21700', 'student'), +('11847', '21700', 'student'), +('11848', '21700', 'student'), +('11849', '21700', 'student'), +('11850', '21700', 'student'), +('11851', '21700', 'student'), +('11852', '21700', 'student'), +('11853', '21700', 'student'), +('11854', '21700', 'student'), +('11855', '21700', 'student'), +('11856', '21700', 'student'), +('11857', '21700', 'student'), +('11858', '21700', 'student'), +('11859', '21700', 'student'), +('11860', '21700', 'student'), +('11861', '21700', 'student'), +('11862', '21700', 'student'), +('11863', '21700', 'student'), +('11864', '21700', 'student'), +('11865', '21700', 'student'), +('11866', '21700', 'student'), +('11867', '21700', 'student'), +('11868', '21700', 'student'), +('11869', '21700', 'student'), +('11870', '21700', 'student'), +('11871', '21700', 'student'), +('11872', '21700', 'student'), +('11873', '21700', 'student'), +('11874', '21700', 'student'), +('11875', '21700', 'affiliate'), +('11876', '21750', 'staff'), +('11877', '21750', 'staff'), +('11878', '21750', 'staff'), +('11879', '21750', 'staff'), +('11880', '21750', 'staff'), +('11881', '21750', 'faculty'), +('11882', '21750', 'faculty'), +('11883', '21750', 'faculty'), +('11884', '21750', 'faculty'), +('11885', '21750', 'faculty'), +('11886', '21750', 'faculty'), +('11887', '21750', 'faculty'), +('11888', '21750', 'faculty'), +('11889', '21750', 'faculty'), +('11890', '21750', 'faculty'), +('11891', '21750', 'student'), +('11892', '21750', 'student'), +('11893', '21750', 'student'), +('11894', '21750', 'student'), +('11895', '21750', 'student'), +('11896', '21750', 'student'), +('11897', '21750', 'student'), +('11898', '21750', 'student'), +('11899', '21750', 'student'), +('11900', '21750', 'student'), +('11901', '21750', 'student'), +('11902', '21750', 'student'), +('11903', '21750', 'student'), +('11904', '21750', 'student'), +('11905', '21750', 'student'), +('11906', '21750', 'student'), +('11907', '21750', 'student'), +('11908', '21750', 'student'), +('11909', '21750', 'student'), +('11910', '21750', 'student'), +('11911', '21750', 'student'), +('11912', '21750', 'student'), +('11913', '21750', 'student'), +('11914', '21750', 'student'), +('11915', '21750', 'student'), +('11916', '21750', 'student'), +('11917', '21750', 'student'), +('11918', '21750', 'student'), +('11919', '21750', 'student'), +('11920', '21750', 'student'), +('11921', '21750', 'affiliate'), +('11922', '21800', 'staff'), +('11923', '21800', 'staff'), +('11924', '21800', 'staff'), +('11925', '21800', 'staff'), +('11926', '21800', 'staff'), +('11927', '21800', 'faculty'), +('11928', '21800', 'faculty'), +('11929', '21800', 'faculty'), +('11930', '21800', 'faculty'), +('11931', '21800', 'faculty'), +('11932', '21800', 'faculty'), +('11933', '21800', 'faculty'), +('11934', '21800', 'faculty'), +('11935', '21800', 'faculty'), +('11936', '21800', 'faculty'), +('11937', '21800', 'student'), +('11938', '21800', 'student'), +('11939', '21800', 'student'), +('11940', '21800', 'student'), +('11941', '21800', 'student'), +('11942', '21800', 'student'), +('11943', '21800', 'student'), +('11944', '21800', 'student'), +('11945', '21800', 'student'), +('11946', '21800', 'student'), +('11947', '21800', 'student'), +('11948', '21800', 'student'), +('11949', '21800', 'student'), +('11950', '21800', 'student'), +('11951', '21800', 'student'), +('11952', '21800', 'student'), +('11953', '21800', 'student'), +('11954', '21800', 'student'), +('11955', '21800', 'student'), +('11956', '21800', 'student'), +('11957', '21800', 'student'), +('11958', '21800', 'student'), +('11959', '21800', 'student'), +('11960', '21800', 'student'), +('11961', '21800', 'student'), +('11962', '21800', 'student'), +('11963', '21800', 'student'), +('11964', '21800', 'student'), +('11965', '21800', 'student'), +('11966', '21800', 'student'), +('11967', '21800', 'affiliate'), +('11968', '21850', 'staff'), +('11969', '21850', 'staff'), +('11970', '21850', 'staff'), +('11971', '21850', 'staff'), +('11972', '21850', 'staff'), +('11973', '21850', 'faculty'), +('11974', '21850', 'faculty'), +('11975', '21850', 'faculty'), +('11976', '21850', 'faculty'), +('11977', '21850', 'faculty'), +('11978', '21850', 'faculty'), +('11979', '21850', 'faculty'), +('11980', '21850', 'faculty'), +('11981', '21850', 'faculty'), +('11982', '21850', 'faculty'), +('11983', '21850', 'student'), +('11984', '21850', 'student'), +('11985', '21850', 'student'), +('11986', '21850', 'student'), +('11987', '21850', 'student'), +('11988', '21850', 'student'), +('11989', '21850', 'student'), +('11990', '21850', 'student'), +('11991', '21850', 'student'), +('11992', '21850', 'student'), +('11993', '21850', 'student'), +('11994', '21850', 'student'), +('11995', '21850', 'student'), +('11996', '21850', 'student'), +('11997', '21850', 'student'), +('11998', '21850', 'student'), +('11999', '21850', 'student'), +('12000', '21850', 'student'), +('12001', '21850', 'student'), +('12002', '21850', 'student'), +('12003', '21850', 'student'), +('12004', '21850', 'student'), +('12005', '21850', 'student'), +('12006', '21850', 'student'), +('12007', '21850', 'student'), +('12008', '21850', 'student'), +('12009', '21850', 'student'), +('12010', '21850', 'student'), +('12011', '21850', 'student'), +('12012', '21850', 'student'), +('12013', '21850', 'affiliate'), +('12014', '21900', 'staff'), +('12015', '21900', 'staff'), +('12016', '21900', 'staff'), +('12017', '21900', 'staff'), +('12018', '21900', 'staff'), +('12019', '21900', 'faculty'), +('12020', '21900', 'faculty'), +('12021', '21900', 'faculty'), +('12022', '21900', 'faculty'), +('12023', '21900', 'faculty'), +('12024', '21900', 'faculty'), +('12025', '21900', 'faculty'), +('12026', '21900', 'faculty'), +('12027', '21900', 'faculty'), +('12028', '21900', 'faculty'), +('12029', '21900', 'student'), +('12030', '21900', 'student'), +('12031', '21900', 'student'), +('12032', '21900', 'student'), +('12033', '21900', 'student'), +('12034', '21900', 'student'), +('12035', '21900', 'student'), +('12036', '21900', 'student'), +('12037', '21900', 'student'), +('12038', '21900', 'student'), +('12039', '21900', 'student'), +('12040', '21900', 'student'), +('12041', '21900', 'student'), +('12042', '21900', 'student'), +('12043', '21900', 'student'), +('12044', '21900', 'student'), +('12045', '21900', 'student'), +('12046', '21900', 'student'), +('12047', '21900', 'student'), +('12048', '21900', 'student'), +('12049', '21900', 'student'), +('12050', '21900', 'student'), +('12051', '21900', 'student'), +('12052', '21900', 'student'), +('12053', '21900', 'student'), +('12054', '21900', 'student'), +('12055', '21900', 'student'), +('12056', '21900', 'student'), +('12057', '21900', 'student'), +('12058', '21900', 'student'), +('12059', '21900', 'affiliate'), +('12060', '21950', 'staff'), +('12061', '21950', 'staff'), +('12062', '21950', 'staff'), +('12063', '21950', 'staff'), +('12064', '21950', 'staff'), +('12065', '21950', 'faculty'), +('12066', '21950', 'faculty'), +('12067', '21950', 'faculty'), +('12068', '21950', 'faculty'), +('12069', '21950', 'faculty'), +('12070', '21950', 'faculty'), +('12071', '21950', 'faculty'), +('12072', '21950', 'faculty'), +('12073', '21950', 'faculty'), +('12074', '21950', 'faculty'), +('12075', '21950', 'student'), +('12076', '21950', 'student'), +('12077', '21950', 'student'), +('12078', '21950', 'student'), +('12079', '21950', 'student'), +('12080', '21950', 'student'), +('12081', '21950', 'student'), +('12082', '21950', 'student'), +('12083', '21950', 'student'), +('12084', '21950', 'student'), +('12085', '21950', 'student'), +('12086', '21950', 'student'), +('12087', '21950', 'student'), +('12088', '21950', 'student'), +('12089', '21950', 'student'), +('12090', '21950', 'student'), +('12091', '21950', 'student'), +('12092', '21950', 'student'), +('12093', '21950', 'student'), +('12094', '21950', 'student'), +('12095', '21950', 'student'), +('12096', '21950', 'student'), +('12097', '21950', 'student'), +('12098', '21950', 'student'), +('12099', '21950', 'student'), +('12100', '21950', 'student'), +('12101', '21950', 'student'), +('12102', '21950', 'student'), +('12103', '21950', 'student'), +('12104', '21950', 'student'), +('12105', '21950', 'affiliate'), +('12106', '22000', 'staff'), +('12107', '22000', 'staff'), +('12108', '22000', 'staff'), +('12109', '22000', 'staff'), +('12110', '22000', 'staff'), +('12111', '22000', 'faculty'), +('12112', '22000', 'faculty'), +('12113', '22000', 'faculty'), +('12114', '22000', 'faculty'), +('12115', '22000', 'faculty'), +('12116', '22000', 'faculty'), +('12117', '22000', 'faculty'), +('12118', '22000', 'faculty'), +('12119', '22000', 'faculty'), +('12120', '22000', 'faculty'), +('12121', '22000', 'student'), +('12122', '22000', 'student'), +('12123', '22000', 'student'), +('12124', '22000', 'student'), +('12125', '22000', 'student'), +('12126', '22000', 'student'), +('12127', '22000', 'student'), +('12128', '22000', 'student'), +('12129', '22000', 'student'), +('12130', '22000', 'student'), +('12131', '22000', 'student'), +('12132', '22000', 'student'), +('12133', '22000', 'student'), +('12134', '22000', 'student'), +('12135', '22000', 'student'), +('12136', '22000', 'student'), +('12137', '22000', 'student'), +('12138', '22000', 'student'), +('12139', '22000', 'student'), +('12140', '22000', 'student'), +('12141', '22000', 'student'), +('12142', '22000', 'student'), +('12143', '22000', 'student'), +('12144', '22000', 'student'), +('12145', '22000', 'student'), +('12146', '22000', 'student'), +('12147', '22000', 'student'), +('12148', '22000', 'student'), +('12149', '22000', 'student'), +('12150', '22000', 'student'), +('12151', '22000', 'affiliate'), +('12152', '22050', 'staff'), +('12153', '22050', 'staff'), +('12154', '22050', 'staff'), +('12155', '22050', 'staff'), +('12156', '22050', 'staff'), +('12157', '22050', 'faculty'), +('12158', '22050', 'faculty'), +('12159', '22050', 'faculty'), +('12160', '22050', 'faculty'), +('12161', '22050', 'faculty'), +('12162', '22050', 'faculty'), +('12163', '22050', 'faculty'), +('12164', '22050', 'faculty'), +('12165', '22050', 'faculty'), +('12166', '22050', 'faculty'), +('12167', '22050', 'student'), +('12168', '22050', 'student'), +('12169', '22050', 'student'), +('12170', '22050', 'student'), +('12171', '22050', 'student'), +('12172', '22050', 'student'), +('12173', '22050', 'student'), +('12174', '22050', 'student'), +('12175', '22050', 'student'), +('12176', '22050', 'student'), +('12177', '22050', 'student'), +('12178', '22050', 'student'), +('12179', '22050', 'student'), +('12180', '22050', 'student'), +('12181', '22050', 'student'), +('12182', '22050', 'student'), +('12183', '22050', 'student'), +('12184', '22050', 'student'), +('12185', '22050', 'student'), +('12186', '22050', 'student'), +('12187', '22050', 'student'), +('12188', '22050', 'student'), +('12189', '22050', 'student'), +('12190', '22050', 'student'), +('12191', '22050', 'student'), +('12192', '22050', 'student'), +('12193', '22050', 'student'), +('12194', '22050', 'student'), +('12195', '22050', 'student'), +('12196', '22050', 'student'), +('12197', '22050', 'affiliate'), +('12198', '22100', 'staff'), +('12199', '22100', 'staff'), +('12200', '22100', 'staff'), +('12201', '22100', 'staff'), +('12202', '22100', 'staff'), +('12203', '22100', 'faculty'), +('12204', '22100', 'faculty'), +('12205', '22100', 'faculty'), +('12206', '22100', 'faculty'), +('12207', '22100', 'faculty'), +('12208', '22100', 'faculty'), +('12209', '22100', 'faculty'), +('12210', '22100', 'faculty'), +('12211', '22100', 'faculty'), +('12212', '22100', 'faculty'), +('12213', '22100', 'student'), +('12214', '22100', 'student'), +('12215', '22100', 'student'), +('12216', '22100', 'student'), +('12217', '22100', 'student'), +('12218', '22100', 'student'), +('12219', '22100', 'student'), +('12220', '22100', 'student'), +('12221', '22100', 'student'), +('12222', '22100', 'student'), +('12223', '22100', 'student'), +('12224', '22100', 'student'), +('12225', '22100', 'student'), +('12226', '22100', 'student'), +('12227', '22100', 'student'), +('12228', '22100', 'student'), +('12229', '22100', 'student'), +('12230', '22100', 'student'), +('12231', '22100', 'student'), +('12232', '22100', 'student'), +('12233', '22100', 'student'), +('12234', '22100', 'student'), +('12235', '22100', 'student'), +('12236', '22100', 'student'), +('12237', '22100', 'student'), +('12238', '22100', 'student'), +('12239', '22100', 'student'), +('12240', '22100', 'student'), +('12241', '22100', 'student'), +('12242', '22100', 'student'), +('12243', '22100', 'affiliate'), +('12244', '22150', 'staff'), +('12245', '22150', 'staff'), +('12246', '22150', 'staff'), +('12247', '22150', 'staff'), +('12248', '22150', 'staff'), +('12249', '22150', 'faculty'), +('12250', '22150', 'faculty'), +('12251', '22150', 'faculty'), +('12252', '22150', 'faculty'), +('12253', '22150', 'faculty'), +('12254', '22150', 'faculty'), +('12255', '22150', 'faculty'), +('12256', '22150', 'faculty'), +('12257', '22150', 'faculty'), +('12258', '22150', 'faculty'), +('12259', '22150', 'student'), +('12260', '22150', 'student'), +('12261', '22150', 'student'), +('12262', '22150', 'student'), +('12263', '22150', 'student'), +('12264', '22150', 'student'), +('12265', '22150', 'student'), +('12266', '22150', 'student'), +('12267', '22150', 'student'), +('12268', '22150', 'student'), +('12269', '22150', 'student'), +('12270', '22150', 'student'), +('12271', '22150', 'student'), +('12272', '22150', 'student'), +('12273', '22150', 'student'), +('12274', '22150', 'student'), +('12275', '22150', 'student'), +('12276', '22150', 'student'), +('12277', '22150', 'student'), +('12278', '22150', 'student'), +('12279', '22150', 'student'), +('12280', '22150', 'student'), +('12281', '22150', 'student'), +('12282', '22150', 'student'), +('12283', '22150', 'student'), +('12284', '22150', 'student'), +('12285', '22150', 'student'), +('12286', '22150', 'student'), +('12287', '22150', 'student'), +('12288', '22150', 'student'), +('12289', '22150', 'affiliate'), +('12290', '22200', 'staff'), +('12291', '22200', 'staff'), +('12292', '22200', 'staff'), +('12293', '22200', 'staff'), +('12294', '22200', 'staff'), +('12295', '22200', 'faculty'), +('12296', '22200', 'faculty'), +('12297', '22200', 'faculty'), +('12298', '22200', 'faculty'), +('12299', '22200', 'faculty'), +('12300', '22200', 'faculty'), +('12301', '22200', 'faculty'), +('12302', '22200', 'faculty'), +('12303', '22200', 'faculty'), +('12304', '22200', 'faculty'), +('12305', '22200', 'student'), +('12306', '22200', 'student'), +('12307', '22200', 'student'), +('12308', '22200', 'student'), +('12309', '22200', 'student'), +('12310', '22200', 'student'), +('12311', '22200', 'student'), +('12312', '22200', 'student'), +('12313', '22200', 'student'), +('12314', '22200', 'student'), +('12315', '22200', 'student'), +('12316', '22200', 'student'), +('12317', '22200', 'student'), +('12318', '22200', 'student'), +('12319', '22200', 'student'), +('12320', '22200', 'student'), +('12321', '22200', 'student'), +('12322', '22200', 'student'), +('12323', '22200', 'student'), +('12324', '22200', 'student'), +('12325', '22200', 'student'), +('12326', '22200', 'student'), +('12327', '22200', 'student'), +('12328', '22200', 'student'), +('12329', '22200', 'student'), +('12330', '22200', 'student'), +('12331', '22200', 'student'), +('12332', '22200', 'student'), +('12333', '22200', 'student'), +('12334', '22200', 'student'), +('12335', '22200', 'affiliate'), +('12336', '22250', 'staff'), +('12337', '22250', 'staff'), +('12338', '22250', 'staff'), +('12339', '22250', 'staff'), +('12340', '22250', 'staff'), +('12341', '22250', 'faculty'), +('12342', '22250', 'faculty'), +('12343', '22250', 'faculty'), +('12344', '22250', 'faculty'), +('12345', '22250', 'faculty'), +('12346', '22250', 'faculty'), +('12347', '22250', 'faculty'), +('12348', '22250', 'faculty'), +('12349', '22250', 'faculty'), +('12350', '22250', 'faculty'), +('12351', '22250', 'student'), +('12352', '22250', 'student'), +('12353', '22250', 'student'), +('12354', '22250', 'student'), +('12355', '22250', 'student'), +('12356', '22250', 'student'), +('12357', '22250', 'student'), +('12358', '22250', 'student'), +('12359', '22250', 'student'), +('12360', '22250', 'student'), +('12361', '22250', 'student'), +('12362', '22250', 'student'), +('12363', '22250', 'student'), +('12364', '22250', 'student'), +('12365', '22250', 'student'), +('12366', '22250', 'student'), +('12367', '22250', 'student'), +('12368', '22250', 'student'), +('12369', '22250', 'student'), +('12370', '22250', 'student'), +('12371', '22250', 'student'), +('12372', '22250', 'student'), +('12373', '22250', 'student'), +('12374', '22250', 'student'), +('12375', '22250', 'student'), +('12376', '22250', 'student'), +('12377', '22250', 'student'), +('12378', '22250', 'student'), +('12379', '22250', 'student'), +('12380', '22250', 'student'), +('12381', '22250', 'affiliate'), +('12382', '22300', 'staff'), +('12383', '22300', 'staff'), +('12384', '22300', 'staff'), +('12385', '22300', 'staff'), +('12386', '22300', 'staff'), +('12387', '22300', 'faculty'), +('12388', '22300', 'faculty'), +('12389', '22300', 'faculty'), +('12390', '22300', 'faculty'), +('12391', '22300', 'faculty'), +('12392', '22300', 'faculty'), +('12393', '22300', 'faculty'), +('12394', '22300', 'faculty'), +('12395', '22300', 'faculty'), +('12396', '22300', 'faculty'), +('12397', '22300', 'student'), +('12398', '22300', 'student'), +('12399', '22300', 'student'), +('12400', '22300', 'student'), +('12401', '22300', 'student'), +('12402', '22300', 'student'), +('12403', '22300', 'student'), +('12404', '22300', 'student'), +('12405', '22300', 'student'), +('12406', '22300', 'student'), +('12407', '22300', 'student'), +('12408', '22300', 'student'), +('12409', '22300', 'student'), +('12410', '22300', 'student'), +('12411', '22300', 'student'), +('12412', '22300', 'student'), +('12413', '22300', 'student'), +('12414', '22300', 'student'), +('12415', '22300', 'student'), +('12416', '22300', 'student'), +('12417', '22300', 'student'), +('12418', '22300', 'student'), +('12419', '22300', 'student'), +('12420', '22300', 'student'), +('12421', '22300', 'student'), +('12422', '22300', 'student'), +('12423', '22300', 'student'), +('12424', '22300', 'student'), +('12425', '22300', 'student'), +('12426', '22300', 'student'), +('12427', '22300', 'affiliate'), +('12428', '22350', 'staff'), +('12429', '22350', 'staff'), +('12430', '22350', 'staff'), +('12431', '22350', 'staff'), +('12432', '22350', 'staff'), +('12433', '22350', 'faculty'), +('12434', '22350', 'faculty'), +('12435', '22350', 'faculty'), +('12436', '22350', 'faculty'), +('12437', '22350', 'faculty'), +('12438', '22350', 'faculty'), +('12439', '22350', 'faculty'), +('12440', '22350', 'faculty'), +('12441', '22350', 'faculty'), +('12442', '22350', 'faculty'), +('12443', '22350', 'student'), +('12444', '22350', 'student'), +('12445', '22350', 'student'), +('12446', '22350', 'student'), +('12447', '22350', 'student'), +('12448', '22350', 'student'), +('12449', '22350', 'student'), +('12450', '22350', 'student'), +('12451', '22350', 'student'), +('12452', '22350', 'student'), +('12453', '22350', 'student'), +('12454', '22350', 'student'), +('12455', '22350', 'student'), +('12456', '22350', 'student'), +('12457', '22350', 'student'), +('12458', '22350', 'student'), +('12459', '22350', 'student'), +('12460', '22350', 'student'), +('12461', '22350', 'student'), +('12462', '22350', 'student'), +('12463', '22350', 'student'), +('12464', '22350', 'student'), +('12465', '22350', 'student'), +('12466', '22350', 'student'), +('12467', '22350', 'student'), +('12468', '22350', 'student'), +('12469', '22350', 'student'), +('12470', '22350', 'student'), +('12471', '22350', 'student'), +('12472', '22350', 'student'), +('12473', '22350', 'affiliate'), +('12474', '22400', 'staff'), +('12475', '22400', 'staff'), +('12476', '22400', 'staff'), +('12477', '22400', 'staff'), +('12478', '22400', 'staff'), +('12479', '22400', 'faculty'), +('12480', '22400', 'faculty'), +('12481', '22400', 'faculty'), +('12482', '22400', 'faculty'), +('12483', '22400', 'faculty'), +('12484', '22400', 'faculty'), +('12485', '22400', 'faculty'), +('12486', '22400', 'faculty'), +('12487', '22400', 'faculty'), +('12488', '22400', 'faculty'), +('12489', '22400', 'student'), +('12490', '22400', 'student'), +('12491', '22400', 'student'), +('12492', '22400', 'student'), +('12493', '22400', 'student'), +('12494', '22400', 'student'), +('12495', '22400', 'student'), +('12496', '22400', 'student'), +('12497', '22400', 'student'), +('12498', '22400', 'student'), +('12499', '22400', 'student'), +('12500', '22400', 'student'), +('12501', '22400', 'student'), +('12502', '22400', 'student'), +('12503', '22400', 'student'), +('12504', '22400', 'student'), +('12505', '22400', 'student'), +('12506', '22400', 'student'), +('12507', '22400', 'student'), +('12508', '22400', 'student'), +('12509', '22400', 'student'), +('12510', '22400', 'student'), +('12511', '22400', 'student'), +('12512', '22400', 'student'), +('12513', '22400', 'student'), +('12514', '22400', 'student'), +('12515', '22400', 'student'), +('12516', '22400', 'student'), +('12517', '22400', 'student'), +('12518', '22400', 'student'), +('12519', '22400', 'affiliate'), +('12520', '22450', 'staff'), +('12521', '22450', 'staff'), +('12522', '22450', 'staff'), +('12523', '22450', 'staff'), +('12524', '22450', 'staff'), +('12525', '22450', 'faculty'), +('12526', '22450', 'faculty'), +('12527', '22450', 'faculty'), +('12528', '22450', 'faculty'), +('12529', '22450', 'faculty'), +('12530', '22450', 'faculty'), +('12531', '22450', 'faculty'), +('12532', '22450', 'faculty'), +('12533', '22450', 'faculty'), +('12534', '22450', 'faculty'), +('12535', '22450', 'student'), +('12536', '22450', 'student'), +('12537', '22450', 'student'), +('12538', '22450', 'student'), +('12539', '22450', 'student'), +('12540', '22450', 'student'), +('12541', '22450', 'student'), +('12542', '22450', 'student'), +('12543', '22450', 'student'), +('12544', '22450', 'student'), +('12545', '22450', 'student'), +('12546', '22450', 'student'), +('12547', '22450', 'student'), +('12548', '22450', 'student'), +('12549', '22450', 'student'), +('12550', '22450', 'student'), +('12551', '22450', 'student'), +('12552', '22450', 'student'), +('12553', '22450', 'student'), +('12554', '22450', 'student'), +('12555', '22450', 'student'), +('12556', '22450', 'student'), +('12557', '22450', 'student'), +('12558', '22450', 'student'), +('12559', '22450', 'student'), +('12560', '22450', 'student'), +('12561', '22450', 'student'), +('12562', '22450', 'student'), +('12563', '22450', 'student'), +('12564', '22450', 'student'), +('12565', '22450', 'affiliate'), +('12566', '22500', 'staff'), +('12567', '22500', 'staff'), +('12568', '22500', 'staff'), +('12569', '22500', 'staff'), +('12570', '22500', 'staff'), +('12571', '22500', 'faculty'), +('12572', '22500', 'faculty'), +('12573', '22500', 'faculty'), +('12574', '22500', 'faculty'), +('12575', '22500', 'faculty'), +('12576', '22500', 'faculty'), +('12577', '22500', 'faculty'), +('12578', '22500', 'faculty'), +('12579', '22500', 'faculty'), +('12580', '22500', 'faculty'), +('12581', '22500', 'student'), +('12582', '22500', 'student'), +('12583', '22500', 'student'), +('12584', '22500', 'student'), +('12585', '22500', 'student'), +('12586', '22500', 'student'), +('12587', '22500', 'student'), +('12588', '22500', 'student'), +('12589', '22500', 'student'), +('12590', '22500', 'student'), +('12591', '22500', 'student'), +('12592', '22500', 'student'), +('12593', '22500', 'student'), +('12594', '22500', 'student'), +('12595', '22500', 'student'), +('12596', '22500', 'student'), +('12597', '22500', 'student'), +('12598', '22500', 'student'), +('12599', '22500', 'student'), +('12600', '22500', 'student'), +('12601', '22500', 'student'), +('12602', '22500', 'student'), +('12603', '22500', 'student'), +('12604', '22500', 'student'), +('12605', '22500', 'student'), +('12606', '22500', 'student'), +('12607', '22500', 'student'), +('12608', '22500', 'student'), +('12609', '22500', 'student'), +('12610', '22500', 'student'), +('12611', '22500', 'affiliate'), +('12612', '22550', 'staff'), +('12613', '22550', 'staff'), +('12614', '22550', 'staff'), +('12615', '22550', 'staff'), +('12616', '22550', 'staff'), +('12617', '22550', 'faculty'), +('12618', '22550', 'faculty'), +('12619', '22550', 'faculty'), +('12620', '22550', 'faculty'), +('12621', '22550', 'faculty'), +('12622', '22550', 'faculty'), +('12623', '22550', 'faculty'), +('12624', '22550', 'faculty'), +('12625', '22550', 'faculty'), +('12626', '22550', 'faculty'), +('12627', '22550', 'student'), +('12628', '22550', 'student'), +('12629', '22550', 'student'), +('12630', '22550', 'student'), +('12631', '22550', 'student'), +('12632', '22550', 'student'), +('12633', '22550', 'student'), +('12634', '22550', 'student'), +('12635', '22550', 'student'), +('12636', '22550', 'student'), +('12637', '22550', 'student'), +('12638', '22550', 'student'), +('12639', '22550', 'student'), +('12640', '22550', 'student'), +('12641', '22550', 'student'), +('12642', '22550', 'student'), +('12643', '22550', 'student'), +('12644', '22550', 'student'), +('12645', '22550', 'student'), +('12646', '22550', 'student'), +('12647', '22550', 'student'), +('12648', '22550', 'student'), +('12649', '22550', 'student'), +('12650', '22550', 'student'), +('12651', '22550', 'student'), +('12652', '22550', 'student'), +('12653', '22550', 'student'), +('12654', '22550', 'student'), +('12655', '22550', 'student'), +('12656', '22550', 'student'), +('12657', '22550', 'affiliate'), +('12658', '90100', 'staff'), +('12659', '90100', 'staff'), +('12660', '90100', 'staff'), +('12661', '90100', 'staff'), +('12662', '90100', 'staff'), +('12663', '90100', 'staff'), +('12664', '90100', 'staff'), +('12665', '90100', 'staff'), +('12666', '90100', 'faculty'), +('12667', '90100', 'faculty'), +('12668', '90100', 'faculty'), +('12669', '90100', 'faculty'), +('12670', '90100', 'faculty'), +('12671', '90100', 'faculty'), +('12672', '90100', 'faculty'), +('12673', '90100', 'faculty'), +('12674', '90100', 'faculty'), +('12675', '90100', 'faculty'), +('12676', '90100', 'faculty'), +('12677', '90100', 'faculty'), +('12678', '90100', 'faculty'), +('12679', '90100', 'faculty'), +('12680', '90100', 'faculty'), +('12681', '90100', 'faculty'), +('12682', '90100', 'faculty'), +('12683', '90100', 'faculty'), +('12684', '90100', 'faculty'), +('12685', '90100', 'faculty'), +('12686', '90100', 'student'), +('12687', '90100', 'student'), +('12688', '90100', 'student'), +('12689', '90100', 'student'), +('12690', '90100', 'student'), +('12691', '90100', 'student'), +('12692', '90100', 'student'), +('12693', '90100', 'student'), +('12694', '90100', 'student'), +('12695', '90100', 'student'), +('12696', '90100', 'student'), +('12697', '90100', 'student'), +('12698', '90100', 'student'), +('12699', '90100', 'student'), +('12700', '90100', 'student'), +('12701', '90100', 'student'), +('12702', '90100', 'student'), +('12703', '90100', 'student'), +('12704', '90100', 'student'), +('12705', '90100', 'student'), +('12706', '90100', 'student'), +('12707', '90100', 'student'), +('12708', '90100', 'student'), +('12709', '90100', 'student'), +('12710', '90100', 'student'), +('12711', '90100', 'student'), +('12712', '90100', 'student'), +('12713', '90100', 'student'), +('12714', '90100', 'student'), +('12715', '90100', 'student'), +('12716', '90100', 'student'), +('12717', '90100', 'student'), +('12718', '90100', 'student'), +('12719', '90100', 'student'), +('12720', '90100', 'student'), +('12721', '90100', 'affiliate'), +('12722', '90100', 'affiliate'), +('12723', '90100', 'affiliate'), +('12724', '90100', 'affiliate'), +('12725', '90100', 'affiliate'), +('12726', '90100', 'affiliate'), +('12727', '90100', 'affiliate'), +('12728', '90100', 'affiliate'), +('12729', '90100', 'affiliate'), +('12730', '90100', 'affiliate'), +('12731', '90200', 'staff'), +('12732', '90200', 'staff'), +('12733', '90200', 'staff'), +('12734', '90200', 'staff'), +('12735', '90200', 'staff'), +('12736', '90200', 'staff'), +('12737', '90200', 'staff'), +('12738', '90200', 'staff'), +('12739', '90200', 'faculty'), +('12740', '90200', 'faculty'), +('12741', '90200', 'faculty'), +('12742', '90200', 'faculty'), +('12743', '90200', 'faculty'), +('12744', '90200', 'faculty'), +('12745', '90200', 'faculty'), +('12746', '90200', 'faculty'), +('12747', '90200', 'faculty'), +('12748', '90200', 'faculty'), +('12749', '90200', 'faculty'), +('12750', '90200', 'faculty'), +('12751', '90200', 'faculty'), +('12752', '90200', 'faculty'), +('12753', '90200', 'faculty'), +('12754', '90200', 'faculty'), +('12755', '90200', 'faculty'), +('12756', '90200', 'faculty'), +('12757', '90200', 'faculty'), +('12758', '90200', 'faculty'), +('12759', '90200', 'student'), +('12760', '90200', 'student'), +('12761', '90200', 'student'), +('12762', '90200', 'student'), +('12763', '90200', 'student'), +('12764', '90200', 'student'), +('12765', '90200', 'student'), +('12766', '90200', 'student'), +('12767', '90200', 'student'), +('12768', '90200', 'student'), +('12769', '90200', 'student'), +('12770', '90200', 'student'), +('12771', '90200', 'student'), +('12772', '90200', 'student'), +('12773', '90200', 'student'), +('12774', '90200', 'student'), +('12775', '90200', 'student'), +('12776', '90200', 'student'), +('12777', '90200', 'student'), +('12778', '90200', 'student'), +('12779', '90200', 'student'), +('12780', '90200', 'student'), +('12781', '90200', 'student'), +('12782', '90200', 'student'), +('12783', '90200', 'student'), +('12784', '90200', 'student'), +('12785', '90200', 'student'), +('12786', '90200', 'student'), +('12787', '90200', 'student'), +('12788', '90200', 'student'), +('12789', '90200', 'student'), +('12790', '90200', 'student'), +('12791', '90200', 'student'), +('12792', '90200', 'student'), +('12793', '90200', 'student'), +('12794', '90200', 'affiliate'), +('12795', '90200', 'affiliate'), +('12796', '90200', 'affiliate'), +('12797', '90200', 'affiliate'), +('12798', '90200', 'affiliate'), +('12799', '90200', 'affiliate'), +('12800', '90200', 'affiliate'), +('12801', '90200', 'affiliate'), +('12802', '90200', 'affiliate'), +('12803', '90200', 'affiliate'), +('12804', '90300', 'staff'), +('12805', '90300', 'staff'), +('12806', '90300', 'staff'), +('12807', '90300', 'staff'), +('12808', '90300', 'staff'), +('12809', '90300', 'staff'), +('12810', '90300', 'staff'), +('12811', '90300', 'staff'), +('12812', '90300', 'faculty'), +('12813', '90300', 'faculty'), +('12814', '90300', 'faculty'), +('12815', '90300', 'faculty'), +('12816', '90300', 'faculty'), +('12817', '90300', 'faculty'), +('12818', '90300', 'faculty'), +('12819', '90300', 'faculty'), +('12820', '90300', 'faculty'), +('12821', '90300', 'faculty'), +('12822', '90300', 'faculty'), +('12823', '90300', 'faculty'), +('12824', '90300', 'faculty'), +('12825', '90300', 'faculty'), +('12826', '90300', 'faculty'), +('12827', '90300', 'faculty'), +('12828', '90300', 'faculty'), +('12829', '90300', 'faculty'), +('12830', '90300', 'faculty'), +('12831', '90300', 'faculty'), +('12832', '90300', 'student'), +('12833', '90300', 'student'), +('12834', '90300', 'student'), +('12835', '90300', 'student'), +('12836', '90300', 'student'), +('12837', '90300', 'student'), +('12838', '90300', 'student'), +('12839', '90300', 'student'), +('12840', '90300', 'student'), +('12841', '90300', 'student'), +('12842', '90300', 'student'), +('12843', '90300', 'student'), +('12844', '90300', 'student'), +('12845', '90300', 'student'), +('12846', '90300', 'student'), +('12847', '90300', 'student'), +('12848', '90300', 'student'), +('12849', '90300', 'student'), +('12850', '90300', 'student'), +('12851', '90300', 'student'), +('12852', '90300', 'student'), +('12853', '90300', 'student'), +('12854', '90300', 'student'), +('12855', '90300', 'student'), +('12856', '90300', 'student'), +('12857', '90300', 'student'), +('12858', '90300', 'student'), +('12859', '90300', 'student'), +('12860', '90300', 'student'), +('12861', '90300', 'student'), +('12862', '90300', 'student'), +('12863', '90300', 'student'), +('12864', '90300', 'student'), +('12865', '90300', 'student'), +('12866', '90300', 'student'), +('12867', '90300', 'affiliate'), +('12868', '90300', 'affiliate'), +('12869', '90300', 'affiliate'), +('12870', '90300', 'affiliate'), +('12871', '90300', 'affiliate'), +('12872', '90300', 'affiliate'), +('12873', '90300', 'affiliate'), +('12874', '90300', 'affiliate'), +('12875', '90300', 'affiliate'), +('12876', '90300', 'affiliate'), +('12877', '10310', 'staff'), +('12878', '10310', 'staff'), +('12879', '10310', 'staff'), +('12880', '10310', 'staff'), +('12881', '10310', 'staff'), +('12882', '10310', 'affiliate'), +('12883', '10320', 'staff'), +('12884', '10320', 'staff'), +('12885', '10320', 'staff'), +('12886', '10320', 'staff'), +('12887', '10320', 'staff'), +('12888', '10320', 'affiliate'), +('12889', '10330', 'staff'), +('12890', '10330', 'staff'), +('12891', '10330', 'staff'), +('12892', '10330', 'staff'), +('12893', '10330', 'staff'), +('12894', '10330', 'affiliate'), +('12895', '10340', 'staff'), +('12896', '10340', 'staff'), +('12897', '10340', 'staff'), +('12898', '10340', 'staff'), +('12899', '10340', 'staff'), +('12900', '10340', 'affiliate'), +('12901', '10410', 'staff'), +('12902', '10410', 'staff'), +('12903', '10410', 'staff'), +('12904', '10410', 'staff'), +('12905', '10410', 'staff'), +('12906', '10410', 'affiliate'), +('12907', '10410', 'affiliate'), +('12908', '10420', 'staff'), +('12909', '10420', 'staff'), +('12910', '10420', 'staff'), +('12911', '10420', 'staff'), +('12912', '10420', 'staff'), +('12913', '10430', 'staff'), +('12914', '10430', 'staff'), +('12915', '10430', 'staff'), +('12916', '10430', 'staff'), +('12917', '10430', 'staff'), +('12918', '10440', 'staff'), +('12919', '10440', 'staff'), +('12920', '10440', 'staff'), +('12921', '10440', 'staff'), +('12922', '10440', 'staff'), +('12923', '10450', 'staff'), +('12924', '10450', 'staff'), +('12925', '10450', 'staff'), +('12926', '10450', 'staff'), +('12927', '10450', 'staff'), +('12928', '10510', 'staff'), +('12929', '10510', 'staff'), +('12930', '10510', 'staff'), +('12931', '10510', 'staff'), +('12932', '10510', 'staff'), +('12933', '10510', 'staff'), +('12934', '10510', 'staff'), +('12935', '10510', 'staff'), +('12936', '10510', 'staff'), +('12937', '10510', 'staff'), +('12938', '10510', 'staff'), +('12939', '10510', 'staff'), +('12940', '10510', 'affiliate'), +('12941', '10510', 'affiliate'), +('12942', '10510', 'affiliate'), +('12943', '10510', 'affiliate'), +('12944', '10520', 'staff'), +('12945', '10520', 'staff'), +('12946', '10520', 'staff'), +('12947', '10520', 'staff'), +('12948', '10520', 'staff'), +('12949', '10530', 'staff'), +('12950', '10530', 'staff'), +('12951', '10530', 'staff'), +('12952', '10530', 'staff'), +('12953', '10530', 'staff'), +('12954', '10530', 'staff'), +('12955', '10530', 'staff'), +('12956', '10530', 'staff'), +('12957', '10530', 'staff'), +('12958', '10530', 'staff'), +('12959', '10530', 'staff'), +('12960', '10530', 'staff'), +('12961', '10530', 'staff'), +('12962', '10530', 'staff'), +('12963', '10530', 'staff'), +('12964', '10530', 'staff'), +('12965', '10530', 'staff'), +('12966', '10530', 'staff'), +('12967', '10530', 'staff'), +('12968', '10530', 'staff'), +('12969', '10540', 'staff'), +('12970', '10540', 'staff'), +('12971', '10540', 'staff'), +('12972', '10540', 'staff'), +('12973', '10540', 'staff'), +('12974', '10540', 'staff'), +('12975', '10540', 'staff'), +('12976', '10540', 'staff'), +('12977', '10540', 'affiliate'), +('12978', '10540', 'affiliate'), +('12979', '10550', 'staff'), +('12980', '10550', 'staff'), +('12981', '10550', 'staff'), +('12982', '10550', 'staff'), +('12983', '10550', 'staff'), +('12984', '10550', 'staff'), +('12985', '10550', 'staff'), +('12986', '10550', 'staff'), +('12987', '10550', 'affiliate'), +('12988', '10550', 'affiliate'), +('12989', '10560', 'staff'), +('12990', '10560', 'staff'), +('12991', '10560', 'staff'), +('12992', '10561', 'staff'), +('12993', '10561', 'staff'), +('12994', '10561', 'staff'), +('12995', '10561', 'staff'), +('12996', '10561', 'staff'), +('12997', '10561', 'staff'), +('12998', '10561', 'staff'), +('12999', '10561', 'staff'), +('13000', '10561', 'staff'), +('13001', '10561', 'staff'), +('13002', '10561', 'staff'), +('13003', '10561', 'staff'), +('13004', '10561', 'affiliate'), +('13005', '10561', 'affiliate'), +('13006', '10561', 'affiliate'), +('13007', '10562', 'staff'), +('13008', '10562', 'staff'), +('13009', '10562', 'staff'), +('13010', '10562', 'staff'), +('13011', '10562', 'staff'), +('13012', '10562', 'staff'), +('13013', '10562', 'staff'), +('13014', '10562', 'staff'), +('13015', '10563', 'staff'), +('13016', '10563', 'staff'), +('13017', '10563', 'staff'), +('13018', '10563', 'staff'), +('13019', '10710', 'staff'), +('13020', '10710', 'staff'), +('13021', '10710', 'staff'), +('13022', '10710', 'staff'), +('13023', '10720', 'staff'), +('13024', '10720', 'staff'), +('13025', '10720', 'staff'), +('13026', '10720', 'staff'), +('13027', '10720', 'staff'), +('13028', '10720', 'staff'), +('13029', '10720', 'affiliate'), +('13030', '10720', 'affiliate'), +('13031', '10730', 'staff'), +('13032', '10730', 'staff'), +('13033', '10730', 'staff'), +('13034', '10810', 'staff'), +('13035', '10810', 'staff'), +('13036', '10810', 'staff'), +('13037', '10810', 'staff'), +('13038', '10810', 'staff'), +('13039', '10810', 'staff'), +('13040', '10810', 'affiliate'), +('13041', '10820', 'staff'), +('13042', '10820', 'staff'), +('13043', '10820', 'staff'), +('13044', '10820', 'staff'), +('13045', '10820', 'staff'), +('13046', '10820', 'staff'), +('13047', '10820', 'staff'), +('13048', '10820', 'staff'), +('13049', '10820', 'staff'), +('13050', '10820', 'staff'), +('13051', '10820', 'staff'), +('13052', '10820', 'staff'), +('13053', '10820', 'affiliate'), +('13054', '10820', 'affiliate'), +('13055', '10820', 'affiliate'), +('13056', '10830', 'staff'), +('13057', '10830', 'staff'), +('13058', '10830', 'staff'), +('13059', '10830', 'staff'), +('13060', '10830', 'staff'), +('13061', '10830', 'staff'), +('13062', '10830', 'staff'), +('13063', '10830', 'staff'), +('13064', '10830', 'staff'), +('13065', '10830', 'staff'), +('13066', '10830', 'staff'), +('13067', '10830', 'staff'), +('13068', '10830', 'affiliate'), +('13069', '10830', 'affiliate'), +('13070', '10840', 'staff'), +('13071', '10840', 'staff'), +('13072', '10840', 'staff'), +('13073', '10840', 'staff'), +('13074', '10840', 'staff'), +('13075', '10840', 'staff'), +('13076', '10840', 'affiliate'), +('13077', '10901', 'staff'), +('13078', '10901', 'staff'), +('13079', '10901', 'staff'), +('13080', '10901', 'staff'), +('13081', '10901', 'staff'), +('13082', '10901', 'staff'), +('13083', '10901', 'staff'), +('13084', '10901', 'staff'), +('13085', '10901', 'affiliate'), +('13086', '10901', 'affiliate'), +('13087', '10902', 'staff'), +('13088', '10902', 'staff'), +('13089', '10902', 'staff'), +('13090', '10902', 'staff'), +('13091', '10902', 'staff'), +('13092', '10902', 'staff'), +('13093', '10902', 'staff'), +('13094', '10902', 'staff'), +('13095', '10903', 'staff'), +('13096', '10903', 'staff'), +('13097', '10903', 'staff'), +('13098', '10903', 'staff'), +('13099', '10904', 'staff'), +('13100', '10904', 'staff'), +('13101', '10904', 'staff'), +('13102', '10904', 'staff'), +('13103', '10904', 'staff'), +('13104', '10905', 'staff'), +('13105', '10905', 'staff'), +('13106', '10905', 'staff'), +('13107', '10905', 'staff'), +('13108', '10905', 'staff'), +('13109', '10905', 'staff'), +('13110', '10905', 'staff'), +('13111', '10905', 'staff'), +('13112', '10905', 'staff'), +('13113', '10905', 'staff'), +('13114', '10905', 'staff'), +('13115', '10905', 'staff'), +('13116', '10905', 'staff'), +('13117', '10905', 'staff'), +('13118', '10905', 'staff'), +('13119', '10905', 'staff'), +('13120', '10906', 'staff'), +('13121', '10906', 'staff'), +('13122', '10906', 'staff'), +('13123', '10906', 'staff'), +('13124', '10906', 'staff'), +('13125', '10906', 'staff'), +('13126', '10906', 'staff'), +('13127', '10906', 'staff'), +('13128', '10907', 'staff'), +('13129', '10907', 'staff'), +('13130', '10907', 'staff'), +('13131', '10907', 'staff'), +('13132', '10908', 'staff'), +('13133', '10908', 'staff'), +('13134', '10908', 'staff'), +('13135', '10908', 'staff'), +('13136', '10909', 'staff'), +('13137', '10909', 'staff'), +('13138', '10909', 'staff'), +('13139', '10909', 'staff'), +('13140', '10909', 'staff'), +('13141', '10909', 'staff'), +('13142', '10909', 'staff'), +('13143', '10909', 'staff'), +('13144', '10909', 'staff'), +('13145', '10909', 'staff'), +('13146', '10909', 'staff'), +('13147', '10909', 'staff'), +('13148', '10909', 'staff'), +('13149', '10909', 'staff'), +('13150', '10909', 'staff'), +('13151', '10909', 'staff'), +('13152', '10909', 'staff'), +('13153', '10909', 'staff'), +('13154', '10909', 'staff'), +('13155', '10909', 'staff'), +('13156', '10909', 'affiliate'), +('13157', '10909', 'affiliate'), +('13158', '10909', 'affiliate'), +('13159', '10909', 'affiliate'), +('13160', '20800', 'work_study'), +('13161', '10400', 'work_study'), +('13162', '10563', 'work_study'), +('13163', '10904', 'work_study'), +('13164', '22250', 'work_study'), +('13165', '22450', 'work_study'), +('13166', '20650', 'work_study'), +('13167', '10100', 'work_study'), +('13168', '30000', 'work_study'), +('13169', '10900', 'work_study'), +('13170', '10903', 'work_study'), +('13171', '21100', 'work_study'), +('13172', '10560', 'work_study'), +('13173', '22000', 'work_study'), +('13174', '10909', 'work_study'), +('13175', '22300', 'work_study'), +('13176', '10840', 'work_study'), +('13177', '10840', 'work_study'), +('13178', '10520', 'work_study'), +('13179', '10550', 'work_study'), +('13180', '21700', 'work_study'), +('13181', '10902', 'work_study'), +('13182', '20800', 'work_study'), +('13183', '20400', 'work_study'), +('13184', '22350', 'work_study'), +('13185', '21450', 'work_study'), +('13186', '21550', 'work_study'), +('13187', '10840', 'work_study'), +('13188', '22300', 'work_study'), +('13189', '22100', 'work_study'), +('13190', '10520', 'work_study'), +('13191', '10900', 'work_study'), +('13192', '10800', 'work_study'), +('13193', '10450', 'work_study'), +('13194', '10563', 'work_study'), +('13195', '10900', 'work_study'), +('13196', '10420', 'work_study'), +('13197', '22200', 'work_study'), +('13198', '22400', 'work_study'), +('13199', '21200', 'work_study'), +('13200', '21950', 'work_study'), +('13201', '22450', 'work_study'), +('13202', '10340', 'work_study'), +('13203', '10100', 'work_study'), +('13204', '22000', 'work_study'), +('13205', '21000', 'work_study'), +('13206', '10830', 'work_study'), +('13207', '10500', 'work_study'), +('13208', '10820', 'work_study'), +('13209', '10900', 'work_study'), +('13210', '10907', 'work_study'), +('13211', '21150', 'work_study'), +('13212', '22300', 'work_study'), +('13213', '22500', 'work_study'), +('13214', '22250', 'work_study'), +('13215', '20300', 'work_study'), +('13216', '21250', 'work_study'), +('13217', '21150', 'work_study'), +('13218', '20950', 'work_study'), +('13219', '10600', 'work_study'), +('13220', '10562', 'work_study'), +('13221', '20800', 'work_study'), +('13222', '21900', 'work_study'), +('13223', '20350', 'work_study'), +('13224', '20500', 'work_study'), +('13225', '22300', 'work_study'), +('13226', '10200', 'work_study'), +('13227', '10510', 'work_study'), +('13228', '21750', 'work_study'), +('13229', '10908', 'work_study'), +('13230', '21200', 'work_study'), +('13231', '10410', 'work_study'), +('13232', '21900', 'work_study'), +('13233', '10810', 'work_study'), +('13234', '21200', 'work_study') +; + +create table hr_jobs ( + position_id varchar(5), + person_id varchar(10) +); + +insert into hr_jobs (position_id, person_id) values +('12565', '800000000'), +('10167', '800000001'), +('12703', '800000002'), +('12658', '800000003'), +('11357', '800000004'), +('11505', '800000005'), +('11396', '800000006'), +('11166', '800000007'), +('11209', '800000008'), +('10264', '800000009'), +('12488', '800000010'), +('11808', '800000011'), +('13212', '800000011'), +('12178', '800000012'), +('11368', '800000013'), +('12824', '800000014'), +('12160', '800000015'), +('11972', '800000016'), +('12653', '800000017'), +('11729', '800000018'), +('12626', '800000019'), +('12817', '800000020'), +('12320', '800000022'), +('10146', '800000023'), +('10080', '800000024'), +('13100', '800000026'), +('11620', '800000027'), +('11447', '800000028'), +('10076', '800000029'), +('12809', '800000029'), +('11970', '800000030'), +('11484', '800000031'), +('11821', '800000032'), +('13184', '800000032'), +('12338', '800000033'), +('12696', '800000033'), +('13122', '800000033'), +('12588', '800000034'), +('11195', '800000035'), +('12701', '800000036'), +('10019', '800000037'), +('11804', '800000038'), +('13196', '800000038'), +('10128', '800000039'), +('11758', '800000040'), +('11220', '800000041'), +('11707', '800000042'), +('12577', '800000043'), +('11135', '800000044'), +('10863', '800000045'), +('10153', '800000046'), +('11745', '800000046'), +('11671', '800000047'), +('12890', '800000048'), +('10649', '800000049'), +('12972', '800000051'), +('11498', '800000052'), +('13199', '800000052'), +('11737', '800000053'), +('11529', '800000054'), +('12447', '800000055'), +('10713', '800000056'), +('13177', '800000056'), +('11544', '800000057'), +('12717', '800000058'), +('12444', '800000059'), +('12330', '800000060'), +('12740', '800000061'), +('10864', '800000062'), +('12537', '800000063'), +('10522', '800000064'), +('12371', '800000065'), +('12284', '800000066'), +('11588', '800000067'), +('11925', '800000067'), +('12884', '800000067'), +('12954', '800000067'), +('12071', '800000068'), +('11617', '800000069'), +('11266', '800000070'), +('13023', '800000072'), +('12893', '800000073'), +('10390', '800000074'), +('10113', '800000075'), +('12209', '800000076'), +('12216', '800000076'), +('10362', '800000077'), +('10405', '800000077'), +('12705', '800000078'), +('10144', '800000079'), +('12652', '800000080'), +('10012', '800000081'), +('12133', '800000082'), +('11564', '800000084'), +('10885', '800000085'), +('13226', '800000085'), +('10187', '800000086'), +('11555', '800000087'), +('12539', '800000088'), +('10137', '800000089'), +('10026', '800000090'), +('12747', '800000091'), +('12799', '800000092'), +('11402', '800000093'), +('13167', '800000093'), +('10311', '800000094'), +('11415', '800000095'), +('12358', '800000096'), +('13096', '800000096'), +('12460', '800000097'), +('10365', '800000098'), +('12566', '800000098'), +('10202', '800000099'), +('10368', '800000100'), +('12806', '800000100'), +('12728', '800000101'), +('10190', '800000102'), +('13189', '800000102'), +('11796', '800000103'), +('13003', '800000104'), +('10848', '800000105'), +('10949', '800000106'), +('12847', '800000107'), +('10520', '800000108'), +('10052', '800000109'), +('10050', '800000110'), +('11033', '800000111'), +('12009', '800000112'), +('12096', '800000113'), +('10266', '800000114'), +('11059', '800000115'), +('11952', '800000116'), +('12480', '800000118'), +('11151', '800000119'), +('11152', '800000120'), +('11793', '800000121'), +('10550', '800000122'), +('11080', '800000123'), +('10338', '800000124'), +('11874', '800000125'), +('10947', '800000126'), +('11655', '800000127'), +('12678', '800000128'), +('11367', '800000129'), +('13041', '800000130'), +('11873', '800000132'), +('10820', '800000133'), +('13079', '800000134'), +('10461', '800000135'), +('12535', '800000136'), +('12236', '800000137'), +('12969', '800000138'), +('10736', '800000139'), +('12272', '800000141'), +('10684', '800000142'), +('12779', '800000143'), +('11541', '800000144'), +('12751', '800000145'), +('13149', '800000146'), +('10974', '800000147'), +('12639', '800000148'), +('11936', '800000149'), +('12279', '800000150'), +('12879', '800000151'), +('10278', '800000152'), +('10059', '800000153'), +('11112', '800000154'), +('10083', '800000155'), +('12941', '800000156'), +('11353', '800000157'), +('11584', '800000158'), +('11385', '800000159'), +('11940', '800000160'), +('11806', '800000161'), +('11842', '800000163'), +('11381', '800000164'), +('11616', '800000165'), +('12294', '800000165'), +('11120', '800000166'), +('13210', '800000166'), +('12047', '800000167'), +('10231', '800000168'), +('11852', '800000169'), +('10315', '800000170'), +('13046', '800000171'), +('12470', '800000172'), +('11400', '800000173'), +('12614', '800000174'), +('12903', '800000175'), +('10407', '800000176'), +('11307', '800000177'), +('12838', '800000178'), +('12187', '800000180'), +('10852', '800000181'), +('12155', '800000182'), +('10173', '800000183'), +('12319', '800000184'), +('10872', '800000186'), +('10316', '800000187'), +('10621', '800000188'), +('13203', '800000188'), +('10529', '800000189'), +('10322', '800000190'), +('13047', '800000191'), +('11892', '800000192'), +('12393', '800000192'), +('12271', '800000193'), +('10590', '800000194'), +('11528', '800000195'), +('13209', '800000195'), +('11515', '800000196'), +('12361', '800000197'), +('10377', '800000198'), +('12975', '800000199'), +('11845', '800000200'), +('11466', '800000201'), +('11914', '800000202'), +('10336', '800000203'), +('11472', '800000203'), +('12916', '800000204'), +('13031', '800000205'), +('11903', '800000206'), +('13215', '800000206'), +('10180', '800000207'), +('12620', '800000208'), +('12341', '800000209'), +('12042', '800000210'), +('10951', '800000211'), +('12041', '800000212'), +('12128', '800000213'), +('12229', '800000214'), +('11500', '800000215'), +('13232', '800000215'), +('11455', '800000216'), +('12342', '800000217'), +('11603', '800000218'), +('10768', '800000219'), +('10518', '800000220'), +('13017', '800000221'), +('13054', '800000222'), +('10033', '800000223'), +('11290', '800000223'), +('10072', '800000224'), +('11319', '800000225'), +('11397', '800000226'), +('13032', '800000227'), +('10963', '800000228'), +('12668', '800000229'), +('11016', '800000230'), +('11624', '800000231'), +('10911', '800000232'), +('11915', '800000233'), +('13092', '800000234'), +('13059', '800000235'), +('12694', '800000236'), +('10111', '800000237'), +('11436', '800000238'), +('11051', '800000239'), +('12519', '800000240'), +('11306', '800000241'), +('11847', '800000242'), +('12211', '800000243'), +('12868', '800000244'), +('10730', '800000245'), +('11773', '800000246'), +('13176', '800000246'), +('13045', '800000247'), +('13150', '800000247'), +('10999', '800000248'), +('11967', '800000249'), +('11656', '800000251'), +('13102', '800000252'), +('10409', '800000253'), +('12734', '800000254'), +('11669', '800000255'), +('11000', '800000256'), +('12248', '800000257'), +('12813', '800000257'), +('11876', '800000258'), +('12063', '800000260'), +('10503', '800000261'), +('10225', '800000262'), +('11329', '800000263'), +('12448', '800000264'), +('13195', '800000264'), +('11787', '800000265'), +('11285', '800000266'), +('11449', '800000267'), +('12686', '800000268'), +('12525', '800000269'), +('12276', '800000270'), +('13173', '800000270'), +('12514', '800000271'), +('12088', '800000272'), +('10898', '800000273'), +('13073', '800000274'), +('12238', '800000275'), +('11743', '800000276'), +('12489', '800000277'), +('12120', '800000278'), +('11715', '800000279'), +('11825', '800000280'), +('12388', '800000281'), +('11908', '800000282'), +('11121', '800000284'), +('13026', '800000287'), +('12172', '800000288'), +('12822', '800000289'), +('12378', '800000290'), +('12578', '800000290'), +('12265', '800000291'), +('11726', '800000293'), +('11273', '800000294'), +('12223', '800000295'), +('12174', '800000296'), +('11156', '800000297'), +('13042', '800000298'), +('10537', '800000299'), +('12823', '800000300'), +('12940', '800000301'), +('10943', '800000302'), +('12983', '800000303'), +('13022', '800000305'), +('10749', '800000306'), +('12523', '800000307'), +('11517', '800000308'), +('11477', '800000309'), +('11575', '800000310'), +('12680', '800000311'), +('11008', '800000312'), +('11595', '800000313'), +('13012', '800000314'), +('13067', '800000314'), +('12709', '800000315'), +('10752', '800000316'), +('11086', '800000317'), +('13164', '800000317'), +('10642', '800000318'), +('11050', '800000318'), +('11786', '800000318'), +('10049', '800000319'), +('12056', '800000321'), +('10628', '800000322'), +('11287', '800000323'), +('11833', '800000324'), +('10778', '800000325'), +('11909', '800000326'), +('10936', '800000327'), +('10601', '800000328'), +('11382', '800000329'), +('11305', '800000330'), +('10913', '800000331'), +('11754', '800000332'), +('12840', '800000333'), +('10822', '800000334'), +('10074', '800000336'), +('10367', '800000337'), +('10115', '800000338'), +('10131', '800000339'), +('13019', '800000340'), +('12742', '800000341'), +('12948', '800000341'), +('10361', '800000342'), +('11114', '800000343'), +('13025', '800000344'), +('13072', '800000345'), +('12087', '800000346'), +('12202', '800000347'), +('10305', '800000348'), +('10286', '800000349'), +('11963', '800000350'), +('12671', '800000351'), +('11004', '800000352'), +('12955', '800000353'), +('13108', '800000353'), +('11674', '800000354'), +('11370', '800000355'), +('12493', '800000356'), +('11476', '800000357'), +('10321', '800000358'), +('11181', '800000359'), +('11187', '800000360'), +('13120', '800000361'), +('10806', '800000362'), +('12917', '800000363'), +('11607', '800000364'), +('10401', '800000365'), +('10287', '800000366'), +('12190', '800000367'), +('10701', '800000368'), +('12541', '800000369'), +('11462', '800000370'), +('12760', '800000371'), +('11460', '800000372'), +('11828', '800000373'), +('12600', '800000374'), +('10930', '800000375'), +('11377', '800000376'), +('13154', '800000376'), +('11605', '800000377'), +('12991', '800000378'), +('11887', '800000379'), +('11182', '800000380'), +('10702', '800000381'), +('11974', '800000382'), +('12877', '800000382'), +('12528', '800000383'), +('10027', '800000384'), +('11278', '800000384'), +('12486', '800000384'), +('11211', '800000385'), +('12685', '800000386'), +('13095', '800000386'), +('11961', '800000387'), +('11406', '800000388'), +('13119', '800000389'), +('10764', '800000390'), +('11042', '800000393'), +('12268', '800000394'), +('12957', '800000395'), +('12527', '800000396'), +('10271', '800000397'), +('10712', '800000398'), +('12572', '800000399'), +('11569', '800000400'), +('12875', '800000401'), +('11064', '800000402'), +('10516', '800000403'), +('10780', '800000404'), +('10807', '800000404'), +('12741', '800000405'), +('11527', '800000406'), +('12730', '800000407'), +('10685', '800000408'), +('10972', '800000409'), +('10489', '800000410'), +('10976', '800000411'), +('11354', '800000412'), +('11188', '800000413'), +('10062', '800000414'), +('12292', '800000415'), +('11231', '800000416'), +('10723', '800000417'), +('13202', '800000417'), +('11851', '800000418'), +('10444', '800000419'), +('11131', '800000421'), +('10213', '800000423'), +('11390', '800000424'), +('12222', '800000425'), +('10276', '800000426'), +('10394', '800000427'), +('10234', '800000428'), +('12775', '800000429'), +('12996', '800000430'), +('12412', '800000431'), +('12672', '800000432'), +('12407', '800000433'), +('13182', '800000433'), +('11628', '800000434'), +('10149', '800000435'), +('11261', '800000436'), +('10051', '800000437'), +('12629', '800000438'), +('11748', '800000439'), +('12867', '800000440'), +('10247', '800000441'), +('11180', '800000442'), +('10139', '800000443'), +('11102', '800000444'), +('12594', '800000445'), +('12249', '800000446'), +('12915', '800000447'), +('11697', '800000448'), +('11789', '800000449'), +('10402', '800000450'), +('11339', '800000451'), +('12758', '800000452'), +('12290', '800000454'), +('11190', '800000455'), +('13159', '800000456'), +('10063', '800000457'), +('11824', '800000458'), +('13175', '800000458'), +('10232', '800000459'), +('10960', '800000460'), +('10086', '800000461'), +('10169', '800000462'), +('10257', '800000463'), +('11314', '800000464'), +('11371', '800000465'), +('11111', '800000466'), +('10304', '800000467'), +('10692', '800000467'), +('10633', '800000468'), +('11766', '800000469'), +('12335', '800000470'), +('10397', '800000471'), +('12914', '800000472'), +('13138', '800000472'), +('11725', '800000473'), +('11250', '800000474'), +('10404', '800000475'), +('11554', '800000477'), +('12359', '800000478'), +('10608', '800000479'), +('11301', '800000480'), +('11790', '800000481'), +('10406', '800000482'), +('13109', '800000482'), +('12757', '800000483'), +('12391', '800000484'), +('12763', '800000485'), +('10673', '800000486'), +('11233', '800000487'), +('10965', '800000488'), +('12091', '800000489'), +('10291', '800000490'), +('10571', '800000491'), +('12769', '800000492'), +('12752', '800000493'), +('10983', '800000494'), +('10299', '800000495'), +('12721', '800000496'), +('11807', '800000497'), +('10222', '800000498'), +('12561', '800000499'), +('11085', '800000500'), +('11695', '800000501'), +('12553', '800000502'), +('10521', '800000503'), +('10163', '800000504'), +('11191', '800000505'), +('11222', '800000506'), +('10004', '800000507'), +('12681', '800000508'), +('11989', '800000509'), +('13207', '800000509'), +('12944', '800000510'), +('10412', '800000511'), +('10540', '800000512'), +('10008', '800000513'), +('12235', '800000514'), +('10667', '800000515'), +('12953', '800000516'), +('12965', '800000517'), +('12173', '800000518'), +('11923', '800000519'), +('11666', '800000520'), +('12352', '800000521'), +('10152', '800000522'), +('11882', '800000522'), +('13044', '800000523'), +('13111', '800000523'), +('12019', '800000524'), +('10168', '800000525'), +('12892', '800000526'), +('11537', '800000527'), +('12778', '800000529'), +('11235', '800000530'), +('10699', '800000531'), +('12336', '800000532'), +('12062', '800000533'), +('11299', '800000534'), +('10333', '800000535'), +('11196', '800000536'), +('11013', '800000537'), +('11172', '800000538'), +('11615', '800000539'), +('11673', '800000540'), +('13057', '800000541'), +('12100', '800000542'), +('10800', '800000543'), +('10220', '800000544'), +('10475', '800000545'), +('11243', '800000546'), +('13001', '800000546'), +('12195', '800000547'), +('11993', '800000548'), +('12518', '800000549'), +('10242', '800000550'), +('11880', '800000551'), +('12255', '800000551'), +('11232', '800000552'), +('12715', '800000553'), +('11853', '800000554'), +('10676', '800000555'), +('12103', '800000556'), +('10801', '800000557'), +('11581', '800000558'), +('11057', '800000559'), +('11610', '800000560'), +('12613', '800000561'), +('10681', '800000562'), +('10269', '800000563'), +('10629', '800000564'), +('11805', '800000565'), +('10419', '800000566'), +('12961', '800000567'), +('12583', '800000568'), +('11398', '800000569'), +('11126', '800000570'), +('11506', '800000571'), +('10613', '800000572'), +('13183', '800000572'), +('11630', '800000573'), +('11206', '800000574'), +('12032', '800000575'), +('12544', '800000576'), +('10746', '800000577'), +('12907', '800000578'), +('11782', '800000579'), +('10747', '800000580'), +('11995', '800000581'), +('12387', '800000582'), +('12904', '800000583'), +('10750', '800000584'), +('11542', '800000585'), +('10978', '800000586'), +('13009', '800000587'), +('11530', '800000588'), +('13131', '800000589'), +('11452', '800000590'), +('10703', '800000591'), +('11362', '800000592'), +('11123', '800000593'), +('13098', '800000594'), +('11497', '800000595'), +('11272', '800000596'), +('11552', '800000597'), +('12210', '800000598'), +('11331', '800000599'), +('10739', '800000600'), +('10594', '800000601'), +('11578', '800000602'), +('11714', '800000603'), +('10013', '800000604'), +('13084', '800000605'), +('10895', '800000606'), +('11769', '800000607'), +('10068', '800000608'), +('10826', '800000609'), +('12273', '800000610'), +('10585', '800000611'), +('12569', '800000612'), +('12020', '800000614'), +('10754', '800000615'), +('11265', '800000616'), +('11280', '800000617'), +('11650', '800000618'), +('13070', '800000619'), +('10455', '800000620'), +('12768', '800000621'), +('11347', '800000622'), +('11077', '800000623'), +('12536', '800000624'), +('10927', '800000625'), +('10448', '800000626'), +('11598', '800000627'), +('10810', '800000628'), +('13158', '800000629'), +('12455', '800000630'), +('11535', '800000631'), +('11157', '800000632'), +('10349', '800000633'), +('10838', '800000634'), +('12423', '800000635'), +('11856', '800000636'), +('12215', '800000637'), +('12534', '800000638'), +('12389', '800000639'), +('13145', '800000640'), +('11536', '800000641'), +('10099', '800000642'), +('11618', '800000643'), +('11023', '800000644'), +('10122', '800000645'), +('12315', '800000646'), +('12802', '800000647'), +('13088', '800000648'), +('12107', '800000649'), +('11742', '800000651'), +('12492', '800000652'), +('12437', '800000653'), +('12964', '800000654'), +('11817', '800000655'), +('12191', '800000656'), +('12285', '800000657'), +('12122', '800000658'), +('12303', '800000659'), +('10610', '800000660'), +('11883', '800000661'), +('10485', '800000662'), +('12269', '800000663'), +('12655', '800000664'), +('12230', '800000665'), +('10560', '800000666'), +('11463', '800000667'), +('10002', '800000668'), +('11333', '800000669'), +('11571', '800000671'), +('12147', '800000672'), +('12333', '800000673'), +('12673', '800000674'), +('11609', '800000675'), +('10879', '800000676'), +('11693', '800000678'), +('12643', '800000679'), +('10804', '800000680'), +('12065', '800000680'), +('10740', '800000681'), +('12179', '800000682'), +('11006', '800000683'), +('12251', '800000684'), +('10558', '800000685'), +('11750', '800000686'), +('10112', '800000687'), +('10375', '800000688'), +('10912', '800000689'), +('13113', '800000690'), +('10689', '800000691'), +('10298', '800000692'), +('10587', '800000693'), +('10672', '800000694'), +('12657', '800000695'), +('10102', '800000696'), +('12027', '800000697'), +('12013', '800000698'), +('12247', '800000699'), +('10143', '800000700'), +('10904', '800000701'), +('11522', '800000702'), +('12761', '800000703'), +('10588', '800000704'), +('11116', '800000705'), +('10823', '800000706'), +('11296', '800000707'), +('11311', '800000708'), +('10950', '800000709'), +('12038', '800000710'), +('10433', '800000711'), +('11501', '800000712'), +('13048', '800000713'), +('11780', '800000714'), +('11045', '800000716'), +('10791', '800000717'), +('11092', '800000718'), +('11302', '800000719'), +('10245', '800000720'), +('10532', '800000721'), +('12021', '800000722'), +('12464', '800000723'), +('10307', '800000724'), +('10097', '800000725'), +('10575', '800000726'), +('10446', '800000727'), +('11489', '800000728'), +('11479', '800000729'), +('10095', '800000730'), +('10353', '800000731'), +('10108', '800000732'), +('12171', '800000733'), +('10526', '800000734'), +('13027', '800000736'), +('12454', '800000737'), +('11549', '800000738'), +('11035', '800000739'), +('10422', '800000740'), +('11991', '800000741'), +('11649', '800000742'), +('11079', '800000743'), +('12138', '800000744'), +('10224', '800000745'), +('12842', '800000746'), +('11134', '800000747'), +('12029', '800000748'), +('11478', '800000749'), +('12340', '800000750'), +('10288', '800000752'), +('12245', '800000753'), +('11408', '800000754'), +('12469', '800000755'), +('13160', '800000755'), +('12164', '800000756'), +('10734', '800000758'), +('11022', '800000759'), +('11864', '800000761'), +('10697', '800000762'), +('10970', '800000763'), +('11011', '800000764'), +('12053', '800000765'), +('11483', '800000766'), +('12168', '800000767'), +('10193', '800000768'), +('11444', '800000769'), +('11161', '800000770'), +('10208', '800000771'), +('11021', '800000772'), +('12266', '800000773'), +('12625', '800000774'), +('11380', '800000775'), +('12083', '800000776'), +('11244', '800000777'), +('11414', '800000778'), +('10177', '800000779'), +('12291', '800000780'), +('12621', '800000780'), +('10241', '800000781'), +('11677', '800000782'), +('10025', '800000783'), +('10209', '800000784'), +('12833', '800000785'), +('11277', '800000786'), +('10905', '800000787'), +('13074', '800000787'), +('10548', '800000788'), +('13056', '800000789'), +('11453', '800000790'), +('11764', '800000791'), +('11177', '800000793'), +('11326', '800000794'), +('11921', '800000795'), +('12293', '800000796'), +('12803', '800000797'), +('10903', '800000798'), +('10839', '800000799'), +('10032', '800000800'), +('12267', '800000801'), +('10860', '800000803'), +('12314', '800000804'), +('11699', '800000805'), +('12854', '800000806'), +('12711', '800000807'), +('11861', '800000808'), +('11251', '800000809'), +('11585', '800000811'), +('12878', '800000812'), +('12863', '800000813'), +('13186', '800000813'), +('12980', '800000814'), +('10948', '800000815'), +('11153', '800000816'), +('12154', '800000817'), +('10842', '800000818'), +('10854', '800000819'), +('11935', '800000820'), +('12224', '800000821'), +('10239', '800000822'), +('11142', '800000823'), +('10160', '800000824'), +('13156', '800000825'), +('12632', '800000826'), +('12887', '800000826'), +('12080', '800000827'), +('11084', '800000828'), +('11794', '800000829'), +('10583', '800000830'), +('10878', '800000831'), +('10195', '800000832'), +('10029', '800000833'), +('11751', '800000833'), +('11094', '800000834'), +('12819', '800000834'), +('11736', '800000835'), +('12786', '800000836'), +('11137', '800000837'), +('12243', '800000838'), +('12931', '800000839'), +('10990', '800000840'), +('11802', '800000841'), +('11369', '800000842'), +('11413', '800000843'), +('11647', '800000844'), +('12240', '800000845'), +('11625', '800000846'), +('11129', '800000847'), +('13168', '800000847'), +('11110', '800000848'), +('11310', '800000849'), +('10577', '800000850'), +('10071', '800000851'), +('10533', '800000852'), +('10507', '800000853'), +('12987', '800000854'), +('12048', '800000855'), +('13018', '800000857'), +('11730', '800000859'), +('12256', '800000860'), +('11642', '800000861'), +('10995', '800000862'), +('13190', '800000862'), +('11606', '800000863'), +('11215', '800000864'), +('10345', '800000866'), +('12507', '800000867'), +('10627', '800000868'), +('12725', '800000869'), +('12571', '800000870'), +('10849', '800000871'), +('12889', '800000872'), +('12880', '800000873'), +('11031', '800000874'), +('12109', '800000875'), +('11664', '800000876'), +('12326', '800000877'), +('11269', '800000878'), +('12608', '800000879'), +('12369', '800000880'), +('12334', '800000881'), +('13204', '800000881'), +('10722', '800000882'), +('12212', '800000883'), +('11487', '800000885'), +('10184', '800000886'), +('11999', '800000887'), +('11538', '800000889'), +('10310', '800000890'), +('11068', '800000891'), +('13187', '800000891'), +('10743', '800000892'), +('12968', '800000893'), +('11417', '800000895'), +('10457', '800000896'), +('12035', '800000896'), +('11747', '800000897'), +('10871', '800000898'), +('10210', '800000899'), +('12857', '800000900'), +('10221', '800000901'), +('11448', '800000902'), +('10662', '800000903'), +('11178', '800000904'), +('11867', '800000905'), +('11018', '800000907'), +('10892', '800000908'), +('10612', '800000909'), +('11943', '800000910'), +('12242', '800000911'), +('11877', '800000912'), +('10331', '800000913'), +('10908', '800000914'), +('12592', '800000915'), +('11465', '800000916'), +('12049', '800000917'), +('12874', '800000918'), +('11795', '800000919'), +('12176', '800000920'), +('11461', '800000921'), +('11713', '800000922'), +('11778', '800000923'), +('12450', '800000924'), +('11257', '800000925'), +('12114', '800000926'), +('12919', '800000927'), +('12754', '800000928'), +('12949', '800000929'), +('12587', '800000930'), +('12436', '800000931'), +('12789', '800000932'), +('10034', '800000933'), +('12487', '800000934'), +('12970', '800000935'), +('10203', '800000936'), +('11557', '800000937'), +('11731', '800000938'), +('13028', '800000939'), +('10609', '800000940'), +('12773', '800000941'), +('11207', '800000942'), +('11163', '800000944'), +('12645', '800000945'), +('10410', '800000946'), +('10977', '800000947'), +('12089', '800000948'), +('11977', '800000949'), +('10691', '800000950'), +('10836', '800000951'), +('13169', '800000951'), +('11342', '800000952'), +('11801', '800000953'), +('10501', '800000954'), +('13148', '800000955'), +('10317', '800000956'), +('10648', '800000957'), +('10552', '800000958'), +('13097', '800000959'), +('11025', '800000960'), +('12317', '800000961'), +('10259', '800000962'), +('11727', '800000963'), +('10634', '800000964'), +('12735', '800000965'), +('11335', '800000967'), +('11803', '800000968'), +('10283', '800000969'), +('10870', '800000970'), +('13049', '800000970'), +('11320', '800000971'), +('12973', '800000972'), +('10641', '800000973'), +('11492', '800000974'), +('10092', '800000975'), +('12299', '800000976'), +('10614', '800000977'), +('12616', '800000978'), +('12649', '800000979'), +('12676', '800000980'), +('10576', '800000981'), +('11058', '800000982'), +('11334', '800000983'), +('12102', '800000984'), +('12040', '800000985'), +('10626', '800000986'), +('11070', '800000987'), +('12661', '800000988'), +('10539', '800000989'), +('10123', '800000990'), +('10441', '800000991'), +('10348', '800000992'), +('11405', '800000993'), +('10460', '800000994'), +('10816', '800000995'), +('13220', '800000995'), +('11728', '800000996'), +('11075', '800000997'), +('12233', '800000998'), +('10873', '800000999'), +('10477', '800001000'), +('12477', '800001001'), +('12531', '800001002'), +('11074', '800001003'), +('10192', '800001004'), +('11185', '800001005'), +('11176', '800001006'), +('11884', '800001007'), +('12590', '800001008'), +('12302', '800001009'), +('12259', '800001010'), +('12316', '800001011'), +('10620', '800001012'), +('13080', '800001013'), +('10973', '800001014'), +('12606', '800001015'), +('12324', '800001016'), +('10294', '800001017'), +('12099', '800001019'), +('11504', '800001021'), +('13053', '800001022'), +('11577', '800001023'), +('11562', '800001024'), +('11108', '800001025'), +('13103', '800001026'), +('10069', '800001027'), +('11783', '800001028'), +('10515', '800001029'), +('12547', '800001030'), +('11563', '800001031'), +('12381', '800001032'), +('10014', '800001033'), +('11626', '800001034'), +('10866', '800001035'), +('10428', '800001036'), +('13231', '800001036'), +('12894', '800001037'), +('12125', '800001038'), +('12206', '800001039'), +('11418', '800001040'), +('11284', '800001041'), +('11288', '800001042'), +('10454', '800001043'), +('12710', '800001044'), +('12258', '800001045'), +('11378', '800001046'), +('11179', '800001047'), +('11304', '800001048'), +('10183', '800001049'), +('10470', '800001050'), +('10057', '800001051'), +('12520', '800001052'), +('11716', '800001053'), +('10504', '800001054'), +('10067', '800001055'), +('11103', '800001056'), +('12666', '800001057'), +('11638', '800001058'), +('12036', '800001059'), +('13039', '800001060'), +('11710', '800001061'), +('11052', '800001062'), +('10833', '800001063'), +('10240', '800001064'), +('10036', '800001065'), +('11553', '800001066'), +('10376', '800001067'), +('12988', '800001068'), +('10370', '800001069'), +('10906', '800001070'), +('12664', '800001071'), +('10075', '800001072'), +('12605', '800001073'), +('12404', '800001074'), +('11432', '800001075'), +('11297', '800001076'), +('11870', '800001077'), +('11891', '800001078'), +('10175', '800001079'), +('12430', '800001079'), +('12199', '800001080'), +('12997', '800001081'), +('10645', '800001082'), +('10647', '800001083'), +('10350', '800001084'), +('12121', '800001085'), +('11471', '800001086'), +('10728', '800001087'), +('12990', '800001089'), +('10528', '800001090'), +('12365', '800001091'), +('12552', '800001092'), +('12945', '800001093'), +('11218', '800001094'), +('10564', '800001095'), +('11165', '800001096'), +('11467', '800001097'), +('12008', '800001098'), +('11095', '800001099'), +('12483', '800001099'), +('11340', '800001100'), +('11980', '800001101'), +('13146', '800001101'), +('10469', '800001102'), +('10229', '800001103'), +('10957', '800001103'), +('11066', '800001104'), +('12976', '800001105'), +('11937', '800001106'), +('11964', '800001107'), +('10329', '800001108'), +('10777', '800001109'), +('10129', '800001110'), +('12937', '800001111'), +('11446', '800001112'), +('11771', '800001113'), +('12360', '800001114'), +('10555', '800001115'), +('11722', '800001116'), +('11071', '800001117'), +('12656', '800001118'), +('12926', '800001119'), +('12935', '800001120'), +('12897', '800001121'), +('10252', '800001122'), +('11393', '800001123'), +('10843', '800001124'), +('11652', '800001125'), +('10914', '800001126'), +('12003', '800001127'), +('11670', '800001128'), +('10542', '800001129'), +('10896', '800001129'), +('11438', '800001130'), +('12002', '800001131'), +('10840', '800001132'), +('12228', '800001133'), +('13143', '800001134'), +('10710', '800001135'), +('10502', '800001136'), +('12888', '800001137'), +('12420', '800001138'), +('13136', '800001139'), +('10883', '800001140'), +('10554', '800001141'), +('13066', '800001142'), +('11351', '800001143'), +('11480', '800001144'), +('10335', '800001145'), +('11784', '800001145'), +('12826', '800001146'), +('13099', '800001147'), +('11271', '800001148'), +('10941', '800001149'), +('10374', '800001150'), +('11829', '800001151'), +('12943', '800001152'), +('10858', '800001153'), +('10421', '800001154'), +('12529', '800001155'), +('12004', '800001156'), +('10114', '800001157'), +('12665', '800001158'), +('11987', '800001159'), +('11348', '800001160'), +('10818', '800001161'), +('11283', '800001163'), +('11597', '800001164'), +('12184', '800001165'), +('11201', '800001166'), +('11486', '800001167'), +('10765', '800001168'), +('11703', '800001169'), +('13114', '800001170'), +('11988', '800001171'), +('11639', '800001172'), +('11775', '800001174'), +('10556', '800001175'), +('11441', '800001176'), +('11426', '800001178'), +('13024', '800001179'), +('11115', '800001180'), +('11757', '800001181'), +('12134', '800001182'), +('10670', '800001183'), +('10757', '800001184'), +('10841', '800001185'), +('11105', '800001186'), +('11623', '800001187'), +('10021', '800001188'), +('11128', '800001189'), +('11896', '800001190'), +('13228', '800001190'), +('13068', '800001191'), +('12601', '800001192'), +('12913', '800001193'), +('10138', '800001194'), +('10393', '800001195'), +('13081', '800001196'), +('12023', '800001197'), +('12551', '800001198'), +('12424', '800001199'), +('12790', '800001200'), +('12727', '800001201'), +('13153', '800001202'), +('12848', '800001203'), +('10686', '800001204'), +('10572', '800001205'), +('11662', '800001206'), +('12177', '800001207'), +('12853', '800001208'), +('11312', '800001209'), +('12994', '800001210'), +('11682', '800001211'), +('10769', '800001213'), +('10624', '800001214'), +('10867', '800001215'), +('11812', '800001216'), +('10438', '800001217'), +('10003', '800001218'), +('13094', '800001219'), +('10384', '800001220'), +('12984', '800001221'), +('11431', '800001222'), +('12372', '800001225'), +('11435', '800001226'), +('13110', '800001227'), +('12744', '800001228'), +('11495', '800001229'), +('11636', '800001230'), +('11627', '800001231'), +('10942', '800001232'), +('12504', '800001233'), +('11548', '800001234'), +('11520', '800001235'), +('12622', '800001237'), +('11202', '800001238'), +('12408', '800001239'), +('10846', '800001240'), +('10158', '800001241'), +('11509', '800001243'), +('11868', '800001244'), +('12708', '800001245'), +('13170', '800001245'), +('11109', '800001246'), +('11738', '800001247'), +('11975', '800001247'), +('12169', '800001248'), +('10357', '800001249'), +('12260', '800001250'), +('10886', '800001251'), +('12221', '800001252'), +('11926', '800001253'), +('11608', '800001254'), +('11791', '800001255'), +('13129', '800001256'), +('12286', '800001257'), +('10658', '800001258'), +('11844', '800001259'), +('10761', '800001260'), +('12064', '800001261'), +('12831', '800001261'), +('12782', '800001262'), +('10154', '800001263'), +('10508', '800001263'), +('11653', '800001264'), +('11375', '800001265'), +('13127', '800001266'), +('12906', '800001267'), +('10639', '800001269'), +('11167', '800001270'), +('10568', '800001271'), +('12073', '800001271'), +('12490', '800001272'), +('10251', '800001273'), +('12440', '800001274'), +('10487', '800001275'), +('12287', '800001276'), +('12422', '800001277'), +('11997', '800001279'), +('11946', '800001280'), +('10478', '800001282'), +('12785', '800001283'), +('12821', '800001284'), +('10766', '800001285'), +('10372', '800001286'), +('10244', '800001287'), +('10920', '800001288'), +('12886', '800001289'), +('11313', '800001290'), +('10378', '800001291'), +('13051', '800001292'), +('12473', '800001293'), +('11922', '800001294'), +('10289', '800001295'), +('11524', '800001296'), +('10779', '800001297'), +('13038', '800001298'), +('13134', '800001299'), +('10147', '800001300'), +('13040', '800001301'), +('10969', '800001302'), +('11721', '800001303'), +('13162', '800001303'), +('12399', '800001304'), +('11711', '800001305'), +('12374', '800001306'), +('10024', '800001307'), +('11488', '800001308'), +('10630', '800001309'), +('10657', '800001310'), +('11321', '800001311'), +('12898', '800001312'), +('12170', '800001313'), +('11349', '800001314'), +('12503', '800001315'), +('11965', '800001316'), +('11706', '800001317'), +('11859', '800001318'), +('10967', '800001319'), +('12977', '800001320'), +('12392', '800001321'), +('12971', '800001321'), +('11772', '800001322'), +('10997', '800001323'), +('11308', '800001324'), +('10427', '800001325'), +('10512', '800001326'), +('10151', '800001328'), +('11948', '800001329'), +('10103', '800001330'), +('12959', '800001331'), +('12052', '800001332'), +('13227', '800001332'), +('10005', '800001333'), +('12456', '800001334'), +('13137', '800001335'), +('12066', '800001336'), +('10511', '800001337'), +('10312', '800001338'), +('11224', '800001339'), +('12952', '800001340'), +('12188', '800001341'), +('12654', '800001342'), +('12046', '800001343'), +('11841', '800001344'), +('10991', '800001345'), +('12530', '800001346'), +('12250', '800001347'), +('10125', '800001348'), +('11712', '800001350'), +('12692', '800001351'), +('11246', '800001352'), +('12729', '800001353'), +('10391', '800001354'), +('11198', '800001355'), +('11427', '800001356'), +('11144', '800001357'), +('12055', '800001358'), +('11143', '800001359'), +('12461', '800001360'), +('12347', '800001361'), +('13010', '800001361'), +('11969', '800001362'), +('12325', '800001363'), +('10039', '800001364'), +('12951', '800001366'), +('12457', '800001367'), +('10267', '800001368'), +('11941', '800001369'), +('11063', '800001370'), +('11267', '800001371'), +('11644', '800001372'), +('11136', '800001373'), +('10884', '800001374'), +('12418', '800001375'), +('11291', '800001376'), +('11719', '800001377'), +('11573', '800001378'), +('11119', '800001379'), +('12660', '800001380'), +('12331', '800001381'), +('12618', '800001382'), +('12090', '800001383'), +('12677', '800001384'), +('11741', '800001385'), +('10043', '800001386'), +('11423', '800001386'), +('12902', '800001387'), +('12060', '800001388'), +('10725', '800001389'), +('12396', '800001390'), +('11416', '800001391'), +('12000', '800001393'), +('12684', '800001394'), +('10490', '800001395'), +('10238', '800001396'), +('10808', '800001397'), +('11282', '800001398'), +('10669', '800001399'), +('11709', '800001400'), +('10420', '800001401'), +('10439', '800001402'), +('12108', '800001403'), +('12732', '800001404'), +('12343', '800001405'), +('10285', '800001406'), +('12839', '800001407'), +('11602', '800001408'), +('12137', '800001409'), +('12517', '800001410'), +('10545', '800001411'), +('11688', '800001412'), +('10273', '800001413'), +('11512', '800001413'), +('11815', '800001414'), +('12522', '800001415'), +('10121', '800001416'), +('11101', '800001417'), +('12239', '800001418'), +('11098', '800001419'), +('10745', '800001420'), +('10698', '800001421'), +('10751', '800001422'), +('10048', '800001423'), +('10094', '800001424'), +('12753', '800001425'), +('12419', '800001426'), +('12205', '800001427'), +('10424', '800001428'), +('10574', '800001429'), +('12669', '800001430'), +('10814', '800001431'), +('12793', '800001432'), +('10482', '800001433'), +('11637', '800001434'), +('13197', '800001434'), +('10171', '800001435'), +('10188', '800001436'), +('10876', '800001437'), +('12641', '800001439'), +('11661', '800001440'), +('11372', '800001441'), +('10718', '800001442'), +('10534', '800001443'), +('11684', '800001444'), +('13217', '800001444'), +('11428', '800001445'), +('13160', '800001446'), +('10881', '800001447'), +('12105', '800001448'), +('12415', '800001450'), +('11499', '800001451'), +('10047', '800001453'), +('12329', '800001454'), +('11691', '800001455'), +('11657', '800001456'), +('11752', '800001457'), +('10216', '800001458'), +('11009', '800001459'), +('12891', '800001460'), +('11968', '800001461'), +('11631', '800001462'), +('10945', '800001463'), +('11959', '800001464'), +('10646', '800001465'), +('11865', '800001466'), +('10733', '800001467'), +('11848', '800001468'), +('10663', '800001469'), +('10358', '800001470'), +('10944', '800001471'), +('10680', '800001472'), +('12097', '800001473'), +('11391', '800001474'), +('11525', '800001475'), +('11017', '800001476'), +('11966', '800001477'), +('11210', '800001478'), +('11401', '800001479'), +('10953', '800001480'), +('12181', '800001481'), +('13118', '800001482'), +('11651', '800001483'), +('10436', '800001484'), +('10022', '800001485'), +('12755', '800001485'), +('10591', '800001486'), +('11203', '800001488'), +('11422', '800001489'), +('12481', '800001490'), +('10199', '800001491'), +('12781', '800001492'), +('13090', '800001493'), +('10869', '800001494'), +('12807', '800001495'), +('10201', '800001496'), +('10054', '800001497'), +('11507', '800001498'), +('11759', '800001499'), +('10952', '800001500'), +('13214', '800001500'), +('10584', '800001501'), +('12783', '800001502'), +('11823', '800001503'), +('12591', '800001504'), +('12414', '800001505'), +('11358', '800001506'), +('10098', '800001507'), +('10557', '800001508'), +('10975', '800001509'), +('10155', '800001510'), +('12402', '800001511'), +('12777', '800001512'), +('10235', '800001513'), +('11062', '800001514'), +('10923', '800001515'), +('10162', '800001516'), +('12683', '800001517'), +('10894', '800001518'), +('11088', '800001519'), +('10117', '800001520'), +('12909', '800001521'), +('10280', '800001522'), +('12309', '800001523'), +('10744', '800001524'), +('11048', '800001525'), +('11971', '800001525'), +('12167', '800001526'), +('13064', '800001527'), +('12550', '800001528'), +('12098', '800001529'), +('12797', '800001530'), +('12079', '800001531'), +('10379', '800001532'), +('10727', '800001533'), +('11192', '800001534'), +('10150', '800001535'), +('12182', '800001536'), +('12410', '800001537'), +('10302', '800001538'), +('12905', '800001539'), +('10934', '800001540'), +('10716', '800001541'), +('12353', '800001542'), +('10326', '800001543'), +('10543', '800001544'), +('11708', '800001545'), +('12502', '800001546'), +('12615', '800001547'), +('10617', '800001548'), +('11932', '800001549'), +('11756', '800001550'), +('10599', '800001551'), +('12471', '800001552'), +('13200', '800001552'), +('12873', '800001553'), +('12270', '800001554'), +('10010', '800001555'), +('11106', '800001555'), +('10994', '800001556'), +('10132', '800001557'), +('10510', '800001558'), +('11546', '800001559'), +('12827', '800001560'), +('12054', '800001561'), +('10770', '800001562'), +('11924', '800001563'), +('12688', '800001564'), +('13021', '800001565'), +('11685', '800001566'), +('11559', '800001567'), +('10217', '800001568'), +('10200', '800001569'), +('11197', '800001570'), +('10130', '800001571'), +('10437', '800001572'), +('11073', '800001573'), +('10293', '800001574'), +('13181', '800001574'), +('12829', '800001575'), +('10819', '800001576'), +('12476', '800001577'), +('12025', '800001578'), +('10084', '800001579'), +('10989', '800001581'), +('11907', '800001582'), +('11275', '800001583'), +('10809', '800001584'), +('12695', '800001585'), +('10301', '800001586'), +('11982', '800001587'), +('12910', '800001587'), +('12218', '800001588'), +('12700', '800001589'), +('12818', '800001590'), +('10566', '800001591'), +('10792', '800001592'), +('10313', '800001593'), +('11324', '800001594'), +('11360', '800001594'), +('10359', '800001595'), +('11523', '800001596'), +('11599', '800001597'), +('12870', '800001598'), +('10901', '800001599'), +('11698', '800001600'), +('11490', '800001601'), +('12960', '800001602'), +('10453', '800001603'), +('10553', '800001604'), +('10625', '800001605'), +('11491', '800001606'), +('12556', '800001607'), +('12129', '800001608'), +('12560', '800001609'), +('12076', '800001610'), +('10580', '800001611'), +('11590', '800001612'), +('11904', '800001613'), +('11254', '800001614'), +('11003', '800001615'), +('12116', '800001615'), +('12275', '800001616'), +('10652', '800001617'), +('10363', '800001618'), +('12845', '800001619'), +('10880', '800001620'), +('11962', '800001621'), +('11663', '800001622'), +('10862', '800001623'), +('10735', '800001624'), +('11039', '800001625'), +('10423', '800001626'), +('11879', '800001627'), +('10772', '800001628'), +('12300', '800001628'), +('12743', '800001629'), +('12494', '800001630'), +('11551', '800001631'), +('12724', '800001632'), +('12452', '800001633'), +('12722', '800001634'), +('12131', '800001635'), +('11889', '800001636'), +('10931', '800001637'), +('12993', '800001638'), +('10678', '800001639'), +('11317', '800001640'), +('10985', '800001641'), +('12016', '800001642'), +('11387', '800001643'), +('11854', '800001644'), +('10902', '800001645'), +('10442', '800001646'), +('10929', '800001647'), +('12640', '800001648'), +('12974', '800001649'), +('11886', '800001651'), +('12706', '800001652'), +('11918', '800001653'), +('11330', '800001654'), +('10223', '800001655'), +('10602', '800001656'), +('12647', '800001657'), +('10142', '800001658'), +('11117', '800001659'), +('12766', '800001661'), +('12373', '800001662'), +('10366', '800001663'), +('11383', '800001664'), +('12033', '800001665'), +('11289', '800001666'), +('10306', '800001667'), +('13166', '800001667'), +('10044', '800001669'), +('10640', '800001669'), +('10926', '800001670'), +('12630', '800001671'), +('10369', '800001672'), +('12702', '800001673'), +('11850', '800001674'), +('11041', '800001675'), +('11519', '800001676'), +('12377', '800001677'), +('10939', '800001678'), +('10938', '800001679'), +('10789', '800001680'), +('10694', '800001681'), +('13128', '800001682'), +('12011', '800001683'), +('10598', '800001684'), +('11516', '800001685'), +('12254', '800001686'), +('10297', '800001687'), +('10341', '800001688'), +('10395', '800001689'), +('10589', '800001690'), +('10579', '800001691'), +('11718', '800001692'), +('10344', '800001693'), +('11916', '800001694'), +('10536', '800001695'), +('10844', '800001696'), +('10695', '800001697'), +('11632', '800001698'), +('10535', '800001699'), +('12663', '800001699'), +('12911', '800001699'), +('13139', '800001700'), +('13086', '800001701'), +('10592', '800001702'), +('12445', '800001703'), +('10373', '800001704'), +('11770', '800001705'), +('11572', '800001706'), +('11863', '800001707'), +('10157', '800001708'), +('11701', '800001709'), +('10982', '800001710'), +('11454', '800001711'), +('12713', '800001712'), +('12050', '800001713'), +('12908', '800001714'), +('10254', '800001715'), +('12852', '800001716'), +('10709', '800001717'), +('12092', '800001718'), +('11820', '800001719'), +('10616', '800001720'), +('10794', '800001721'), +('12795', '800001722'), +('10607', '800001723'), +('12495', '800001724'), +('11681', '800001725'), +('12257', '800001725'), +('11328', '800001726'), +('10418', '800001727'), +('12039', '800001729'), +('11027', '800001730'), +('12918', '800001731'), +('10887', '800001732'), +('10100', '800001733'), +('10562', '800001735'), +('10825', '800001736'), +('10411', '800001737'), +('11138', '800001738'), +('10693', '800001739'), +('10246', '800001740'), +('10383', '800001741'), +('12349', '800001742'), +('12693', '800001743'), +('12836', '800001744'), +('12226', '800001745'), +('11376', '800001746'), +('11229', '800001747'), +('12401', '800001748'), +('13201', '800001748'), +('11734', '800001750'), +('12362', '800001751'), +('11785', '800001752'), +('12017', '800001752'), +('10133', '800001753'), +('11276', '800001754'), +('12804', '800001755'), +('10314', '800001756'), +('12337', '800001757'), +('10637', '800001758'), +('10793', '800001759'), +('10226', '800001760'), +('11983', '800001761'), +('11832', '800001762'), +('10803', '800001763'), +('10417', '800001764'), +('10473', '800001765'), +('11352', '800001766'), +('12603', '800001767'), +('11724', '800001768'), +('10655', '800001769'), +('12995', '800001770'), +('10813', '800001771'), +('12746', '800001772'), +('12923', '800001772'), +('11634', '800001773'), +('13211', '800001773'), +('11945', '800001774'), +('13132', '800001775'), +('10020', '800001776'), +('10567', '800001777'), +('12573', '800001778'), +('11781', '800001779'), +('10040', '800001780'), +('10214', '800001781'), +('11298', '800001782'), +('12380', '800001783'), +('12118', '800001784'), +('11171', '800001785'), +('13151', '800001786'), +('11960', '800001787'), +('10056', '800001788'), +('12697', '800001789'), +('12925', '800001790'), +('12280', '800001791'), +('10611', '800001792'), +('12281', '800001793'), +('12375', '800001794'), +('10126', '800001795'), +('11341', '800001796'), +('11036', '800001797'), +('13218', '800001797'), +('12225', '800001798'), +('11213', '800001799'), +('11800', '800001800'), +('12607', '800001801'), +('10615', '800001802'), +('11237', '800001803'), +('12568', '800001804'), +('11906', '800001805'), +('10018', '800001806'), +('10827', '800001807'), +('10017', '800001808'), +('10850', '800001809'), +('12617', '800001810'), +('11044', '800001811'), +('11337', '800001812'), +('12142', '800001813'), +('10987', '800001814'), +('10993', '800001815'), +('12501', '800001816'), +('12124', '800001817'), +('12465', '800001818'), +('10513', '800001819'), +('11226', '800001820'), +('13121', '800001821'), +('11645', '800001822'), +('12872', '800001823'), +('12397', '800001824'), +('10687', '800001825'), +('12950', '800001826'), +('11840', '800001827'), +('10966', '800001828'), +('12532', '800001829'), +('12896', '800001830'), +('12001', '800001831'), +('10705', '800001832'), +('13152', '800001833'), +('11753', '800001835'), +('12992', '800001836'), +('11765', '800001837'), +('12161', '800001838'), +('10523', '800001840'), +('10696', '800001841'), +('10011', '800001842'), +('12390', '800001843'), +('11895', '800001844'), +('12815', '800001845'), +('12193', '800001846'), +('12938', '800001847'), +('11885', '800001848'), +('11767', '800001849'), +('11089', '800001850'), +('12157', '800001851'), +('10087', '800001852'), +('12762', '800001853'), +('12714', '800001854'), +('11186', '800001855'), +('10281', '800001856'), +('11125', '800001857'), +('10236', '800001858'), +('11905', '800001859'), +('10106', '800001860'), +('13185', '800001860'), +('12405', '800001861'), +('12526', '800001862'), +('13144', '800001863'), +('10877', '800001864'), +('12101', '800001865'), +('11596', '800001866'), +('10551', '800001867'), +('10679', '800001868'), +('12712', '800001869'), +('12007', '800001870'), +('12738', '800001871'), +('11732', '800001872'), +('13076', '800001874'), +('12985', '800001875'), +('11951', '800001876'), +('11159', '800001877'), +('12201', '800001878'), +('12298', '800001879'), +('11503', '800001880'), +('11761', '800001881'), +('11593', '800001882'), +('11047', '800001883'), +('10491', '800001884'), +('12158', '800001885'), +('11658', '800001886'), +('13008', '800001887'), +('12869', '800001888'), +('12619', '800001889'), +('10007', '800001890'), +('11424', '800001890'), +('11899', '800001891'), +('12609', '800001892'), +('11613', '800001893'), +('11295', '800001895'), +('11543', '800001896'), +('10924', '800001897'), +('12148', '800001898'), +('11481', '800001899'), +('11078', '800001900'), +('10996', '800001901'), +('10265', '800001902'), +('12462', '800001903'), +('11929', '800001904'), +('10762', '800001905'), +('10215', '800001906'), +('11434', '800001907'), +('12159', '800001908'), +('11835', '800001909'), +('10659', '800001910'), +('12788', '800001911'), +('12851', '800001912'), +('11702', '800001913'), +('11621', '800001914'), +('11445', '800001915'), +('13205', '800001915'), +('11399', '800001916'), +('11917', '800001917'), +('11687', '800001918'), +('12005', '800001919'), +('10933', '800001920'), +('10619', '800001921'), +('11149', '800001922'), +('11814', '800001923'), +('11777', '800001924'), +('13233', '800001924'), +('10120', '800001926'), +('13191', '800001926'), +('12634', '800001927'), +('12282', '800001928'), +('11763', '800001929'), +('12385', '800001930'), +('12586', '800001932'), +('10091', '800001933'), +('10064', '800001934'), +('12244', '800001935'), +('10041', '800001936'), +('11591', '800001937'), +('12834', '800001938'), +('10824', '800001939'), +('10760', '800001940'), +('10650', '800001941'), +('11843', '800001942'), +('10786', '800001943'), +('11986', '800001944'), +('13229', '800001944'), +('11746', '800001945'), +('10042', '800001946'), +('11323', '800001947'), +('10319', '800001948'), +('10928', '800001949'), +('11470', '800001950'), +('11069', '800001951'), +('10661', '800001952'), +('12798', '800001953'), +('12135', '800001954'), +('10671', '800001955'), +('10481', '800001956'), +('12764', '800001957'), +('12127', '800001958'), +('11007', '800001959'), +('10282', '800001960'), +('10665', '800001960'), +('13219', '800001960'), +('12354', '800001961'), +('11107', '800001962'), +('12296', '800001963'), +('12165', '800001964'), +('12858', '800001965'), +('12794', '800001966'), +('10400', '800001967'), +('12558', '800001968'), +('11641', '800001969'), +('12808', '800001970'), +('10009', '800001971'), +('12979', '800001972'), +('12484', '800001973'), +('12104', '800001974'), +('11838', '800001975'), +('10847', '800001976'), +('10897', '800001977'), +('13180', '800001977'), +('12111', '800001978'), +('11513', '800001979'), +('11668', '800001981'), +('10472', '800001982'), +('12143', '800001983'), +('11026', '800001984'), +('10351', '800001985'), +('11076', '800001986'), +('12367', '800001987'), +('10295', '800001988'), +('10717', '800001989'), +('10675', '800001990'), +('12037', '800001991'), +('11822', '800001992'), +('11690', '800001993'), +('11439', '800001994'), +('12562', '800001995'), +('10204', '800001996'), +('10382', '800001997'), +('10479', '800001998'), +('11200', '800001999'), +('10688', '800002000'), +('11262', '800002001'), +('11141', '800002002'), +('11221', '800002003'), +('11113', '800002004'), +('11318', '800002005'), +('10631', '800002006'), +('11958', '800002007'), +('12231', '800002008'), +('10961', '800002009'), +('10248', '800002010'), +('12214', '800002011'), +('12162', '800002012'), +('13157', '800002013'), +('12093', '800002014'), +('12350', '800002015'), +('12442', '800002016'), +('10811', '800002017'), +('13224', '800002017'), +('11635', '800002018'), +('12726', '800002019'), +('12557', '800002020'), +('11518', '800002021'), +('12885', '800002022'), +('10459', '800002023'), +('12805', '800002023'), +('12345', '800002024'), +('12792', '800002024'), +('10845', '800002025'), +('12642', '800002026'), +('11065', '800002027'), +('10603', '800002028'), +('10447', '800002029'), +('10434', '800002030'), +('12776', '800002031'), +('12767', '800002032'), +('11779', '800002033'), +('12217', '800002034'), +('13163', '800002034'), +('11442', '800002035'), +('12439', '800002036'), +('11739', '800002038'), +('10218', '800002039'), +('12825', '800002040'), +('10145', '800002041'), +('11223', '800002042'), +('11792', '800002043'), +('11155', '800002044'), +('10398', '800002045'), +('10916', '800002047'), +('11508', '800002048'), +('10176', '800002049'), +('12602', '800002050'), +('11744', '800002051'), +('10292', '800002052'), +('11164', '800002053'), +('12095', '800002054'), +('11300', '800002056'), +('10922', '800002057'), +('10414', '800002059'), +('12313', '800002060'), +('13101', '800002061'), +('12406', '800002062'), +('10261', '800002063'), +('12323', '800002064'), +('11230', '800002065'), +('10682', '800002066'), +('10784', '800002067'), +('11939', '800002068'), +('11055', '800002069'), +('11723', '800002070'), +('10623', '800002071'), +('10085', '800002072'), +('10452', '800002073'), +('12220', '800002074'), +('10327', '800002075'), +('12900', '800002076'), +('12459', '800002077'), +('10517', '800002078'), +('10268', '800002079'), +('12513', '800002080'), +('10107', '800002081'), +('12570', '800002082'), +('10198', '800002083'), +('12252', '800002084'), +('10865', '800002085'), +('11862', '800002086'), +('10119', '800002087'), +('11614', '800002088'), +('12084', '800002089'), +('11869', '800002090'), +('11260', '800002091'), +('12800', '800002093'), +('12801', '800002094'), +('11132', '800002095'), +('10874', '800002096'), +('12636', '800002097'), +('12883', '800002098'), +('10771', '800002099'), +('12451', '800002101'), +('12443', '800002102'), +('10835', '800002103'), +('10058', '800002104'), +('12463', '800002105'), +('11245', '800002106'), +('10856', '800002107'), +('10340', '800002108'), +('12946', '800002108'), +('10070', '800002109'), +('12386', '800002109'), +('10731', '800002110'), +('11619', '800002111'), +('13174', '800002111'), +('12637', '800002112'), +('10484', '800002113'), +('10737', '800002114'), +('12356', '800002115'), +('13188', '800002115'), +('12930', '800002116'), +('11020', '800002117'), +('12871', '800002118'), +('11365', '800002119'), +('11410', '800002120'), +('10600', '800002121'), +('12431', '800002122'), +('12183', '800002123'), +('10654', '800002124'), +('13083', '800002125'), +('13078', '800002126'), +('10001', '800002127'), +('10325', '800002128'), +('12623', '800002129'), +('10690', '800002130'), +('11566', '800002131'), +('11797', '800002132'), +('12351', '800002133'), +('11083', '800002134'), +('12426', '800002135'), +('12589', '800002136'), +('11912', '800002137'), +('10207', '800002138'), +('10275', '800002139'), +('10893', '800002140'), +('11469', '800002141'), +('10509', '800002142'), +('11034', '800002143'), +('10136', '800002144'), +('12841', '800002145'), +('11900', '800002146'), +('11654', '800002147'), +('13062', '800002147'), +('12234', '800002148'), +('12227', '800002149'), +('12022', '800002150'), +('12515', '800002151'), +('12132', '800002152'), +('12687', '800002153'), +('11259', '800002154'), +('12648', '800002155'), +('13221', '800002155'), +('11292', '800002156'), +('10318', '800002157'), +('10643', '800002158'), +('12180', '800002159'), +('11019', '800002160'), +('11169', '800002161'), +('12604', '800002162'), +('12175', '800002163'), +('11145', '800002164'), +('11502', '800002165'), +('11919', '800002166'), +('10651', '800002167'), +('11692', '800002168'), +('11539', '800002169'), +('13006', '800002170'), +('11473', '800002171'), +('11090', '800002172'), +('12986', '800002173'), +('10899', '800002174'), +('10474', '800002175'), +('12922', '800002176'), +('12328', '800002177'), +('12467', '800002178'), +('11346', '800002179'), +('10320', '800002180'), +('11837', '800002181'), +('10519', '800002182'), +('12031', '800002183'), +('12627', '800002184'), +('11343', '800002185'), +('12554', '800002186'), +('10186', '800002187'), +('12924', '800002188'), +('10408', '800002189'), +('12828', '800002190'), +('12197', '800002191'), +('11612', '800002192'), +('11611', '800002193'), +('12999', '800002193'), +('13005', '800002194'), +('11678', '800002195'), +('10660', '800002196'), +('12355', '800002197'), +('10741', '800002198'), +('10185', '800002199'), +('11067', '800002200'), +('11957', '800002201'), +('11227', '800002202'), +('12305', '800002203'), +('12311', '800002204'), +('12058', '800002205'), +('10918', '800002206'), +('11878', '800002206'), +('12549', '800002207'), +('12784', '800002208'), +('10531', '800002209'), +('13117', '800002210'), +('10468', '800002211'), +('11124', '800002213'), +('11579', '800002214'), +('12595', '800002215'), +('10270', '800002216'), +('13130', '800002216'), +('11160', '800002217'), +('10449', '800002218'), +('12141', '800002219'), +('11694', '800002220'), +('10937', '800002221'), +('11994', '800002222'), +('11150', '800002223'), +('11451', '800002224'), +('11768', '800002225'), +('11350', '800002226'), +('12759', '800002227'), +('11247', '800002228'), +('10834', '800002229'), +('13165', '800002229'), +('10495', '800002230'), +('11373', '800002231'), +('13106', '800002232'), +('11676', '800002233'), +('13198', '800002233'), +('11978', '800002234'), +('12963', '800002235'), +('12989', '800002237'), +('12246', '800002238'), +('12644', '800002239'), +('11456', '800002240'), +('12379', '800002241'), +('10467', '800002242'), +('10440', '800002243'), +('11412', '800002244'), +('12014', '800002245'), +('11996', '800002246'), +('13124', '800002247'), +('11898', '800002248'), +('11665', '800002249'), +('11976', '800002250'), +('10666', '800002251'), +('12067', '800002251'), +('12110', '800002251'), +('10593', '800002252'), +('11985', '800002253'), +('12505', '800002255'), +('12736', '800002256'), +('10656', '800002257'), +('10189', '800002258'), +('10346', '800002259'), +('12166', '800002260'), +('12297', '800002261'), +('10742', '800002262'), +('10653', '800002263'), +('13171', '800002263'), +('12044', '800002264'), +('11421', '800002265'), +('12077', '800002266'), +('11274', '800002267'), +('11440', '800002268'), +('12081', '800002269'), +('12521', '800002269'), +('10471', '800002270'), +('12117', '800002271'), +('12942', '800002272'), +('12981', '800002273'), +('11024', '800002274'), +('12434', '800002275'), +('10381', '800002276'), +('11816', '800002277'), +('10296', '800002278'), +('10352', '800002280'), +('11258', '800002281'), +('11420', '800002282'), +('10549', '800002283'), +('11776', '800002284'), +('11700', '800002285'), +('11604', '800002286'), +('11511', '800002287'), +('13029', '800002288'), +('11099', '800002289'), +('12433', '800002290'), +('13052', '800002291'), +('10480', '800002292'), +('12189', '800002293'), +('10262', '800002294'), +('12068', '800002295'), +('12106', '800002295'), +('10028', '800002296'), +('12546', '800002297'), +('12810', '800002298'), +('12213', '800002299'), +('11225', '800002300'), +('10385', '800002301'), +('11866', '800002302'), +('10962', '800002303'), +('10492', '800002304'), +('11194', '800002305'), +('12045', '800002305'), +('11984', '800002306'), +('11956', '800002307'), +('10066', '800002308'), +('12866', '800002309'), +('13192', '800002309'), +('12850', '800002310'), +('10570', '800002311'), +('10253', '800002312'), +('10668', '800002313'), +('12509', '800002314'), +('11256', '800002315'), +('12699', '800002316'), +('11336', '800002317'), +('10604', '800002318'), +('10161', '800002319'), +('10889', '800002320'), +('13193', '800002320'), +('12006', '800002322'), +('13116', '800002323'), +('10104', '800002324'), +('13216', '800002324'), +('12475', '800002325'), +('12506', '800002326'), +('10910', '800002327'), +('12575', '800002327'), +('11407', '800002328'), +('12750', '800002329'), +('10815', '800002330'), +('12411', '800002331'), +('10170', '800002332'), +('10277', '800002333'), +('11327', '800002334'), +('12203', '800002335'), +('10891', '800002337'), +('12585', '800002338'), +('10324', '800002339'), +('12318', '800002340'), +('10859', '800002341'), +('11183', '800002342'), +('11950', '800002343'), +('12428', '800002343'), +('12956', '800002343'), +('13030', '800002344'), +('12382', '800002345'), +('12564', '800002346'), +('10830', '800002347'), +('12921', '800002347'), +('12901', '800002348'), +('12395', '800002349'), +('12929', '800002350'), +('10559', '800002351'), +('11474', '800002351'), +('11774', '800002352'), +('11046', '800002353'), +('12540', '800002354'), +('11409', '800002355'), +('12339', '800002356'), +('10196', '800002357'), +('10006', '800002358'), +('10432', '800002358'), +('10101', '800002359'), +('11437', '800002360'), +('13161', '800002360'), +('11826', '800002361'), +('12659', '800002362'), +('12719', '800002363'), +('11913', '800002364'), +('11810', '800002365'), +('12485', '800002366'), +('11696', '800002367'), +('12675', '800002368'), +('11122', '800002369'), +('10932', '800002370'), +('12051', '800002371'), +('13036', '800002372'), +('12555', '800002373'), +('10828', '800002374'), +('12261', '800002375'), +('13033', '800002376'), +('13069', '800002377'), +('11813', '800002378'), +('12707', '800002379'), +('12756', '800002380'), +('10758', '800002382'), +('12982', '800002383'), +('11920', '800002384'), +('13085', '800002385'), +('13123', '800002386'), +('10206', '800002387'), +('10763', '800002388'), +('10832', '800002389'), +('11140', '800002389'), +('12967', '800002390'), +('13093', '800002391'), +('10546', '800002392'), +('12417', '800002393'), +('12024', '800002394'), +('11388', '800002395'), +('10773', '800002396'), +('10821', '800002396'), +('11992', '800002397'), +('10364', '800002398'), +('12846', '800002399'), +('11594', '800002400'), +('11720', '800002401'), +('10038', '800002402'), +('12094', '800002403'), +('13172', '800002403'), +('11533', '800002404'), +('12598', '800002405'), +('12241', '800002406'), +('12026', '800002407'), +('10759', '800002408'), +('12435', '800002409'), +('12837', '800002410'), +('13135', '800002411'), +('10907', '800002412'), +('10456', '800002413'), +('11219', '800002414'), +('12611', '800002415'), +('10431', '800002416'), +('12633', '800002417'), +('12086', '800002418'), +('11561', '800002419'), +('10979', '800002420'), +('13065', '800002421'), +('11762', '800002422'), +('10135', '800002423'), +('10443', '800002425'), +('12864', '800002426'), +('12543', '800002427'), +('11901', '800002428'), +('11799', '800002429'), +('12072', '800002430'), +('12787', '800002431'), +('12674', '800002432'), +('10790', '800002433'), +('10861', '800002434'), +('10530', '800002435'), +('11648', '800002436'), +('10915', '800002437'), +('11419', '800002437'), +('13035', '800002437'), +('12582', '800002438'), +('11049', '800002439'), +('10023', '800002441'), +('11392', '800002442'), +('10767', '800002443'), +('10124', '800002444'), +('11205', '800002445'), +('12306', '800002447'), +('10031', '800002448'), +('11583', '800002449'), +('10388', '800002450'), +('10940', '800002451'), +('12581', '800002452'), +('11361', '800002453'), +('10081', '800002454'), +('10788', '800002455'), +('12130', '800002456'), +('12667', '800002456'), +('10541', '800002457'), +('12332', '800002458'), +('13179', '800002458'), +('12670', '800002459'), +('13104', '800002460'), +('10578', '800002461'), +('12253', '800002462'), +('11643', '800002463'), +('11345', '800002464'), +('12030', '800002465'), +('13007', '800002466'), +('10078', '800002467'), +('11457', '800002469'), +('13222', '800002469'), +('11450', '800002470'), +('10465', '800002471'), +('10909', '800002472'), +('11379', '800002473'), +('10403', '800002474'), +('12196', '800002475'), +('12690', '800002476'), +('10429', '800002477'), +('10194', '800002478'), +('10753', '800002479'), +('10445', '800002480'), +('12357', '800002481'), +('13208', '800002481'), +('11735', '800002482'), +('10249', '800002483'), +('10172', '800002484'), +('10330', '800002485'), +('12574', '800002485'), +('11093', '800002486'), +('10563', '800002487'), +('12344', '800002488'), +('11005', '800002489'), +('10303', '800002490'), +('12631', '800002491'), +('10488', '800002492'), +('12312', '800002493'), +('11717', '800002494'), +('11241', '800002495'), +('12928', '800002496'), +('11014', '800002497'), +('12820', '800002498'), +('10140', '800002499'), +('12232', '800002500'), +('10980', '800002501'), +('12278', '800002502'), +('10581', '800002503'), +('10413', '800002504'), +('10498', '800002505'), +('13142', '800002506'), +('10732', '800002507'), +('11496', '800002507'), +('10181', '800002508'), +('10483', '800002509'), +('11928', '800002510'), +('10389', '800002511'), +('10964', '800002512'), +('10179', '800002513'), +('11366', '800002514'), +('11545', '800002515'), +('11162', '800002516'), +('10435', '800002517'), +('12559', '800002518'), +('10632', '800002519'), +('10219', '800002520'), +('10505', '800002520'), +('10636', '800002522'), +('10787', '800002523'), +('12409', '800002524'), +('10797', '800002525'), +('11322', '800002526'), +('10073', '800002527'), +('12635', '800002527'), +('13223', '800002527'), +('12144', '800002528'), +('12429', '800002529'), +('11689', '800002530'), +('11857', '800002531'), +('10053', '800002532'), +('10888', '800002533'), +('10706', '800002534'), +('12580', '800002535'), +('11532', '800002536'), +('10998', '800002537'), +('13213', '800002537'), +('11933', '800002538'), +('11204', '800002539'), +('10514', '800002540'), +('10721', '800002541'), +('13034', '800002542'), +('11570', '800002543'), +('11558', '800002545'), +('11875', '800002546'), +('12920', '800002547'), +('10622', '800002548'), +('10396', '800002549'), +('12978', '800002550'), +('12403', '800002551'), +('12612', '800002552'), +('10191', '800002553'), +('10829', '800002554'), +('11836', '800002555'), +('11355', '800002556'), +('11809', '800002557'), +('11061', '800002558'), +('12597', '800002559'), +('13230', '800002559'), +('11133', '800002560'), +('12468', '800002561'), +('11293', '800002562'), +('13141', '800002563'), +('10035', '800002564'), +('10781', '800002565'), +('10258', '800002566'), +('10958', '800002567'), +('12593', '800002569'), +('12139', '800002570'), +('10227', '800002571'), +('11740', '800002572'), +('11788', '800002573'), +('12012', '800002574'), +('11827', '800002575'), +('11270', '800002576'), +('11264', '800002577'), +('11902', '800002578'), +('12310', '800002579'), +('10339', '800002580'), +('12860', '800002581'), +('10486', '800002582'), +('11081', '800002583'), +('11686', '800002584'), +('10272', '800002585'), +('12308', '800002586'), +('10971', '800002587'), +('13234', '800002587'), +('10524', '800002588'), +('10796', '800002589'), +('13091', '800002590'), +('12185', '800002591'), +('12479', '800002592'), +('11002', '800002593'), +('12192', '800002594'), +('12078', '800002595'), +('10205', '800002596'), +('12862', '800002597'), +('11029', '800002598'), +('11087', '800002599'), +('10799', '800002600'), +('10683', '800002601'), +('10783', '800002602'), +('10116', '800002603'), +('12283', '800002604'), +('11394', '800002605'), +('11359', '800002606'), +('12263', '800002607'), +('10159', '800002608'), +('11082', '800002609'), +('12119', '800002610'), +('11953', '800002611'), +('11234', '800002612'), +('11168', '800002613'), +('10141', '800002614'), +('11425', '800002615'), +('10618', '800002616'), +('12145', '800002617'), +('11458', '800002618'), +('11633', '800002619'), +('12772', '800002620'), +('10900', '800002621'), +('10250', '800002622'), +('10425', '800002623'), +('12912', '800002625'), +('10868', '800002626'), +('13043', '800002626'), +('11954', '800002627'), +('10956', '800002628'), +('10711', '800002629'), +('11893', '800002630'), +('11443', '800002631'), +('12432', '800002632'), +('12932', '800002632'), +('10166', '800002633'), +('12765', '800002634'), +('12274', '800002635'), +('10726', '800002636'), +('12508', '800002637'), +('10805', '800002638'), +('11675', '800002639'), +('12061', '800002641'), +('12748', '800002642'), +('11429', '800002643'), +('12958', '800002643'), +('12832', '800002644'), +('11175', '800002645'), +('12059', '800002646'), +('10290', '800002647'), +('10464', '800002648'), +('12934', '800002649'), +('12028', '800002650'), +('13058', '800002650'), +('12150', '800002651'), +('10237', '800002652'), +('10606', '800002653'), +('12830', '800002654'), +('12510', '800002655'), +('12441', '800002656'), +('12599', '800002657'), +('12548', '800002658'), +('12146', '800002659'), +('11526', '800002660'), +('11433', '800002661'), +('11208', '800002662'), +('10096', '800002663'), +('10380', '800002664'), +('13075', '800002665'), +('11212', '800002666'), +('13000', '800002667'), +('11888', '800002668'), +('12112', '800002669'), +('11556', '800002670'), +('12939', '800002671'), +('10569', '800002672'), +('10300', '800002673'), +('12718', '800002675'), +('11629', '800002676'), +('11363', '800002677'), +('12153', '800002678'), +('12327', '800002679'), +('10228', '800002681'), +('12015', '800002682'), +('11395', '800002683'), +('12466', '800002684'), +('12881', '800002685'), +('12843', '800002686'), +('11949', '800002687'), +('12438', '800002688'), +('11897', '800002689'), +('13071', '800002690'), +('10853', '800002691'), +('12277', '800002692'), +('12322', '800002693'), +('10831', '800002694'), +('11040', '800002695'), +('10644', '800002696'), +('11550', '800002697'), +('11849', '800002698'), +('10061', '800002699'), +('10065', '800002700'), +('11403', '800002701'), +('12524', '800002702'), +('10089', '800002703'), +('11279', '800002704'), +('10354', '800002705'), +('10596', '800002706'), +('10233', '800002707'), +('12812', '800002708'), +('11236', '800002709'), +('10890', '800002710'), +('12704', '800002711'), +('10707', '800002712'), +('12856', '800002713'), +('11592', '800002714'), +('11459', '800002715'), +('13063', '800002716'), +('12579', '800002717'), +('10565', '800002718'), +('10582', '800002719'), +('11811', '800002720'), +('10785', '800002721'), +('12400', '800002722'), +('10525', '800002723'), +('12070', '800002724'), +('11148', '800002725'), +('10988', '800002726'), +('11118', '800002727'), +('11384', '800002728'), +('12774', '800002729'), +('10506', '800002730'), +('11622', '800002731'), +('11217', '800002732'), +('12749', '800002733'), +('13155', '800002734'), +('11193', '800002735'), +('11060', '800002736'), +('10243', '800002737'), +('10082', '800002738'), +('12264', '800002741'), +('11240', '800002742'), +('12425', '800002743'), +('10015', '800002744'), +('11475', '800002746'), +('13015', '800002746'), +('12563', '800002747'), +('12194', '800002748'), +('11032', '800002749'), +('11931', '800002750'), +('10499', '800002751'), +('11242', '800002751'), +('12849', '800002752'), +('11494', '800002753'), +('13125', '800002754'), +('11130', '800002756'), +('12811', '800002757'), +('11332', '800002758'), +('11540', '800002759'), +('12491', '800002760'), +('11374', '800002761'), +('11170', '800002762'), +('10284', '800002763'), +('10500', '800002764'), +('12295', '800002764'), +('12018', '800002765'), +('12628', '800002766'), +('10430', '800002767'), +('13194', '800002767'), +('11411', '800002768'), +('12394', '800002769'), +('12498', '800002770'), +('11389', '800002771'), +('12207', '800002772'), +('10332', '800002773'), +('10955', '800002774'), +('11846', '800002775'), +('12449', '800002776'), +('10105', '800002777'), +('11268', '800002778'), +('10756', '800002779'), +('11834', '800002780'), +('10426', '800002781'), +('11015', '800002782'), +('11174', '800002783'), +('11248', '800002784'), +('12651', '800002785'), +('11294', '800002786'), +('12533', '800002787'), +('11038', '800002788'), +('11001', '800002789'), +('11028', '800002790'), +('11955', '800002791'), +('11189', '800002793'), +('10212', '800002794'), +('11911', '800002795'), +('12198', '800002796'), +('10451', '800002797'), +('12662', '800002797'), +('13060', '800002798'), +('11574', '800002799'), +('11214', '800002800'), +('11704', '800002801'), +('11679', '800002802'), +('12596', '800002803'), +('10775', '800002804'), +('11096', '800002805'), +('12152', '800002806'), +('12882', '800002807'), +('10677', '800002808'), +('13225', '800002808'), +('10466', '800002809'), +('12446', '800002810'), +('12348', '800002811'), +('12855', '800002812'), +('12691', '800002813'), +('10127', '800002814'), +('10882', '800002815'), +('12624', '800002816'), +('11589', '800002817'), +('12538', '800002818'), +('11831', '800002819'), +('10274', '800002820'), +('10714', '800002821'), +('12716', '800002822'), +('10738', '800002823'), +('12739', '800002824'), +('11659', '800002825'), +('10935', '800002827'), +('11600', '800002827'), +('10030', '800002828'), +('12363', '800002829'), +('12500', '800002830'), +('11147', '800002831'), +('12034', '800002832'), +('11493', '800002833'), +('10109', '800002834'), +('13206', '800002834'), +('12010', '800002835'), +('11286', '800002836'), +('10356', '800002837'), +('12237', '800002838'), +('10496', '800002839'), +('13011', '800002840'), +('13037', '800002841'), +('12115', '800002842'), +('13016', '800002843'), +('13013', '800002844'), +('11253', '800002845'), +('12186', '800002846'), +('10164', '800002847'), +('12512', '800002848'), +('12427', '800002849'), +('12899', '800002850'), +('12113', '800002851'), +('12123', '800002852'), +('12384', '800002853'), +('10855', '800002854'), +('10729', '800002855'), +('13089', '800002856'), +('11567', '800002857'), +('10782', '800002858'), +('12731', '800002859'), +('10342', '800002860'), +('11733', '800002861'), +('10992', '800002862'), +('12770', '800002863'), +('12791', '800002864'), +('11344', '800002865'), +('12796', '800002866'), +('10088', '800002867'), +('12307', '800002868'), +('10755', '800002869'), +('12567', '800002870'), +('10720', '800002871'), +('11587', '800002872'), +('10462', '800002873'), +('13050', '800002874'), +('10337', '800002875'), +('11927', '800002876'), +('10016', '800002877'), +('10079', '800002877'), +('10724', '800002878'), +('10748', '800002879'), +('10493', '800002880'), +('11910', '800002881'), +('12453', '800002882'), +('10174', '800002883'), +('11091', '800002884'), +('12835', '800002885'), +('12861', '800002886'), +('12733', '800002887'), +('11338', '800002888'), +('12398', '800002889'), +('10037', '800002890'), +('10921', '800002890'), +('12650', '800002891'), +('10360', '800002892'), +('11514', '800002893'), +('10527', '800002894'), +('13126', '800002895'), +('12496', '800002896'), +('11705', '800002897'), +('12262', '800002898'), +('10586', '800002899'), +('10399', '800002900'), +('10857', '800002901'), +('10463', '800002902'), +('11981', '800002903'), +('12472', '800002904'), +('12511', '800002905'), +('12069', '800002906'), +('12156', '800002907'), +('10060', '800002908'), +('11238', '800002909'), +('10323', '800002910'), +('11309', '800002911'), +('10182', '800002912'), +('12421', '800002913'), +('12458', '800002914'), +('11672', '800002915'), +('10497', '800002916'), +('11979', '800002917'), +('12780', '800002919'), +('12136', '800002920'), +('12499', '800002921'), +('12149', '800002922'), +('11755', '800002923'), +('12043', '800002924'), +('11315', '800002925'), +('12370', '800002926'), +('10708', '800002927'), +('10946', '800002928'), +('11010', '800002929'), +('11216', '800002930'), +('11839', '800002931'), +('11990', '800002932'), +('11894', '800002933'), +('11154', '800002935'), +('11881', '800002936'), +('13133', '800002937'), +('10211', '800002938'), +('10795', '800002939'), +('12474', '800002940'), +('11404', '800002941'), +('13140', '800002942'), +('10605', '800002943'), +('11043', '800002945'), +('10260', '800002947'), +('10715', '800002948'), +('12545', '800002949'), +('10959', '800002950'), +('10919', '800002951'), +('11485', '800002952'), +('12542', '800002953'), +('10968', '800002954'), +('12482', '800002955'), +('11871', '800002956'), +('12859', '800002957'), +('12304', '800002958'), +('10347', '800002959'), +('12682', '800002959'), +('13082', '800002959'), +('12720', '800002960'), +('10343', '800002961'), +('10597', '800002962'), +('11760', '800002963'), +('12745', '800002964'), +('11646', '800002965'), +('13014', '800002966'), +('11386', '800002967'), +('12998', '800002968'), +('12679', '800002969'), +('12737', '800002969'), +('11934', '800002970'), +('12413', '800002971'), +('11303', '800002972'), +('11139', '800002973'), +('11580', '800002974'), +('10638', '800002975'), +('12638', '800002976'), +('11947', '800002977'), +('11830', '800002978'), +('13061', '800002978'), +('11356', '800002979'), +('13105', '800002980'), +('11667', '800002981'), +('10255', '800002982'), +('10817', '800002983'), +('11482', '800002984'), +('11364', '800002985'), +('12478', '800002986'), +('10802', '800002987'), +('11872', '800002988'), +('13178', '800002988'), +('10798', '800002989'), +('12814', '800002990'), +('11944', '800002991'), +('10416', '800002992'), +('12200', '800002992'), +('10256', '800002993'), +('11942', '800002994'), +('12204', '800002995'), +('11239', '800002996'), +('11053', '800002997'), +('12126', '800002998'), +('13077', '800002999') +; + + + +/****************************************************************/ + +create table sis_courses ( + course_id integer, + dept_id varchar(5), + dept_abbr varchar(5), + course_num varchar(5), + course_name varchar(64) ); -CREATE TABLE SIS_STUDENT_TERMS ( - id varchar(255) NOT NULL, - term varchar(255) default NULL, - PRIMARY KEY (id, term) +alter table sis_courses add primary key (course_id); + +insert into sis_courses (course_id, dept_id, dept_abbr, course_num, course_name) values +(100000, '30000', 'GS', '101', '???'), +(100001, '30000', 'GS', '110', '???'), +(100002, '30000', 'GS', '120', '???'), +(100003, '30000', 'GS', '150', '???'), +(100004, '30000', 'GS', '201', '???'), +(100005, '30000', 'GS', '210', '???'), +(100006, '30000', 'GS', '220', '???'), +(100007, '30000', 'GS', '250', '???'), +(100008, '30000', 'GS', '301', '???'), +(100009, '30000', 'GS', '350', '???'), +(100010, '30000', 'GS', '399', '???'), +(100011, '45000', 'SPM', '101', '???'), +(100012, '45000', 'SPM', '110', '???'), +(100013, '45000', 'SPM', '120', '???'), +(100014, '45000', 'SPM', '150', '???'), +(100015, '45000', 'SPM', '201', '???'), +(100016, '45000', 'SPM', '210', '???'), +(100017, '45000', 'SPM', '220', '???'), +(100018, '45000', 'SPM', '250', '???'), +(100019, '45000', 'SPM', '301', '???'), +(100020, '45000', 'SPM', '350', '???'), +(100021, '45000', 'SPM', '399', '???'), +(100022, '50000', 'BUS', '101', '???'), +(100023, '50000', 'BUS', '110', '???'), +(100024, '50000', 'BUS', '120', '???'), +(100025, '50000', 'BUS', '150', '???'), +(100026, '50000', 'BUS', '201', '???'), +(100027, '50000', 'BUS', '210', '???'), +(100028, '50000', 'BUS', '220', '???'), +(100029, '50000', 'BUS', '250', '???'), +(100030, '50000', 'BUS', '301', '???'), +(100031, '50000', 'BUS', '350', '???'), +(100032, '50000', 'BUS', '399', '???'), +(100033, '60000', 'SCS', '101', '???'), +(100034, '60000', 'SCS', '110', '???'), +(100035, '60000', 'SCS', '120', '???'), +(100036, '60000', 'SCS', '150', '???'), +(100037, '60000', 'SCS', '201', '???'), +(100038, '60000', 'SCS', '210', '???'), +(100039, '60000', 'SCS', '220', '???'), +(100040, '60000', 'SCS', '250', '???'), +(100041, '60000', 'SCS', '301', '???'), +(100042, '60000', 'SCS', '350', '???'), +(100043, '60000', 'SCS', '399', '???'), +(100044, '20100', 'AAAS', '101', '???'), +(100045, '20100', 'AAAS', '110', '???'), +(100046, '20100', 'AAAS', '120', '???'), +(100047, '20100', 'AAAS', '150', '???'), +(100048, '20100', 'AAAS', '201', '???'), +(100049, '20100', 'AAAS', '210', '???'), +(100050, '20100', 'AAAS', '220', '???'), +(100051, '20100', 'AAAS', '250', '???'), +(100052, '20100', 'AAAS', '301', '???'), +(100053, '20100', 'AAAS', '350', '???'), +(100054, '20100', 'AAAS', '399', '???'), +(100055, '20150', 'AS', '101', '???'), +(100056, '20150', 'AS', '110', '???'), +(100057, '20150', 'AS', '120', '???'), +(100058, '20150', 'AS', '150', '???'), +(100059, '20150', 'AS', '201', '???'), +(100060, '20150', 'AS', '210', '???'), +(100061, '20150', 'AS', '220', '???'), +(100062, '20150', 'AS', '250', '???'), +(100063, '20150', 'AS', '301', '???'), +(100064, '20150', 'AS', '350', '???'), +(100065, '20150', 'AS', '399', '???'), +(100066, '20200', 'ANTH', '101', '???'), +(100067, '20200', 'ANTH', '110', '???'), +(100068, '20200', 'ANTH', '120', '???'), +(100069, '20200', 'ANTH', '150', '???'), +(100070, '20200', 'ANTH', '201', '???'), +(100071, '20200', 'ANTH', '210', '???'), +(100072, '20200', 'ANTH', '220', '???'), +(100073, '20200', 'ANTH', '250', '???'), +(100074, '20200', 'ANTH', '301', '???'), +(100075, '20200', 'ANTH', '350', '???'), +(100076, '20200', 'ANTH', '399', '???'), +(100077, '20250', 'APCS', '101', '???'), +(100078, '20250', 'APCS', '110', '???'), +(100079, '20250', 'APCS', '120', '???'), +(100080, '20250', 'APCS', '150', '???'), +(100081, '20250', 'APCS', '201', '???'), +(100082, '20250', 'APCS', '210', '???'), +(100083, '20250', 'APCS', '220', '???'), +(100084, '20250', 'APCS', '250', '???'), +(100085, '20250', 'APCS', '301', '???'), +(100086, '20250', 'APCS', '350', '???'), +(100087, '20250', 'APCS', '399', '???'), +(100088, '20300', 'AMAT', '101', '???'), +(100089, '20300', 'AMAT', '110', '???'), +(100090, '20300', 'AMAT', '120', '???'), +(100091, '20300', 'AMAT', '150', '???'), +(100092, '20300', 'AMAT', '201', '???'), +(100093, '20300', 'AMAT', '210', '???'), +(100094, '20300', 'AMAT', '220', '???'), +(100095, '20300', 'AMAT', '250', '???'), +(100096, '20300', 'AMAT', '301', '???'), +(100097, '20300', 'AMAT', '350', '???'), +(100098, '20300', 'AMAT', '399', '???'), +(100099, '20350', 'APHY', '101', '???'), +(100100, '20350', 'APHY', '110', '???'), +(100101, '20350', 'APHY', '120', '???'), +(100102, '20350', 'APHY', '150', '???'), +(100103, '20350', 'APHY', '201', '???'), +(100104, '20350', 'APHY', '210', '???'), +(100105, '20350', 'APHY', '220', '???'), +(100106, '20350', 'APHY', '250', '???'), +(100107, '20350', 'APHY', '301', '???'), +(100108, '20350', 'APHY', '350', '???'), +(100109, '20350', 'APHY', '399', '???'), +(100110, '20400', 'ARCH', '101', '???'), +(100111, '20400', 'ARCH', '110', '???'), +(100112, '20400', 'ARCH', '120', '???'), +(100113, '20400', 'ARCH', '150', '???'), +(100114, '20400', 'ARCH', '201', '???'), +(100115, '20400', 'ARCH', '210', '???'), +(100116, '20400', 'ARCH', '220', '???'), +(100117, '20400', 'ARCH', '250', '???'), +(100118, '20400', 'ARCH', '301', '???'), +(100119, '20400', 'ARCH', '350', '???'), +(100120, '20400', 'ARCH', '399', '???'), +(100121, '20450', 'ART', '101', '???'), +(100122, '20450', 'ART', '110', '???'), +(100123, '20450', 'ART', '120', '???'), +(100124, '20450', 'ART', '150', '???'), +(100125, '20450', 'ART', '201', '???'), +(100126, '20450', 'ART', '210', '???'), +(100127, '20450', 'ART', '220', '???'), +(100128, '20450', 'ART', '250', '???'), +(100129, '20450', 'ART', '301', '???'), +(100130, '20450', 'ART', '350', '???'), +(100131, '20450', 'ART', '399', '???'), +(100132, '20500', 'ASTR', '101', '???'), +(100133, '20500', 'ASTR', '110', '???'), +(100134, '20500', 'ASTR', '120', '???'), +(100135, '20500', 'ASTR', '150', '???'), +(100136, '20500', 'ASTR', '201', '???'), +(100137, '20500', 'ASTR', '210', '???'), +(100138, '20500', 'ASTR', '220', '???'), +(100139, '20500', 'ASTR', '250', '???'), +(100140, '20500', 'ASTR', '301', '???'), +(100141, '20500', 'ASTR', '350', '???'), +(100142, '20500', 'ASTR', '399', '???'), +(100143, '20550', 'BIOL', '101', '???'), +(100144, '20550', 'BIOL', '110', '???'), +(100145, '20550', 'BIOL', '120', '???'), +(100146, '20550', 'BIOL', '150', '???'), +(100147, '20550', 'BIOL', '201', '???'), +(100148, '20550', 'BIOL', '210', '???'), +(100149, '20550', 'BIOL', '220', '???'), +(100150, '20550', 'BIOL', '250', '???'), +(100151, '20550', 'BIOL', '301', '???'), +(100152, '20550', 'BIOL', '350', '???'), +(100153, '20550', 'BIOL', '399', '???'), +(100154, '20600', 'BPHY', '101', '???'), +(100155, '20600', 'BPHY', '110', '???'), +(100156, '20600', 'BPHY', '120', '???'), +(100157, '20600', 'BPHY', '150', '???'), +(100158, '20600', 'BPHY', '201', '???'), +(100159, '20600', 'BPHY', '210', '???'), +(100160, '20600', 'BPHY', '220', '???'), +(100161, '20600', 'BPHY', '250', '???'), +(100162, '20600', 'BPHY', '301', '???'), +(100163, '20600', 'BPHY', '350', '???'), +(100164, '20600', 'BPHY', '399', '???'), +(100165, '20650', 'BIOS', '101', '???'), +(100166, '20650', 'BIOS', '110', '???'), +(100167, '20650', 'BIOS', '120', '???'), +(100168, '20650', 'BIOS', '150', '???'), +(100169, '20650', 'BIOS', '201', '???'), +(100170, '20650', 'BIOS', '210', '???'), +(100171, '20650', 'BIOS', '220', '???'), +(100172, '20650', 'BIOS', '250', '???'), +(100173, '20650', 'BIOS', '301', '???'), +(100174, '20650', 'BIOS', '350', '???'), +(100175, '20650', 'BIOS', '399', '???'), +(100176, '20700', 'CELT', '101', '???'), +(100177, '20700', 'CELT', '110', '???'), +(100178, '20700', 'CELT', '120', '???'), +(100179, '20700', 'CELT', '150', '???'), +(100180, '20700', 'CELT', '201', '???'), +(100181, '20700', 'CELT', '210', '???'), +(100182, '20700', 'CELT', '220', '???'), +(100183, '20700', 'CELT', '250', '???'), +(100184, '20700', 'CELT', '301', '???'), +(100185, '20700', 'CELT', '350', '???'), +(100186, '20700', 'CELT', '399', '???'), +(100187, '20750', 'CHEM', '101', '???'), +(100188, '20750', 'CHEM', '110', '???'), +(100189, '20750', 'CHEM', '120', '???'), +(100190, '20750', 'CHEM', '150', '???'), +(100191, '20750', 'CHEM', '201', '???'), +(100192, '20750', 'CHEM', '210', '???'), +(100193, '20750', 'CHEM', '220', '???'), +(100194, '20750', 'CHEM', '250', '???'), +(100195, '20750', 'CHEM', '301', '???'), +(100196, '20750', 'CHEM', '350', '???'), +(100197, '20750', 'CHEM', '399', '???'), +(100198, '20800', 'CLSS', '101', '???'), +(100199, '20800', 'CLSS', '110', '???'), +(100200, '20800', 'CLSS', '120', '???'), +(100201, '20800', 'CLSS', '150', '???'), +(100202, '20800', 'CLSS', '201', '???'), +(100203, '20800', 'CLSS', '210', '???'), +(100204, '20800', 'CLSS', '220', '???'), +(100205, '20800', 'CLSS', '250', '???'), +(100206, '20800', 'CLSS', '301', '???'), +(100207, '20800', 'CLSS', '350', '???'), +(100208, '20800', 'CLSS', '399', '???'), +(100209, '20850', 'CPLT', '101', '???'), +(100210, '20850', 'CPLT', '110', '???'), +(100211, '20850', 'CPLT', '120', '???'), +(100212, '20850', 'CPLT', '150', '???'), +(100213, '20850', 'CPLT', '201', '???'), +(100214, '20850', 'CPLT', '210', '???'), +(100215, '20850', 'CPLT', '220', '???'), +(100216, '20850', 'CPLT', '250', '???'), +(100217, '20850', 'CPLT', '301', '???'), +(100218, '20850', 'CPLT', '350', '???'), +(100219, '20850', 'CPLT', '399', '???'), +(100220, '20900', 'CS', '101', '???'), +(100221, '20900', 'CS', '110', '???'), +(100222, '20900', 'CS', '120', '???'), +(100223, '20900', 'CS', '150', '???'), +(100224, '20900', 'CS', '201', '???'), +(100225, '20900', 'CS', '210', '???'), +(100226, '20900', 'CS', '220', '???'), +(100227, '20900', 'CS', '250', '???'), +(100228, '20900', 'CS', '301', '???'), +(100229, '20900', 'CS', '350', '???'), +(100230, '20900', 'CS', '399', '???'), +(100231, '20950', 'PSCI', '101', '???'), +(100232, '20950', 'PSCI', '110', '???'), +(100233, '20950', 'PSCI', '120', '???'), +(100234, '20950', 'PSCI', '150', '???'), +(100235, '20950', 'PSCI', '201', '???'), +(100236, '20950', 'PSCI', '210', '???'), +(100237, '20950', 'PSCI', '220', '???'), +(100238, '20950', 'PSCI', '250', '???'), +(100239, '20950', 'PSCI', '301', '???'), +(100240, '20950', 'PSCI', '350', '???'), +(100241, '20950', 'PSCI', '399', '???'), +(100242, '21000', 'EALC', '101', '???'), +(100243, '21000', 'EALC', '110', '???'), +(100244, '21000', 'EALC', '120', '???'), +(100245, '21000', 'EALC', '150', '???'), +(100246, '21000', 'EALC', '201', '???'), +(100247, '21000', 'EALC', '210', '???'), +(100248, '21000', 'EALC', '220', '???'), +(100249, '21000', 'EALC', '250', '???'), +(100250, '21000', 'EALC', '301', '???'), +(100251, '21000', 'EALC', '350', '???'), +(100252, '21000', 'EALC', '399', '???'), +(100253, '21050', 'ECOM', '101', '???'), +(100254, '21050', 'ECOM', '110', '???'), +(100255, '21050', 'ECOM', '120', '???'), +(100256, '21050', 'ECOM', '150', '???'), +(100257, '21050', 'ECOM', '201', '???'), +(100258, '21050', 'ECOM', '210', '???'), +(100259, '21050', 'ECOM', '220', '???'), +(100260, '21050', 'ECOM', '250', '???'), +(100261, '21050', 'ECOM', '301', '???'), +(100262, '21050', 'ECOM', '350', '???'), +(100263, '21050', 'ECOM', '399', '???'), +(100264, '21100', 'ENG', '101', '???'), +(100265, '21100', 'ENG', '110', '???'), +(100266, '21100', 'ENG', '120', '???'), +(100267, '21100', 'ENG', '150', '???'), +(100268, '21100', 'ENG', '201', '???'), +(100269, '21100', 'ENG', '210', '???'), +(100270, '21100', 'ENG', '220', '???'), +(100271, '21100', 'ENG', '250', '???'), +(100272, '21100', 'ENG', '301', '???'), +(100273, '21100', 'ENG', '350', '???'), +(100274, '21100', 'ENG', '399', '???'), +(100275, '21150', 'ENGL', '101', '???'), +(100276, '21150', 'ENGL', '110', '???'), +(100277, '21150', 'ENGL', '120', '???'), +(100278, '21150', 'ENGL', '150', '???'), +(100279, '21150', 'ENGL', '201', '???'), +(100280, '21150', 'ENGL', '210', '???'), +(100281, '21150', 'ENGL', '220', '???'), +(100282, '21150', 'ENGL', '250', '???'), +(100283, '21150', 'ENGL', '301', '???'), +(100284, '21150', 'ENGL', '350', '???'), +(100285, '21150', 'ENGL', '399', '???'), +(100286, '21200', 'ENV', '101', '???'), +(100287, '21200', 'ENV', '110', '???'), +(100288, '21200', 'ENV', '120', '???'), +(100289, '21200', 'ENV', '150', '???'), +(100290, '21200', 'ENV', '201', '???'), +(100291, '21200', 'ENV', '210', '???'), +(100292, '21200', 'ENV', '220', '???'), +(100293, '21200', 'ENV', '250', '???'), +(100294, '21200', 'ENV', '301', '???'), +(100295, '21200', 'ENV', '350', '???'), +(100296, '21200', 'ENV', '399', '???'), +(100297, '21250', 'WRI', '101', '???'), +(100298, '21250', 'WRI', '110', '???'), +(100299, '21250', 'WRI', '120', '???'), +(100300, '21250', 'WRI', '150', '???'), +(100301, '21250', 'WRI', '201', '???'), +(100302, '21250', 'WRI', '210', '???'), +(100303, '21250', 'WRI', '220', '???'), +(100304, '21250', 'WRI', '250', '???'), +(100305, '21250', 'WRI', '301', '???'), +(100306, '21250', 'WRI', '350', '???'), +(100307, '21250', 'WRI', '399', '???'), +(100308, '21300', 'GERM', '101', '???'), +(100309, '21300', 'GERM', '110', '???'), +(100310, '21300', 'GERM', '120', '???'), +(100311, '21300', 'GERM', '150', '???'), +(100312, '21300', 'GERM', '201', '???'), +(100313, '21300', 'GERM', '210', '???'), +(100314, '21300', 'GERM', '220', '???'), +(100315, '21300', 'GERM', '250', '???'), +(100316, '21300', 'GERM', '301', '???'), +(100317, '21300', 'GERM', '350', '???'), +(100318, '21300', 'GERM', '399', '???'), +(100319, '21350', 'GHP', '101', '???'), +(100320, '21350', 'GHP', '110', '???'), +(100321, '21350', 'GHP', '120', '???'), +(100322, '21350', 'GHP', '150', '???'), +(100323, '21350', 'GHP', '201', '???'), +(100324, '21350', 'GHP', '210', '???'), +(100325, '21350', 'GHP', '220', '???'), +(100326, '21350', 'GHP', '250', '???'), +(100327, '21350', 'GHP', '301', '???'), +(100328, '21350', 'GHP', '350', '???'), +(100329, '21350', 'GHP', '399', '???'), +(100330, '21400', 'GVMT', '101', '???'), +(100331, '21400', 'GVMT', '110', '???'), +(100332, '21400', 'GVMT', '120', '???'), +(100333, '21400', 'GVMT', '150', '???'), +(100334, '21400', 'GVMT', '201', '???'), +(100335, '21400', 'GVMT', '210', '???'), +(100336, '21400', 'GVMT', '220', '???'), +(100337, '21400', 'GVMT', '250', '???'), +(100338, '21400', 'GVMT', '301', '???'), +(100339, '21400', 'GVMT', '350', '???'), +(100340, '21400', 'GVMT', '399', '???'), +(100341, '21450', 'HIST', '101', '???'), +(100342, '21450', 'HIST', '110', '???'), +(100343, '21450', 'HIST', '120', '???'), +(100344, '21450', 'HIST', '150', '???'), +(100345, '21450', 'HIST', '201', '???'), +(100346, '21450', 'HIST', '210', '???'), +(100347, '21450', 'HIST', '220', '???'), +(100348, '21450', 'HIST', '250', '???'), +(100349, '21450', 'HIST', '301', '???'), +(100350, '21450', 'HIST', '350', '???'), +(100351, '21450', 'HIST', '399', '???'), +(100352, '21500', 'LIT', '101', '???'), +(100353, '21500', 'LIT', '110', '???'), +(100354, '21500', 'LIT', '120', '???'), +(100355, '21500', 'LIT', '150', '???'), +(100356, '21500', 'LIT', '201', '???'), +(100357, '21500', 'LIT', '210', '???'), +(100358, '21500', 'LIT', '220', '???'), +(100359, '21500', 'LIT', '250', '???'), +(100360, '21500', 'LIT', '301', '???'), +(100361, '21500', 'LIT', '350', '???'), +(100362, '21500', 'LIT', '399', '???'), +(100363, '21550', 'HUM', '101', '???'), +(100364, '21550', 'HUM', '110', '???'), +(100365, '21550', 'HUM', '120', '???'), +(100366, '21550', 'HUM', '150', '???'), +(100367, '21550', 'HUM', '201', '???'), +(100368, '21550', 'HUM', '210', '???'), +(100369, '21550', 'HUM', '220', '???'), +(100370, '21550', 'HUM', '250', '???'), +(100371, '21550', 'HUM', '301', '???'), +(100372, '21550', 'HUM', '350', '???'), +(100373, '21550', 'HUM', '399', '???'), +(100374, '21600', 'LING', '101', '???'), +(100375, '21600', 'LING', '110', '???'), +(100376, '21600', 'LING', '120', '???'), +(100377, '21600', 'LING', '150', '???'), +(100378, '21600', 'LING', '201', '???'), +(100379, '21600', 'LING', '210', '???'), +(100380, '21600', 'LING', '220', '???'), +(100381, '21600', 'LING', '250', '???'), +(100382, '21600', 'LING', '301', '???'), +(100383, '21600', 'LING', '350', '???'), +(100384, '21600', 'LING', '399', '???'), +(100385, '21650', 'MAT', '101', '???'), +(100386, '21650', 'MAT', '110', '???'), +(100387, '21650', 'MAT', '120', '???'), +(100388, '21650', 'MAT', '150', '???'), +(100389, '21650', 'MAT', '201', '???'), +(100390, '21650', 'MAT', '210', '???'), +(100391, '21650', 'MAT', '220', '???'), +(100392, '21650', 'MAT', '250', '???'), +(100393, '21650', 'MAT', '301', '???'), +(100394, '21650', 'MAT', '350', '???'), +(100395, '21650', 'MAT', '399', '???'), +(100396, '21700', 'MEDS', '101', '???'), +(100397, '21700', 'MEDS', '110', '???'), +(100398, '21700', 'MEDS', '120', '???'), +(100399, '21700', 'MEDS', '150', '???'), +(100400, '21700', 'MEDS', '201', '???'), +(100401, '21700', 'MEDS', '210', '???'), +(100402, '21700', 'MEDS', '220', '???'), +(100403, '21700', 'MEDS', '250', '???'), +(100404, '21700', 'MEDS', '301', '???'), +(100405, '21700', 'MEDS', '350', '???'), +(100406, '21700', 'MEDS', '399', '???'), +(100407, '21750', 'MES', '101', '???'), +(100408, '21750', 'MES', '110', '???'), +(100409, '21750', 'MES', '120', '???'), +(100410, '21750', 'MES', '150', '???'), +(100411, '21750', 'MES', '201', '???'), +(100412, '21750', 'MES', '210', '???'), +(100413, '21750', 'MES', '220', '???'), +(100414, '21750', 'MES', '250', '???'), +(100415, '21750', 'MES', '301', '???'), +(100416, '21750', 'MES', '350', '???'), +(100417, '21750', 'MES', '399', '???'), +(100418, '21800', 'MCB', '101', '???'), +(100419, '21800', 'MCB', '110', '???'), +(100420, '21800', 'MCB', '120', '???'), +(100421, '21800', 'MCB', '150', '???'), +(100422, '21800', 'MCB', '201', '???'), +(100423, '21800', 'MCB', '210', '???'), +(100424, '21800', 'MCB', '220', '???'), +(100425, '21800', 'MCB', '250', '???'), +(100426, '21800', 'MCB', '301', '???'), +(100427, '21800', 'MCB', '350', '???'), +(100428, '21800', 'MCB', '399', '???'), +(100429, '21850', 'MUS', '101', '???'), +(100430, '21850', 'MUS', '110', '???'), +(100431, '21850', 'MUS', '120', '???'), +(100432, '21850', 'MUS', '150', '???'), +(100433, '21850', 'MUS', '201', '???'), +(100434, '21850', 'MUS', '210', '???'), +(100435, '21850', 'MUS', '220', '???'), +(100436, '21850', 'MUS', '250', '???'), +(100437, '21850', 'MUS', '301', '???'), +(100438, '21850', 'MUS', '350', '???'), +(100439, '21850', 'MUS', '399', '???'), +(100440, '21900', 'NELC', '101', '???'), +(100441, '21900', 'NELC', '110', '???'), +(100442, '21900', 'NELC', '120', '???'), +(100443, '21900', 'NELC', '150', '???'), +(100444, '21900', 'NELC', '201', '???'), +(100445, '21900', 'NELC', '210', '???'), +(100446, '21900', 'NELC', '220', '???'), +(100447, '21900', 'NELC', '250', '???'), +(100448, '21900', 'NELC', '301', '???'), +(100449, '21900', 'NELC', '350', '???'), +(100450, '21900', 'NELC', '399', '???'), +(100451, '21950', 'PHIL', '101', '???'), +(100452, '21950', 'PHIL', '110', '???'), +(100453, '21950', 'PHIL', '120', '???'), +(100454, '21950', 'PHIL', '150', '???'), +(100455, '21950', 'PHIL', '201', '???'), +(100456, '21950', 'PHIL', '210', '???'), +(100457, '21950', 'PHIL', '220', '???'), +(100458, '21950', 'PHIL', '250', '???'), +(100459, '21950', 'PHIL', '301', '???'), +(100460, '21950', 'PHIL', '350', '???'), +(100461, '21950', 'PHIL', '399', '???'), +(100462, '22000', 'PHY', '101', '???'), +(100463, '22000', 'PHY', '110', '???'), +(100464, '22000', 'PHY', '120', '???'), +(100465, '22000', 'PHY', '150', '???'), +(100466, '22000', 'PHY', '201', '???'), +(100467, '22000', 'PHY', '210', '???'), +(100468, '22000', 'PHY', '220', '???'), +(100469, '22000', 'PHY', '250', '???'), +(100470, '22000', 'PHY', '301', '???'), +(100471, '22000', 'PHY', '350', '???'), +(100472, '22000', 'PHY', '399', '???'), +(100473, '22050', 'POLI', '101', '???'), +(100474, '22050', 'POLI', '110', '???'), +(100475, '22050', 'POLI', '120', '???'), +(100476, '22050', 'POLI', '150', '???'), +(100477, '22050', 'POLI', '201', '???'), +(100478, '22050', 'POLI', '210', '???'), +(100479, '22050', 'POLI', '220', '???'), +(100480, '22050', 'POLI', '250', '???'), +(100481, '22050', 'POLI', '301', '???'), +(100482, '22050', 'POLI', '350', '???'), +(100483, '22050', 'POLI', '399', '???'), +(100484, '22100', 'PSYC', '101', '???'), +(100485, '22100', 'PSYC', '110', '???'), +(100486, '22100', 'PSYC', '120', '???'), +(100487, '22100', 'PSYC', '150', '???'), +(100488, '22100', 'PSYC', '201', '???'), +(100489, '22100', 'PSYC', '210', '???'), +(100490, '22100', 'PSYC', '220', '???'), +(100491, '22100', 'PSYC', '250', '???'), +(100492, '22100', 'PSYC', '301', '???'), +(100493, '22100', 'PSYC', '350', '???'), +(100494, '22100', 'PSYC', '399', '???'), +(100495, '22150', 'REL', '101', '???'), +(100496, '22150', 'REL', '110', '???'), +(100497, '22150', 'REL', '120', '???'), +(100498, '22150', 'REL', '150', '???'), +(100499, '22150', 'REL', '201', '???'), +(100500, '22150', 'REL', '210', '???'), +(100501, '22150', 'REL', '220', '???'), +(100502, '22150', 'REL', '250', '???'), +(100503, '22150', 'REL', '301', '???'), +(100504, '22150', 'REL', '350', '???'), +(100505, '22150', 'REL', '399', '???'), +(100506, '22200', 'ROML', '101', '???'), +(100507, '22200', 'ROML', '110', '???'), +(100508, '22200', 'ROML', '120', '???'), +(100509, '22200', 'ROML', '150', '???'), +(100510, '22200', 'ROML', '201', '???'), +(100511, '22200', 'ROML', '210', '???'), +(100512, '22200', 'ROML', '220', '???'), +(100513, '22200', 'ROML', '250', '???'), +(100514, '22200', 'ROML', '301', '???'), +(100515, '22200', 'ROML', '350', '???'), +(100516, '22200', 'ROML', '399', '???'), +(100517, '22250', 'SLAV', '101', '???'), +(100518, '22250', 'SLAV', '110', '???'), +(100519, '22250', 'SLAV', '120', '???'), +(100520, '22250', 'SLAV', '150', '???'), +(100521, '22250', 'SLAV', '201', '???'), +(100522, '22250', 'SLAV', '210', '???'), +(100523, '22250', 'SLAV', '220', '???'), +(100524, '22250', 'SLAV', '250', '???'), +(100525, '22250', 'SLAV', '301', '???'), +(100526, '22250', 'SLAV', '350', '???'), +(100527, '22250', 'SLAV', '399', '???'), +(100528, '22300', 'SOCS', '101', '???'), +(100529, '22300', 'SOCS', '110', '???'), +(100530, '22300', 'SOCS', '120', '???'), +(100531, '22300', 'SOCS', '150', '???'), +(100532, '22300', 'SOCS', '201', '???'), +(100533, '22300', 'SOCS', '210', '???'), +(100534, '22300', 'SOCS', '220', '???'), +(100535, '22300', 'SOCS', '250', '???'), +(100536, '22300', 'SOCS', '301', '???'), +(100537, '22300', 'SOCS', '350', '???'), +(100538, '22300', 'SOCS', '399', '???'), +(100539, '22350', 'SOC', '101', '???'), +(100540, '22350', 'SOC', '110', '???'), +(100541, '22350', 'SOC', '120', '???'), +(100542, '22350', 'SOC', '150', '???'), +(100543, '22350', 'SOC', '201', '???'), +(100544, '22350', 'SOC', '210', '???'), +(100545, '22350', 'SOC', '220', '???'), +(100546, '22350', 'SOC', '250', '???'), +(100547, '22350', 'SOC', '301', '???'), +(100548, '22350', 'SOC', '350', '???'), +(100549, '22350', 'SOC', '399', '???'), +(100550, '22400', 'SAS', '101', '???'), +(100551, '22400', 'SAS', '110', '???'), +(100552, '22400', 'SAS', '120', '???'), +(100553, '22400', 'SAS', '150', '???'), +(100554, '22400', 'SAS', '201', '???'), +(100555, '22400', 'SAS', '210', '???'), +(100556, '22400', 'SAS', '220', '???'), +(100557, '22400', 'SAS', '250', '???'), +(100558, '22400', 'SAS', '301', '???'), +(100559, '22400', 'SAS', '350', '???'), +(100560, '22400', 'SAS', '399', '???'), +(100561, '22450', 'STAT', '101', '???'), +(100562, '22450', 'STAT', '110', '???'), +(100563, '22450', 'STAT', '120', '???'), +(100564, '22450', 'STAT', '150', '???'), +(100565, '22450', 'STAT', '201', '???'), +(100566, '22450', 'STAT', '210', '???'), +(100567, '22450', 'STAT', '220', '???'), +(100568, '22450', 'STAT', '250', '???'), +(100569, '22450', 'STAT', '301', '???'), +(100570, '22450', 'STAT', '350', '???'), +(100571, '22450', 'STAT', '399', '???'), +(100572, '22500', 'THEA', '101', '???'), +(100573, '22500', 'THEA', '110', '???'), +(100574, '22500', 'THEA', '120', '???'), +(100575, '22500', 'THEA', '150', '???'), +(100576, '22500', 'THEA', '201', '???'), +(100577, '22500', 'THEA', '210', '???'), +(100578, '22500', 'THEA', '220', '???'), +(100579, '22500', 'THEA', '250', '???'), +(100580, '22500', 'THEA', '301', '???'), +(100581, '22500', 'THEA', '350', '???'), +(100582, '22500', 'THEA', '399', '???'), +(100583, '22550', 'GSS', '101', '???'), +(100584, '22550', 'GSS', '110', '???'), +(100585, '22550', 'GSS', '120', '???'), +(100586, '22550', 'GSS', '150', '???'), +(100587, '22550', 'GSS', '201', '???'), +(100588, '22550', 'GSS', '210', '???'), +(100589, '22550', 'GSS', '220', '???'), +(100590, '22550', 'GSS', '250', '???'), +(100591, '22550', 'GSS', '301', '???'), +(100592, '22550', 'GSS', '350', '???'), +(100593, '22550', 'GSS', '399', '???'), +(100594, '90100', 'ICFE', '101', '???'), +(100595, '90100', 'ICFE', '110', '???'), +(100596, '90100', 'ICFE', '120', '???'), +(100597, '90100', 'ICFE', '150', '???'), +(100598, '90100', 'ICFE', '201', '???'), +(100599, '90100', 'ICFE', '210', '???'), +(100600, '90100', 'ICFE', '220', '???'), +(100601, '90100', 'ICFE', '250', '???'), +(100602, '90100', 'ICFE', '301', '???'), +(100603, '90100', 'ICFE', '350', '???'), +(100604, '90100', 'ICFE', '399', '???'), +(100605, '90200', 'ISSR', '101', '???'), +(100606, '90200', 'ISSR', '110', '???'), +(100607, '90200', 'ISSR', '120', '???'), +(100608, '90200', 'ISSR', '150', '???'), +(100609, '90200', 'ISSR', '201', '???'), +(100610, '90200', 'ISSR', '210', '???'), +(100611, '90200', 'ISSR', '220', '???'), +(100612, '90200', 'ISSR', '250', '???'), +(100613, '90200', 'ISSR', '301', '???'), +(100614, '90200', 'ISSR', '350', '???'), +(100615, '90200', 'ISSR', '399', '???'), +(100616, '90300', 'RCWS', '101', '???'), +(100617, '90300', 'RCWS', '110', '???'), +(100618, '90300', 'RCWS', '120', '???'), +(100619, '90300', 'RCWS', '150', '???'), +(100620, '90300', 'RCWS', '201', '???'), +(100621, '90300', 'RCWS', '210', '???'), +(100622, '90300', 'RCWS', '220', '???'), +(100623, '90300', 'RCWS', '250', '???'), +(100624, '90300', 'RCWS', '301', '???'), +(100625, '90300', 'RCWS', '350', '???'), +(100626, '90300', 'RCWS', '399', '???') +; + + +create table sis_enrollment ( + course_id integer, + person_id varchar(10), + term varchar(9) +); + + +insert into sis_enrollment (course_id, person_id, term) values +('100000', '800000078', '2021FA'), +('100000', '800000375', '2021FA'), +('100000', '800000813', '2021FA'), +('100000', '800000914', '2021FA'), +('100000', '800000968', '2021FA'), +('100000', '800001329', '2021FA'), +('100000', '800001469', '2021FA'), +('100000', '800001704', '2021FA'), +('100000', '800001791', '2021FA'), +('100000', '800001799', '2021FA'), +('100000', '800001858', '2021FA'), +('100000', '800002153', '2021FA'), +('100000', '800002258', '2021FA'), +('100000', '800002553', '2021FA'), +('100001', '800000067', '2021FA'), +('100001', '800000359', '2021FA'), +('100001', '800000539', '2021FA'), +('100001', '800001075', '2021FA'), +('100001', '800001599', '2021FA'), +('100001', '800002095', '2021FA'), +('100001', '800002243', '2021FA'), +('100001', '800002492', '2021FA'), +('100001', '800002595', '2021FA'), +('100001', '800002635', '2021FA'), +('100001', '800002726', '2021FA'), +('100001', '800002729', '2021FA'), +('100001', '800002957', '2021FA'), +('100001', '800002977', '2021FA'), +('100002', '800000157', '2021FA'), +('100002', '800000719', '2021FA'), +('100002', '800001157', '2021FA'), +('100002', '800001815', '2021FA'), +('100002', '800001940', '2021FA'), +('100002', '800001976', '2021FA'), +('100002', '800002018', '2021FA'), +('100002', '800002202', '2021FA'), +('100002', '800002451', '2021FA'), +('100002', '800002548', '2021FA'), +('100002', '800002967', '2021FA'), +('100003', '800000210', '2021FA'), +('100003', '800000765', '2021FA'), +('100003', '800000889', '2021FA'), +('100003', '800000907', '2021FA'), +('100003', '800001100', '2021FA'), +('100003', '800001209', '2021FA'), +('100003', '800001471', '2021FA'), +('100003', '800001608', '2021FA'), +('100003', '800001951', '2021FA'), +('100003', '800002611', '2021FA'), +('100003', '800002652', '2021FA'), +('100004', '800000011', '2021FA'), +('100004', '800000381', '2021FA'), +('100004', '800000701', '2021FA'), +('100004', '800000836', '2021FA'), +('100004', '800000881', '2021FA'), +('100004', '800002120', '2021FA'), +('100004', '800002227', '2021FA'), +('100004', '800002405', '2021FA'), +('100004', '800002531', '2021FA'), +('100004', '800002913', '2021FA'), +('100005', '800000237', '2021FA'), +('100005', '800000346', '2021FA'), +('100005', '800000550', '2021FA'), +('100005', '800001599', '2021FA'), +('100005', '800001815', '2021FA'), +('100005', '800001892', '2021FA'), +('100005', '800002008', '2021FA'), +('100005', '800002453', '2021FA'), +('100005', '800002738', '2021FA'), +('100006', '800000409', '2021FA'), +('100006', '800000474', '2021FA'), +('100006', '800000632', '2021FA'), +('100006', '800000666', '2021FA'), +('100006', '800001500', '2021FA'), +('100006', '800002032', '2021FA'), +('100006', '800002268', '2021FA'), +('100006', '800002483', '2021FA'), +('100006', '800002577', '2021FA'), +('100006', '800002604', '2021FA'), +('100006', '800002645', '2021FA'), +('100006', '800002749', '2021FA'), +('100006', '800002989', '2021FA'), +('100007', '800001156', '2021FA'), +('100007', '800001407', '2021FA'), +('100007', '800001473', '2021FA'), +('100007', '800001588', '2021FA'), +('100007', '800001982', '2021FA'), +('100007', '800002159', '2021FA'), +('100007', '800002517', '2021FA'), +('100007', '800002599', '2021FA'), +('100007', '800002795', '2021FA'), +('100008', '800000714', '2021FA'), +('100008', '800001070', '2021FA'), +('100008', '800001234', '2021FA'), +('100008', '800001354', '2021FA'), +('100008', '800001454', '2021FA'), +('100008', '800001492', '2021FA'), +('100008', '800001689', '2021FA'), +('100008', '800002209', '2021FA'), +('100008', '800002405', '2021FA'), +('100008', '800002581', '2021FA'), +('100009', '800000099', '2021FA'), +('100009', '800000268', '2021FA'), +('100009', '800000369', '2021FA'), +('100009', '800000981', '2021FA'), +('100009', '800001030', '2021FA'), +('100009', '800001377', '2021FA'), +('100009', '800001643', '2021FA'), +('100009', '800001870', '2021FA'), +('100009', '800002790', '2021FA'), +('100009', '800002994', '2021FA'), +('100010', '800000211', '2021FA'), +('100010', '800000354', '2021FA'), +('100010', '800000755', '2021FA'), +('100010', '800000759', '2021FA'), +('100010', '800001174', '2021FA'), +('100010', '800001377', '2021FA'), +('100010', '800001478', '2021FA'), +('100010', '800001550', '2021FA'), +('100010', '800001574', '2021FA'), +('100010', '800001607', '2021FA'), +('100010', '800001961', '2021FA'), +('100010', '800002074', '2021FA'), +('100010', '800002224', '2021FA'), +('100010', '800002341', '2021FA'), +('100010', '800002490', '2021FA'), +('100010', '800002586', '2021FA'), +('100010', '800002587', '2021FA'), +('100010', '800002830', '2021FA'), +('100010', '800002956', '2021FA'), +('100011', '800000306', '2021FA'), +('100011', '800000322', '2021FA'), +('100011', '800000348', '2021FA'), +('100011', '800000419', '2021FA'), +('100011', '800000809', '2021FA'), +('100011', '800000878', '2021FA'), +('100011', '800001183', '2021FA'), +('100011', '800001199', '2021FA'), +('100011', '800001616', '2021FA'), +('100011', '800001738', '2021FA'), +('100011', '800001882', '2021FA'), +('100011', '800002042', '2021FA'), +('100011', '800002501', '2021FA'), +('100011', '800002559', '2021FA'), +('100011', '800002591', '2021FA'), +('100011', '800002822', '2021FA'), +('100012', '800000143', '2021FA'), +('100012', '800000197', '2021FA'), +('100012', '800000467', '2021FA'), +('100012', '800000557', '2021FA'), +('100012', '800000625', '2021FA'), +('100012', '800000725', '2021FA'), +('100012', '800000876', '2021FA'), +('100012', '800001725', '2021FA'), +('100012', '800001774', '2021FA'), +('100012', '800001869', '2021FA'), +('100012', '800002014', '2021FA'), +('100012', '800002451', '2021FA'), +('100012', '800002471', '2021FA'), +('100012', '800002712', '2021FA'), +('100013', '800000080', '2021FA'), +('100013', '800000290', '2021FA'), +('100013', '800000369', '2021FA'), +('100013', '800000509', '2021FA'), +('100013', '800000568', '2021FA'), +('100013', '800000720', '2021FA'), +('100013', '800000737', '2021FA'), +('100013', '800000811', '2021FA'), +('100013', '800000908', '2021FA'), +('100013', '800001270', '2021FA'), +('100013', '800001620', '2021FA'), +('100013', '800001712', '2021FA'), +('100013', '800001719', '2021FA'), +('100013', '800001899', '2021FA'), +('100013', '800001938', '2021FA'), +('100013', '800001988', '2021FA'), +('100013', '800002257', '2021FA'), +('100013', '800002267', '2021FA'), +('100013', '800002305', '2021FA'), +('100013', '800002516', '2021FA'), +('100014', '800000123', '2021FA'), +('100014', '800000172', '2021FA'), +('100014', '800000339', '2021FA'), +('100014', '800001004', '2021FA'), +('100014', '800001372', '2021FA'), +('100014', '800002202', '2021FA'), +('100014', '800002623', '2021FA'), +('100014', '800002635', '2021FA'), +('100014', '800002878', '2021FA'), +('100015', '800000393', '2021FA'), +('100015', '800000637', '2021FA'), +('100015', '800000807', '2021FA'), +('100015', '800001063', '2021FA'), +('100015', '800001706', '2021FA'), +('100015', '800002821', '2021FA'), +('100016', '800000290', '2021FA'), +('100016', '800000724', '2021FA'), +('100016', '800000749', '2021FA'), +('100016', '800001181', '2021FA'), +('100016', '800001715', '2021FA'), +('100016', '800002239', '2021FA'), +('100016', '800002324', '2021FA'), +('100016', '800002346', '2021FA'), +('100016', '800002452', '2021FA'), +('100016', '800002597', '2021FA'), +('100016', '800002766', '2021FA'), +('100016', '800002886', '2021FA'), +('100017', '800000112', '2021FA'), +('100017', '800000181', '2021FA'), +('100017', '800000676', '2021FA'), +('100017', '800000815', '2021FA'), +('100017', '800001049', '2021FA'), +('100017', '800001203', '2021FA'), +('100017', '800001234', '2021FA'), +('100017', '800001410', '2021FA'), +('100017', '800001866', '2021FA'), +('100017', '800002543', '2021FA'), +('100017', '800002684', '2021FA'), +('100018', '800000322', '2021FA'), +('100018', '800000881', '2021FA'), +('100018', '800000953', '2021FA'), +('100018', '800001343', '2021FA'), +('100018', '800001729', '2021FA'), +('100018', '800002097', '2021FA'), +('100018', '800002397', '2021FA'), +('100019', '800000065', '2021FA'), +('100019', '800000241', '2021FA'), +('100019', '800000400', '2021FA'), +('100019', '800000707', '2021FA'), +('100019', '800000734', '2021FA'), +('100019', '800000977', '2021FA'), +('100019', '800001117', '2021FA'), +('100019', '800001911', '2021FA'), +('100019', '800002029', '2021FA'), +('100019', '800002219', '2021FA'), +('100019', '800002475', '2021FA'), +('100019', '800002886', '2021FA'), +('100019', '800002988', '2021FA'), +('100020', '800000726', '2021FA'), +('100020', '800000808', '2021FA'), +('100020', '800001315', '2021FA'), +('100020', '800001633', '2021FA'), +('100020', '800001798', '2021FA'), +('100020', '800001818', '2021FA'), +('100020', '800001951', '2021FA'), +('100020', '800002086', '2021FA'), +('100020', '800002316', '2021FA'), +('100020', '800002845', '2021FA'), +('100021', '800000593', '2021FA'), +('100021', '800000676', '2021FA'), +('100021', '800002113', '2021FA'), +('100021', '800002228', '2021FA'), +('100021', '800002326', '2021FA'), +('100021', '800002426', '2021FA'), +('100021', '800002575', '2021FA'), +('100021', '800002620', '2021FA'), +('100021', '800002712', '2021FA'), +('100021', '800002812', '2021FA'), +('100022', '800000368', '2021FA'), +('100022', '800000417', '2021FA'), +('100022', '800000717', '2021FA'), +('100022', '800000905', '2021FA'), +('100022', '800001006', '2021FA'), +('100022', '800001078', '2021FA'), +('100022', '800001200', '2021FA'), +('100022', '800001367', '2021FA'), +('100022', '800001379', '2021FA'), +('100022', '800001716', '2021FA'), +('100022', '800001769', '2021FA'), +('100022', '800001779', '2021FA'), +('100022', '800001954', '2021FA'), +('100022', '800002042', '2021FA'), +('100022', '800002107', '2021FA'), +('100022', '800002399', '2021FA'), +('100022', '800002477', '2021FA'), +('100023', '800000093', '2021FA'), +('100023', '800000688', '2021FA'), +('100023', '800000914', '2021FA'), +('100023', '800001698', '2021FA'), +('100023', '800001706', '2021FA'), +('100023', '800002120', '2021FA'), +('100023', '800002414', '2021FA'), +('100023', '800002428', '2021FA'), +('100023', '800002560', '2021FA'), +('100023', '800002577', '2021FA'), +('100024', '800000028', '2021FA'), +('100024', '800000419', '2021FA'), +('100024', '800000590', '2021FA'), +('100024', '800000843', '2021FA'), +('100024', '800001213', '2021FA'), +('100024', '800001279', '2021FA'), +('100024', '800001311', '2021FA'), +('100024', '800001511', '2021FA'), +('100024', '800001944', '2021FA'), +('100024', '800002645', '2021FA'), +('100024', '800002673', '2021FA'), +('100024', '800002812', '2021FA'), +('100025', '800000317', '2021FA'), +('100025', '800000421', '2021FA'), +('100025', '800000595', '2021FA'), +('100025', '800001280', '2021FA'), +('100025', '800001305', '2021FA'), +('100025', '800001399', '2021FA'), +('100025', '800002354', '2021FA'), +('100025', '800002360', '2021FA'), +('100025', '800002363', '2021FA'), +('100025', '800002387', '2021FA'), +('100025', '800002426', '2021FA'), +('100025', '800002537', '2021FA'), +('100025', '800002589', '2021FA'), +('100025', '800002896', '2021FA'), +('100026', '800000060', '2021FA'), +('100026', '800000547', '2021FA'), +('100026', '800000555', '2021FA'), +('100026', '800000694', '2021FA'), +('100026', '800001988', '2021FA'), +('100026', '800002006', '2021FA'), +('100026', '800002035', '2021FA'), +('100026', '800002091', '2021FA'), +('100026', '800002315', '2021FA'), +('100026', '800002358', '2021FA'), +('100026', '800002476', '2021FA'), +('100026', '800002606', '2021FA'), +('100026', '800002672', '2021FA'), +('100026', '800002770', '2021FA'), +('100027', '800000017', '2021FA'), +('100027', '800000197', '2021FA'), +('100027', '800000445', '2021FA'), +('100027', '800000479', '2021FA'), +('100027', '800000680', '2021FA'), +('100027', '800001220', '2021FA'), +('100027', '800001304', '2021FA'), +('100027', '800001396', '2021FA'), +('100027', '800001740', '2021FA'), +('100027', '800002154', '2021FA'), +('100027', '800002227', '2021FA'), +('100027', '800002607', '2021FA'), +('100027', '800002960', '2021FA'), +('100028', '800000047', '2021FA'), +('100028', '800000419', '2021FA'), +('100028', '800000622', '2021FA'), +('100028', '800000859', '2021FA'), +('100028', '800001107', '2021FA'), +('100028', '800001190', '2021FA'), +('100028', '800001479', '2021FA'), +('100028', '800001992', '2021FA'), +('100028', '800002523', '2021FA'), +('100028', '800002619', '2021FA'), +('100028', '800002775', '2021FA'), +('100028', '800002822', '2021FA'), +('100028', '800002952', '2021FA'), +('100029', '800000527', '2021FA'), +('100029', '800000554', '2021FA'), +('100029', '800001216', '2021FA'), +('100029', '800001280', '2021FA'), +('100029', '800001426', '2021FA'), +('100029', '800001524', '2021FA'), +('100029', '800001538', '2021FA'), +('100029', '800001614', '2021FA'), +('100029', '800001704', '2021FA'), +('100029', '800001982', '2021FA'), +('100029', '800002083', '2021FA'), +('100029', '800002278', '2021FA'), +('100029', '800002293', '2021FA'), +('100029', '800002479', '2021FA'), +('100029', '800002528', '2021FA'), +('100029', '800002658', '2021FA'), +('100029', '800002799', '2021FA'), +('100030', '800000042', '2021FA'), +('100030', '800000106', '2021FA'), +('100030', '800000749', '2021FA'), +('100030', '800000924', '2021FA'), +('100030', '800001003', '2021FA'), +('100030', '800001078', '2021FA'), +('100030', '800001429', '2021FA'), +('100030', '800001794', '2021FA'), +('100030', '800001919', '2021FA'), +('100030', '800002072', '2021FA'), +('100030', '800002357', '2021FA'), +('100030', '800002373', '2021FA'), +('100030', '800002527', '2021FA'), +('100030', '800002629', '2021FA'), +('100030', '800002788', '2021FA'), +('100031', '800000365', '2021FA'), +('100031', '800000431', '2021FA'), +('100031', '800000886', '2021FA'), +('100031', '800001150', '2021FA'), +('100031', '800001285', '2021FA'), +('100031', '800001993', '2021FA'), +('100031', '800002080', '2021FA'), +('100031', '800002199', '2021FA'), +('100031', '800002300', '2021FA'), +('100031', '800002388', '2021FA'), +('100031', '800002406', '2021FA'), +('100031', '800002464', '2021FA'), +('100031', '800002569', '2021FA'), +('100031', '800002659', '2021FA'), +('100031', '800002914', '2021FA'), +('100032', '800000022', '2021FA'), +('100032', '800000027', '2021FA'), +('100032', '800000473', '2021FA'), +('100032', '800000548', '2021FA'), +('100032', '800000610', '2021FA'), +('100032', '800000850', '2021FA'), +('100032', '800000920', '2021FA'), +('100032', '800000997', '2021FA'), +('100032', '800001526', '2021FA'), +('100032', '800001721', '2021FA'), +('100032', '800002274', '2021FA'), +('100032', '800002543', '2021FA'), +('100032', '800002924', '2021FA'), +('100032', '800002976', '2021FA'), +('100033', '800000821', '2021FA'), +('100033', '800000835', '2021FA'), +('100033', '800000930', '2021FA'), +('100033', '800001029', '2021FA'), +('100033', '800001171', '2021FA'), +('100033', '800001606', '2021FA'), +('100033', '800001977', '2021FA'), +('100033', '800002018', '2021FA'), +('100033', '800002185', '2021FA'), +('100033', '800002276', '2021FA'), +('100033', '800002629', '2021FA'), +('100033', '800002707', '2021FA'), +('100034', '800000189', '2021FA'), +('100034', '800000288', '2021FA'), +('100034', '800000338', '2021FA'), +('100034', '800000721', '2021FA'), +('100034', '800000746', '2021FA'), +('100034', '800000947', '2021FA'), +('100034', '800001122', '2021FA'), +('100034', '800001309', '2021FA'), +('100034', '800001332', '2021FA'), +('100034', '800001583', '2021FA'), +('100034', '800001981', '2021FA'), +('100034', '800002090', '2021FA'), +('100034', '800002253', '2021FA'), +('100034', '800002307', '2021FA'), +('100034', '800002455', '2021FA'), +('100034', '800002638', '2021FA'), +('100035', '800000915', '2021FA'), +('100035', '800001185', '2021FA'), +('100035', '800001789', '2021FA'), +('100035', '800001853', '2021FA'), +('100035', '800001956', '2021FA'), +('100035', '800002028', '2021FA'), +('100035', '800002266', '2021FA'), +('100035', '800002292', '2021FA'), +('100036', '800000368', '2021FA'), +('100036', '800001058', '2021FA'), +('100036', '800001067', '2021FA'), +('100036', '800001234', '2021FA'), +('100036', '800001322', '2021FA'), +('100036', '800001348', '2021FA'), +('100036', '800001596', '2021FA'), +('100036', '800001623', '2021FA'), +('100036', '800001881', '2021FA'), +('100036', '800002064', '2021FA'), +('100036', '800002399', '2021FA'), +('100036', '800002579', '2021FA'), +('100036', '800002679', '2021FA'), +('100037', '800000059', '2021FA'), +('100037', '800000161', '2021FA'), +('100037', '800000267', '2021FA'), +('100037', '800000718', '2021FA'), +('100037', '800000767', '2021FA'), +('100037', '800000963', '2021FA'), +('100037', '800001006', '2021FA'), +('100037', '800001077', '2021FA'), +('100037', '800001337', '2021FA'), +('100037', '800001657', '2021FA'), +('100037', '800001751', '2021FA'), +('100037', '800001866', '2021FA'), +('100037', '800002113', '2021FA'), +('100037', '800002204', '2021FA'), +('100037', '800002607', '2021FA'), +('100038', '800000052', '2021FA'), +('100038', '800000458', '2021FA'), +('100038', '800000463', '2021FA'), +('100038', '800000542', '2021FA'), +('100038', '800000732', '2021FA'), +('100038', '800000995', '2021FA'), +('100038', '800001029', '2021FA'), +('100038', '800001474', '2021FA'), +('100038', '800001584', '2021FA'), +('100038', '800001741', '2021FA'), +('100038', '800002373', '2021FA'), +('100038', '800002480', '2021FA'), +('100038', '800002539', '2021FA'), +('100038', '800002562', '2021FA'), +('100038', '800002637', '2021FA'), +('100038', '800002703', '2021FA'), +('100039', '800000057', '2021FA'), +('100039', '800000268', '2021FA'), +('100039', '800000433', '2021FA'), +('100039', '800000545', '2021FA'), +('100039', '800000595', '2021FA'), +('100039', '800000724', '2021FA'), +('100039', '800000746', '2021FA'), +('100039', '800000968', '2021FA'), +('100039', '800001058', '2021FA'), +('100039', '800001248', '2021FA'), +('100039', '800001418', '2021FA'), +('100039', '800001792', '2021FA'), +('100039', '800002007', '2021FA'), +('100039', '800002701', '2021FA'), +('100040', '800000225', '2021FA'), +('100040', '800000724', '2021FA'), +('100040', '800000885', '2021FA'), +('100040', '800001182', '2021FA'), +('100040', '800001315', '2021FA'), +('100040', '800001645', '2021FA'), +('100040', '800002133', '2021FA'), +('100040', '800002578', '2021FA'), +('100040', '800002644', '2021FA'), +('100040', '800002715', '2021FA'), +('100041', '800000206', '2021FA'), +('100041', '800000936', '2021FA'), +('100041', '800001832', '2021FA'), +('100041', '800001859', '2021FA'), +('100041', '800002292', '2021FA'), +('100041', '800002548', '2021FA'), +('100041', '800002588', '2021FA'), +('100041', '800002605', '2021FA'), +('100041', '800002788', '2021FA'), +('100042', '800000193', '2021FA'), +('100042', '800000417', '2021FA'), +('100042', '800000709', '2021FA'), +('100042', '800000871', '2021FA'), +('100042', '800000914', '2021FA'), +('100042', '800000961', '2021FA'), +('100042', '800000991', '2021FA'), +('100042', '800001339', '2021FA'), +('100042', '800001610', '2021FA'), +('100042', '800001923', '2021FA'), +('100042', '800002199', '2021FA'), +('100042', '800002369', '2021FA'), +('100042', '800002447', '2021FA'), +('100042', '800002503', '2021FA'), +('100042', '800002527', '2021FA'), +('100042', '800002595', '2021FA'), +('100042', '800002621', '2021FA'), +('100042', '800002854', '2021FA'), +('100042', '800002941', '2021FA'), +('100043', '800000147', '2021FA'), +('100043', '800000290', '2021FA'), +('100043', '800001207', '2021FA'), +('100043', '800001426', '2021FA'), +('100043', '800001488', '2021FA'), +('100043', '800001552', '2021FA'), +('100043', '800001581', '2021FA'), +('100043', '800001648', '2021FA'), +('100043', '800001653', '2021FA'), +('100043', '800001719', '2021FA'), +('100043', '800001723', '2021FA'), +('100043', '800002070', '2021FA'), +('100043', '800002205', '2021FA'), +('100043', '800002982', '2021FA'), +('100044', '800000082', '2021FA'), +('100044', '800000327', '2021FA'), +('100044', '800001128', '2021FA'), +('100044', '800001174', '2021FA'), +('100044', '800001378', '2021FA'), +('100044', '800001588', '2021FA'), +('100044', '800001905', '2021FA'), +('100044', '800001929', '2021FA'), +('100044', '800002031', '2021FA'), +('100044', '800002102', '2021FA'), +('100044', '800002281', '2021FA'), +('100044', '800002297', '2021FA'), +('100044', '800002456', '2021FA'), +('100044', '800002943', '2021FA'), +('100045', '800000236', '2021FA'), +('100045', '800000500', '2021FA'), +('100045', '800000585', '2021FA'), +('100045', '800000848', '2021FA'), +('100045', '800001050', '2021FA'), +('100045', '800001127', '2021FA'), +('100045', '800001140', '2021FA'), +('100045', '800001719', '2021FA'), +('100045', '800001907', '2021FA'), +('100045', '800002070', '2021FA'), +('100045', '800002316', '2021FA'), +('100045', '800002328', '2021FA'), +('100045', '800002369', '2021FA'), +('100045', '800002471', '2021FA'), +('100045', '800002701', '2021FA'), +('100045', '800002800', '2021FA'), +('100045', '800002879', '2021FA'), +('100046', '800000211', '2021FA'), +('100046', '800000543', '2021FA'), +('100046', '800000930', '2021FA'), +('100046', '800001096', '2021FA'), +('100046', '800001209', '2021FA'), +('100046', '800001260', '2021FA'), +('100046', '800001710', '2021FA'), +('100046', '800001835', '2021FA'), +('100046', '800001986', '2021FA'), +('100046', '800002270', '2021FA'), +('100046', '800002297', '2021FA'), +('100046', '800002346', '2021FA'), +('100046', '800002351', '2021FA'), +('100047', '800000310', '2021FA'), +('100047', '800000574', '2021FA'), +('100047', '800000759', '2021FA'), +('100047', '800001537', '2021FA'), +('100047', '800001901', '2021FA'), +('100047', '800002370', '2021FA'), +('100047', '800002434', '2021FA'), +('100047', '800002450', '2021FA'), +('100047', '800002556', '2021FA'), +('100047', '800002631', '2021FA'), +('100047', '800002861', '2021FA'), +('100047', '800002881', '2021FA'), +('100048', '800000054', '2021FA'), +('100048', '800000125', '2021FA'), +('100048', '800000272', '2021FA'), +('100048', '800000748', '2021FA'), +('100048', '800000809', '2021FA'), +('100048', '800001244', '2021FA'), +('100048', '800001402', '2021FA'), +('100048', '800001586', '2021FA'), +('100048', '800001606', '2021FA'), +('100048', '800001640', '2021FA'), +('100048', '800002102', '2021FA'), +('100048', '800002281', '2021FA'), +('100048', '800002330', '2021FA'), +('100048', '800002343', '2021FA'), +('100048', '800002584', '2021FA'), +('100049', '800000703', '2021FA'), +('100049', '800000765', '2021FA'), +('100049', '800000861', '2021FA'), +('100049', '800001059', '2021FA'), +('100049', '800001102', '2021FA'), +('100049', '800001153', '2021FA'), +('100049', '800001369', '2021FA'), +('100049', '800002030', '2021FA'), +('100049', '800002199', '2021FA'), +('100049', '800002619', '2021FA'), +('100049', '800002722', '2021FA'), +('100050', '800000155', '2021FA'), +('100050', '800000490', '2021FA'), +('100050', '800000610', '2021FA'), +('100050', '800000655', '2021FA'), +('100050', '800000729', '2021FA'), +('100050', '800000733', '2021FA'), +('100050', '800000845', '2021FA'), +('100050', '800000993', '2021FA'), +('100050', '800001029', '2021FA'), +('100050', '800001174', '2021FA'), +('100050', '800001306', '2021FA'), +('100050', '800001342', '2021FA'), +('100050', '800001659', '2021FA'), +('100050', '800001667', '2021FA'), +('100050', '800001835', '2021FA'), +('100050', '800002029', '2021FA'), +('100050', '800002201', '2021FA'), +('100050', '800002830', '2021FA'), +('100051', '800000579', '2021FA'), +('100051', '800000847', '2021FA'), +('100051', '800000885', '2021FA'), +('100051', '800000917', '2021FA'), +('100051', '800000960', '2021FA'), +('100051', '800001703', '2021FA'), +('100051', '800002065', '2021FA'), +('100051', '800002251', '2021FA'), +('100051', '800002300', '2021FA'), +('100051', '800002509', '2021FA'), +('100051', '800002862', '2021FA'), +('100052', '800000080', '2021FA'), +('100052', '800000362', '2021FA'), +('100052', '800000799', '2021FA'), +('100052', '800001189', '2021FA'), +('100052', '800001529', '2021FA'), +('100052', '800001675', '2021FA'), +('100052', '800001857', '2021FA'), +('100052', '800002050', '2021FA'), +('100052', '800002074', '2021FA'), +('100052', '800002209', '2021FA'), +('100052', '800002242', '2021FA'), +('100052', '800002278', '2021FA'), +('100052', '800002784', '2021FA'), +('100053', '800000006', '2021FA'), +('100053', '800000064', '2021FA'), +('100053', '800000111', '2021FA'), +('100053', '800000474', '2021FA'), +('100053', '800000917', '2021FA'), +('100053', '800001048', '2021FA'), +('100053', '800001110', '2021FA'), +('100053', '800001114', '2021FA'), +('100053', '800001276', '2021FA'), +('100053', '800001674', '2021FA'), +('100053', '800001738', '2021FA'), +('100053', '800002007', '2021FA'), +('100053', '800002197', '2021FA'), +('100053', '800002293', '2021FA'), +('100053', '800002310', '2021FA'), +('100053', '800002471', '2021FA'), +('100053', '800002662', '2021FA'), +('100053', '800002901', '2021FA'), +('100054', '800000766', '2021FA'), +('100054', '800001291', '2021FA'), +('100054', '800001326', '2021FA'), +('100054', '800001507', '2021FA'), +('100054', '800001518', '2021FA'), +('100054', '800001745', '2021FA'), +('100054', '800001751', '2021FA'), +('100054', '800001858', '2021FA'), +('100054', '800001901', '2021FA'), +('100054', '800002461', '2021FA'), +('100054', '800002756', '2021FA'), +('100054', '800002854', '2021FA'), +('100054', '800002889', '2021FA'), +('100054', '800002987', '2021FA'), +('100055', '800000322', '2021FA'), +('100055', '800001053', '2021FA'), +('100055', '800001270', '2021FA'), +('100055', '800001275', '2021FA'), +('100055', '800001316', '2021FA'), +('100055', '800001505', '2021FA'), +('100055', '800001513', '2021FA'), +('100055', '800001718', '2021FA'), +('100055', '800001903', '2021FA'), +('100055', '800001944', '2021FA'), +('100055', '800002637', '2021FA'), +('100055', '800002784', '2021FA'), +('100056', '800000327', '2021FA'), +('100056', '800000350', '2021FA'), +('100056', '800000547', '2021FA'), +('100056', '800000963', '2021FA'), +('100056', '800001206', '2021FA'), +('100056', '800001605', '2021FA'), +('100056', '800001635', '2021FA'), +('100056', '800002143', '2021FA'), +('100056', '800002179', '2021FA'), +('100056', '800002186', '2021FA'), +('100056', '800002301', '2021FA'), +('100056', '800002501', '2021FA'), +('100056', '800002687', '2021FA'), +('100057', '800000013', '2021FA'), +('100057', '800000248', '2021FA'), +('100057', '800000277', '2021FA'), +('100057', '800000602', '2021FA'), +('100057', '800000624', '2021FA'), +('100057', '800000671', '2021FA'), +('100057', '800001104', '2021FA'), +('100057', '800001296', '2021FA'), +('100057', '800001541', '2021FA'), +('100057', '800001732', '2021FA'), +('100057', '800001745', '2021FA'), +('100057', '800001774', '2021FA'), +('100057', '800002616', '2021FA'), +('100057', '800002985', '2021FA'), +('100058', '800000049', '2021FA'), +('100058', '800000063', '2021FA'), +('100058', '800000070', '2021FA'), +('100058', '800000412', '2021FA'), +('100058', '800000726', '2021FA'), +('100058', '800000801', '2021FA'), +('100058', '800000811', '2021FA'), +('100058', '800001090', '2021FA'), +('100058', '800001743', '2021FA'), +('100058', '800002249', '2021FA'), +('100058', '800002494', '2021FA'), +('100058', '800002661', '2021FA'), +('100058', '800002693', '2021FA'), +('100058', '800002991', '2021FA'), +('100059', '800000387', '2021FA'), +('100059', '800000411', '2021FA'), +('100059', '800000428', '2021FA'), +('100059', '800000725', '2021FA'), +('100059', '800000813', '2021FA'), +('100059', '800000989', '2021FA'), +('100059', '800001030', '2021FA'), +('100059', '800001203', '2021FA'), +('100059', '800001506', '2021FA'), +('100059', '800001932', '2021FA'), +('100059', '800001940', '2021FA'), +('100059', '800002195', '2021FA'), +('100059', '800002553', '2021FA'), +('100059', '800002775', '2021FA'), +('100060', '800000148', '2021FA'), +('100060', '800000527', '2021FA'), +('100060', '800000694', '2021FA'), +('100060', '800000776', '2021FA'), +('100060', '800001232', '2021FA'), +('100060', '800001548', '2021FA'), +('100060', '800001730', '2021FA'), +('100060', '800001771', '2021FA'), +('100060', '800002117', '2021FA'), +('100060', '800002226', '2021FA'), +('100060', '800002253', '2021FA'), +('100060', '800002621', '2021FA'), +('100060', '800002639', '2021FA'), +('100060', '800002683', '2021FA'), +('100060', '800002791', '2021FA'), +('100060', '800002881', '2021FA'), +('100061', '800000022', '2021FA'), +('100061', '800000147', '2021FA'), +('100061', '800000602', '2021FA'), +('100061', '800000822', '2021FA'), +('100061', '800000907', '2021FA'), +('100061', '800001138', '2021FA'), +('100061', '800001291', '2021FA'), +('100061', '800001310', '2021FA'), +('100061', '800001719', '2021FA'), +('100061', '800001900', '2021FA'), +('100061', '800001974', '2021FA'), +('100061', '800002101', '2021FA'), +('100061', '800002720', '2021FA'), +('100062', '800000027', '2021FA'), +('100062', '800000094', '2021FA'), +('100062', '800000333', '2021FA'), +('100062', '800000369', '2021FA'), +('100062', '800000529', '2021FA'), +('100062', '800000565', '2021FA'), +('100062', '800000636', '2021FA'), +('100062', '800001326', '2021FA'), +('100062', '800001428', '2021FA'), +('100062', '800001552', '2021FA'), +('100062', '800001984', '2021FA'), +('100062', '800002195', '2021FA'), +('100062', '800002570', '2021FA'), +('100062', '800002652', '2021FA'), +('100062', '800002698', '2021FA'), +('100062', '800002846', '2021FA'), +('100063', '800000974', '2021FA'), +('100063', '800001074', '2021FA'), +('100063', '800001164', '2021FA'), +('100063', '800001291', '2021FA'), +('100063', '800001401', '2021FA'), +('100063', '800001444', '2021FA'), +('100063', '800001824', '2021FA'), +('100063', '800001837', '2021FA'), +('100063', '800001977', '2021FA'), +('100063', '800002010', '2021FA'), +('100063', '800002340', '2021FA'), +('100063', '800002341', '2021FA'), +('100063', '800002653', '2021FA'), +('100063', '800002703', '2021FA'), +('100063', '800002861', '2021FA'), +('100064', '800000032', '2021FA'), +('100064', '800000543', '2021FA'), +('100064', '800000635', '2021FA'), +('100064', '800000685', '2021FA'), +('100064', '800000687', '2021FA'), +('100064', '800000886', '2021FA'), +('100064', '800000948', '2021FA'), +('100064', '800001313', '2021FA'), +('100064', '800001464', '2021FA'), +('100064', '800001478', '2021FA'), +('100064', '800001918', '2021FA'), +('100064', '800002071', '2021FA'), +('100064', '800002342', '2021FA'), +('100064', '800002527', '2021FA'), +('100064', '800002726', '2021FA'), +('100065', '800000057', '2021FA'), +('100065', '800000105', '2021FA'), +('100065', '800000429', '2021FA'), +('100065', '800000569', '2021FA'), +('100065', '800000696', '2021FA'), +('100065', '800000885', '2021FA'), +('100065', '800000993', '2021FA'), +('100065', '800001252', '2021FA'), +('100065', '800001416', '2021FA'), +('100065', '800001429', '2021FA'), +('100065', '800002001', '2021FA'), +('100065', '800002146', '2021FA'), +('100065', '800002248', '2021FA'), +('100065', '800002346', '2021FA'), +('100065', '800002458', '2021FA'), +('100065', '800002770', '2021FA'), +('100065', '800002979', '2021FA'), +('100066', '800000233', '2021FA'), +('100066', '800000540', '2021FA'), +('100066', '800000981', '2021FA'), +('100066', '800001070', '2021FA'), +('100066', '800001112', '2021FA'), +('100066', '800001601', '2021FA'), +('100066', '800001792', '2021FA'), +('100066', '800001861', '2021FA'), +('100066', '800001990', '2021FA'), +('100066', '800001995', '2021FA'), +('100066', '800002186', '2021FA'), +('100066', '800002281', '2021FA'), +('100066', '800002463', '2021FA'), +('100066', '800002464', '2021FA'), +('100066', '800002469', '2021FA'), +('100066', '800002752', '2021FA'), +('100066', '800002759', '2021FA'), +('100066', '800002948', '2021FA'), +('100066', '800002972', '2021FA'), +('100067', '800000321', '2021FA'), +('100067', '800000499', '2021FA'), +('100067', '800000506', '2021FA'), +('100067', '800000682', '2021FA'), +('100067', '800000832', '2021FA'), +('100067', '800001011', '2021FA'), +('100067', '800001200', '2021FA'), +('100067', '800001523', '2021FA'), +('100067', '800001622', '2021FA'), +('100067', '800001633', '2021FA'), +('100067', '800001877', '2021FA'), +('100067', '800002065', '2021FA'), +('100067', '800002185', '2021FA'), +('100067', '800002312', '2021FA'), +('100067', '800002429', '2021FA'), +('100067', '800002574', '2021FA'), +('100067', '800002583', '2021FA'), +('100067', '800002596', '2021FA'), +('100067', '800002701', '2021FA'), +('100067', '800002913', '2021FA'), +('100067', '800002922', '2021FA'), +('100067', '800002989', '2021FA'), +('100068', '800000086', '2021FA'), +('100068', '800000188', '2021FA'), +('100068', '800000271', '2021FA'), +('100068', '800000284', '2021FA'), +('100068', '800000554', '2021FA'), +('100068', '800000903', '2021FA'), +('100068', '800001275', '2021FA'), +('100068', '800001409', '2021FA'), +('100068', '800001536', '2021FA'), +('100068', '800001796', '2021FA'), +('100068', '800002175', '2021FA'), +('100068', '800002204', '2021FA'), +('100068', '800002359', '2021FA'), +('100068', '800002519', '2021FA'), +('100068', '800002637', '2021FA'), +('100069', '800000125', '2021FA'), +('100069', '800000306', '2021FA'), +('100069', '800000564', '2021FA'), +('100069', '800000575', '2021FA'), +('100069', '800000584', '2021FA'), +('100069', '800000724', '2021FA'), +('100069', '800001440', '2021FA'), +('100069', '800002105', '2021FA'), +('100069', '800002284', '2021FA'), +('100069', '800002478', '2021FA'), +('100069', '800002494', '2021FA'), +('100069', '800002562', '2021FA'), +('100069', '800002776', '2021FA'), +('100070', '800000188', '2021FA'), +('100070', '800000671', '2021FA'), +('100070', '800000682', '2021FA'), +('100070', '800000781', '2021FA'), +('100070', '800000828', '2021FA'), +('100070', '800001118', '2021FA'), +('100070', '800001128', '2021FA'), +('100070', '800001199', '2021FA'), +('100070', '800001675', '2021FA'), +('100070', '800001892', '2021FA'), +('100070', '800001954', '2021FA'), +('100070', '800002208', '2021FA'), +('100070', '800002324', '2021FA'), +('100070', '800002342', '2021FA'), +('100070', '800002469', '2021FA'), +('100070', '800002927', '2021FA'), +('100071', '800000057', '2021FA'), +('100071', '800000226', '2021FA'), +('100071', '800000310', '2021FA'), +('100071', '800000333', '2021FA'), +('100071', '800000497', '2021FA'), +('100071', '800000549', '2021FA'), +('100071', '800000915', '2021FA'), +('100071', '800000953', '2021FA'), +('100071', '800001011', '2021FA'), +('100071', '800001044', '2021FA'), +('100071', '800001601', '2021FA'), +('100071', '800001926', '2021FA'), +('100071', '800002233', '2021FA'), +('100071', '800002322', '2021FA'), +('100071', '800002395', '2021FA'), +('100071', '800002403', '2021FA'), +('100071', '800002493', '2021FA'), +('100072', '800000177', '2021FA'), +('100072', '800000180', '2021FA'), +('100072', '800000195', '2021FA'), +('100072', '800000486', '2021FA'), +('100072', '800000821', '2021FA'), +('100072', '800001015', '2021FA'), +('100072', '800001098', '2021FA'), +('100072', '800001106', '2021FA'), +('100072', '800001133', '2021FA'), +('100072', '800001479', '2021FA'), +('100072', '800001819', '2021FA'), +('100072', '800002014', '2021FA'), +('100072', '800002264', '2021FA'), +('100072', '800002451', '2021FA'), +('100072', '800002768', '2021FA'), +('100072', '800002977', '2021FA'), +('100073', '800000055', '2021FA'), +('100073', '800000093', '2021FA'), +('100073', '800000123', '2021FA'), +('100073', '800000373', '2021FA'), +('100073', '800000766', '2021FA'), +('100073', '800001006', '2021FA'), +('100073', '800001180', '2021FA'), +('100073', '800001512', '2021FA'), +('100073', '800001648', '2021FA'), +('100073', '800001691', '2021FA'), +('100073', '800001852', '2021FA'), +('100073', '800002166', '2021FA'), +('100073', '800002490', '2021FA'), +('100073', '800002559', '2021FA'), +('100073', '800002653', '2021FA'), +('100073', '800002933', '2021FA'), +('100074', '800000116', '2021FA'), +('100074', '800000248', '2021FA'), +('100074', '800000592', '2021FA'), +('100074', '800001189', '2021FA'), +('100074', '800001952', '2021FA'), +('100074', '800001982', '2021FA'), +('100075', '800000057', '2021FA'), +('100075', '800000246', '2021FA'), +('100075', '800000294', '2021FA'), +('100075', '800000315', '2021FA'), +('100075', '800000450', '2021FA'), +('100075', '800000719', '2021FA'), +('100075', '800000727', '2021FA'), +('100075', '800000864', '2021FA'), +('100075', '800001135', '2021FA'), +('100075', '800001276', '2021FA'), +('100075', '800001607', '2021FA'), +('100075', '800001640', '2021FA'), +('100075', '800001679', '2021FA'), +('100075', '800001795', '2021FA'), +('100075', '800001805', '2021FA'), +('100075', '800002165', '2021FA'), +('100075', '800002198', '2021FA'), +('100075', '800002379', '2021FA'), +('100075', '800002403', '2021FA'), +('100075', '800002465', '2021FA'), +('100075', '800002719', '2021FA'), +('100075', '800002854', '2021FA'), +('100076', '800000326', '2021FA'), +('100076', '800000547', '2021FA'), +('100076', '800001131', '2021FA'), +('100076', '800001296', '2021FA'), +('100076', '800001330', '2021FA'), +('100076', '800001426', '2021FA'), +('100076', '800001451', '2021FA'), +('100076', '800001814', '2021FA'), +('100076', '800002080', '2021FA'), +('100076', '800002433', '2021FA'), +('100076', '800002458', '2021FA'), +('100076', '800002603', '2021FA'), +('100076', '800002606', '2021FA'), +('100077', '800000096', '2021FA'), +('100077', '800000155', '2021FA'), +('100077', '800000169', '2021FA'), +('100077', '800001165', '2021FA'), +('100077', '800001184', '2021FA'), +('100077', '800001424', '2021FA'), +('100077', '800001488', '2021FA'), +('100077', '800002071', '2021FA'), +('100077', '800002518', '2021FA'), +('100077', '800002697', '2021FA'), +('100077', '800002838', '2021FA'), +('100078', '800000418', '2021FA'), +('100078', '800000429', '2021FA'), +('100078', '800000826', '2021FA'), +('100078', '800001021', '2021FA'), +('100078', '800001113', '2021FA'), +('100078', '800001303', '2021FA'), +('100078', '800001400', '2021FA'), +('100078', '800002371', '2021FA'), +('100078', '800002395', '2021FA'), +('100078', '800002609', '2021FA'), +('100078', '800002664', '2021FA'), +('100079', '800000031', '2021FA'), +('100079', '800000489', '2021FA'), +('100079', '800001232', '2021FA'), +('100079', '800001569', '2021FA'), +('100079', '800001713', '2021FA'), +('100079', '800001745', '2021FA'), +('100079', '800002087', '2021FA'), +('100079', '800002418', '2021FA'), +('100080', '800000192', '2021FA'), +('100080', '800000270', '2021FA'), +('100080', '800000520', '2021FA'), +('100080', '800000755', '2021FA'), +('100080', '800000827', '2021FA'), +('100080', '800000886', '2021FA'), +('100080', '800001012', '2021FA'), +('100080', '800001777', '2021FA'), +('100080', '800002091', '2021FA'), +('100080', '800002676', '2021FA'), +('100080', '800002712', '2021FA'), +('100080', '800002766', '2021FA'), +('100080', '800002833', '2021FA'), +('100080', '800002911', '2021FA'), +('100081', '800000160', '2021FA'), +('100081', '800000297', '2021FA'), +('100081', '800000327', '2021FA'), +('100081', '800000520', '2021FA'), +('100081', '800000710', '2021FA'), +('100081', '800000733', '2021FA'), +('100081', '800001262', '2021FA'), +('100081', '800001699', '2021FA'), +('100081', '800001933', '2021FA'), +('100081', '800001960', '2021FA'), +('100081', '800002297', '2021FA'), +('100081', '800002515', '2021FA'), +('100081', '800002627', '2021FA'), +('100081', '800002659', '2021FA'), +('100081', '800002863', '2021FA'), +('100081', '800002871', '2021FA'), +('100082', '800000137', '2021FA'), +('100082', '800000380', '2021FA'), +('100082', '800000441', '2021FA'), +('100082', '800000727', '2021FA'), +('100082', '800000987', '2021FA'), +('100082', '800001021', '2021FA'), +('100082', '800001076', '2021FA'), +('100082', '800001431', '2021FA'), +('100082', '800001619', '2021FA'), +('100082', '800001644', '2021FA'), +('100082', '800001696', '2021FA'), +('100082', '800001782', '2021FA'), +('100082', '800001796', '2021FA'), +('100082', '800001927', '2021FA'), +('100082', '800002133', '2021FA'), +('100082', '800002444', '2021FA'), +('100082', '800002878', '2021FA'), +('100082', '800002928', '2021FA'), +('100083', '800000034', '2021FA'), +('100083', '800000277', '2021FA'), +('100083', '800000398', '2021FA'), +('100083', '800000403', '2021FA'), +('100083', '800000905', '2021FA'), +('100083', '800000924', '2021FA'), +('100083', '800001554', '2021FA'), +('100083', '800002151', '2021FA'), +('100083', '800002172', '2021FA'), +('100083', '800002304', '2021FA'), +('100083', '800002644', '2021FA'), +('100083', '800002957', '2021FA'), +('100084', '800000137', '2021FA'), +('100084', '800000703', '2021FA'), +('100084', '800001695', '2021FA'), +('100084', '800001993', '2021FA'), +('100084', '800002269', '2021FA'), +('100084', '800002743', '2021FA'), +('100084', '800002790', '2021FA'), +('100085', '800000724', '2021FA'), +('100085', '800000821', '2021FA'), +('100085', '800000961', '2021FA'), +('100085', '800001098', '2021FA'), +('100085', '800001195', '2021FA'), +('100085', '800001198', '2021FA'), +('100085', '800001231', '2021FA'), +('100085', '800001363', '2021FA'), +('100085', '800001508', '2021FA'), +('100085', '800001771', '2021FA'), +('100085', '800001949', '2021FA'), +('100085', '800002117', '2021FA'), +('100085', '800002268', '2021FA'), +('100085', '800002684', '2021FA'), +('100086', '800000492', '2021FA'), +('100086', '800000658', '2021FA'), +('100086', '800000738', '2021FA'), +('100086', '800000809', '2021FA'), +('100086', '800000942', '2021FA'), +('100086', '800001044', '2021FA'), +('100086', '800001434', '2021FA'), +('100086', '800001817', '2021FA'), +('100086', '800001891', '2021FA'), +('100086', '800001892', '2021FA'), +('100086', '800001912', '2021FA'), +('100086', '800002196', '2021FA'), +('100086', '800002302', '2021FA'), +('100086', '800002403', '2021FA'), +('100086', '800002476', '2021FA'), +('100086', '800002660', '2021FA'), +('100086', '800002714', '2021FA'), +('100086', '800002812', '2021FA'), +('100087', '800000193', '2021FA'), +('100087', '800000394', '2021FA'), +('100087', '800000767', '2021FA'), +('100087', '800001135', '2021FA'), +('100087', '800001180', '2021FA'), +('100087', '800001239', '2021FA'), +('100087', '800001613', '2021FA'), +('100087', '800001853', '2021FA'), +('100087', '800001854', '2021FA'), +('100087', '800001860', '2021FA'), +('100087', '800002515', '2021FA'), +('100087', '800002622', '2021FA'), +('100088', '800000404', '2021FA'), +('100088', '800000515', '2021FA'), +('100088', '800000768', '2021FA'), +('100088', '800001127', '2021FA'), +('100088', '800001360', '2021FA'), +('100088', '800001374', '2021FA'), +('100088', '800001475', '2021FA'), +('100088', '800001561', '2021FA'), +('100088', '800001687', '2021FA'), +('100088', '800001915', '2021FA'), +('100088', '800001929', '2021FA'), +('100088', '800001984', '2021FA'), +('100088', '800002312', '2021FA'), +('100088', '800002644', '2021FA'), +('100088', '800002664', '2021FA'), +('100088', '800002786', '2021FA'), +('100088', '800002889', '2021FA'), +('100088', '800002904', '2021FA'), +('100089', '800000018', '2021FA'), +('100089', '800000570', '2021FA'), +('100089', '800000705', '2021FA'), +('100089', '800001450', '2021FA'), +('100089', '800001513', '2021FA'), +('100089', '800001986', '2021FA'), +('100089', '800002530', '2021FA'), +('100089', '800002629', '2021FA'), +('100089', '800002738', '2021FA'), +('100090', '800000063', '2021FA'), +('100090', '800000703', '2021FA'), +('100090', '800000721', '2021FA'), +('100090', '800000741', '2021FA'), +('100090', '800000743', '2021FA'), +('100090', '800001641', '2021FA'), +('100091', '800000463', '2021FA'), +('100091', '800000622', '2021FA'), +('100091', '800000807', '2021FA'), +('100091', '800001012', '2021FA'), +('100091', '800001499', '2021FA'), +('100091', '800001787', '2021FA'), +('100091', '800002004', '2021FA'), +('100091', '800002225', '2021FA'), +('100091', '800002264', '2021FA'), +('100091', '800002384', '2021FA'), +('100091', '800002487', '2021FA'), +('100091', '800002779', '2021FA'), +('100091', '800002817', '2021FA'), +('100091', '800002932', '2021FA'), +('100092', '800000113', '2021FA'), +('100092', '800000951', '2021FA'), +('100092', '800001250', '2021FA'), +('100092', '800001383', '2021FA'), +('100092', '800002160', '2021FA'), +('100092', '800002388', '2021FA'), +('100092', '800002810', '2021FA'), +('100092', '800002889', '2021FA'), +('100092', '800002923', '2021FA'), +('100093', '800000554', '2021FA'), +('100093', '800000765', '2021FA'), +('100093', '800000845', '2021FA'), +('100093', '800000941', '2021FA'), +('100093', '800001076', '2021FA'), +('100093', '800001257', '2021FA'), +('100093', '800001303', '2021FA'), +('100093', '800001581', '2021FA'), +('100093', '800002032', '2021FA'), +('100093', '800002056', '2021FA'), +('100093', '800002090', '2021FA'), +('100093', '800002583', '2021FA'), +('100093', '800002814', '2021FA'), +('100094', '800000058', '2021FA'), +('100094', '800000097', '2021FA'), +('100094', '800000197', '2021FA'), +('100094', '800000471', '2021FA'), +('100094', '800000625', '2021FA'), +('100094', '800000882', '2021FA'), +('100094', '800000891', '2021FA'), +('100094', '800001296', '2021FA'), +('100094', '800001396', '2021FA'), +('100094', '800001579', '2021FA'), +('100094', '800001715', '2021FA'), +('100094', '800001756', '2021FA'), +('100094', '800002159', '2021FA'), +('100094', '800002163', '2021FA'), +('100094', '800002519', '2021FA'), +('100095', '800000374', '2021FA'), +('100095', '800000627', '2021FA'), +('100095', '800000720', '2021FA'), +('100095', '800000730', '2021FA'), +('100095', '800000748', '2021FA'), +('100095', '800000778', '2021FA'), +('100095', '800001008', '2021FA'), +('100095', '800001176', '2021FA'), +('100095', '800001367', '2021FA'), +('100095', '800001540', '2021FA'), +('100095', '800002299', '2021FA'), +('100095', '800002438', '2021FA'), +('100095', '800002447', '2021FA'), +('100095', '800002515', '2021FA'), +('100095', '800002530', '2021FA'), +('100095', '800002589', '2021FA'), +('100095', '800002737', '2021FA'), +('100095', '800002945', '2021FA'), +('100096', '800000273', '2021FA'), +('100096', '800000412', '2021FA'), +('100096', '800000644', '2021FA'), +('100096', '800000827', '2021FA'), +('100096', '800000920', '2021FA'), +('100096', '800001107', '2021FA'), +('100096', '800001133', '2021FA'), +('100096', '800001358', '2021FA'), +('100096', '800001707', '2021FA'), +('100096', '800002186', '2021FA'), +('100096', '800002428', '2021FA'), +('100096', '800002703', '2021FA'), +('100096', '800002800', '2021FA'), +('100096', '800002813', '2021FA'), +('100096', '800002930', '2021FA'), +('100097', '800001133', '2021FA'), +('100097', '800001290', '2021FA'), +('100097', '800001324', '2021FA'), +('100097', '800001342', '2021FA'), +('100097', '800001524', '2021FA'), +('100097', '800001625', '2021FA'), +('100097', '800001916', '2021FA'), +('100097', '800002574', '2021FA'), +('100097', '800002583', '2021FA'), +('100098', '800000005', '2021FA'), +('100098', '800000167', '2021FA'), +('100098', '800000178', '2021FA'), +('100098', '800000495', '2021FA'), +('100098', '800000748', '2021FA'), +('100098', '800001047', '2021FA'), +('100098', '800001213', '2021FA'), +('100098', '800001363', '2021FA'), +('100098', '800001717', '2021FA'), +('100098', '800001841', '2021FA'), +('100098', '800001983', '2021FA'), +('100098', '800002340', '2021FA'), +('100098', '800002584', '2021FA'), +('100099', '800000213', '2021FA'), +('100099', '800000418', '2021FA'), +('100099', '800000538', '2021FA'), +('100099', '800000641', '2021FA'), +('100099', '800000685', '2021FA'), +('100099', '800000874', '2021FA'), +('100099', '800001003', '2021FA'), +('100099', '800001468', '2021FA'), +('100099', '800001503', '2021FA'), +('100099', '800001593', '2021FA'), +('100099', '800001852', '2021FA'), +('100099', '800002311', '2021FA'), +('100099', '800002354', '2021FA'), +('100099', '800002355', '2021FA'), +('100100', '800000577', '2021FA'), +('100100', '800001183', '2021FA'), +('100100', '800001608', '2021FA'), +('100100', '800001923', '2021FA'), +('100100', '800001997', '2021FA'), +('100100', '800002001', '2021FA'), +('100100', '800002154', '2021FA'), +('100100', '800002581', '2021FA'), +('100100', '800002679', '2021FA'), +('100100', '800002953', '2021FA'), +('100101', '800000039', '2021FA'), +('100101', '800000367', '2021FA'), +('100101', '800000492', '2021FA'), +('100101', '800001154', '2021FA'), +('100101', '800001330', '2021FA'), +('100101', '800001792', '2021FA'), +('100101', '800001815', '2021FA'), +('100101', '800001857', '2021FA'), +('100101', '800002137', '2021FA'), +('100101', '800002579', '2021FA'), +('100101', '800002673', '2021FA'), +('100102', '800000123', '2021FA'), +('100102', '800000591', '2021FA'), +('100102', '800000672', '2021FA'), +('100102', '800001630', '2021FA'), +('100102', '800001957', '2021FA'), +('100102', '800002470', '2021FA'), +('100102', '800002985', '2021FA'), +('100103', '800000096', '2021FA'), +('100103', '800000534', '2021FA'), +('100103', '800000568', '2021FA'), +('100103', '800000615', '2021FA'), +('100103', '800000734', '2021FA'), +('100103', '800000930', '2021FA'), +('100103', '800001337', '2021FA'), +('100103', '800002029', '2021FA'), +('100103', '800002229', '2021FA'), +('100103', '800002687', '2021FA'), +('100103', '800002749', '2021FA'), +('100104', '800000007', '2021FA'), +('100104', '800000539', '2021FA'), +('100104', '800000580', '2021FA'), +('100104', '800000830', '2021FA'), +('100104', '800001536', '2021FA'), +('100104', '800001754', '2021FA'), +('100104', '800002353', '2021FA'), +('100104', '800002416', '2021FA'), +('100104', '800002698', '2021FA'), +('100104', '800002753', '2021FA'), +('100105', '800001226', '2021FA'), +('100105', '800001305', '2021FA'), +('100105', '800001479', '2021FA'), +('100105', '800001540', '2021FA'), +('100105', '800001599', '2021FA'), +('100105', '800001717', '2021FA'), +('100105', '800002226', '2021FA'), +('100105', '800002393', '2021FA'), +('100105', '800002461', '2021FA'), +('100105', '800002464', '2021FA'), +('100105', '800002808', '2021FA'), +('100106', '800000213', '2021FA'), +('100106', '800000343', '2021FA'), +('100106', '800000503', '2021FA'), +('100106', '800000687', '2021FA'), +('100106', '800001019', '2021FA'), +('100106', '800001149', '2021FA'), +('100106', '800001225', '2021FA'), +('100106', '800001239', '2021FA'), +('100106', '800001531', '2021FA'), +('100106', '800001635', '2021FA'), +('100106', '800001653', '2021FA'), +('100106', '800001831', '2021FA'), +('100106', '800001994', '2021FA'), +('100106', '800002017', '2021FA'), +('100106', '800002140', '2021FA'), +('100106', '800002258', '2021FA'), +('100106', '800002363', '2021FA'), +('100106', '800002463', '2021FA'), +('100106', '800002514', '2021FA'), +('100106', '800002788', '2021FA'), +('100107', '800000093', '2021FA'), +('100107', '800000143', '2021FA'), +('100107', '800000215', '2021FA'), +('100107', '800000315', '2021FA'), +('100107', '800000339', '2021FA'), +('100107', '800000403', '2021FA'), +('100107', '800001354', '2021FA'), +('100107', '800001474', '2021FA'), +('100107', '800001509', '2021FA'), +('100107', '800001657', '2021FA'), +('100107', '800002222', '2021FA'), +('100107', '800002438', '2021FA'), +('100107', '800002785', '2021FA'), +('100107', '800002923', '2021FA'), +('100108', '800000712', '2021FA'), +('100108', '800001149', '2021FA'), +('100108', '800001233', '2021FA'), +('100108', '800001345', '2021FA'), +('100108', '800001381', '2021FA'), +('100108', '800001582', '2021FA'), +('100108', '800001585', '2021FA'), +('100108', '800001814', '2021FA'), +('100108', '800002068', '2021FA'), +('100108', '800002115', '2021FA'), +('100108', '800002548', '2021FA'), +('100108', '800002605', '2021FA'), +('100108', '800002672', '2021FA'), +('100108', '800002753', '2021FA'), +('100108', '800002791', '2021FA'), +('100108', '800002905', '2021FA'), +('100109', '800000161', '2021FA'), +('100109', '800000256', '2021FA'), +('100109', '800000458', '2021FA'), +('100109', '800000717', '2021FA'), +('100109', '800001090', '2021FA'), +('100109', '800001192', '2021FA'), +('100109', '800001230', '2021FA'), +('100109', '800001248', '2021FA'), +('100109', '800001252', '2021FA'), +('100109', '800001343', '2021FA'), +('100109', '800001520', '2021FA'), +('100109', '800001652', '2021FA'), +('100109', '800002167', '2021FA'), +('100109', '800002373', '2021FA'), +('100109', '800002924', '2021FA'), +('100109', '800002988', '2021FA'), +('100110', '800000075', '2021FA'), +('100110', '800001322', '2021FA'), +('100110', '800001573', '2021FA'), +('100110', '800001692', '2021FA'), +('100110', '800001859', '2021FA'), +('100110', '800002149', '2021FA'), +('100110', '800002152', '2021FA'), +('100110', '800002277', '2021FA'), +('100110', '800002359', '2021FA'), +('100110', '800002616', '2021FA'), +('100110', '800002994', '2021FA'), +('100111', '800000034', '2021FA'), +('100111', '800000041', '2021FA'), +('100111', '800000291', '2021FA'), +('100111', '800000343', '2021FA'), +('100111', '800000346', '2021FA'), +('100111', '800000381', '2021FA'), +('100111', '800000903', '2021FA'), +('100111', '800001008', '2021FA'), +('100111', '800001316', '2021FA'), +('100111', '800001916', '2021FA'), +('100111', '800001995', '2021FA'), +('100111', '800002205', '2021FA'), +('100111', '800002263', '2021FA'), +('100111', '800002268', '2021FA'), +('100111', '800002302', '2021FA'), +('100111', '800002310', '2021FA'), +('100111', '800002444', '2021FA'), +('100111', '800002471', '2021FA'), +('100112', '800001283', '2021FA'), +('100112', '800001342', '2021FA'), +('100112', '800001611', '2021FA'), +('100112', '800001924', '2021FA'), +('100112', '800002167', '2021FA'), +('100112', '800002315', '2021FA'), +('100112', '800002596', '2021FA'), +('100113', '800000154', '2021FA'), +('100113', '800000703', '2021FA'), +('100113', '800000940', '2021FA'), +('100113', '800001117', '2021FA'), +('100113', '800001710', '2021FA'), +('100113', '800001787', '2021FA'), +('100113', '800002523', '2021FA'), +('100113', '800002795', '2021FA'), +('100113', '800002972', '2021FA'), +('100113', '800002987', '2021FA'), +('100114', '800000192', '2021FA'), +('100114', '800000264', '2021FA'), +('100114', '800000474', '2021FA'), +('100114', '800000579', '2021FA'), +('100114', '800000889', '2021FA'), +('100114', '800001231', '2021FA'), +('100114', '800001612', '2021FA'), +('100114', '800001620', '2021FA'), +('100114', '800002987', '2021FA'), +('100115', '800000231', '2021FA'), +('100115', '800000577', '2021FA'), +('100115', '800000755', '2021FA'), +('100115', '800000902', '2021FA'), +('100115', '800001981', '2021FA'), +('100115', '800002581', '2021FA'), +('100115', '800002607', '2021FA'), +('100115', '800002617', '2021FA'), +('100115', '800002812', '2021FA'), +('100116', '800000085', '2021FA'), +('100116', '800000150', '2021FA'), +('100116', '800000421', '2021FA'), +('100116', '800000645', '2021FA'), +('100116', '800000679', '2021FA'), +('100116', '800000680', '2021FA'), +('100116', '800000701', '2021FA'), +('100116', '800000768', '2021FA'), +('100116', '800000840', '2021FA'), +('100116', '800001573', '2021FA'), +('100116', '800001872', '2021FA'), +('100116', '800001944', '2021FA'), +('100116', '800002228', '2021FA'), +('100116', '800002553', '2021FA'), +('100116', '800002587', '2021FA'), +('100116', '800002596', '2021FA'), +('100116', '800002609', '2021FA'), +('100116', '800002684', '2021FA'), +('100117', '800000373', '2021FA'), +('100117', '800000521', '2021FA'), +('100117', '800000630', '2021FA'), +('100117', '800000680', '2021FA'), +('100117', '800000904', '2021FA'), +('100117', '800001724', '2021FA'), +('100117', '800002299', '2021FA'), +('100117', '800002346', '2021FA'), +('100117', '800002378', '2021FA'), +('100117', '800002417', '2021FA'), +('100117', '800002478', '2021FA'), +('100117', '800002659', '2021FA'), +('100117', '800002880', '2021FA'), +('100117', '800002891', '2021FA'), +('100117', '800002948', '2021FA'), +('100118', '800000584', '2021FA'), +('100118', '800000664', '2021FA'), +('100118', '800000733', '2021FA'), +('100118', '800000759', '2021FA'), +('100118', '800000903', '2021FA'), +('100118', '800001469', '2021FA'), +('100118', '800001541', '2021FA'), +('100118', '800001900', '2021FA'), +('100118', '800001989', '2021FA'), +('100118', '800002257', '2021FA'), +('100118', '800002662', '2021FA'), +('100118', '800002677', '2021FA'), +('100118', '800002752', '2021FA'), +('100118', '800002854', '2021FA'), +('100119', '800000350', '2021FA'), +('100119', '800000365', '2021FA'), +('100119', '800000821', '2021FA'), +('100119', '800001091', '2021FA'), +('100119', '800001308', '2021FA'), +('100119', '800001989', '2021FA'), +('100119', '800002227', '2021FA'), +('100119', '800002833', '2021FA'), +('100120', '800000225', '2021FA'), +('100120', '800001502', '2021FA'), +('100120', '800001721', '2021FA'), +('100120', '800001817', '2021FA'), +('100120', '800001987', '2021FA'), +('100120', '800002515', '2021FA'), +('100121', '800000013', '2021FA'), +('100121', '800000094', '2021FA'), +('100121', '800000406', '2021FA'), +('100121', '800000419', '2021FA'), +('100121', '800000790', '2021FA'), +('100121', '800000891', '2021FA'), +('100121', '800001144', '2021FA'), +('100121', '800001351', '2021FA'), +('100121', '800001371', '2021FA'), +('100121', '800001689', '2021FA'), +('100121', '800001735', '2021FA'), +('100121', '800001932', '2021FA'), +('100121', '800001954', '2021FA'), +('100121', '800002006', '2021FA'), +('100121', '800002133', '2021FA'), +('100121', '800002314', '2021FA'), +('100121', '800002525', '2021FA'), +('100121', '800002540', '2021FA'), +('100121', '800002886', '2021FA'), +('100121', '800002894', '2021FA'), +('100122', '800000309', '2021FA'), +('100122', '800000464', '2021FA'), +('100122', '800000889', '2021FA'), +('100122', '800000911', '2021FA'), +('100122', '800000960', '2021FA'), +('100122', '800001021', '2021FA'), +('100122', '800001085', '2021FA'), +('100122', '800001626', '2021FA'), +('100122', '800001706', '2021FA'), +('100122', '800001996', '2021FA'), +('100122', '800002533', '2021FA'), +('100122', '800002606', '2021FA'), +('100122', '800002645', '2021FA'), +('100122', '800002846', '2021FA'), +('100123', '800000042', '2021FA'), +('100123', '800000365', '2021FA'), +('100123', '800000461', '2021FA'), +('100123', '800000708', '2021FA'), +('100123', '800000711', '2021FA'), +('100123', '800000985', '2021FA'), +('100123', '800001078', '2021FA'), +('100123', '800001132', '2021FA'), +('100123', '800001523', '2021FA'), +('100123', '800001817', '2021FA'), +('100123', '800002031', '2021FA'), +('100123', '800002197', '2021FA'), +('100123', '800002410', '2021FA'), +('100124', '800000210', '2021FA'), +('100124', '800001038', '2021FA'), +('100124', '800001283', '2021FA'), +('100124', '800001309', '2021FA'), +('100124', '800001314', '2021FA'), +('100124', '800001694', '2021FA'), +('100124', '800001730', '2021FA'), +('100124', '800001919', '2021FA'), +('100124', '800001977', '2021FA'), +('100124', '800002244', '2021FA'), +('100124', '800002269', '2021FA'), +('100124', '800002463', '2021FA'), +('100124', '800002657', '2021FA'), +('100124', '800002701', '2021FA'), +('100124', '800002770', '2021FA'), +('100124', '800002863', '2021FA'), +('100124', '800002920', '2021FA'), +('100124', '800002932', '2021FA'), +('100125', '800000106', '2021FA'), +('100125', '800000332', '2021FA'), +('100125', '800000398', '2021FA'), +('100125', '800000411', '2021FA'), +('100125', '800000492', '2021FA'), +('100125', '800000509', '2021FA'), +('100125', '800000641', '2021FA'), +('100125', '800001556', '2021FA'), +('100125', '800001612', '2021FA'), +('100125', '800002089', '2021FA'), +('100125', '800002138', '2021FA'), +('100125', '800002179', '2021FA'), +('100125', '800002487', '2021FA'), +('100125', '800002863', '2021FA'), +('100125', '800002869', '2021FA'), +('100126', '800000273', '2021FA'), +('100126', '800000730', '2021FA'), +('100126', '800001019', '2021FA'), +('100126', '800001767', '2021FA'), +('100126', '800001916', '2021FA'), +('100126', '800002028', '2021FA'), +('100126', '800002249', '2021FA'), +('100126', '800002311', '2021FA'), +('100126', '800002791', '2021FA'), +('100126', '800002803', '2021FA'), +('100126', '800002925', '2021FA'), +('100127', '800000293', '2021FA'), +('100127', '800000427', '2021FA'), +('100127', '800000580', '2021FA'), +('100127', '800000585', '2021FA'), +('100127', '800000718', '2021FA'), +('100127', '800000799', '2021FA'), +('100127', '800001104', '2021FA'), +('100127', '800001381', '2021FA'), +('100127', '800001399', '2021FA'), +('100127', '800001550', '2021FA'), +('100127', '800001751', '2021FA'), +('100127', '800001782', '2021FA'), +('100127', '800001799', '2021FA'), +('100127', '800001968', '2021FA'), +('100127', '800002007', '2021FA'), +('100127', '800002133', '2021FA'), +('100127', '800002320', '2021FA'), +('100127', '800002483', '2021FA'), +('100127', '800002622', '2021FA'), +('100127', '800002629', '2021FA'), +('100128', '800000042', '2021FA'), +('100128', '800000137', '2021FA'), +('100128', '800000393', '2021FA'), +('100128', '800000637', '2021FA'), +('100128', '800000656', '2021FA'), +('100128', '800000793', '2021FA'), +('100128', '800001092', '2021FA'), +('100128', '800001371', '2021FA'), +('100128', '800001481', '2021FA'), +('100128', '800001692', '2021FA'), +('100128', '800001941', '2021FA'), +('100128', '800002301', '2021FA'), +('100128', '800002361', '2021FA'), +('100128', '800002370', '2021FA'), +('100128', '800002449', '2021FA'), +('100128', '800002514', '2021FA'), +('100128', '800002526', '2021FA'), +('100128', '800002723', '2021FA'), +('100129', '800000238', '2021FA'), +('100129', '800000348', '2021FA'), +('100129', '800001008', '2021FA'), +('100129', '800001107', '2021FA'), +('100129', '800001154', '2021FA'), +('100129', '800001341', '2021FA'), +('100129', '800001400', '2021FA'), +('100129', '800001552', '2021FA'), +('100129', '800002123', '2021FA'), +('100129', '800002135', '2021FA'), +('100129', '800002184', '2021FA'), +('100129', '800002621', '2021FA'), +('100129', '800002726', '2021FA'), +('100129', '800002727', '2021FA'), +('100130', '800000231', '2021FA'), +('100130', '800000518', '2021FA'), +('100130', '800000634', '2021FA'), +('100130', '800000662', '2021FA'), +('100130', '800000900', '2021FA'), +('100130', '800000961', '2021FA'), +('100130', '800001059', '2021FA'), +('100130', '800001220', '2021FA'), +('100130', '800001248', '2021FA'), +('100130', '800001750', '2021FA'), +('100130', '800001955', '2021FA'), +('100130', '800002026', '2021FA'), +('100130', '800002479', '2021FA'), +('100130', '800002627', '2021FA'), +('100130', '800002779', '2021FA'), +('100131', '800000754', '2021FA'), +('100131', '800000828', '2021FA'), +('100131', '800000975', '2021FA'), +('100131', '800001348', '2021FA'), +('100131', '800001748', '2021FA'), +('100131', '800001917', '2021FA'), +('100131', '800001957', '2021FA'), +('100131', '800002025', '2021FA'), +('100131', '800002074', '2021FA'), +('100131', '800002140', '2021FA'), +('100131', '800002417', '2021FA'), +('100131', '800002619', '2021FA'), +('100131', '800002960', '2021FA'), +('100132', '800000497', '2021FA'), +('100132', '800000622', '2021FA'), +('100132', '800000642', '2021FA'), +('100132', '800000974', '2021FA'), +('100132', '800001153', '2021FA'), +('100132', '800001192', '2021FA'), +('100132', '800001203', '2021FA'), +('100132', '800001316', '2021FA'), +('100132', '800001409', '2021FA'), +('100132', '800001545', '2021FA'), +('100132', '800001805', '2021FA'), +('100132', '800002203', '2021FA'), +('100133', '800000236', '2021FA'), +('100133', '800000291', '2021FA'), +('100133', '800000467', '2021FA'), +('100133', '800000495', '2021FA'), +('100133', '800000623', '2021FA'), +('100133', '800000658', '2021FA'), +('100133', '800000989', '2021FA'), +('100133', '800001373', '2021FA'), +('100133', '800001476', '2021FA'), +('100133', '800001715', '2021FA'), +('100133', '800001949', '2021FA'), +('100133', '800002045', '2021FA'), +('100133', '800002405', '2021FA'), +('100133', '800002458', '2021FA'), +('100134', '800000141', '2021FA'), +('100134', '800000801', '2021FA'), +('100134', '800000850', '2021FA'), +('100134', '800001674', '2021FA'), +('100134', '800001991', '2021FA'), +('100134', '800002244', '2021FA'), +('100134', '800002292', '2021FA'), +('100134', '800002711', '2021FA'), +('100134', '800002984', '2021FA'), +('100135', '800000094', '2021FA'), +('100135', '800000886', '2021FA'), +('100135', '800000952', '2021FA'), +('100135', '800001014', '2021FA'), +('100135', '800001180', '2021FA'), +('100135', '800001252', '2021FA'), +('100135', '800001998', '2021FA'), +('100135', '800002209', '2021FA'), +('100135', '800002418', '2021FA'), +('100135', '800002588', '2021FA'), +('100135', '800002727', '2021FA'), +('100136', '800000049', '2021FA'), +('100136', '800000466', '2021FA'), +('100136', '800000701', '2021FA'), +('100136', '800000739', '2021FA'), +('100136', '800000749', '2021FA'), +('100136', '800000819', '2021FA'), +('100136', '800001048', '2021FA'), +('100136', '800001063', '2021FA'), +('100136', '800001182', '2021FA'), +('100136', '800001496', '2021FA'), +('100136', '800001645', '2021FA'), +('100136', '800001982', '2021FA'), +('100136', '800002149', '2021FA'), +('100136', '800002257', '2021FA'), +('100136', '800002326', '2021FA'), +('100136', '800002835', '2021FA'), +('100137', '800000188', '2021FA'), +('100137', '800000461', '2021FA'), +('100137', '800000485', '2021FA'), +('100137', '800000692', '2021FA'), +('100137', '800001187', '2021FA'), +('100137', '800001351', '2021FA'), +('100137', '800001532', '2021FA'), +('100137', '800001586', '2021FA'), +('100137', '800001705', '2021FA'), +('100137', '800001766', '2021FA'), +('100137', '800002263', '2021FA'), +('100137', '800002311', '2021FA'), +('100137', '800002984', '2021FA'), +('100138', '800000033', '2021FA'), +('100138', '800000374', '2021FA'), +('100138', '800000441', '2021FA'), +('100138', '800000570', '2021FA'), +('100138', '800000623', '2021FA'), +('100138', '800000974', '2021FA'), +('100138', '800001010', '2021FA'), +('100138', '800001138', '2021FA'), +('100138', '800001277', '2021FA'), +('100138', '800001720', '2021FA'), +('100138', '800001741', '2021FA'), +('100138', '800001783', '2021FA'), +('100138', '800002300', '2021FA'), +('100138', '800002337', '2021FA'), +('100138', '800002778', '2021FA'), +('100139', '800000434', '2021FA'), +('100139', '800000892', '2021FA'), +('100139', '800001463', '2021FA'), +('100139', '800001582', '2021FA'), +('100139', '800001721', '2021FA'), +('100139', '800001956', '2021FA'), +('100139', '800001986', '2021FA'), +('100139', '800002388', '2021FA'), +('100139', '800002422', '2021FA'), +('100139', '800002493', '2021FA'), +('100140', '800000044', '2021FA'), +('100140', '800000055', '2021FA'), +('100140', '800000210', '2021FA'), +('100140', '800000632', '2021FA'), +('100140', '800001067', '2021FA'), +('100140', '800001085', '2021FA'), +('100140', '800001144', '2021FA'), +('100140', '800001226', '2021FA'), +('100140', '800001318', '2021FA'), +('100140', '800001424', '2021FA'), +('100140', '800001488', '2021FA'), +('100140', '800001564', '2021FA'), +('100140', '800001640', '2021FA'), +('100140', '800001767', '2021FA'), +('100140', '800002054', '2021FA'), +('100140', '800002241', '2021FA'), +('100140', '800002695', '2021FA'), +('100141', '800000166', '2021FA'), +('100141', '800000514', '2021FA'), +('100141', '800000588', '2021FA'), +('100141', '800000626', '2021FA'), +('100141', '800000840', '2021FA'), +('100141', '800000971', '2021FA'), +('100141', '800000990', '2021FA'), +('100141', '800000996', '2021FA'), +('100141', '800001073', '2021FA'), +('100141', '800001148', '2021FA'), +('100141', '800001208', '2021FA'), +('100141', '800001262', '2021FA'), +('100141', '800001596', '2021FA'), +('100141', '800001643', '2021FA'), +('100141', '800001687', '2021FA'), +('100141', '800001712', '2021FA'), +('100141', '800001740', '2021FA'), +('100141', '800001779', '2021FA'), +('100141', '800002207', '2021FA'), +('100141', '800002461', '2021FA'), +('100141', '800002638', '2021FA'), +('100141', '800002911', '2021FA'), +('100142', '800000106', '2021FA'), +('100142', '800000424', '2021FA'), +('100142', '800000486', '2021FA'), +('100142', '800000543', '2021FA'), +('100142', '800000644', '2021FA'), +('100142', '800000936', '2021FA'), +('100142', '800001206', '2021FA'), +('100142', '800001207', '2021FA'), +('100142', '800001308', '2021FA'), +('100142', '800001631', '2021FA'), +('100142', '800001805', '2021FA'), +('100142', '800002524', '2021FA'), +('100143', '800000330', '2021FA'), +('100143', '800000723', '2021FA'), +('100143', '800001048', '2021FA'), +('100143', '800001127', '2021FA'), +('100143', '800001442', '2021FA'), +('100143', '800001697', '2021FA'), +('100143', '800001782', '2021FA'), +('100143', '800001798', '2021FA'), +('100143', '800002201', '2021FA'), +('100143', '800002257', '2021FA'), +('100143', '800002814', '2021FA'), +('100143', '800002862', '2021FA'), +('100144', '800000275', '2021FA'), +('100144', '800000410', '2021FA'), +('100144', '800000592', '2021FA'), +('100144', '800000720', '2021FA'), +('100144', '800000744', '2021FA'), +('100144', '800001129', '2021FA'), +('100144', '800001332', '2021FA'), +('100144', '800001505', '2021FA'), +('100144', '800001645', '2021FA'), +('100144', '800001695', '2021FA'), +('100144', '800001831', '2021FA'), +('100144', '800002123', '2021FA'), +('100144', '800002338', '2021FA'), +('100144', '800002549', '2021FA'), +('100144', '800002713', '2021FA'), +('100144', '800002864', '2021FA'), +('100144', '800002956', '2021FA'), +('100145', '800000036', '2021FA'), +('100145', '800000074', '2021FA'), +('100145', '800000375', '2021FA'), +('100145', '800000793', '2021FA'), +('100145', '800001061', '2021FA'), +('100145', '800001168', '2021FA'), +('100145', '800001270', '2021FA'), +('100145', '800001296', '2021FA'), +('100145', '800001330', '2021FA'), +('100145', '800001779', '2021FA'), +('100145', '800002331', '2021FA'), +('100145', '800002574', '2021FA'), +('100145', '800002956', '2021FA'), +('100146', '800000581', '2021FA'), +('100146', '800000754', '2021FA'), +('100146', '800000826', '2021FA'), +('100146', '800001226', '2021FA'), +('100146', '800001316', '2021FA'), +('100146', '800002443', '2021FA'), +('100146', '800002719', '2021FA'), +('100147', '800000012', '2021FA'), +('100147', '800000136', '2021FA'), +('100147', '800000914', '2021FA'), +('100147', '800001271', '2021FA'), +('100147', '800001273', '2021FA'), +('100147', '800001699', '2021FA'), +('100147', '800001794', '2021FA'), +('100147', '800002524', '2021FA'), +('100148', '800000393', '2021FA'), +('100148', '800000512', '2021FA'), +('100148', '800001315', '2021FA'), +('100148', '800001350', '2021FA'), +('100148', '800001596', '2021FA'), +('100148', '800001683', '2021FA'), +('100148', '800001783', '2021FA'), +('100148', '800002187', '2021FA'), +('100148', '800002604', '2021FA'), +('100148', '800002835', '2021FA'), +('100149', '800000136', '2021FA'), +('100149', '800000272', '2021FA'), +('100149', '800000502', '2021FA'), +('100149', '800000877', '2021FA'), +('100149', '800001048', '2021FA'), +('100149', '800001538', '2021FA'), +('100149', '800001713', '2021FA'), +('100149', '800002516', '2021FA'), +('100149', '800002749', '2021FA'), +('100149', '800002803', '2021FA'), +('100149', '800002960', '2021FA'), +('100149', '800002988', '2021FA'), +('100150', '800000002', '2021FA'), +('100150', '800000085', '2021FA'), +('100150', '800000102', '2021FA'), +('100150', '800000642', '2021FA'), +('100150', '800001094', '2021FA'), +('100150', '800001513', '2021FA'), +('100150', '800001606', '2021FA'), +('100150', '800001870', '2021FA'), +('100150', '800002124', '2021FA'), +('100150', '800002138', '2021FA'), +('100150', '800002196', '2021FA'), +('100150', '800002695', '2021FA'), +('100150', '800002783', '2021FA'), +('100151', '800000038', '2021FA'), +('100151', '800000238', '2021FA'), +('100151', '800000486', '2021FA'), +('100151', '800000664', '2021FA'), +('100151', '800001070', '2021FA'), +('100151', '800001205', '2021FA'), +('100151', '800001229', '2021FA'), +('100151', '800002322', '2021FA'), +('100151', '800002410', '2021FA'), +('100151', '800002827', '2021FA'), +('100151', '800002911', '2021FA'), +('100151', '800002998', '2021FA'), +('100152', '800000628', '2021FA'), +('100152', '800000803', '2021FA'), +('100152', '800000868', '2021FA'), +('100152', '800001090', '2021FA'), +('100152', '800001172', '2021FA'), +('100152', '800001378', '2021FA'), +('100152', '800001528', '2021FA'), +('100152', '800001667', '2021FA'), +('100152', '800001927', '2021FA'), +('100152', '800002151', '2021FA'), +('100152', '800002253', '2021FA'), +('100152', '800002427', '2021FA'), +('100152', '800002620', '2021FA'), +('100152', '800002862', '2021FA'), +('100153', '800001428', '2021FA'), +('100153', '800001854', '2021FA'), +('100153', '800002030', '2021FA'), +('100153', '800002718', '2021FA'), +('100153', '800002815', '2021FA'), +('100153', '800002854', '2021FA'), +('100154', '800000542', '2021FA'), +('100154', '800000652', '2021FA'), +('100154', '800000679', '2021FA'), +('100154', '800000719', '2021FA'), +('100154', '800001034', '2021FA'), +('100154', '800001519', '2021FA'), +('100154', '800001639', '2021FA'), +('100154', '800001783', '2021FA'), +('100154', '800001895', '2021FA'), +('100154', '800002010', '2021FA'), +('100154', '800002229', '2021FA'), +('100154', '800002258', '2021FA'), +('100154', '800002338', '2021FA'), +('100154', '800002401', '2021FA'), +('100154', '800002653', '2021FA'), +('100154', '800002713', '2021FA'), +('100155', '800000280', '2021FA'), +('100155', '800000284', '2021FA'), +('100155', '800000322', '2021FA'), +('100155', '800000339', '2021FA'), +('100155', '800001314', '2021FA'), +('100155', '800001325', '2021FA'), +('100155', '800001377', '2021FA'), +('100155', '800001988', '2021FA'), +('100155', '800002018', '2021FA'), +('100155', '800002086', '2021FA'), +('100155', '800002331', '2021FA'), +('100155', '800002536', '2021FA'), +('100156', '800000141', '2021FA'), +('100156', '800000148', '2021FA'), +('100156', '800000450', '2021FA'), +('100156', '800000588', '2021FA'), +('100156', '800000666', '2021FA'), +('100156', '800001166', '2021FA'), +('100156', '800001491', '2021FA'), +('100156', '800001861', '2021FA'), +('100156', '800002042', '2021FA'), +('100156', '800002054', '2021FA'), +('100156', '800002982', '2021FA'), +('100157', '800000236', '2021FA'), +('100157', '800000436', '2021FA'), +('100157', '800000759', '2021FA'), +('100157', '800000971', '2021FA'), +('100157', '800001370', '2021FA'), +('100157', '800001519', '2021FA'), +('100157', '800001608', '2021FA'), +('100157', '800002207', '2021FA'), +('100157', '800002981', '2021FA'), +('100158', '800000255', '2021FA'), +('100158', '800000518', '2021FA'), +('100158', '800000564', '2021FA'), +('100158', '800000592', '2021FA'), +('100158', '800000787', '2021FA'), +('100158', '800000944', '2021FA'), +('100158', '800001462', '2021FA'), +('100158', '800001463', '2021FA'), +('100158', '800001765', '2021FA'), +('100158', '800001819', '2021FA'), +('100158', '800001841', '2021FA'), +('100158', '800001850', '2021FA'), +('100158', '800001880', '2021FA'), +('100158', '800001960', '2021FA'), +('100158', '800002225', '2021FA'), +('100158', '800002922', '2021FA'), +('100158', '800002945', '2021FA'), +('100159', '800000161', '2021FA'), +('100159', '800000390', '2021FA'), +('100159', '800000855', '2021FA'), +('100159', '800001156', '2021FA'), +('100159', '800002284', '2021FA'), +('100159', '800002595', '2021FA'), +('100160', '800000177', '2021FA'), +('100160', '800000555', '2021FA'), +('100160', '800000597', '2021FA'), +('100160', '800001433', '2021FA'), +('100160', '800001657', '2021FA'), +('100160', '800002056', '2021FA'), +('100160', '800002203', '2021FA'), +('100160', '800002404', '2021FA'), +('100160', '800002597', '2021FA'), +('100161', '800000178', '2021FA'), +('100161', '800000627', '2021FA'), +('100161', '800000634', '2021FA'), +('100161', '800000871', '2021FA'), +('100161', '800000878', '2021FA'), +('100161', '800001257', '2021FA'), +('100161', '800001561', '2021FA'), +('100161', '800001882', '2021FA'), +('100161', '800001965', '2021FA'), +('100161', '800002427', '2021FA'), +('100161', '800002518', '2021FA'), +('100161', '800002635', '2021FA'), +('100161', '800002672', '2021FA'), +('100162', '800000007', '2021FA'), +('100162', '800000791', '2021FA'), +('100162', '800001131', '2021FA'), +('100162', '800001311', '2021FA'), +('100162', '800002570', '2021FA'), +('100162', '800002587', '2021FA'), +('100162', '800002619', '2021FA'), +('100162', '800002818', '2021FA'), +('100163', '800000137', '2021FA'), +('100163', '800000409', '2021FA'), +('100163', '800000575', '2021FA'), +('100163', '800000652', '2021FA'), +('100163', '800000848', '2021FA'), +('100163', '800001846', '2021FA'), +('100163', '800002162', '2021FA'), +('100163', '800002310', '2021FA'), +('100163', '800002455', '2021FA'), +('100163', '800002714', '2021FA'), +('100163', '800002760', '2021FA'), +('100163', '800002802', '2021FA'), +('100163', '800002943', '2021FA'), +('100164', '800000058', '2021FA'), +('100164', '800000438', '2021FA'), +('100164', '800000478', '2021FA'), +('100164', '800000843', '2021FA'), +('100164', '800000951', '2021FA'), +('100164', '800001106', '2021FA'), +('100164', '800001912', '2021FA'), +('100164', '800002201', '2021FA'), +('100164', '800002848', '2021FA'), +('100165', '800000022', '2021FA'), +('100165', '800000394', '2021FA'), +('100165', '800000479', '2021FA'), +('100165', '800000741', '2021FA'), +('100165', '800000836', '2021FA'), +('100165', '800000862', '2021FA'), +('100165', '800000896', '2021FA'), +('100165', '800001095', '2021FA'), +('100165', '800001208', '2021FA'), +('100165', '800001272', '2021FA'), +('100165', '800001492', '2021FA'), +('100165', '800001623', '2021FA'), +('100165', '800001705', '2021FA'), +('100165', '800001917', '2021FA'), +('100165', '800002166', '2021FA'), +('100165', '800002588', '2021FA'), +('100165', '800002652', '2021FA'), +('100165', '800002879', '2021FA'), +('100166', '800000082', '2021FA'), +('100166', '800000099', '2021FA'), +('100166', '800000502', '2021FA'), +('100166', '800000527', '2021FA'), +('100166', '800000569', '2021FA'), +('100166', '800000754', '2021FA'), +('100166', '800000841', '2021FA'), +('100166', '800001187', '2021FA'), +('100166', '800001211', '2021FA'), +('100166', '800001579', '2021FA'), +('100166', '800001766', '2021FA'), +('100166', '800001800', '2021FA'), +('100166', '800001844', '2021FA'), +('100166', '800001850', '2021FA'), +('100166', '800002120', '2021FA'), +('100166', '800002267', '2021FA'), +('100166', '800002600', '2021FA'), +('100166', '800002748', '2021FA'), +('100166', '800002802', '2021FA'), +('100167', '800000302', '2021FA'), +('100167', '800000787', '2021FA'), +('100167', '800000993', '2021FA'), +('100167', '800001318', '2021FA'), +('100167', '800001505', '2021FA'), +('100167', '800002277', '2021FA'), +('100167', '800002945', '2021FA'), +('100168', '800000028', '2021FA'), +('100168', '800000419', '2021FA'), +('100168', '800000534', '2021FA'), +('100168', '800001047', '2021FA'), +('100168', '800001154', '2021FA'), +('100168', '800001192', '2021FA'), +('100168', '800001260', '2021FA'), +('100168', '800002167', '2021FA'), +('100168', '800002184', '2021FA'), +('100168', '800002370', '2021FA'), +('100168', '800002400', '2021FA'), +('100168', '800002778', '2021FA'), +('100169', '800000271', '2021FA'), +('100169', '800000412', '2021FA'), +('100169', '800000495', '2021FA'), +('100169', '800000527', '2021FA'), +('100169', '800000734', '2021FA'), +('100169', '800001138', '2021FA'), +('100169', '800001329', '2021FA'), +('100169', '800001730', '2021FA'), +('100169', '800002003', '2021FA'), +('100169', '800002732', '2021FA'), +('100169', '800002818', '2021FA'), +('100170', '800000116', '2021FA'), +('100170', '800000371', '2021FA'), +('100170', '800000687', '2021FA'), +('100170', '800000761', '2021FA'), +('100170', '800001795', '2021FA'), +('100170', '800002140', '2021FA'), +('100170', '800002178', '2021FA'), +('100170', '800002299', '2021FA'), +('100170', '800002543', '2021FA'), +('100170', '800002865', '2021FA'), +('100171', '800000058', '2021FA'), +('100171', '800000096', '2021FA'), +('100171', '800000480', '2021FA'), +('100171', '800000529', '2021FA'), +('100171', '800000878', '2021FA'), +('100171', '800000984', '2021FA'), +('100171', '800001209', '2021FA'), +('100171', '800001304', '2021FA'), +('100171', '800001305', '2021FA'), +('100171', '800001631', '2021FA'), +('100171', '800001987', '2021FA'), +('100171', '800001996', '2021FA'), +('100171', '800002095', '2021FA'), +('100171', '800002401', '2021FA'), +('100171', '800002500', '2021FA'), +('100171', '800002781', '2021FA'), +('100171', '800002861', '2021FA'), +('100171', '800002884', '2021FA'), +('100172', '800000534', '2021FA'), +('100172', '800000570', '2021FA'), +('100172', '800000890', '2021FA'), +('100172', '800000911', '2021FA'), +('100172', '800000932', '2021FA'), +('100172', '800001422', '2021FA'), +('100172', '800001443', '2021FA'), +('100172', '800001748', '2021FA'), +('100172', '800001761', '2021FA'), +('100172', '800001849', '2021FA'), +('100172', '800001967', '2021FA'), +('100172', '800001994', '2021FA'), +('100172', '800002070', '2021FA'), +('100172', '800002582', '2021FA'), +('100173', '800000070', '2021FA'), +('100173', '800000267', '2021FA'), +('100173', '800000356', '2021FA'), +('100173', '800000380', '2021FA'), +('100173', '800000434', '2021FA'), +('100173', '800000732', '2021FA'), +('100173', '800000743', '2021FA'), +('100173', '800000864', '2021FA'), +('100173', '800000900', '2021FA'), +('100173', '800001409', '2021FA'), +('100173', '800001594', '2021FA'), +('100173', '800001881', '2021FA'), +('100173', '800001976', '2021FA'), +('100173', '800002032', '2021FA'), +('100173', '800002221', '2021FA'), +('100173', '800002783', '2021FA'), +('100173', '800002817', '2021FA'), +('100174', '800000306', '2021FA'), +('100174', '800000402', '2021FA'), +('100174', '800000577', '2021FA'), +('100174', '800000637', '2021FA'), +('100174', '800000840', '2021FA'), +('100174', '800001283', '2021FA'), +('100174', '800001508', '2021FA'), +('100174', '800001611', '2021FA'), +('100174', '800001773', '2021FA'), +('100174', '800001785', '2021FA'), +('100174', '800001858', '2021FA'), +('100174', '800002115', '2021FA'), +('100174', '800002136', '2021FA'), +('100174', '800002184', '2021FA'), +('100174', '800002233', '2021FA'), +('100174', '800002352', '2021FA'), +('100174', '800002482', '2021FA'), +('100174', '800002575', '2021FA'), +('100174', '800002664', '2021FA'), +('100174', '800002779', '2021FA'), +('100174', '800002915', '2021FA'), +('100174', '800002948', '2021FA'), +('100175', '800000310', '2021FA'), +('100175', '800000421', '2021FA'), +('100175', '800000685', '2021FA'), +('100175', '800000855', '2021FA'), +('100175', '800000868', '2021FA'), +('100175', '800001280', '2021FA'), +('100175', '800001586', '2021FA'), +('100175', '800001816', '2021FA'), +('100175', '800002331', '2021FA'), +('100175', '800002494', '2021FA'), +('100175', '800002629', '2021FA'), +('100176', '800000571', '2021FA'), +('100176', '800000737', '2021FA'), +('100176', '800000910', '2021FA'), +('100176', '800000991', '2021FA'), +('100176', '800001793', '2021FA'), +('100176', '800001816', '2021FA'), +('100176', '800001817', '2021FA'), +('100176', '800002028', '2021FA'), +('100176', '800002202', '2021FA'), +('100176', '800002203', '2021FA'), +('100176', '800002435', '2021FA'), +('100177', '800000167', '2021FA'), +('100177', '800000445', '2021FA'), +('100177', '800000663', '2021FA'), +('100177', '800000741', '2021FA'), +('100177', '800000925', '2021FA'), +('100177', '800001505', '2021FA'), +('100177', '800001683', '2021FA'), +('100177', '800001923', '2021FA'), +('100177', '800002146', '2021FA'), +('100177', '800002445', '2021FA'), +('100177', '800002817', '2021FA'), +('100177', '800002821', '2021FA'), +('100178', '800000557', '2021FA'), +('100178', '800000626', '2021FA'), +('100178', '800001185', '2021FA'), +('100178', '800001797', '2021FA'), +('100178', '800002253', '2021FA'), +('100178', '800002297', '2021FA'), +('100178', '800002397', '2021FA'), +('100178', '800002452', '2021FA'), +('100178', '800002693', '2021FA'), +('100178', '800002714', '2021FA'), +('100178', '800002821', '2021FA'), +('100178', '800002921', '2021FA'), +('100178', '800002985', '2021FA'), +('100179', '800000394', '2021FA'), +('100179', '800000412', '2021FA'), +('100179', '800000466', '2021FA'), +('100179', '800000540', '2021FA'), +('100179', '800000922', '2021FA'), +('100179', '800000985', '2021FA'), +('100179', '800001118', '2021FA'), +('100179', '800001213', '2021FA'), +('100179', '800001383', '2021FA'), +('100179', '800001816', '2021FA'), +('100179', '800001831', '2021FA'), +('100179', '800002257', '2021FA'), +('100179', '800002416', '2021FA'), +('100179', '800002426', '2021FA'), +('100179', '800002442', '2021FA'), +('100179', '800002977', '2021FA'), +('100180', '800000126', '2021FA'), +('100180', '800000167', '2021FA'), +('100180', '800000226', '2021FA'), +('100180', '800000471', '2021FA'), +('100180', '800000490', '2021FA'), +('100180', '800000801', '2021FA'), +('100180', '800001073', '2021FA'), +('100180', '800001282', '2021FA'), +('100180', '800002086', '2021FA'), +('100180', '800002197', '2021FA'), +('100180', '800002353', '2021FA'), +('100180', '800002375', '2021FA'), +('100180', '800002553', '2021FA'), +('100180', '800002691', '2021FA'), +('100180', '800002720', '2021FA'), +('100180', '800002749', '2021FA'), +('100181', '800000113', '2021FA'), +('100181', '800000154', '2021FA'), +('100181', '800000233', '2021FA'), +('100181', '800001090', '2021FA'), +('100181', '800001232', '2021FA'), +('100181', '800001332', '2021FA'), +('100181', '800001559', '2021FA'), +('100181', '800001743', '2021FA'), +('100181', '800002113', '2021FA'), +('100181', '800002281', '2021FA'), +('100181', '800002707', '2021FA'), +('100181', '800002781', '2021FA'), +('100182', '800000129', '2021FA'), +('100182', '800000332', '2021FA'), +('100182', '800000506', '2021FA'), +('100182', '800000602', '2021FA'), +('100182', '800000642', '2021FA'), +('100182', '800001205', '2021FA'), +('100182', '800001581', '2021FA'), +('100182', '800001854', '2021FA'), +('100182', '800002137', '2021FA'), +('100182', '800002162', '2021FA'), +('100182', '800002569', '2021FA'), +('100183', '800000189', '2021FA'), +('100183', '800000242', '2021FA'), +('100183', '800000330', '2021FA'), +('100183', '800000367', '2021FA'), +('100183', '800000579', '2021FA'), +('100183', '800000584', '2021FA'), +('100183', '800000611', '2021FA'), +('100183', '800000708', '2021FA'), +('100183', '800001205', '2021FA'), +('100183', '800001626', '2021FA'), +('100183', '800002324', '2021FA'), +('100183', '800002475', '2021FA'), +('100183', '800002494', '2021FA'), +('100183', '800002677', '2021FA'), +('100184', '800000041', '2021FA'), +('100184', '800000198', '2021FA'), +('100184', '800000206', '2021FA'), +('100184', '800000241', '2021FA'), +('100184', '800000346', '2021FA'), +('100184', '800000515', '2021FA'), +('100184', '800000642', '2021FA'), +('100184', '800001143', '2021FA'), +('100184', '800001240', '2021FA'), +('100184', '800001661', '2021FA'), +('100184', '800001725', '2021FA'), +('100184', '800001929', '2021FA'), +('100184', '800001958', '2021FA'), +('100184', '800001969', '2021FA'), +('100184', '800001984', '2021FA'), +('100184', '800002060', '2021FA'), +('100184', '800002431', '2021FA'), +('100184', '800002818', '2021FA'), +('100185', '800000682', '2021FA'), +('100185', '800001166', '2021FA'), +('100185', '800001323', '2021FA'), +('100185', '800001337', '2021FA'), +('100185', '800001378', '2021FA'), +('100185', '800001393', '2021FA'), +('100185', '800001434', '2021FA'), +('100185', '800001858', '2021FA'), +('100185', '800002182', '2021FA'), +('100185', '800002213', '2021FA'), +('100185', '800002598', '2021FA'), +('100186', '800000166', '2021FA'), +('100186', '800000714', '2021FA'), +('100186', '800000889', '2021FA'), +('100186', '800001619', '2021FA'), +('100186', '800001670', '2021FA'), +('100186', '800001802', '2021FA'), +('100186', '800002246', '2021FA'), +('100186', '800002675', '2021FA'), +('100187', '800000066', '2021FA'), +('100187', '800000572', '2021FA'), +('100187', '800000630', '2021FA'), +('100187', '800000738', '2021FA'), +('100187', '800000773', '2021FA'), +('100187', '800000924', '2021FA'), +('100187', '800001059', '2021FA'), +('100187', '800001322', '2021FA'), +('100187', '800001402', '2021FA'), +('100187', '800001540', '2021FA'), +('100187', '800001798', '2021FA'), +('100187', '800002240', '2021FA'), +('100187', '800002803', '2021FA'), +('100187', '800002971', '2021FA'), +('100188', '800000275', '2021FA'), +('100188', '800000306', '2021FA'), +('100188', '800000321', '2021FA'), +('100188', '800000564', '2021FA'), +('100188', '800000811', '2021FA'), +('100188', '800000818', '2021FA'), +('100188', '800000925', '2021FA'), +('100188', '800001492', '2021FA'), +('100188', '800001625', '2021FA'), +('100188', '800001876', '2021FA'), +('100188', '800001976', '2021FA'), +('100188', '800002266', '2021FA'), +('100188', '800002267', '2021FA'), +('100188', '800002360', '2021FA'), +('100188', '800002900', '2021FA'), +('100188', '800002976', '2021FA'), +('100189', '800000113', '2021FA'), +('100189', '800000616', '2021FA'), +('100189', '800001176', '2021FA'), +('100189', '800001777', '2021FA'), +('100189', '800001785', '2021FA'), +('100189', '800001797', '2021FA'), +('100189', '800001915', '2021FA'), +('100189', '800002365', '2021FA'), +('100189', '800002445', '2021FA'), +('100189', '800002480', '2021FA'), +('100189', '800002802', '2021FA'), +('100189', '800002921', '2021FA'), +('100190', '800000836', '2021FA'), +('100190', '800001019', '2021FA'), +('100190', '800001464', '2021FA'), +('100190', '800001675', '2021FA'), +('100190', '800001837', '2021FA'), +('100190', '800001884', '2021FA'), +('100190', '800001918', '2021FA'), +('100190', '800002198', '2021FA'), +('100190', '800002201', '2021FA'), +('100190', '800002357', '2021FA'), +('100190', '800002531', '2021FA'), +('100190', '800002747', '2021FA'), +('100191', '800000611', '2021FA'), +('100191', '800001282', '2021FA'), +('100191', '800001523', '2021FA'), +('100191', '800001621', '2021FA'), +('100191', '800001704', '2021FA'), +('100191', '800001706', '2021FA'), +('100191', '800002026', '2021FA'), +('100191', '800002087', '2021FA'), +('100191', '800002239', '2021FA'), +('100191', '800002869', '2021FA'), +('100192', '800000717', '2021FA'), +('100192', '800001100', '2021FA'), +('100192', '800001439', '2021FA'), +('100192', '800001468', '2021FA'), +('100192', '800001652', '2021FA'), +('100192', '800001747', '2021FA'), +('100192', '800002309', '2021FA'), +('100192', '800002609', '2021FA'), +('100192', '800002693', '2021FA'), +('100192', '800002838', '2021FA'), +('100192', '800002960', '2021FA'), +('100192', '800002991', '2021FA'), +('100193', '800000049', '2021FA'), +('100193', '800000112', '2021FA'), +('100193', '800000635', '2021FA'), +('100193', '800000781', '2021FA'), +('100193', '800000841', '2021FA'), +('100193', '800000876', '2021FA'), +('100193', '800001153', '2021FA'), +('100193', '800001545', '2021FA'), +('100193', '800001824', '2021FA'), +('100193', '800002207', '2021FA'), +('100193', '800002304', '2021FA'), +('100193', '800002406', '2021FA'), +('100193', '800002549', '2021FA'), +('100193', '800002949', '2021FA'), +('100194', '800000375', '2021FA'), +('100194', '800001034', '2021FA'), +('100194', '800001377', '2021FA'), +('100194', '800001529', '2021FA'), +('100194', '800001546', '2021FA'), +('100194', '800001665', '2021FA'), +('100194', '800001924', '2021FA'), +('100194', '800002026', '2021FA'), +('100194', '800002355', '2021FA'), +('100195', '800000082', '2021FA'), +('100195', '800000542', '2021FA'), +('100195', '800000665', '2021FA'), +('100195', '800000705', '2021FA'), +('100195', '800000778', '2021FA'), +('100195', '800000909', '2021FA'), +('100195', '800001434', '2021FA'), +('100195', '800001444', '2021FA'), +('100195', '800001572', '2021FA'), +('100195', '800001976', '2021FA'), +('100195', '800002246', '2021FA'), +('100195', '800002262', '2021FA'), +('100195', '800002351', '2021FA'), +('100195', '800002637', '2021FA'), +('100195', '800002692', '2021FA'), +('100195', '800002915', '2021FA'), +('100196', '800000310', '2021FA'), +('100196', '800000485', '2021FA'), +('100196', '800000531', '2021FA'), +('100196', '800000878', '2021FA'), +('100196', '800001369', '2021FA'), +('100196', '800001447', '2021FA'), +('100196', '800001718', '2021FA'), +('100196', '800001768', '2021FA'), +('100196', '800001941', '2021FA'), +('100196', '800002355', '2021FA'), +('100196', '800002533', '2021FA'), +('100196', '800002768', '2021FA'), +('100196', '800002785', '2021FA'), +('100197', '800000529', '2021FA'), +('100197', '800000550', '2021FA'), +('100197', '800000556', '2021FA'), +('100197', '800000607', '2021FA'), +('100197', '800000874', '2021FA'), +('100197', '800000981', '2021FA'), +('100197', '800001117', '2021FA'), +('100197', '800001229', '2021FA'), +('100197', '800001542', '2021FA'), +('100197', '800001585', '2021FA'), +('100197', '800001639', '2021FA'), +('100197', '800002249', '2021FA'), +('100197', '800002476', '2021FA'), +('100197', '800002481', '2021FA'), +('100197', '800002609', '2021FA'), +('100197', '800002686', '2021FA'), +('100197', '800002952', '2021FA'), +('100197', '800002981', '2021FA'), +('100198', '800000315', '2021FA'), +('100198', '800000540', '2021FA'), +('100198', '800000747', '2021FA'), +('100198', '800000776', '2021FA'), +('100198', '800000782', '2021FA'), +('100198', '800001070', '2021FA'), +('100198', '800001372', '2021FA'), +('100198', '800001896', '2021FA'), +('100198', '800002008', '2021FA'), +('100198', '800002160', '2021FA'), +('100198', '800002445', '2021FA'), +('100198', '800002662', '2021FA'), +('100198', '800002747', '2021FA'), +('100198', '800002809', '2021FA'), +('100198', '800002920', '2021FA'), +('100199', '800000040', '2021FA'), +('100199', '800000070', '2021FA'), +('100199', '800000086', '2021FA'), +('100199', '800000902', '2021FA'), +('100199', '800001106', '2021FA'), +('100199', '800001412', '2021FA'), +('100199', '800001900', '2021FA'), +('100199', '800001981', '2021FA'), +('100199', '800002791', '2021FA'), +('100199', '800002952', '2021FA'), +('100200', '800000200', '2021FA'), +('100200', '800000373', '2021FA'), +('100200', '800000402', '2021FA'), +('100200', '800000991', '2021FA'), +('100200', '800001433', '2021FA'), +('100200', '800001581', '2021FA'), +('100200', '800001630', '2021FA'), +('100200', '800001787', '2021FA'), +('100200', '800001914', '2021FA'), +('100200', '800001941', '2021FA'), +('100200', '800001952', '2021FA'), +('100200', '800002029', '2021FA'), +('100200', '800002762', '2021FA'), +('100200', '800002817', '2021FA'), +('100201', '800000571', '2021FA'), +('100201', '800000801', '2021FA'), +('100201', '800000880', '2021FA'), +('100201', '800000942', '2021FA'), +('100201', '800001491', '2021FA'), +('100201', '800001613', '2021FA'), +('100201', '800001949', '2021FA'), +('100201', '800002304', '2021FA'), +('100201', '800002527', '2021FA'), +('100201', '800002743', '2021FA'), +('100201', '800002894', '2021FA'), +('100202', '800000067', '2021FA'), +('100202', '800000556', '2021FA'), +('100202', '800001047', '2021FA'), +('100202', '800001502', '2021FA'), +('100202', '800001523', '2021FA'), +('100202', '800001713', '2021FA'), +('100202', '800001789', '2021FA'), +('100202', '800002011', '2021FA'), +('100202', '800002107', '2021FA'), +('100202', '800002112', '2021FA'), +('100202', '800002365', '2021FA'), +('100202', '800002412', '2021FA'), +('100202', '800002500', '2021FA'), +('100202', '800002719', '2021FA'), +('100202', '800002760', '2021FA'), +('100203', '800000105', '2021FA'), +('100203', '800000463', '2021FA'), +('100203', '800000688', '2021FA'), +('100203', '800000709', '2021FA'), +('100203', '800000728', '2021FA'), +('100203', '800000729', '2021FA'), +('100203', '800000743', '2021FA'), +('100203', '800001094', '2021FA'), +('100203', '800001393', '2021FA'), +('100203', '800001509', '2021FA'), +('100203', '800001623', '2021FA'), +('100203', '800002187', '2021FA'), +('100203', '800002605', '2021FA'), +('100204', '800000317', '2021FA'), +('100204', '800000490', '2021FA'), +('100204', '800000494', '2021FA'), +('100204', '800000672', '2021FA'), +('100204', '800000707', '2021FA'), +('100204', '800001271', '2021FA'), +('100204', '800001648', '2021FA'), +('100204', '800001697', '2021FA'), +('100204', '800001712', '2021FA'), +('100204', '800001811', '2021FA'), +('100204', '800002183', '2021FA'), +('100204', '800002408', '2021FA'), +('100204', '800002480', '2021FA'), +('100204', '800002627', '2021FA'), +('100205', '800000288', '2021FA'), +('100205', '800000514', '2021FA'), +('100205', '800000643', '2021FA'), +('100205', '800000720', '2021FA'), +('100205', '800000938', '2021FA'), +('100205', '800001014', '2021FA'), +('100205', '800001213', '2021FA'), +('100205', '800001677', '2021FA'), +('100205', '800001712', '2021FA'), +('100205', '800001716', '2021FA'), +('100205', '800001992', '2021FA'), +('100205', '800002672', '2021FA'), +('100205', '800002676', '2021FA'), +('100205', '800002756', '2021FA'), +('100205', '800002901', '2021FA'), +('100205', '800002919', '2021FA'), +('100206', '800000165', '2021FA'), +('100206', '800000277', '2021FA'), +('100206', '800000662', '2021FA'), +('100206', '800000679', '2021FA'), +('100206', '800001118', '2021FA'), +('100206', '800001181', '2021FA'), +('100206', '800001400', '2021FA'), +('100206', '800001542', '2021FA'), +('100206', '800001725', '2021FA'), +('100207', '800000031', '2021FA'), +('100207', '800000111', '2021FA'), +('100207', '800001096', '2021FA'), +('100207', '800001367', '2021FA'), +('100207', '800001478', '2021FA'), +('100207', '800001605', '2021FA'), +('100207', '800002177', '2021FA'), +('100207', '800002278', '2021FA'), +('100207', '800002658', '2021FA'), +('100208', '800000075', '2021FA'), +('100208', '800000688', '2021FA'), +('100208', '800000701', '2021FA'), +('100208', '800001058', '2021FA'), +('100208', '800001070', '2021FA'), +('100208', '800001123', '2021FA'), +('100208', '800001216', '2021FA'), +('100208', '800001541', '2021FA'), +('100208', '800001550', '2021FA'), +('100208', '800001661', '2021FA'), +('100208', '800001965', '2021FA'), +('100208', '800002852', '2021FA'), +('100209', '800000220', '2021FA'), +('100209', '800000242', '2021FA'), +('100209', '800000877', '2021FA'), +('100209', '800001050', '2021FA'), +('100209', '800001149', '2021FA'), +('100209', '800001337', '2021FA'), +('100209', '800001593', '2021FA'), +('100209', '800001820', '2021FA'), +('100209', '800002124', '2021FA'), +('100209', '800002269', '2021FA'), +('100209', '800002677', '2021FA'), +('100209', '800002689', '2021FA'), +('100209', '800002766', '2021FA'), +('100210', '800000033', '2021FA'), +('100210', '800000971', '2021FA'), +('100210', '800001341', '2021FA'), +('100210', '800001350', '2021FA'), +('100210', '800001529', '2021FA'), +('100210', '800001665', '2021FA'), +('100210', '800001710', '2021FA'), +('100210', '800001926', '2021FA'), +('100210', '800002588', '2021FA'), +('100211', '800000042', '2021FA'), +('100211', '800000332', '2021FA'), +('100211', '800000655', '2021FA'), +('100211', '800000910', '2021FA'), +('100211', '800000925', '2021FA'), +('100211', '800000971', '2021FA'), +('100211', '800001174', '2021FA'), +('100211', '800001397', '2021FA'), +('100211', '800001586', '2021FA'), +('100211', '800001589', '2021FA'), +('100211', '800001625', '2021FA'), +('100211', '800001840', '2021FA'), +('100211', '800001865', '2021FA'), +('100211', '800001914', '2021FA'), +('100211', '800002416', '2021FA'), +('100211', '800002684', '2021FA'), +('100211', '800002821', '2021FA'), +('100211', '800002911', '2021FA'), +('100211', '800002963', '2021FA'), +('100212', '800000273', '2021FA'), +('100212', '800000514', '2021FA'), +('100212', '800000947', '2021FA'), +('100212', '800001214', '2021FA'), +('100212', '800001466', '2021FA'), +('100212', '800001475', '2021FA'), +('100212', '800001610', '2021FA'), +('100212', '800001622', '2021FA'), +('100212', '800001796', '2021FA'), +('100212', '800001854', '2021FA'), +('100212', '800001876', '2021FA'), +('100212', '800001921', '2021FA'), +('100212', '800002219', '2021FA'), +('100212', '800002359', '2021FA'), +('100212', '800002450', '2021FA'), +('100212', '800002481', '2021FA'), +('100212', '800002644', '2021FA'), +('100212', '800002731', '2021FA'), +('100213', '800000112', '2021FA'), +('100213', '800000219', '2021FA'), +('100213', '800000264', '2021FA'), +('100213', '800000275', '2021FA'), +('100213', '800000550', '2021FA'), +('100213', '800000830', '2021FA'), +('100213', '800001166', '2021FA'), +('100213', '800001334', '2021FA'), +('100213', '800001509', '2021FA'), +('100213', '800001792', '2021FA'), +('100213', '800002582', '2021FA'), +('100213', '800002879', '2021FA'), +('100213', '800002949', '2021FA'), +('100214', '800000502', '2021FA'), +('100214', '800000692', '2021FA'), +('100214', '800001094', '2021FA'), +('100214', '800001130', '2021FA'), +('100214', '800001310', '2021FA'), +('100214', '800001976', '2021FA'), +('100214', '800002044', '2021FA'), +('100214', '800002151', '2021FA'), +('100214', '800002442', '2021FA'), +('100214', '800002638', '2021FA'), +('100215', '800000632', '2021FA'), +('100215', '800000815', '2021FA'), +('100215', '800001064', '2021FA'), +('100215', '800001659', '2021FA'), +('100215', '800001695', '2021FA'), +('100215', '800001769', '2021FA'), +('100215', '800001866', '2021FA'), +('100215', '800002719', '2021FA'), +('100215', '800002838', '2021FA'), +('100215', '800002993', '2021FA'), +('100216', '800000424', '2021FA'), +('100216', '800000711', '2021FA'), +('100216', '800001129', '2021FA'), +('100216', '800001230', '2021FA'), +('100216', '800001231', '2021FA'), +('100216', '800001401', '2021FA'), +('100216', '800001418', '2021FA'), +('100216', '800001554', '2021FA'), +('100216', '800001717', '2021FA'), +('100216', '800001899', '2021FA'), +('100216', '800002243', '2021FA'), +('100216', '800002384', '2021FA'), +('100217', '800000581', '2021FA'), +('100217', '800000660', '2021FA'), +('100217', '800000710', '2021FA'), +('100217', '800000728', '2021FA'), +('100217', '800001477', '2021FA'), +('100217', '800001532', '2021FA'), +('100217', '800001646', '2021FA'), +('100217', '800001859', '2021FA'), +('100217', '800002509', '2021FA'), +('100217', '800002775', '2021FA'), +('100218', '800000291', '2021FA'), +('100218', '800000421', '2021FA'), +('100218', '800000723', '2021FA'), +('100218', '800000782', '2021FA'), +('100218', '800000841', '2021FA'), +('100218', '800000932', '2021FA'), +('100218', '800001481', '2021FA'), +('100218', '800001743', '2021FA'), +('100218', '800001750', '2021FA'), +('100218', '800002045', '2021FA'), +('100218', '800002228', '2021FA'), +('100218', '800002492', '2021FA'), +('100218', '800002560', '2021FA'), +('100219', '800000181', '2021FA'), +('100219', '800000467', '2021FA'), +('100219', '800001326', '2021FA'), +('100219', '800001462', '2021FA'), +('100219', '800001907', '2021FA'), +('100219', '800001988', '2021FA'), +('100219', '800002310', '2021FA'), +('100219', '800002406', '2021FA'), +('100219', '800002408', '2021FA'), +('100219', '800002723', '2021FA'), +('100219', '800002729', '2021FA'), +('100219', '800002871', '2021FA'), +('100220', '800000473', '2021FA'), +('100220', '800000730', '2021FA'), +('100220', '800000986', '2021FA'), +('100220', '800001287', '2021FA'), +('100220', '800001605', '2021FA'), +('100220', '800001646', '2021FA'), +('100220', '800001694', '2021FA'), +('100220', '800001707', '2021FA'), +('100220', '800001735', '2021FA'), +('100220', '800001895', '2021FA'), +('100220', '800002153', '2021FA'), +('100220', '800002660', '2021FA'), +('100220', '800002675', '2021FA'), +('100220', '800002928', '2021FA'), +('100221', '800000012', '2021FA'), +('100221', '800000288', '2021FA'), +('100221', '800000692', '2021FA'), +('100221', '800000813', '2021FA'), +('100221', '800001023', '2021FA'), +('100221', '800001140', '2021FA'), +('100221', '800001469', '2021FA'), +('100221', '800001574', '2021FA'), +('100221', '800001799', '2021FA'), +('100221', '800001917', '2021FA'), +('100221', '800001933', '2021FA'), +('100221', '800001993', '2021FA'), +('100221', '800002240', '2021FA'), +('100221', '800002760', '2021FA'), +('100221', '800002790', '2021FA'), +('100222', '800000028', '2021FA'), +('100222', '800000200', '2021FA'), +('100222', '800000272', '2021FA'), +('100222', '800000362', '2021FA'), +('100222', '800000676', '2021FA'), +('100222', '800000846', '2021FA'), +('100222', '800001412', '2021FA'), +('100222', '800001880', '2021FA'), +('100222', '800001884', '2021FA'), +('100222', '800001992', '2021FA'), +('100222', '800002134', '2021FA'), +('100222', '800002145', '2021FA'), +('100222', '800002146', '2021FA'), +('100222', '800002172', '2021FA'), +('100222', '800002422', '2021FA'), +('100222', '800002463', '2021FA'), +('100222', '800002570', '2021FA'), +('100222', '800002932', '2021FA'), +('100222', '800002977', '2021FA'), +('100223', '800000069', '2021FA'), +('100223', '800000220', '2021FA'), +('100223', '800000291', '2021FA'), +('100223', '800000380', '2021FA'), +('100223', '800000385', '2021FA'), +('100223', '800000645', '2021FA'), +('100223', '800000747', '2021FA'), +('100223', '800000787', '2021FA'), +('100223', '800001271', '2021FA'), +('100223', '800001420', '2021FA'), +('100223', '800001440', '2021FA'), +('100223', '800001641', '2021FA'), +('100223', '800001659', '2021FA'), +('100223', '800001740', '2021FA'), +('100223', '800001876', '2021FA'), +('100223', '800001914', '2021FA'), +('100223', '800002340', '2021FA'), +('100223', '800002442', '2021FA'), +('100223', '800002675', '2021FA'), +('100223', '800002766', '2021FA'), +('100223', '800002790', '2021FA'), +('100223', '800002834', '2021FA'), +('100223', '800002993', '2021FA'), +('100224', '800000052', '2021FA'), +('100224', '800000086', '2021FA'), +('100224', '800000246', '2021FA'), +('100224', '800001429', '2021FA'), +('100224', '800001769', '2021FA'), +('100224', '800001881', '2021FA'), +('100224', '800002363', '2021FA'), +('100224', '800002365', '2021FA'), +('100224', '800002387', '2021FA'), +('100224', '800002403', '2021FA'), +('100224', '800002431', '2021FA'), +('100224', '800002822', '2021FA'), +('100225', '800000076', '2021FA'), +('100225', '800000147', '2021FA'), +('100225', '800000188', '2021FA'), +('100225', '800000642', '2021FA'), +('100225', '800000747', '2021FA'), +('100225', '800001011', '2021FA'), +('100225', '800001034', '2021FA'), +('100225', '800001104', '2021FA'), +('100225', '800001184', '2021FA'), +('100225', '800001262', '2021FA'), +('100225', '800001680', '2021FA'), +('100225', '800001813', '2021FA'), +('100225', '800002119', '2021FA'), +('100225', '800002185', '2021FA'), +('100225', '800002262', '2021FA'), +('100225', '800002664', '2021FA'), +('100225', '800002814', '2021FA'), +('100225', '800002889', '2021FA'), +('100226', '800000005', '2021FA'), +('100226', '800000610', '2021FA'), +('100226', '800000781', '2021FA'), +('100226', '800001063', '2021FA'), +('100226', '800001106', '2021FA'), +('100226', '800001206', '2021FA'), +('100226', '800001230', '2021FA'), +('100226', '800001330', '2021FA'), +('100226', '800001524', '2021FA'), +('100226', '800001802', '2021FA'), +('100226', '800001853', '2021FA'), +('100226', '800001857', '2021FA'), +('100226', '800002140', '2021FA'), +('100226', '800002364', '2021FA'), +('100226', '800002428', '2021FA'), +('100226', '800002631', '2021FA'), +('100226', '800002830', '2021FA'), +('100226', '800002834', '2021FA'), +('100226', '800002882', '2021FA'), +('100226', '800002927', '2021FA'), +('100227', '800000065', '2021FA'), +('100227', '800000212', '2021FA'), +('100227', '800000464', '2021FA'), +('100227', '800000485', '2021FA'), +('100227', '800000680', '2021FA'), +('100227', '800000963', '2021FA'), +('100227', '800000986', '2021FA'), +('100227', '800001395', '2021FA'), +('100227', '800001528', '2021FA'), +('100227', '800001584', '2021FA'), +('100227', '800001679', '2021FA'), +('100227', '800001903', '2021FA'), +('100227', '800001938', '2021FA'), +('100227', '800002083', '2021FA'), +('100227', '800002177', '2021FA'), +('100227', '800002420', '2021FA'), +('100227', '800002482', '2021FA'), +('100227', '800002531', '2021FA'), +('100227', '800002727', '2021FA'), +('100227', '800002818', '2021FA'), +('100227', '800002884', '2021FA'), +('100227', '800002885', '2021FA'), +('100228', '800000027', '2021FA'), +('100228', '800000060', '2021FA'), +('100228', '800000442', '2021FA'), +('100228', '800000663', '2021FA'), +('100228', '800000761', '2021FA'), +('100228', '800000822', '2021FA'), +('100228', '800001285', '2021FA'), +('100228', '800001433', '2021FA'), +('100228', '800001592', '2021FA'), +('100228', '800001741', '2021FA'), +('100228', '800001761', '2021FA'), +('100228', '800001802', '2021FA'), +('100228', '800001844', '2021FA'), +('100228', '800001918', '2021FA'), +('100228', '800001960', '2021FA'), +('100228', '800001968', '2021FA'), +('100228', '800002010', '2021FA'), +('100228', '800002070', '2021FA'), +('100228', '800002198', '2021FA'), +('100228', '800002417', '2021FA'), +('100228', '800002979', '2021FA'), +('100229', '800000031', '2021FA'), +('100229', '800000434', '2021FA'), +('100229', '800000591', '2021FA'), +('100229', '800000890', '2021FA'), +('100229', '800000984', '2021FA'), +('100229', '800001844', '2021FA'), +('100229', '800001944', '2021FA'), +('100229', '800002845', '2021FA'), +('100229', '800002939', '2021FA'), +('100230', '800000056', '2021FA'), +('100230', '800000233', '2021FA'), +('100230', '800000687', '2021FA'), +('100230', '800000809', '2021FA'), +('100230', '800001393', '2021FA'), +('100230', '800002687', '2021FA'), +('100230', '800002920', '2021FA'), +('100231', '800000075', '2021FA'), +('100231', '800000776', '2021FA'), +('100231', '800000987', '2021FA'), +('100231', '800001360', '2021FA'), +('100231', '800001439', '2021FA'), +('100231', '800001616', '2021FA'), +('100231', '800001759', '2021FA'), +('100231', '800001800', '2021FA'), +('100231', '800001880', '2021FA'), +('100231', '800001891', '2021FA'), +('100231', '800002005', '2021FA'), +('100231', '800002435', '2021FA'), +('100231', '800002767', '2021FA'), +('100232', '800000097', '2021FA'), +('100232', '800000102', '2021FA'), +('100232', '800000155', '2021FA'), +('100232', '800000219', '2021FA'), +('100232', '800000233', '2021FA'), +('100232', '800000491', '2021FA'), +('100232', '800001332', '2021FA'), +('100232', '800001652', '2021FA'), +('100232', '800001759', '2021FA'), +('100232', '800001898', '2021FA'), +('100232', '800001900', '2021FA'), +('100232', '800002420', '2021FA'), +('100232', '800002425', '2021FA'), +('100232', '800002475', '2021FA'), +('100232', '800002528', '2021FA'), +('100232', '800002663', '2021FA'), +('100232', '800002718', '2021FA'), +('100233', '800000075', '2021FA'), +('100233', '800001198', '2021FA'), +('100233', '800001429', '2021FA'), +('100233', '800001476', '2021FA'), +('100233', '800002081', '2021FA'), +('100233', '800002243', '2021FA'), +('100233', '800002479', '2021FA'), +('100233', '800002838', '2021FA'), +('100234', '800000558', '2021FA'), +('100234', '800000849', '2021FA'), +('100234', '800001067', '2021FA'), +('100234', '800001140', '2021FA'), +('100234', '800001211', '2021FA'), +('100234', '800001234', '2021FA'), +('100234', '800001345', '2021FA'), +('100234', '800001524', '2021FA'), +('100234', '800001637', '2021FA'), +('100234', '800001903', '2021FA'), +('100234', '800001920', '2021FA'), +('100234', '800001941', '2021FA'), +('100234', '800002341', '2021FA'), +('100234', '800002657', '2021FA'), +('100234', '800002784', '2021FA'), +('100235', '800000034', '2021FA'), +('100235', '800000471', '2021FA'), +('100235', '800000584', '2021FA'), +('100235', '800000848', '2021FA'), +('100235', '800000923', '2021FA'), +('100235', '800001116', '2021FA'), +('100235', '800001550', '2021FA'), +('100235', '800001610', '2021FA'), +('100235', '800001637', '2021FA'), +('100235', '800002017', '2021FA'), +('100235', '800002044', '2021FA'), +('100235', '800002177', '2021FA'), +('100235', '800002414', '2021FA'), +('100235', '800002431', '2021FA'), +('100235', '800002543', '2021FA'), +('100235', '800002985', '2021FA'), +('100236', '800000664', '2021FA'), +('100236', '800000721', '2021FA'), +('100236', '800000793', '2021FA'), +('100236', '800000813', '2021FA'), +('100236', '800001003', '2021FA'), +('100236', '800001092', '2021FA'), +('100236', '800001154', '2021FA'), +('100236', '800001556', '2021FA'), +('100236', '800001767', '2021FA'), +('100236', '800002154', '2021FA'), +('100236', '800002200', '2021FA'), +('100236', '800002322', '2021FA'), +('100236', '800002483', '2021FA'), +('100236', '800002884', '2021FA'), +('100237', '800000591', '2021FA'), +('100237', '800000855', '2021FA'), +('100237', '800000953', '2021FA'), +('100237', '800001015', '2021FA'), +('100237', '800001609', '2021FA'), +('100237', '800001759', '2021FA'), +('100237', '800001763', '2021FA'), +('100237', '800001882', '2021FA'), +('100237', '800002166', '2021FA'), +('100237', '800002211', '2021FA'), +('100237', '800002537', '2021FA'), +('100237', '800002784', '2021FA'), +('100238', '800000425', '2021FA'), +('100238', '800000615', '2021FA'), +('100238', '800000827', '2021FA'), +('100238', '800001064', '2021FA'), +('100238', '800001271', '2021FA'), +('100238', '800001275', '2021FA'), +('100238', '800001324', '2021FA'), +('100238', '800001683', '2021FA'), +('100238', '800001729', '2021FA'), +('100238', '800001777', '2021FA'), +('100238', '800001912', '2021FA'), +('100238', '800002981', '2021FA'), +('100239', '800000069', '2021FA'), +('100239', '800000132', '2021FA'), +('100239', '800000192', '2021FA'), +('100239', '800000431', '2021FA'), +('100239', '800000466', '2021FA'), +('100239', '800001000', '2021FA'), +('100239', '800001157', '2021FA'), +('100239', '800001750', '2021FA'), +('100239', '800001866', '2021FA'), +('100239', '800002429', '2021FA'), +('100239', '800002531', '2021FA'), +('100239', '800002809', '2021FA'), +('100240', '800000126', '2021FA'), +('100240', '800000177', '2021FA'), +('100240', '800000338', '2021FA'), +('100240', '800000553', '2021FA'), +('100240', '800000606', '2021FA'), +('100240', '800000671', '2021FA'), +('100240', '800000900', '2021FA'), +('100240', '800000941', '2021FA'), +('100240', '800001132', '2021FA'), +('100240', '800001518', '2021FA'), +('100240', '800001519', '2021FA'), +('100240', '800001653', '2021FA'), +('100240', '800001763', '2021FA'), +('100240', '800002134', '2021FA'), +('100240', '800002182', '2021FA'), +('100240', '800002324', '2021FA'), +('100240', '800002399', '2021FA'), +('100240', '800002729', '2021FA'), +('100241', '800000144', '2021FA'), +('100241', '800000390', '2021FA'), +('100241', '800000411', '2021FA'), +('100241', '800000819', '2021FA'), +('100241', '800001102', '2021FA'), +('100241', '800001165', '2021FA'), +('100241', '800002292', '2021FA'), +('100241', '800002582', '2021FA'), +('100241', '800002729', '2021FA'), +('100241', '800002867', '2021FA'), +('100242', '800000402', '2021FA'), +('100242', '800000436', '2021FA'), +('100242', '800000635', '2021FA'), +('100242', '800001008', '2021FA'), +('100242', '800001135', '2021FA'), +('100242', '800001631', '2021FA'), +('100242', '800001673', '2021FA'), +('100242', '800001967', '2021FA'), +('100242', '800002487', '2021FA'), +('100242', '800002634', '2021FA'), +('100242', '800002756', '2021FA'), +('100242', '800002891', '2021FA'), +('100243', '800000056', '2021FA'), +('100243', '800000058', '2021FA'), +('100243', '800000922', '2021FA'), +('100243', '800001164', '2021FA'), +('100243', '800001477', '2021FA'), +('100243', '800001504', '2021FA'), +('100243', '800001733', '2021FA'), +('100243', '800001892', '2021FA'), +('100243', '800002124', '2021FA'), +('100243', '800002199', '2021FA'), +('100243', '800002266', '2021FA'), +('100243', '800002309', '2021FA'), +('100243', '800002379', '2021FA'), +('100243', '800002594', '2021FA'), +('100243', '800002662', '2021FA'), +('100243', '800002813', '2021FA'), +('100243', '800002921', '2021FA'), +('100244', '800000022', '2021FA'), +('100244', '800000499', '2021FA'), +('100244', '800000576', '2021FA'), +('100244', '800001030', '2021FA'), +('100244', '800001523', '2021FA'), +('100244', '800001584', '2021FA'), +('100244', '800001849', '2021FA'), +('100244', '800001857', '2021FA'), +('100244', '800002045', '2021FA'), +('100244', '800002569', '2021FA'), +('100244', '800002737', '2021FA'), +('100244', '800002927', '2021FA'), +('100245', '800000170', '2021FA'), +('100245', '800000403', '2021FA'), +('100245', '800000404', '2021FA'), +('100245', '800000628', '2021FA'), +('100245', '800000798', '2021FA'), +('100245', '800000984', '2021FA'), +('100245', '800001010', '2021FA'), +('100245', '800001061', '2021FA'), +('100245', '800001477', '2021FA'), +('100245', '800001579', '2021FA'), +('100245', '800001609', '2021FA'), +('100245', '800001718', '2021FA'), +('100245', '800002072', '2021FA'), +('100245', '800002119', '2021FA'), +('100245', '800002528', '2021FA'), +('100245', '800002884', '2021FA'), +('100246', '800000028', '2021FA'), +('100246', '800000596', '2021FA'), +('100246', '800000652', '2021FA'), +('100246', '800001192', '2021FA'), +('100246', '800001381', '2021FA'), +('100246', '800001679', '2021FA'), +('100246', '800001740', '2021FA'), +('100246', '800002269', '2021FA'), +('100246', '800002311', '2021FA'), +('100246', '800002539', '2021FA'), +('100247', '800000603', '2021FA'), +('100247', '800000726', '2021FA'), +('100247', '800001113', '2021FA'), +('100247', '800001372', '2021FA'), +('100247', '800002695', '2021FA'), +('100247', '800002943', '2021FA'), +('100248', '800000255', '2021FA'), +('100248', '800000268', '2021FA'), +('100248', '800000339', '2021FA'), +('100248', '800000740', '2021FA'), +('100248', '800000882', '2021FA'), +('100248', '800000907', '2021FA'), +('100248', '800001107', '2021FA'), +('100248', '800001323', '2021FA'), +('100248', '800001545', '2021FA'), +('100248', '800001562', '2021FA'), +('100248', '800001609', '2021FA'), +('100248', '800001662', '2021FA'), +('100248', '800002024', '2021FA'), +('100248', '800002089', '2021FA'), +('100248', '800002154', '2021FA'), +('100248', '800002365', '2021FA'), +('100248', '800002487', '2021FA'), +('100248', '800002747', '2021FA'), +('100248', '800002949', '2021FA'), +('100249', '800000126', '2021FA'), +('100249', '800000184', '2021FA'), +('100249', '800000317', '2021FA'), +('100249', '800000555', '2021FA'), +('100249', '800000566', '2021FA'), +('100249', '800001159', '2021FA'), +('100249', '800001272', '2021FA'), +('100249', '800001704', '2021FA'), +('100249', '800001789', '2021FA'), +('100249', '800002007', '2021FA'), +('100249', '800002579', '2021FA'), +('100249', '800002756', '2021FA'), +('100250', '800000359', '2021FA'), +('100250', '800000803', '2021FA'), +('100250', '800000859', '2021FA'), +('100250', '800001245', '2021FA'), +('100250', '800001287', '2021FA'), +('100250', '800001475', '2021FA'), +('100250', '800001501', '2021FA'), +('100250', '800001643', '2021FA'), +('100250', '800001678', '2021FA'), +('100250', '800002438', '2021FA'), +('100250', '800002502', '2021FA'), +('100250', '800002659', '2021FA'), +('100250', '800002834', '2021FA'), +('100251', '800000064', '2021FA'), +('100251', '800000154', '2021FA'), +('100251', '800001167', '2021FA'), +('100251', '800001444', '2021FA'), +('100251', '800001743', '2021FA'), +('100251', '800001745', '2021FA'), +('100251', '800001791', '2021FA'), +('100251', '800001967', '2021FA'), +('100251', '800002080', '2021FA'), +('100251', '800002215', '2021FA'), +('100251', '800002353', '2021FA'), +('100251', '800002418', '2021FA'), +('100251', '800002594', '2021FA'), +('100251', '800002915', '2021FA'), +('100252', '800000078', '2021FA'), +('100252', '800000944', '2021FA'), +('100252', '800000979', '2021FA'), +('100252', '800001360', '2021FA'), +('100252', '800001500', '2021FA'), +('100252', '800001937', '2021FA'), +('100252', '800002162', '2021FA'), +('100252', '800002217', '2021FA'), +('100252', '800002312', '2021FA'), +('100252', '800002365', '2021FA'), +('100252', '800002767', '2021FA'), +('100252', '800002925', '2021FA'), +('100253', '800000060', '2021FA'), +('100253', '800000177', '2021FA'), +('100253', '800000400', '2021FA'), +('100253', '800000740', '2021FA'), +('100253', '800000746', '2021FA'), +('100253', '800000806', '2021FA'), +('100253', '800000850', '2021FA'), +('100253', '800001130', '2021FA'), +('100253', '800001232', '2021FA'), +('100253', '800001416', '2021FA'), +('100253', '800002042', '2021FA'), +('100253', '800002113', '2021FA'), +('100253', '800002318', '2021FA'), +('100253', '800002445', '2021FA'), +('100253', '800002989', '2021FA'), +('100254', '800000248', '2021FA'), +('100254', '800000313', '2021FA'), +('100254', '800000431', '2021FA'), +('100254', '800000441', '2021FA'), +('100254', '800000673', '2021FA'), +('100254', '800000738', '2021FA'), +('100254', '800001017', '2021FA'), +('100254', '800001248', '2021FA'), +('100254', '800001251', '2021FA'), +('100254', '800001630', '2021FA'), +('100254', '800002161', '2021FA'), +('100254', '800002511', '2021FA'), +('100254', '800002613', '2021FA'), +('100254', '800002634', '2021FA'), +('100254', '800002781', '2021FA'), +('100254', '800002786', '2021FA'), +('100254', '800002914', '2021FA'), +('100255', '800000106', '2021FA'), +('100255', '800000362', '2021FA'), +('100255', '800000610', '2021FA'), +('100255', '800000932', '2021FA'), +('100255', '800001128', '2021FA'), +('100255', '800001348', '2021FA'), +('100255', '800001379', '2021FA'), +('100255', '800001491', '2021FA'), +('100255', '800001519', '2021FA'), +('100255', '800002364', '2021FA'), +('100255', '800002595', '2021FA'), +('100256', '800000433', '2021FA'), +('100256', '800000887', '2021FA'), +('100256', '800001503', '2021FA'), +('100256', '800001750', '2021FA'), +('100256', '800001960', '2021FA'), +('100256', '800002240', '2021FA'), +('100256', '800002692', '2021FA'), +('100256', '800002830', '2021FA'), +('100257', '800000564', '2021FA'), +('100257', '800000714', '2021FA'), +('100257', '800000773', '2021FA'), +('100257', '800001225', '2021FA'), +('100257', '800002461', '2021FA'), +('100257', '800002599', '2021FA'), +('100257', '800002712', '2021FA'), +('100257', '800002932', '2021FA'), +('100258', '800000216', '2021FA'), +('100258', '800000299', '2021FA'), +('100258', '800000409', '2021FA'), +('100258', '800000438', '2021FA'), +('100258', '800000571', '2021FA'), +('100258', '800000782', '2021FA'), +('100258', '800000990', '2021FA'), +('100258', '800001112', '2021FA'), +('100258', '800001118', '2021FA'), +('100258', '800001217', '2021FA'), +('100258', '800001233', '2021FA'), +('100258', '800001273', '2021FA'), +('100258', '800001920', '2021FA'), +('100258', '800002211', '2021FA'), +('100258', '800002594', '2021FA'), +('100258', '800002616', '2021FA'), +('100258', '800002639', '2021FA'), +('100258', '800002994', '2021FA'), +('100259', '800000458', '2021FA'), +('100259', '800000641', '2021FA'), +('100259', '800000709', '2021FA'), +('100259', '800000881', '2021FA'), +('100259', '800000914', '2021FA'), +('100259', '800001064', '2021FA'), +('100259', '800001078', '2021FA'), +('100259', '800001434', '2021FA'), +('100259', '800001442', '2021FA'), +('100259', '800001614', '2021FA'), +('100259', '800002145', '2021FA'), +('100259', '800002293', '2021FA'), +('100259', '800002416', '2021FA'), +('100260', '800000214', '2021FA'), +('100260', '800000346', '2021FA'), +('100260', '800000586', '2021FA'), +('100260', '800000871', '2021FA'), +('100260', '800001187', '2021FA'), +('100260', '800001203', '2021FA'), +('100260', '800001233', '2021FA'), +('100260', '800001374', '2021FA'), +('100260', '800001794', '2021FA'), +('100260', '800002267', '2021FA'), +('100260', '800002270', '2021FA'), +('100260', '800002651', '2021FA'), +('100260', '800002880', '2021FA'), +('100260', '800002963', '2021FA'), +('100261', '800000225', '2021FA'), +('100261', '800000917', '2021FA'), +('100261', '800001059', '2021FA'), +('100261', '800001373', '2021FA'), +('100261', '800001432', '2021FA'), +('100261', '800001617', '2021FA'), +('100261', '800001705', '2021FA'), +('100261', '800001981', '2021FA'), +('100261', '800002215', '2021FA'), +('100261', '800002482', '2021FA'), +('100261', '800002531', '2021FA'), +('100261', '800002655', '2021FA'), +('100261', '800002759', '2021FA'), +('100262', '800000173', '2021FA'), +('100262', '800000219', '2021FA'), +('100262', '800000406', '2021FA'), +('100262', '800000480', '2021FA'), +('100262', '800000623', '2021FA'), +('100262', '800000767', '2021FA'), +('100262', '800000808', '2021FA'), +('100262', '800000887', '2021FA'), +('100262', '800000979', '2021FA'), +('100262', '800001290', '2021FA'), +('100262', '800001506', '2021FA'), +('100262', '800001526', '2021FA'), +('100262', '800001671', '2021FA'), +('100262', '800001800', '2021FA'), +('100262', '800001809', '2021FA'), +('100262', '800001911', '2021FA'), +('100262', '800001965', '2021FA'), +('100262', '800002060', '2021FA'), +('100262', '800002833', '2021FA'), +('100263', '800000673', '2021FA'), +('100263', '800000892', '2021FA'), +('100263', '800001561', '2021FA'), +('100263', '800001573', '2021FA'), +('100263', '800001687', '2021FA'), +('100263', '800001717', '2021FA'), +('100263', '800001730', '2021FA'), +('100263', '800001754', '2021FA'), +('100263', '800001792', '2021FA'), +('100263', '800002033', '2021FA'), +('100264', '800000279', '2021FA'), +('100264', '800001373', '2021FA'), +('100264', '800001783', '2021FA'), +('100264', '800001798', '2021FA'), +('100264', '800001900', '2021FA'), +('100264', '800002117', '2021FA'), +('100264', '800002276', '2021FA'), +('100264', '800002516', '2021FA'), +('100264', '800002541', '2021FA'), +('100264', '800002760', '2021FA'), +('100265', '800000047', '2021FA'), +('100265', '800000129', '2021FA'), +('100265', '800000474', '2021FA'), +('100265', '800000575', '2021FA'), +('100265', '800000845', '2021FA'), +('100265', '800001165', '2021FA'), +('100265', '800001213', '2021FA'), +('100265', '800001504', '2021FA'), +('100265', '800001683', '2021FA'), +('100265', '800001860', '2021FA'), +('100265', '800001926', '2021FA'), +('100265', '800002404', '2021FA'), +('100265', '800002627', '2021FA'), +('100265', '800002915', '2021FA'), +('100266', '800000017', '2021FA'), +('100266', '800000032', '2021FA'), +('100266', '800000445', '2021FA'), +('100266', '800000712', '2021FA'), +('100266', '800000837', '2021FA'), +('100266', '800000930', '2021FA'), +('100266', '800001285', '2021FA'), +('100266', '800001475', '2021FA'), +('100266', '800001491', '2021FA'), +('100266', '800001635', '2021FA'), +('100266', '800001884', '2021FA'), +('100266', '800002120', '2021FA'), +('100266', '800002343', '2021FA'), +('100267', '800000512', '2021FA'), +('100267', '800000729', '2021FA'), +('100267', '800000986', '2021FA'), +('100267', '800001036', '2021FA'), +('100267', '800001044', '2021FA'), +('100267', '800001067', '2021FA'), +('100267', '800001184', '2021FA'), +('100267', '800001306', '2021FA'), +('100267', '800001478', '2021FA'), +('100267', '800001605', '2021FA'), +('100267', '800001955', '2021FA'), +('100267', '800002001', '2021FA'), +('100267', '800002053', '2021FA'), +('100267', '800002117', '2021FA'), +('100267', '800002120', '2021FA'), +('100267', '800002400', '2021FA'), +('100267', '800002872', '2021FA'), +('100268', '800000158', '2021FA'), +('100268', '800000212', '2021FA'), +('100268', '800000577', '2021FA'), +('100268', '800000819', '2021FA'), +('100268', '800000855', '2021FA'), +('100268', '800001128', '2021FA'), +('100268', '800001306', '2021FA'), +('100268', '800001463', '2021FA'), +('100268', '800001671', '2021FA'), +('100268', '800001703', '2021FA'), +('100268', '800002025', '2021FA'), +('100268', '800002219', '2021FA'), +('100268', '800002326', '2021FA'), +('100269', '800000074', '2021FA'), +('100269', '800000417', '2021FA'), +('100269', '800000438', '2021FA'), +('100269', '800000480', '2021FA'), +('100269', '800000740', '2021FA'), +('100269', '800000761', '2021FA'), +('100269', '800000861', '2021FA'), +('100269', '800001222', '2021FA'), +('100269', '800001644', '2021FA'), +('100269', '800001694', '2021FA'), +('100269', '800001824', '2021FA'), +('100269', '800001916', '2021FA'), +('100269', '800001928', '2021FA'), +('100269', '800002103', '2021FA'), +('100269', '800002278', '2021FA'), +('100269', '800002352', '2021FA'), +('100269', '800002369', '2021FA'), +('100269', '800002492', '2021FA'), +('100269', '800002516', '2021FA'), +('100269', '800002526', '2021FA'), +('100269', '800002713', '2021FA'), +('100269', '800002813', '2021FA'), +('100269', '800002829', '2021FA'), +('100269', '800002904', '2021FA'), +('100270', '800000322', '2021FA'), +('100270', '800000372', '2021FA'), +('100270', '800000385', '2021FA'), +('100270', '800000832', '2021FA'), +('100270', '800001195', '2021FA'), +('100270', '800001532', '2021FA'), +('100270', '800001537', '2021FA'), +('100270', '800001559', '2021FA'), +('100270', '800001849', '2021FA'), +('100270', '800001861', '2021FA'), +('100270', '800001898', '2021FA'), +('100270', '800001926', '2021FA'), +('100270', '800002053', '2021FA'), +('100270', '800002102', '2021FA'), +('100270', '800002155', '2021FA'), +('100270', '800002302', '2021FA'), +('100270', '800002703', '2021FA'), +('100270', '800002967', '2021FA'), +('100271', '800000815', '2021FA'), +('100271', '800001078', '2021FA'), +('100271', '800001537', '2021FA'), +('100271', '800002143', '2021FA'), +('100271', '800002490', '2021FA'), +('100271', '800002655', '2021FA'), +('100271', '800002809', '2021FA'), +('100271', '800002885', '2021FA'), +('100272', '800000362', '2021FA'), +('100272', '800000545', '2021FA'), +('100272', '800000671', '2021FA'), +('100272', '800000790', '2021FA'), +('100272', '800000846', '2021FA'), +('100272', '800001258', '2021FA'), +('100272', '800001661', '2021FA'), +('100272', '800001767', '2021FA'), +('100272', '800001768', '2021FA'), +('100272', '800001835', '2021FA'), +('100272', '800001844', '2021FA'), +('100272', '800001872', '2021FA'), +('100272', '800002274', '2021FA'), +('100272', '800002710', '2021FA'), +('100272', '800002777', '2021FA'), +('100273', '800000054', '2021FA'), +('100273', '800000159', '2021FA'), +('100273', '800000195', '2021FA'), +('100273', '800000248', '2021FA'), +('100273', '800000404', '2021FA'), +('100273', '800000518', '2021FA'), +('100273', '800000852', '2021FA'), +('100273', '800000997', '2021FA'), +('100273', '800001114', '2021FA'), +('100273', '800001258', '2021FA'), +('100273', '800001561', '2021FA'), +('100273', '800001599', '2021FA'), +('100273', '800001740', '2021FA'), +('100273', '800001898', '2021FA'), +('100273', '800001995', '2021FA'), +('100273', '800002102', '2021FA'), +('100273', '800002274', '2021FA'), +('100273', '800002309', '2021FA'), +('100273', '800002594', '2021FA'), +('100274', '800000047', '2021FA'), +('100274', '800000215', '2021FA'), +('100274', '800000388', '2021FA'), +('100274', '800000630', '2021FA'), +('100274', '800000685', '2021FA'), +('100274', '800000945', '2021FA'), +('100274', '800000953', '2021FA'), +('100274', '800001436', '2021FA'), +('100274', '800001546', '2021FA'), +('100274', '800001667', '2021FA'), +('100274', '800001738', '2021FA'), +('100274', '800001761', '2021FA'), +('100274', '800001837', '2021FA'), +('100274', '800001860', '2021FA'), +('100274', '800001951', '2021FA'), +('100274', '800002033', '2021FA'), +('100274', '800002683', '2021FA'), +('100274', '800002835', '2021FA'), +('100274', '800002922', '2021FA'), +('100275', '800000132', '2021FA'), +('100275', '800000387', '2021FA'), +('100275', '800000402', '2021FA'), +('100275', '800000410', '2021FA'), +('100275', '800000801', '2021FA'), +('100275', '800001314', '2021FA'), +('100275', '800001401', '2021FA'), +('100275', '800001607', '2021FA'), +('100275', '800001707', '2021FA'), +('100275', '800001813', '2021FA'), +('100275', '800002031', '2021FA'), +('100275', '800002148', '2021FA'), +('100275', '800002422', '2021FA'), +('100275', '800002900', '2021FA'), +('100276', '800000178', '2021FA'), +('100276', '800000282', '2021FA'), +('100276', '800000696', '2021FA'), +('100276', '800000952', '2021FA'), +('100276', '800001004', '2021FA'), +('100276', '800001015', '2021FA'), +('100276', '800001304', '2021FA'), +('100276', '800001324', '2021FA'), +('100276', '800001383', '2021FA'), +('100276', '800001414', '2021FA'), +('100276', '800001601', '2021FA'), +('100276', '800001710', '2021FA'), +('100276', '800001729', '2021FA'), +('100276', '800002225', '2021FA'), +('100276', '800002307', '2021FA'), +('100276', '800002371', '2021FA'), +('100276', '800002477', '2021FA'), +('100276', '800002627', '2021FA'), +('100276', '800002998', '2021FA'), +('100277', '800000027', '2021FA'), +('100277', '800000147', '2021FA'), +('100277', '800000172', '2021FA'), +('100277', '800000372', '2021FA'), +('100277', '800000375', '2021FA'), +('100277', '800000905', '2021FA'), +('100277', '800000987', '2021FA'), +('100277', '800001077', '2021FA'), +('100277', '800001205', '2021FA'), +('100277', '800001276', '2021FA'), +('100277', '800001432', '2021FA'), +('100277', '800001662', '2021FA'), +('100277', '800001901', '2021FA'), +('100277', '800001932', '2021FA'), +('100277', '800002117', '2021FA'), +('100277', '800002222', '2021FA'), +('100277', '800002226', '2021FA'), +('100277', '800002400', '2021FA'), +('100277', '800002576', '2021FA'), +('100278', '800000169', '2021FA'), +('100278', '800000277', '2021FA'), +('100278', '800000744', '2021FA'), +('100278', '800000979', '2021FA'), +('100278', '800000986', '2021FA'), +('100278', '800001000', '2021FA'), +('100278', '800001117', '2021FA'), +('100278', '800001124', '2021FA'), +('100278', '800001418', '2021FA'), +('100278', '800001583', '2021FA'), +('100278', '800001767', '2021FA'), +('100278', '800001773', '2021FA'), +('100278', '800002184', '2021FA'), +('100278', '800002618', '2021FA'), +('100279', '800000125', '2021FA'), +('100279', '800000400', '2021FA'), +('100279', '800000428', '2021FA'), +('100279', '800000985', '2021FA'), +('100279', '800001248', '2021FA'), +('100279', '800001305', '2021FA'), +('100279', '800001370', '2021FA'), +('100279', '800002517', '2021FA'), +('100279', '800002539', '2021FA'), +('100279', '800002676', '2021FA'), +('100279', '800002880', '2021FA'), +('100280', '800000038', '2021FA'), +('100280', '800000181', '2021FA'), +('100280', '800000195', '2021FA'), +('100280', '800000673', '2021FA'), +('100280', '800001291', '2021FA'), +('100280', '800001511', '2021FA'), +('100280', '800001773', '2021FA'), +('100280', '800002124', '2021FA'), +('100280', '800002246', '2021FA'), +('100280', '800002727', '2021FA'), +('100280', '800002779', '2021FA'), +('100281', '800000372', '2021FA'), +('100281', '800000596', '2021FA'), +('100281', '800000761', '2021FA'), +('100281', '800000772', '2021FA'), +('100281', '800000952', '2021FA'), +('100281', '800001277', '2021FA'), +('100281', '800001304', '2021FA'), +('100281', '800001339', '2021FA'), +('100281', '800001937', '2021FA'), +('100281', '800002183', '2021FA'), +('100281', '800002748', '2021FA'), +('100282', '800000778', '2021FA'), +('100282', '800000909', '2021FA'), +('100282', '800001323', '2021FA'), +('100282', '800001476', '2021FA'), +('100282', '800001488', '2021FA'), +('100282', '800001509', '2021FA'), +('100282', '800001723', '2021FA'), +('100282', '800001733', '2021FA'), +('100282', '800002112', '2021FA'), +('100282', '800002136', '2021FA'), +('100282', '800002167', '2021FA'), +('100282', '800002429', '2021FA'), +('100282', '800002470', '2021FA'), +('100282', '800002588', '2021FA'), +('100282', '800002852', '2021FA'), +('100283', '800000060', '2021FA'), +('100283', '800000216', '2021FA'), +('100283', '800000657', '2021FA'), +('100283', '800000769', '2021FA'), +('100283', '800000995', '2021FA'), +('100283', '800002105', '2021FA'), +('100283', '800002683', '2021FA'), +('100283', '800002891', '2021FA'), +('100284', '800000144', '2021FA'), +('100284', '800000749', '2021FA'), +('100284', '800001061', '2021FA'), +('100284', '800001143', '2021FA'), +('100284', '800001200', '2021FA'), +('100284', '800001325', '2021FA'), +('100284', '800001488', '2021FA'), +('100284', '800001614', '2021FA'), +('100284', '800001617', '2021FA'), +('100284', '800001679', '2021FA'), +('100284', '800002050', '2021FA'), +('100284', '800002086', '2021FA'), +('100284', '800002207', '2021FA'), +('100284', '800002277', '2021FA'), +('100284', '800002318', '2021FA'), +('100284', '800002741', '2021FA'), +('100285', '800000280', '2021FA'), +('100285', '800000297', '2021FA'), +('100285', '800000463', '2021FA'), +('100285', '800000645', '2021FA'), +('100285', '800001038', '2021FA'), +('100285', '800001049', '2021FA'), +('100285', '800001140', '2021FA'), +('100285', '800001246', '2021FA'), +('100285', '800001383', '2021FA'), +('100285', '800001725', '2021FA'), +('100285', '800001771', '2021FA'), +('100285', '800001986', '2021FA'), +('100285', '800002091', '2021FA'), +('100285', '800002145', '2021FA'), +('100285', '800002766', '2021FA'), +('100285', '800002899', '2021FA'), +('100286', '800000008', '2021FA'), +('100286', '800000080', '2021FA'), +('100286', '800000293', '2021FA'), +('100286', '800000762', '2021FA'), +('100286', '800001304', '2021FA'), +('100286', '800001583', '2021FA'), +('100286', '800001793', '2021FA'), +('100286', '800001895', '2021FA'), +('100286', '800002014', '2021FA'), +('100286', '800002024', '2021FA'), +('100286', '800002134', '2021FA'), +('100286', '800002148', '2021FA'), +('100286', '800002378', '2021FA'), +('100286', '800002710', '2021FA'), +('100286', '800002795', '2021FA'), +('100287', '800000004', '2021FA'), +('100287', '800000007', '2021FA'), +('100287', '800000018', '2021FA'), +('100287', '800000085', '2021FA'), +('100287', '800000425', '2021FA'), +('100287', '800001138', '2021FA'), +('100287', '800001276', '2021FA'), +('100287', '800001358', '2021FA'), +('100287', '800001507', '2021FA'), +('100287', '800001974', '2021FA'), +('100287', '800002387', '2021FA'), +('100287', '800002476', '2021FA'), +('100287', '800002989', '2021FA'), +('100288', '800000429', '2021FA'), +('100288', '800001049', '2021FA'), +('100288', '800001132', '2021FA'), +('100288', '800001164', '2021FA'), +('100288', '800001622', '2021FA'), +('100288', '800001689', '2021FA'), +('100288', '800001744', '2021FA'), +('100288', '800001961', '2021FA'), +('100288', '800002330', '2021FA'), +('100288', '800002501', '2021FA'), +('100288', '800002810', '2021FA'), +('100288', '800002868', '2021FA'), +('100288', '800002925', '2021FA'), +('100289', '800000213', '2021FA'), +('100289', '800000374', '2021FA'), +('100289', '800000707', '2021FA'), +('100289', '800000727', '2021FA'), +('100289', '800001195', '2021FA'), +('100289', '800001225', '2021FA'), +('100289', '800001350', '2021FA'), +('100289', '800001451', '2021FA'), +('100289', '800001619', '2021FA'), +('100289', '800001697', '2021FA'), +('100289', '800001773', '2021FA'), +('100289', '800002354', '2021FA'), +('100289', '800002414', '2021FA'), +('100289', '800002579', '2021FA'), +('100289', '800002596', '2021FA'), +('100289', '800002731', '2021FA'), +('100290', '800000094', '2021FA'), +('100290', '800000219', '2021FA'), +('100290', '800000290', '2021FA'), +('100290', '800000388', '2021FA'), +('100290', '800000585', '2021FA'), +('100290', '800000643', '2021FA'), +('100290', '800000658', '2021FA'), +('100290', '800000743', '2021FA'), +('100290', '800000998', '2021FA'), +('100290', '800001053', '2021FA'), +('100290', '800001110', '2021FA'), +('100290', '800001371', '2021FA'), +('100290', '800001462', '2021FA'), +('100290', '800001502', '2021FA'), +('100290', '800001832', '2021FA'), +('100290', '800001991', '2021FA'), +('100290', '800002637', '2021FA'), +('100290', '800002738', '2021FA'), +('100290', '800002783', '2021FA'), +('100290', '800002827', '2021FA'), +('100291', '800000368', '2021FA'), +('100291', '800000641', '2021FA'), +('100291', '800001058', '2021FA'), +('100291', '800001095', '2021FA'), +('100291', '800001407', '2021FA'), +('100291', '800001876', '2021FA'), +('100291', '800001901', '2021FA'), +('100291', '800002113', '2021FA'), +('100291', '800002490', '2021FA'), +('100291', '800002666', '2021FA'), +('100291', '800002898', '2021FA'), +('100292', '800000317', '2021FA'), +('100292', '800000714', '2021FA'), +('100292', '800000723', '2021FA'), +('100292', '800001128', '2021FA'), +('100292', '800001130', '2021FA'), +('100292', '800001466', '2021FA'), +('100292', '800001513', '2021FA'), +('100292', '800002342', '2021FA'), +('100292', '800002378', '2021FA'), +('100292', '800002414', '2021FA'), +('100292', '800002941', '2021FA'), +('100293', '800000202', '2021FA'), +('100293', '800000242', '2021FA'), +('100293', '800000688', '2021FA'), +('100293', '800000891', '2021FA'), +('100293', '800001673', '2021FA'), +('100293', '800001997', '2021FA'), +('100293', '800002035', '2021FA'), +('100293', '800002429', '2021FA'), +('100293', '800002509', '2021FA'), +('100293', '800002972', '2021FA'), +('100294', '800000013', '2021FA'), +('100294', '800000157', '2021FA'), +('100294', '800000160', '2021FA'), +('100294', '800000233', '2021FA'), +('100294', '800000936', '2021FA'), +('100294', '800001329', '2021FA'), +('100294', '800001631', '2021FA'), +('100294', '800001998', '2021FA'), +('100294', '800002146', '2021FA'), +('100294', '800002153', '2021FA'), +('100294', '800002326', '2021FA'), +('100294', '800002584', '2021FA'), +('100294', '800002691', '2021FA'), +('100295', '800000123', '2021FA'), +('100295', '800000210', '2021FA'), +('100295', '800000211', '2021FA'), +('100295', '800000216', '2021FA'), +('100295', '800000385', '2021FA'), +('100295', '800000492', '2021FA'), +('100295', '800000574', '2021FA'), +('100295', '800000625', '2021FA'), +('100295', '800000782', '2021FA'), +('100295', '800000922', '2021FA'), +('100295', '800001123', '2021FA'), +('100295', '800001279', '2021FA'), +('100295', '800001548', '2021FA'), +('100295', '800001789', '2021FA'), +('100295', '800001951', '2021FA'), +('100295', '800002074', '2021FA'), +('100295', '800002179', '2021FA'), +('100295', '800002215', '2021FA'), +('100295', '800002600', '2021FA'), +('100295', '800002752', '2021FA'), +('100295', '800002756', '2021FA'), +('100295', '800002932', '2021FA'), +('100296', '800000002', '2021FA'), +('100296', '800000018', '2021FA'), +('100296', '800000027', '2021FA'), +('100296', '800000059', '2021FA'), +('100296', '800000778', '2021FA'), +('100296', '800001077', '2021FA'), +('100296', '800001122', '2021FA'), +('100296', '800001343', '2021FA'), +('100296', '800001877', '2021FA'), +('100296', '800002011', '2021FA'), +('100296', '800002052', '2021FA'), +('100296', '800002433', '2021FA'), +('100296', '800002737', '2021FA'), +('100297', '800000428', '2021FA'), +('100297', '800000579', '2021FA'), +('100297', '800000664', '2021FA'), +('100297', '800000977', '2021FA'), +('100297', '800001011', '2021FA'), +('100297', '800001016', '2021FA'), +('100297', '800001795', '2021FA'), +('100297', '800001840', '2021FA'), +('100297', '800001865', '2021FA'), +('100297', '800001866', '2021FA'), +('100297', '800002112', '2021FA'), +('100297', '800002165', '2021FA'), +('100297', '800002635', '2021FA'), +('100297', '800002703', '2021FA'), +('100297', '800002799', '2021FA'), +('100297', '800002829', '2021FA'), +('100298', '800000069', '2021FA'), +('100298', '800000622', '2021FA'), +('100298', '800000806', '2021FA'), +('100298', '800001528', '2021FA'), +('100298', '800002145', '2021FA'), +('100298', '800002613', '2021FA'), +('100298', '800002676', '2021FA'), +('100298', '800002871', '2021FA'), +('100299', '800000214', '2021FA'), +('100299', '800000220', '2021FA'), +('100299', '800000268', '2021FA'), +('100299', '800000313', '2021FA'), +('100299', '800000479', '2021FA'), +('100299', '800000631', '2021FA'), +('100299', '800001011', '2021FA'), +('100299', '800001206', '2021FA'), +('100299', '800001432', '2021FA'), +('100299', '800001616', '2021FA'), +('100299', '800001622', '2021FA'), +('100299', '800001631', '2021FA'), +('100299', '800001928', '2021FA'), +('100299', '800002403', '2021FA'), +('100299', '800002416', '2021FA'), +('100299', '800002530', '2021FA'), +('100300', '800000200', '2021FA'), +('100300', '800000719', '2021FA'), +('100300', '800000835', '2021FA'), +('100300', '800001190', '2021FA'), +('100300', '800001369', '2021FA'), +('100300', '800001820', '2021FA'), +('100300', '800001921', '2021FA'), +('100300', '800002103', '2021FA'), +('100300', '800002679', '2021FA'), +('100301', '800000497', '2021FA'), +('100301', '800000737', '2021FA'), +('100301', '800000997', '2021FA'), +('100301', '800001015', '2021FA'), +('100301', '800001341', '2021FA'), +('100301', '800001531', '2021FA'), +('100301', '800001774', '2021FA'), +('100301', '800001852', '2021FA'), +('100301', '800002090', '2021FA'), +('100301', '800002207', '2021FA'), +('100301', '800002556', '2021FA'), +('100301', '800002613', '2021FA'), +('100301', '800002660', '2021FA'), +('100301', '800002723', '2021FA'), +('100301', '800002922', '2021FA'), +('100302', '800000158', '2021FA'), +('100302', '800000173', '2021FA'), +('100302', '800000326', '2021FA'), +('100302', '800000606', '2021FA'), +('100302', '800001800', '2021FA'), +('100302', '800002081', '2021FA'), +('100302', '800002444', '2021FA'), +('100302', '800002493', '2021FA'), +('100302', '800002732', '2021FA'), +('100302', '800002919', '2021FA'), +('100303', '800000542', '2021FA'), +('100303', '800000597', '2021FA'), +('100303', '800000656', '2021FA'), +('100303', '800000682', '2021FA'), +('100303', '800000769', '2021FA'), +('100303', '800000803', '2021FA'), +('100303', '800000809', '2021FA'), +('100303', '800000975', '2021FA'), +('100303', '800001124', '2021FA'), +('100303', '800001724', '2021FA'), +('100303', '800002404', '2021FA'), +('100303', '800002420', '2021FA'), +('100303', '800002553', '2021FA'), +('100303', '800002832', '2021FA'), +('100303', '800002933', '2021FA'), +('100304', '800000267', '2021FA'), +('100304', '800000705', '2021FA'), +('100304', '800000778', '2021FA'), +('100304', '800000996', '2021FA'), +('100304', '800001372', '2021FA'), +('100304', '800001444', '2021FA'), +('100304', '800002315', '2021FA'), +('100304', '800002630', '2021FA'), +('100304', '800002655', '2021FA'), +('100304', '800002737', '2021FA'), +('100304', '800002861', '2021FA'), +('100305', '800000302', '2021FA'), +('100305', '800000338', '2021FA'), +('100305', '800000521', '2021FA'), +('100305', '800000808', '2021FA'), +('100305', '800000905', '2021FA'), +('100305', '800000961', '2021FA'), +('100305', '800000998', '2021FA'), +('100305', '800001345', '2021FA'), +('100305', '800001439', '2021FA'), +('100305', '800001715', '2021FA'), +('100305', '800001896', '2021FA'), +('100305', '800002034', '2021FA'), +('100305', '800002184', '2021FA'), +('100305', '800002185', '2021FA'), +('100305', '800002270', '2021FA'), +('100305', '800002357', '2021FA'), +('100305', '800002477', '2021FA'), +('100305', '800002556', '2021FA'), +('100305', '800002623', '2021FA'), +('100305', '800002802', '2021FA'), +('100306', '800000144', '2021FA'), +('100306', '800000154', '2021FA'), +('100306', '800000425', '2021FA'), +('100306', '800000565', '2021FA'), +('100306', '800001646', '2021FA'), +('100306', '800001674', '2021FA'), +('100306', '800001891', '2021FA'), +('100306', '800002053', '2021FA'), +('100306', '800002221', '2021FA'), +('100306', '800002262', '2021FA'), +('100306', '800002302', '2021FA'), +('100306', '800002309', '2021FA'), +('100306', '800002364', '2021FA'), +('100306', '800002397', '2021FA'), +('100306', '800002452', '2021FA'), +('100306', '800002482', '2021FA'), +('100306', '800002549', '2021FA'), +('100307', '800000433', '2021FA'), +('100307', '800000556', '2021FA'), +('100307', '800000911', '2021FA'), +('100307', '800001003', '2021FA'), +('100307', '800001414', '2021FA'), +('100307', '800001616', '2021FA'), +('100307', '800001805', '2021FA'), +('100307', '800001811', '2021FA'), +('100307', '800002008', '2021FA'), +('100307', '800002351', '2021FA'), +('100307', '800002358', '2021FA'), +('100307', '800002639', '2021FA'), +('100308', '800000628', '2021FA'), +('100308', '800000646', '2021FA'), +('100308', '800000920', '2021FA'), +('100308', '800000974', '2021FA'), +('100308', '800001160', '2021FA'), +('100308', '800001233', '2021FA'), +('100308', '800001607', '2021FA'), +('100308', '800001903', '2021FA'), +('100308', '800002103', '2021FA'), +('100308', '800002863', '2021FA'), +('100309', '800000012', '2021FA'), +('100309', '800000111', '2021FA'), +('100309', '800000458', '2021FA'), +('100309', '800000710', '2021FA'), +('100309', '800000718', '2021FA'), +('100309', '800000837', '2021FA'), +('100309', '800000908', '2021FA'), +('100309', '800001106', '2021FA'), +('100309', '800001675', '2021FA'), +('100309', '800001841', '2021FA'), +('100309', '800002800', '2021FA'), +('100309', '800002963', '2021FA'), +('100310', '800000770', '2021FA'), +('100310', '800000880', '2021FA'), +('100310', '800001426', '2021FA'), +('100310', '800001484', '2021FA'), +('100310', '800001791', '2021FA'), +('100310', '800002438', '2021FA'), +('100310', '800002450', '2021FA'), +('100310', '800002630', '2021FA'), +('100310', '800002777', '2021FA'), +('100311', '800000859', '2021FA'), +('100311', '800000920', '2021FA'), +('100311', '800001410', '2021FA'), +('100311', '800001422', '2021FA'), +('100311', '800001662', '2021FA'), +('100311', '800001674', '2021FA'), +('100311', '800002217', '2021FA'), +('100311', '800002314', '2021FA'), +('100311', '800002584', '2021FA'), +('100311', '800002974', '2021FA'), +('100312', '800000008', '2021FA'), +('100312', '800000284', '2021FA'), +('100312', '800000302', '2021FA'), +('100312', '800000506', '2021FA'), +('100312', '800000568', '2021FA'), +('100312', '800000579', '2021FA'), +('100312', '800001280', '2021FA'), +('100312', '800001363', '2021FA'), +('100312', '800001418', '2021FA'), +('100312', '800001703', '2021FA'), +('100312', '800001741', '2021FA'), +('100312', '800002034', '2021FA'), +('100312', '800002035', '2021FA'), +('100312', '800002159', '2021FA'), +('100312', '800002243', '2021FA'), +('100312', '800002352', '2021FA'), +('100312', '800002375', '2021FA'), +('100312', '800002408', '2021FA'), +('100312', '800002829', '2021FA'), +('100312', '800002872', '2021FA'), +('100312', '800002880', '2021FA'), +('100312', '800002926', '2021FA'), +('100313', '800000531', '2021FA'), +('100313', '800001375', '2021FA'), +('100313', '800001667', '2021FA'), +('100313', '800002384', '2021FA'), +('100313', '800002410', '2021FA'), +('100313', '800002562', '2021FA'), +('100313', '800002737', '2021FA'), +('100314', '800000107', '2021FA'), +('100314', '800000607', '2021FA'), +('100314', '800000940', '2021FA'), +('100314', '800000975', '2021FA'), +('100314', '800001165', '2021FA'), +('100314', '800001310', '2021FA'), +('100314', '800001358', '2021FA'), +('100314', '800001447', '2021FA'), +('100314', '800001504', '2021FA'), +('100314', '800001536', '2021FA'), +('100314', '800001747', '2021FA'), +('100314', '800001994', '2021FA'), +('100314', '800002004', '2021FA'), +('100314', '800002537', '2021FA'), +('100314', '800002846', '2021FA'), +('100314', '800002901', '2021FA'), +('100315', '800000576', '2021FA'), +('100315', '800000646', '2021FA'), +('100315', '800000665', '2021FA'), +('100315', '800000721', '2021FA'), +('100315', '800000881', '2021FA'), +('100315', '800001012', '2021FA'), +('100315', '800001100', '2021FA'), +('100315', '800001209', '2021FA'), +('100315', '800001424', '2021FA'), +('100315', '800001606', '2021FA'), +('100315', '800001801', '2021FA'), +('100315', '800002382', '2021FA'), +('100315', '800002475', '2021FA'), +('100315', '800002651', '2021FA'), +('100316', '800000105', '2021FA'), +('100316', '800000500', '2021FA'), +('100316', '800000938', '2021FA'), +('100316', '800001110', '2021FA'), +('100316', '800001378', '2021FA'), +('100316', '800001566', '2021FA'), +('100316', '800001933', '2021FA'), +('100316', '800002202', '2021FA'), +('100316', '800002540', '2021FA'), +('100316', '800002731', '2021FA'), +('100316', '800002785', '2021FA'), +('100317', '800000627', '2021FA'), +('100317', '800001251', '2021FA'), +('100317', '800001765', '2021FA'), +('100317', '800001813', '2021FA'), +('100317', '800002941', '2021FA'), +('100318', '800000623', '2021FA'), +('100318', '800000732', '2021FA'), +('100318', '800000748', '2021FA'), +('100318', '800000832', '2021FA'), +('100318', '800001209', '2021FA'), +('100318', '800001509', '2021FA'), +('100318', '800001872', '2021FA'), +('100318', '800002659', '2021FA'), +('100318', '800002781', '2021FA'), +('100318', '800002923', '2021FA'), +('100319', '800000064', '2021FA'), +('100319', '800000333', '2021FA'), +('100319', '800001113', '2021FA'), +('100319', '800001199', '2021FA'), +('100319', '800001326', '2021FA'), +('100319', '800001377', '2021FA'), +('100319', '800001418', '2021FA'), +('100319', '800002030', '2021FA'), +('100319', '800002177', '2021FA'), +('100319', '800002523', '2021FA'), +('100319', '800002607', '2021FA'), +('100319', '800002686', '2021FA'), +('100319', '800002726', '2021FA'), +('100319', '800002872', '2021FA'), +('100320', '800000132', '2021FA'), +('100320', '800000155', '2021FA'), +('100320', '800000180', '2021FA'), +('100320', '800000238', '2021FA'), +('100320', '800000716', '2021FA'), +('100320', '800001029', '2021FA'), +('100320', '800001038', '2021FA'), +('100320', '800001262', '2021FA'), +('100320', '800001566', '2021FA'), +('100320', '800002447', '2021FA'), +('100320', '800002502', '2021FA'), +('100320', '800002693', '2021FA'), +('100321', '800000237', '2021FA'), +('100321', '800000297', '2021FA'), +('100321', '800000878', '2021FA'), +('100321', '800001016', '2021FA'), +('100321', '800001077', '2021FA'), +('100321', '800001123', '2021FA'), +('100321', '800001572', '2021FA'), +('100321', '800001967', '2021FA'), +('100321', '800001991', '2021FA'), +('100321', '800002578', '2021FA'), +('100321', '800002722', '2021FA'), +('100321', '800002919', '2021FA'), +('100321', '800002920', '2021FA'), +('100322', '800000042', '2021FA'), +('100322', '800000463', '2021FA'), +('100322', '800000615', '2021FA'), +('100322', '800001326', '2021FA'), +('100322', '800001358', '2021FA'), +('100322', '800001621', '2021FA'), +('100322', '800001996', '2021FA'), +('100322', '800002077', '2021FA'), +('100322', '800002583', '2021FA'), +('100322', '800002770', '2021FA'), +('100323', '800000038', '2021FA'), +('100323', '800000159', '2021FA'), +('100323', '800000547', '2021FA'), +('100323', '800000590', '2021FA'), +('100323', '800000947', '2021FA'), +('100323', '800001272', '2021FA'), +('100323', '800001334', '2021FA'), +('100323', '800001395', '2021FA'), +('100323', '800001657', '2021FA'), +('100323', '800001713', '2021FA'), +('100323', '800001819', '2021FA'), +('100323', '800001832', '2021FA'), +('100323', '800001984', '2021FA'), +('100323', '800002105', '2021FA'), +('100323', '800002161', '2021FA'), +('100323', '800002451', '2021FA'), +('100323', '800002465', '2021FA'), +('100323', '800002686', '2021FA'), +('100323', '800002886', '2021FA'), +('100324', '800000280', '2021FA'), +('100324', '800000565', '2021FA'), +('100324', '800000595', '2021FA'), +('100324', '800000799', '2021FA'), +('100324', '800000830', '2021FA'), +('100324', '800000868', '2021FA'), +('100324', '800000989', '2021FA'), +('100324', '800001208', '2021FA'), +('100324', '800001339', '2021FA'), +('100324', '800001399', '2021FA'), +('100324', '800001586', '2021FA'), +('100324', '800001608', '2021FA'), +('100324', '800001637', '2021FA'), +('100324', '800001957', '2021FA'), +('100324', '800002200', '2021FA'), +('100325', '800000005', '2021FA'), +('100325', '800000206', '2021FA'), +('100325', '800000277', '2021FA'), +('100325', '800000597', '2021FA'), +('100325', '800000848', '2021FA'), +('100325', '800001171', '2021FA'), +('100325', '800001238', '2021FA'), +('100325', '800001245', '2021FA'), +('100325', '800001499', '2021FA'), +('100325', '800001594', '2021FA'), +('100325', '800001732', '2021FA'), +('100325', '800001872', '2021FA'), +('100325', '800001896', '2021FA'), +('100325', '800002371', '2021FA'), +('100325', '800002410', '2021FA'), +('100325', '800002509', '2021FA'), +('100325', '800002578', '2021FA'), +('100325', '800002786', '2021FA'), +('100325', '800002928', '2021FA'), +('100326', '800000602', '2021FA'), +('100326', '800000656', '2021FA'), +('100326', '800000688', '2021FA'), +('100326', '800000694', '2021FA'), +('100326', '800000948', '2021FA'), +('100326', '800001407', '2021FA'), +('100326', '800001513', '2021FA'), +('100326', '800001678', '2021FA'), +('100326', '800001733', '2021FA'), +('100326', '800001859', '2021FA'), +('100326', '800001924', '2021FA'), +('100326', '800002221', '2021FA'), +('100326', '800002263', '2021FA'), +('100326', '800002266', '2021FA'), +('100326', '800002357', '2021FA'), +('100326', '800002387', '2021FA'), +('100326', '800002408', '2021FA'), +('100327', '800000211', '2021FA'), +('100327', '800000438', '2021FA'), +('100327', '800001110', '2021FA'), +('100327', '800001677', '2021FA'), +('100327', '800002135', '2021FA'), +('100327', '800002251', '2021FA'), +('100327', '800002410', '2021FA'), +('100327', '800002469', '2021FA'), +('100327', '800002720', '2021FA'), +('100327', '800002723', '2021FA'), +('100327', '800002799', '2021FA'), +('100328', '800000512', '2021FA'), +('100328', '800000803', '2021FA'), +('100328', '800001143', '2021FA'), +('100328', '800001226', '2021FA'), +('100328', '800001323', '2021FA'), +('100328', '800001528', '2021FA'), +('100328', '800001698', '2021FA'), +('100328', '800001818', '2021FA'), +('100328', '800001989', '2021FA'), +('100328', '800002033', '2021FA'), +('100328', '800002179', '2021FA'), +('100328', '800002251', '2021FA'), +('100328', '800002470', '2021FA'), +('100329', '800000064', '2021FA'), +('100329', '800000346', '2021FA'), +('100329', '800000359', '2021FA'), +('100329', '800000371', '2021FA'), +('100329', '800000553', '2021FA'), +('100329', '800000568', '2021FA'), +('100329', '800000995', '2021FA'), +('100329', '800001303', '2021FA'), +('100329', '800001766', '2021FA'), +('100329', '800001816', '2021FA'), +('100329', '800001914', '2021FA'), +('100329', '800002064', '2021FA'), +('100329', '800002182', '2021FA'), +('100329', '800002800', '2021FA'), +('100329', '800002923', '2021FA'), +('100329', '800002976', '2021FA'), +('100330', '800000033', '2021FA'), +('100330', '800000193', '2021FA'), +('100330', '800000666', '2021FA'), +('100330', '800000738', '2021FA'), +('100330', '800001123', '2021FA'), +('100330', '800001496', '2021FA'), +('100330', '800001579', '2021FA'), +('100330', '800001747', '2021FA'), +('100330', '800002080', '2021FA'), +('100330', '800002371', '2021FA'), +('100330', '800002604', '2021FA'), +('100330', '800002743', '2021FA'), +('100330', '800002865', '2021FA'), +('100331', '800000549', '2021FA'), +('100331', '800000940', '2021FA'), +('100331', '800001095', '2021FA'), +('100331', '800001107', '2021FA'), +('100331', '800001149', '2021FA'), +('100331', '800001164', '2021FA'), +('100331', '800002222', '2021FA'), +('100331', '800002428', '2021FA'), +('100331', '800002469', '2021FA'), +('100331', '800002653', '2021FA'), +('100332', '800000381', '2021FA'), +('100332', '800000494', '2021FA'), +('100332', '800000871', '2021FA'), +('100332', '800000900', '2021FA'), +('100332', '800001562', '2021FA'), +('100332', '800001692', '2021FA'), +('100332', '800002050', '2021FA'), +('100332', '800002074', '2021FA'), +('100332', '800002393', '2021FA'), +('100332', '800002948', '2021FA'), +('100333', '800000220', '2021FA'), +('100333', '800000469', '2021FA'), +('100333', '800001116', '2021FA'), +('100333', '800001462', '2021FA'), +('100333', '800001659', '2021FA'), +('100333', '800001849', '2021FA'), +('100333', '800002028', '2021FA'), +('100333', '800002776', '2021FA'), +('100334', '800000167', '2021FA'), +('100334', '800000198', '2021FA'), +('100334', '800000293', '2021FA'), +('100334', '800000666', '2021FA'), +('100334', '800000852', '2021FA'), +('100334', '800001271', '2021FA'), +('100334', '800001569', '2021FA'), +('100334', '800002741', '2021FA'), +('100334', '800002949', '2021FA'), +('100335', '800000011', '2021FA'), +('100335', '800000246', '2021FA'), +('100335', '800000398', '2021FA'), +('100335', '800000451', '2021FA'), +('100335', '800000509', '2021FA'), +('100335', '800000804', '2021FA'), +('100335', '800000849', '2021FA'), +('100335', '800001131', '2021FA'), +('100335', '800001171', '2021FA'), +('100335', '800001216', '2021FA'), +('100335', '800002078', '2021FA'), +('100335', '800002095', '2021FA'), +('100335', '800002123', '2021FA'), +('100335', '800002373', '2021FA'), +('100335', '800002919', '2021FA'), +('100335', '800002985', '2021FA'), +('100336', '800000011', '2021FA'), +('100336', '800000055', '2021FA'), +('100336', '800000616', '2021FA'), +('100336', '800001104', '2021FA'), +('100336', '800001150', '2021FA'), +('100336', '800001315', '2021FA'), +('100336', '800001474', '2021FA'), +('100336', '800001571', '2021FA'), +('100336', '800001671', '2021FA'), +('100336', '800002135', '2021FA'), +('100336', '800002143', '2021FA'), +('100336', '800002249', '2021FA'), +('100336', '800002574', '2021FA'), +('100336', '800002697', '2021FA'), +('100336', '800002808', '2021FA'), +('100337', '800000054', '2021FA'), +('100337', '800000490', '2021FA'), +('100337', '800000709', '2021FA'), +('100337', '800000712', '2021FA'), +('100337', '800000974', '2021FA'), +('100337', '800001073', '2021FA'), +('100337', '800002087', '2021FA'), +('100337', '800002361', '2021FA'), +('100337', '800002388', '2021FA'), +('100337', '800002487', '2021FA'), +('100337', '800002526', '2021FA'), +('100337', '800002631', '2021FA'), +('100337', '800002663', '2021FA'), +('100337', '800002715', '2021FA'), +('100337', '800002829', '2021FA'), +('100338', '800000067', '2021FA'), +('100338', '800000108', '2021FA'), +('100338', '800000822', '2021FA'), +('100338', '800001220', '2021FA'), +('100338', '800001584', '2021FA'), +('100338', '800001641', '2021FA'), +('100338', '800002026', '2021FA'), +('100338', '800002034', '2021FA'), +('100338', '800002062', '2021FA'), +('100338', '800002078', '2021FA'), +('100338', '800002101', '2021FA'), +('100338', '800002483', '2021FA'), +('100338', '800002620', '2021FA'), +('100338', '800002715', '2021FA'), +('100339', '800000075', '2021FA'), +('100339', '800000272', '2021FA'), +('100339', '800000581', '2021FA'), +('100339', '800000714', '2021FA'), +('100339', '800001374', '2021FA'), +('100339', '800001381', '2021FA'), +('100339', '800001439', '2021FA'), +('100339', '800001468', '2021FA'), +('100339', '800001620', '2021FA'), +('100339', '800001785', '2021FA'), +('100339', '800002105', '2021FA'), +('100339', '800002211', '2021FA'), +('100339', '800002540', '2021FA'), +('100339', '800002562', '2021FA'), +('100339', '800002658', '2021FA'), +('100339', '800002808', '2021FA'), +('100339', '800002848', '2021FA'), +('100340', '800000189', '2021FA'), +('100340', '800000192', '2021FA'), +('100340', '800000236', '2021FA'), +('100340', '800000374', '2021FA'), +('100340', '800000503', '2021FA'), +('100340', '800000703', '2021FA'), +('100340', '800000744', '2021FA'), +('100340', '800000874', '2021FA'), +('100340', '800000940', '2021FA'), +('100340', '800001172', '2021FA'), +('100340', '800001420', '2021FA'), +('100340', '800001989', '2021FA'), +('100340', '800002293', '2021FA'), +('100340', '800002541', '2021FA'), +('100340', '800002698', '2021FA'), +('100340', '800002775', '2021FA'), +('100341', '800000007', '2021FA'), +('100341', '800000044', '2021FA'), +('100341', '800000125', '2021FA'), +('100341', '800000231', '2021FA'), +('100341', '800000944', '2021FA'), +('100341', '800001000', '2021FA'), +('100341', '800001545', '2021FA'), +('100341', '800001991', '2021FA'), +('100341', '800002182', '2021FA'), +('100341', '800002268', '2021FA'), +('100341', '800002582', '2021FA'), +('100342', '800000085', '2021FA'), +('100342', '800000150', '2021FA'), +('100342', '800000202', '2021FA'), +('100342', '800000291', '2021FA'), +('100342', '800000727', '2021FA'), +('100342', '800001496', '2021FA'), +('100342', '800001933', '2021FA'), +('100342', '800002306', '2021FA'), +('100342', '800002814', '2021FA'), +('100342', '800002848', '2021FA'), +('100343', '800000255', '2021FA'), +('100343', '800000466', '2021FA'), +('100343', '800000874', '2021FA'), +('100343', '800000892', '2021FA'), +('100343', '800000993', '2021FA'), +('100343', '800001375', '2021FA'), +('100343', '800001585', '2021FA'), +('100343', '800001814', '2021FA'), +('100343', '800002068', '2021FA'), +('100343', '800002340', '2021FA'), +('100343', '800002882', '2021FA'), +('100343', '800002956', '2021FA'), +('100343', '800002971', '2021FA'), +('100344', '800000198', '2021FA'), +('100344', '800000330', '2021FA'), +('100344', '800000845', '2021FA'), +('100344', '800001478', '2021FA'), +('100344', '800001512', '2021FA'), +('100344', '800001593', '2021FA'), +('100344', '800001716', '2021FA'), +('100344', '800001720', '2021FA'), +('100344', '800001754', '2021FA'), +('100344', '800002029', '2021FA'), +('100344', '800002337', '2021FA'), +('100344', '800002438', '2021FA'), +('100344', '800002885', '2021FA'), +('100345', '800000008', '2021FA'), +('100345', '800000451', '2021FA'), +('100345', '800000770', '2021FA'), +('100345', '800000850', '2021FA'), +('100345', '800001122', '2021FA'), +('100345', '800001314', '2021FA'), +('100345', '800001424', '2021FA'), +('100345', '800001504', '2021FA'), +('100345', '800002251', '2021FA'), +('100345', '800002258', '2021FA'), +('100345', '800002732', '2021FA'), +('100345', '800002867', '2021FA'), +('100345', '800002927', '2021FA'), +('100346', '800000006', '2021FA'), +('100346', '800000293', '2021FA'), +('100346', '800000373', '2021FA'), +('100346', '800000945', '2021FA'), +('100346', '800001085', '2021FA'), +('100346', '800001428', '2021FA'), +('100346', '800001907', '2021FA'), +('100346', '800002577', '2021FA'), +('100346', '800002984', '2021FA'), +('100347', '800000064', '2021FA'), +('100347', '800000143', '2021FA'), +('100347', '800000294', '2021FA'), +('100347', '800000403', '2021FA'), +('100347', '800000852', '2021FA'), +('100347', '800000908', '2021FA'), +('100347', '800000961', '2021FA'), +('100347', '800001014', '2021FA'), +('100347', '800001211', '2021FA'), +('100347', '800001250', '2021FA'), +('100347', '800001466', '2021FA'), +('100347', '800001644', '2021FA'), +('100347', '800002270', '2021FA'), +('100347', '800002363', '2021FA'), +('100348', '800000606', '2021FA'), +('100348', '800000732', '2021FA'), +('100348', '800000862', '2021FA'), +('100348', '800001222', '2021FA'), +('100348', '800001245', '2021FA'), +('100348', '800001409', '2021FA'), +('100348', '800002089', '2021FA'), +('100348', '800002399', '2021FA'), +('100348', '800002442', '2021FA'), +('100348', '800002518', '2021FA'), +('100348', '800002578', '2021FA'), +('100348', '800002711', '2021FA'), +('100348', '800002829', '2021FA'), +('100348', '800002879', '2021FA'), +('100348', '800002971', '2021FA'), +('100349', '800001325', '2021FA'), +('100349', '800001605', '2021FA'), +('100349', '800002203', '2021FA'), +('100349', '800002229', '2021FA'), +('100349', '800002425', '2021FA'), +('100349', '800002634', '2021FA'), +('100349', '800002738', '2021FA'), +('100349', '800002914', '2021FA'), +('100350', '800000321', '2021FA'), +('100350', '800000907', '2021FA'), +('100350', '800000924', '2021FA'), +('100350', '800000996', '2021FA'), +('100350', '800001157', '2021FA'), +('100350', '800002060', '2021FA'), +('100351', '800000213', '2021FA'), +('100351', '800000539', '2021FA'), +('100351', '800000628', '2021FA'), +('100351', '800000769', '2021FA'), +('100351', '800001076', '2021FA'), +('100351', '800001854', '2021FA'), +('100351', '800001861', '2021FA'), +('100351', '800002044', '2021FA'), +('100351', '800002086', '2021FA'), +('100351', '800002418', '2021FA'), +('100351', '800002452', '2021FA'), +('100351', '800002557', '2021FA'), +('100352', '800000057', '2021FA'), +('100352', '800000268', '2021FA'), +('100352', '800000607', '2021FA'), +('100352', '800000615', '2021FA'), +('100352', '800000923', '2021FA'), +('100352', '800000944', '2021FA'), +('100352', '800000990', '2021FA'), +('100352', '800001176', '2021FA'), +('100352', '800001217', '2021FA'), +('100352', '800001308', '2021FA'), +('100352', '800001451', '2021FA'), +('100352', '800001721', '2021FA'), +('100352', '800002338', '2021FA'), +('100352', '800002827', '2021FA'), +('100352', '800002974', '2021FA'), +('100353', '800000038', '2021FA'), +('100353', '800000129', '2021FA'), +('100353', '800000573', '2021FA'), +('100353', '800000807', '2021FA'), +('100353', '800000837', '2021FA'), +('100353', '800001285', '2021FA'), +('100353', '800001831', '2021FA'), +('100353', '800002208', '2021FA'), +('100353', '800002634', '2021FA'), +('100353', '800002785', '2021FA'), +('100353', '800002864', '2021FA'), +('100353', '800002896', '2021FA'), +('100353', '800002922', '2021FA'), +('100354', '800000807', '2021FA'), +('100354', '800001207', '2021FA'), +('100354', '800001260', '2021FA'), +('100354', '800001662', '2021FA'), +('100354', '800001783', '2021FA'), +('100354', '800002032', '2021FA'), +('100354', '800002370', '2021FA'), +('100354', '800002576', '2021FA'), +('100354', '800002673', '2021FA'), +('100354', '800002689', '2021FA'), +('100354', '800002707', '2021FA'), +('100355', '800000096', '2021FA'), +('100355', '800000097', '2021FA'), +('100355', '800000169', '2021FA'), +('100355', '800000200', '2021FA'), +('100355', '800000212', '2021FA'), +('100355', '800000241', '2021FA'), +('100355', '800000799', '2021FA'), +('100355', '800000885', '2021FA'), +('100355', '800001113', '2021FA'), +('100355', '800001440', '2021FA'), +('100355', '800001621', '2021FA'), +('100355', '800001665', '2021FA'), +('100355', '800001696', '2021FA'), +('100355', '800001969', '2021FA'), +('100355', '800002071', '2021FA'), +('100355', '800002153', '2021FA'), +('100355', '800002455', '2021FA'), +('100355', '800002979', '2021FA'), +('100356', '800000339', '2021FA'), +('100356', '800000417', '2021FA'), +('100356', '800000590', '2021FA'), +('100356', '800000930', '2021FA'), +('100356', '800001104', '2021FA'), +('100356', '800001250', '2021FA'), +('100356', '800001956', '2021FA'), +('100356', '800002358', '2021FA'), +('100356', '800002501', '2021FA'), +('100356', '800002914', '2021FA'), +('100357', '800000088', '2021FA'), +('100357', '800000734', '2021FA'), +('100357', '800000945', '2021FA'), +('100357', '800001096', '2021FA'), +('100357', '800001157', '2021FA'), +('100357', '800001554', '2021FA'), +('100357', '800001765', '2021FA'), +('100357', '800002435', '2021FA'), +('100357', '800002591', '2021FA'), +('100358', '800000008', '2021FA'), +('100358', '800000017', '2021FA'), +('100358', '800000158', '2021FA'), +('100358', '800000317', '2021FA'), +('100358', '800000975', '2021FA'), +('100358', '800001114', '2021FA'), +('100358', '800001171', '2021FA'), +('100358', '800001338', '2021FA'), +('100358', '800001393', '2021FA'), +('100358', '800001528', '2021FA'), +('100358', '800001940', '2021FA'), +('100358', '800001983', '2021FA'), +('100358', '800002102', '2021FA'), +('100358', '800002111', '2021FA'), +('100358', '800002264', '2021FA'), +('100358', '800002611', '2021FA'), +('100358', '800002815', '2021FA'), +('100358', '800002974', '2021FA'), +('100359', '800000280', '2021FA'), +('100359', '800000381', '2021FA'), +('100359', '800000427', '2021FA'), +('100359', '800000773', '2021FA'), +('100359', '800001021', '2021FA'), +('100359', '800001363', '2021FA'), +('100359', '800002032', '2021FA'), +('100359', '800002201', '2021FA'), +('100359', '800002408', '2021FA'), +('100359', '800002687', '2021FA'), +('100359', '800002795', '2021FA'), +('100360', '800000036', '2021FA'), +('100360', '800000039', '2021FA'), +('100360', '800000078', '2021FA'), +('100360', '800000102', '2021FA'), +('100360', '800001008', '2021FA'), +('100360', '800001016', '2021FA'), +('100360', '800001075', '2021FA'), +('100360', '800001124', '2021FA'), +('100360', '800001342', '2021FA'), +('100360', '800001536', '2021FA'), +('100360', '800002341', '2021FA'), +('100360', '800002541', '2021FA'), +('100360', '800002631', '2021FA'), +('100360', '800002771', '2021FA'), +('100360', '800002864', '2021FA'), +('100361', '800000500', '2021FA'), +('100361', '800000572', '2021FA'), +('100361', '800000710', '2021FA'), +('100361', '800000734', '2021FA'), +('100361', '800001044', '2021FA'), +('100361', '800001245', '2021FA'), +('100361', '800001779', '2021FA'), +('100361', '800001877', '2021FA'), +('100361', '800001992', '2021FA'), +('100361', '800002017', '2021FA'), +('100361', '800002359', '2021FA'), +('100361', '800002941', '2021FA'), +('100362', '800000296', '2021FA'), +('100362', '800000635', '2021FA'), +('100362', '800000804', '2021FA'), +('100362', '800000806', '2021FA'), +('100362', '800000849', '2021FA'), +('100362', '800001094', '2021FA'), +('100362', '800001246', '2021FA'), +('100362', '800001476', '2021FA'), +('100362', '800001610', '2021FA'), +('100362', '800001841', '2021FA'), +('100362', '800001957', '2021FA'), +('100362', '800002148', '2021FA'), +('100362', '800002205', '2021FA'), +('100362', '800002351', '2021FA'), +('100362', '800002519', '2021FA'), +('100362', '800002575', '2021FA'), +('100363', '800000108', '2021FA'), +('100363', '800000393', '2021FA'), +('100363', '800000951', '2021FA'), +('100363', '800001113', '2021FA'), +('100363', '800001216', '2021FA'), +('100363', '800001711', '2021FA'), +('100363', '800002200', '2021FA'), +('100363', '800002214', '2021FA'), +('100363', '800002759', '2021FA'), +('100363', '800002832', '2021FA'), +('100364', '800000555', '2021FA'), +('100364', '800000665', '2021FA'), +('100364', '800000730', '2021FA'), +('100364', '800000852', '2021FA'), +('100364', '800000879', '2021FA'), +('100364', '800000941', '2021FA'), +('100364', '800001131', '2021FA'), +('100364', '800001148', '2021FA'), +('100364', '800001160', '2021FA'), +('100364', '800001200', '2021FA'), +('100364', '800001287', '2021FA'), +('100364', '800001612', '2021FA'), +('100364', '800001869', '2021FA'), +('100364', '800001984', '2021FA'), +('100364', '800002081', '2021FA'), +('100364', '800002404', '2021FA'), +('100364', '800002445', '2021FA'), +('100364', '800002452', '2021FA'), +('100364', '800002695', '2021FA'), +('100365', '800000161', '2021FA'), +('100365', '800000429', '2021FA'), +('100365', '800000766', '2021FA'), +('100365', '800000776', '2021FA'), +('100365', '800000960', '2021FA'), +('100365', '800001454', '2021FA'), +('100365', '800001541', '2021FA'), +('100365', '800001562', '2021FA'), +('100365', '800002217', '2021FA'), +('100365', '800002587', '2021FA'), +('100365', '800002609', '2021FA'), +('100365', '800002748', '2021FA'), +('100366', '800000005', '2021FA'), +('100366', '800000166', '2021FA'), +('100366', '800000188', '2021FA'), +('100366', '800000348', '2021FA'), +('100366', '800000739', '2021FA'), +('100366', '800000798', '2021FA'), +('100366', '800000877', '2021FA'), +('100366', '800001338', '2021FA'), +('100366', '800001520', '2021FA'), +('100366', '800001892', '2021FA'), +('100366', '800002027', '2021FA'), +('100366', '800002638', '2021FA'), +('100366', '800002666', '2021FA'), +('100366', '800002881', '2021FA'), +('100367', '800000402', '2021FA'), +('100367', '800000542', '2021FA'), +('100367', '800000568', '2021FA'), +('100367', '800000672', '2021FA'), +('100367', '800000717', '2021FA'), +('100367', '800001811', '2021FA'), +('100367', '800002056', '2021FA'), +('100367', '800002097', '2021FA'), +('100367', '800002598', '2021FA'), +('100367', '800002618', '2021FA'), +('100367', '800002693', '2021FA'), +('100367', '800002697', '2021FA'), +('100367', '800002900', '2021FA'), +('100367', '800002913', '2021FA'), +('100368', '800000979', '2021FA'), +('100368', '800001118', '2021FA'), +('100368', '800001481', '2021FA'), +('100368', '800001741', '2021FA'), +('100368', '800001853', '2021FA'), +('100368', '800001870', '2021FA'), +('100368', '800001961', '2021FA'), +('100368', '800002242', '2021FA'), +('100368', '800002399', '2021FA'), +('100368', '800002422', '2021FA'), +('100368', '800002458', '2021FA'), +('100368', '800002604', '2021FA'), +('100368', '800002711', '2021FA'), +('100368', '800002953', '2021FA'), +('100369', '800000004', '2021FA'), +('100369', '800000102', '2021FA'), +('100369', '800000549', '2021FA'), +('100369', '800000576', '2021FA'), +('100369', '800001273', '2021FA'), +('100369', '800001275', '2021FA'), +('100369', '800001431', '2021FA'), +('100369', '800001771', '2021FA'), +('100369', '800001802', '2021FA'), +('100369', '800001982', '2021FA'), +('100369', '800002370', '2021FA'), +('100369', '800002382', '2021FA'), +('100369', '800002434', '2021FA'), +('100369', '800002447', '2021FA'), +('100369', '800002569', '2021FA'), +('100369', '800002660', '2021FA'), +('100369', '800002810', '2021FA'), +('100369', '800002813', '2021FA'), +('100369', '800002864', '2021FA'), +('100370', '800000238', '2021FA'), +('100370', '800000356', '2021FA'), +('100370', '800000367', '2021FA'), +('100370', '800000634', '2021FA'), +('100370', '800000754', '2021FA'), +('100370', '800001098', '2021FA'), +('100370', '800001763', '2021FA'), +('100370', '800001981', '2021FA'), +('100370', '800002316', '2021FA'), +('100370', '800002500', '2021FA'), +('100370', '800002514', '2021FA'), +('100370', '800002711', '2021FA'), +('100370', '800002743', '2021FA'), +('100371', '800000840', '2021FA'), +('100371', '800000993', '2021FA'), +('100371', '800001053', '2021FA'), +('100371', '800001129', '2021FA'), +('100371', '800001217', '2021FA'), +('100371', '800001840', '2021FA'), +('100371', '800001918', '2021FA'), +('100371', '800002208', '2021FA'), +('100371', '800002456', '2021FA'), +('100371', '800002596', '2021FA'), +('100371', '800002760', '2021FA'), +('100371', '800002952', '2021FA'), +('100372', '800000369', '2021FA'), +('100372', '800000428', '2021FA'), +('100372', '800000503', '2021FA'), +('100372', '800001114', '2021FA'), +('100372', '800001214', '2021FA'), +('100372', '800001350', '2021FA'), +('100372', '800002241', '2021FA'), +('100372', '800002449', '2021FA'), +('100372', '800002557', '2021FA'), +('100372', '800002631', '2021FA'), +('100373', '800000237', '2021FA'), +('100373', '800000288', '2021FA'), +('100373', '800000580', '2021FA'), +('100373', '800000746', '2021FA'), +('100373', '800000790', '2021FA'), +('100373', '800001410', '2021FA'), +('100373', '800001571', '2021FA'), +('100373', '800001813', '2021FA'), +('100373', '800001852', '2021FA'), +('100373', '800001997', '2021FA'), +('100373', '800002033', '2021FA'), +('100373', '800002211', '2021FA'), +('100373', '800002463', '2021FA'), +('100373', '800002599', '2021FA'), +('100374', '800000637', '2021FA'), +('100374', '800000887', '2021FA'), +('100374', '800001421', '2021FA'), +('100374', '800001923', '2021FA'), +('100374', '800002004', '2021FA'), +('100374', '800002097', '2021FA'), +('100374', '800002225', '2021FA'), +('100374', '800002233', '2021FA'), +('100374', '800002278', '2021FA'), +('100374', '800002401', '2021FA'), +('100374', '800002586', '2021FA'), +('100374', '800002898', '2021FA'), +('100375', '800000141', '2021FA'), +('100375', '800000632', '2021FA'), +('100375', '800000807', '2021FA'), +('100375', '800000874', '2021FA'), +('100375', '800001034', '2021FA'), +('100375', '800001067', '2021FA'), +('100375', '800001463', '2021FA'), +('100375', '800001564', '2021FA'), +('100375', '800001723', '2021FA'), +('100375', '800002276', '2021FA'), +('100375', '800002458', '2021FA'), +('100375', '800002551', '2021FA'), +('100375', '800002921', '2021FA'), +('100376', '800000442', '2021FA'), +('100376', '800000479', '2021FA'), +('100376', '800000749', '2021FA'), +('100376', '800001540', '2021FA'), +('100376', '800001732', '2021FA'), +('100376', '800001745', '2021FA'), +('100376', '800001958', '2021FA'), +('100376', '800002300', '2021FA'), +('100376', '800002838', '2021FA'), +('100376', '800002914', '2021FA'), +('100377', '800000365', '2021FA'), +('100377', '800000520', '2021FA'), +('100377', '800001185', '2021FA'), +('100377', '800001282', '2021FA'), +('100377', '800001379', '2021FA'), +('100377', '800001431', '2021FA'), +('100377', '800001503', '2021FA'), +('100377', '800001898', '2021FA'), +('100377', '800002427', '2021FA'), +('100377', '800002540', '2021FA'), +('100378', '800000282', '2021FA'), +('100378', '800000466', '2021FA'), +('100378', '800000830', '2021FA'), +('100378', '800000868', '2021FA'), +('100378', '800001017', '2021FA'), +('100378', '800001546', '2021FA'), +('100378', '800001705', '2021FA'), +('100378', '800002005', '2021FA'), +('100378', '800002107', '2021FA'), +('100378', '800002741', '2021FA'), +('100378', '800002762', '2021FA'), +('100378', '800002815', '2021FA'), +('100379', '800000184', '2021FA'), +('100379', '800000313', '2021FA'), +('100379', '800000781', '2021FA'), +('100379', '800001012', '2021FA'), +('100379', '800002060', '2021FA'), +('100379', '800002136', '2021FA'), +('100379', '800002361', '2021FA'), +('100379', '800002375', '2021FA'), +('100379', '800002492', '2021FA'), +('100379', '800002689', '2021FA'), +('100380', '800000097', '2021FA'), +('100380', '800000271', '2021FA'), +('100380', '800002172', '2021FA'), +('100380', '800002324', '2021FA'), +('100380', '800002382', '2021FA'), +('100380', '800002417', '2021FA'), +('100380', '800002537', '2021FA'), +('100380', '800002778', '2021FA'), +('100381', '800000255', '2021FA'), +('100381', '800001166', '2021FA'), +('100381', '800001172', '2021FA'), +('100381', '800001325', '2021FA'), +('100381', '800001501', '2021FA'), +('100381', '800001648', '2021FA'), +('100381', '800002221', '2021FA'), +('100381', '800002433', '2021FA'), +('100381', '800002802', '2021FA'), +('100381', '800002911', '2021FA'), +('100382', '800000299', '2021FA'), +('100382', '800000554', '2021FA'), +('100382', '800000576', '2021FA'), +('100382', '800000588', '2021FA'), +('100382', '800001010', '2021FA'), +('100382', '800001473', '2021FA'), +('100382', '800001940', '2021FA'), +('100382', '800002010', '2021FA'), +('100382', '800002354', '2021FA'), +('100383', '800000108', '2021FA'), +('100383', '800000354', '2021FA'), +('100383', '800000631', '2021FA'), +('100383', '800000827', '2021FA'), +('100383', '800001184', '2021FA'), +('100383', '800001279', '2021FA'), +('100383', '800001311', '2021FA'), +('100383', '800001898', '2021FA'), +('100383', '800001907', '2021FA'), +('100384', '800000321', '2021FA'), +('100384', '800000569', '2021FA'), +('100384', '800000577', '2021FA'), +('100384', '800000711', '2021FA'), +('100384', '800001239', '2021FA'), +('100384', '800001244', '2021FA'), +('100384', '800001450', '2021FA'), +('100384', '800001787', '2021FA'), +('100384', '800002014', '2021FA'), +('100384', '800002198', '2021FA'), +('100384', '800002622', '2021FA'), +('100384', '800002993', '2021FA'), +('100385', '800000066', '2021FA'), +('100385', '800000596', '2021FA'), +('100385', '800000660', '2021FA'), +('100385', '800000818', '2021FA'), +('100385', '800001541', '2021FA'), +('100385', '800002089', '2021FA'), +('100385', '800002101', '2021FA'), +('100385', '800002434', '2021FA'), +('100385', '800002500', '2021FA'), +('100385', '800002575', '2021FA'), +('100385', '800002611', '2021FA'), +('100386', '800000052', '2021FA'), +('100386', '800000267', '2021FA'), +('100386', '800000615', '2021FA'), +('100386', '800000634', '2021FA'), +('100386', '800000657', '2021FA'), +('100386', '800000737', '2021FA'), +('100386', '800000769', '2021FA'), +('100386', '800000904', '2021FA'), +('100386', '800000960', '2021FA'), +('100386', '800001123', '2021FA'), +('100386', '800001507', '2021FA'), +('100386', '800001711', '2021FA'), +('100386', '800001733', '2021FA'), +('100386', '800001765', '2021FA'), +('100386', '800001905', '2021FA'), +('100386', '800001915', '2021FA'), +('100386', '800002378', '2021FA'), +('100386', '800002777', '2021FA'), +('100386', '800002862', '2021FA'), +('100387', '800000172', '2021FA'), +('100387', '800001481', '2021FA'), +('100387', '800001508', '2021FA'), +('100387', '800001601', '2021FA'), +('100387', '800002657', '2021FA'), +('100387', '800002818', '2021FA'), +('100388', '800000080', '2021FA'), +('100388', '800000296', '2021FA'), +('100388', '800000626', '2021FA'), +('100388', '800000741', '2021FA'), +('100388', '800000952', '2021FA'), +('100388', '800001569', '2021FA'), +('100388', '800001744', '2021FA'), +('100388', '800001801', '2021FA'), +('100388', '800001819', '2021FA'), +('100388', '800002178', '2021FA'), +('100388', '800002300', '2021FA'), +('100388', '800002316', '2021FA'), +('100388', '800002672', '2021FA'), +('100388', '800002945', '2021FA'), +('100389', '800000398', '2021FA'), +('100389', '800001127', '2021FA'), +('100389', '800001272', '2021FA'), +('100389', '800001537', '2021FA'), +('100389', '800001675', '2021FA'), +('100389', '800001687', '2021FA'), +('100389', '800001691', '2021FA'), +('100389', '800001884', '2021FA'), +('100389', '800002054', '2021FA'), +('100389', '800002331', '2021FA'), +('100389', '800002343', '2021FA'), +('100389', '800002475', '2021FA'), +('100389', '800002767', '2021FA'), +('100389', '800002928', '2021FA'), +('100389', '800002930', '2021FA'), +('100390', '800000067', '2021FA'), +('100390', '800000158', '2021FA'), +('100390', '800000299', '2021FA'), +('100390', '800000791', '2021FA'), +('100390', '800000867', '2021FA'), +('100390', '800000882', '2021FA'), +('100390', '800001160', '2021FA'), +('100390', '800001443', '2021FA'), +('100390', '800001484', '2021FA'), +('100390', '800001491', '2021FA'), +('100390', '800001657', '2021FA'), +('100390', '800001711', '2021FA'), +('100390', '800001724', '2021FA'), +('100390', '800001974', '2021FA'), +('100390', '800002353', '2021FA'), +('100390', '800002470', '2021FA'), +('100391', '800000047', '2021FA'), +('100391', '800000052', '2021FA'), +('100391', '800000144', '2021FA'), +('100391', '800000514', '2021FA'), +('100391', '800000557', '2021FA'), +('100391', '800000573', '2021FA'), +('100391', '800000685', '2021FA'), +('100391', '800000990', '2021FA'), +('100391', '800001034', '2021FA'), +('100391', '800001258', '2021FA'), +('100391', '800001503', '2021FA'), +('100391', '800002515', '2021FA'), +('100391', '800002582', '2021FA'), +('100391', '800002584', '2021FA'), +('100391', '800002759', '2021FA'), +('100392', '800000039', '2021FA'), +('100392', '800000296', '2021FA'), +('100392', '800000573', '2021FA'), +('100392', '800000595', '2021FA'), +('100392', '800000635', '2021FA'), +('100392', '800000762', '2021FA'), +('100392', '800001192', '2021FA'), +('100392', '800001594', '2021FA'), +('100392', '800001917', '2021FA'), +('100392', '800002031', '2021FA'), +('100392', '800002034', '2021FA'), +('100392', '800002214', '2021FA'), +('100392', '800002248', '2021FA'), +('100392', '800002925', '2021FA'), +('100392', '800002993', '2021FA'), +('100393', '800000065', '2021FA'), +('100393', '800000478', '2021FA'), +('100393', '800000558', '2021FA'), +('100393', '800000963', '2021FA'), +('100393', '800001703', '2021FA'), +('100393', '800001785', '2021FA'), +('100393', '800002006', '2021FA'), +('100393', '800002035', '2021FA'), +('100393', '800002795', '2021FA'), +('100393', '800002827', '2021FA'), +('100394', '800000002', '2021FA'), +('100394', '800000111', '2021FA'), +('100394', '800000572', '2021FA'), +('100394', '800001926', '2021FA'), +('100394', '800002613', '2021FA'), +('100395', '800000593', '2021FA'), +('100395', '800000920', '2021FA'), +('100395', '800000932', '2021FA'), +('100395', '800000998', '2021FA'), +('100395', '800001023', '2021FA'), +('100395', '800001225', '2021FA'), +('100395', '800001473', '2021FA'), +('100395', '800001765', '2021FA'), +('100395', '800001968', '2021FA'), +('100395', '800002105', '2021FA'), +('100395', '800002371', '2021FA'), +('100395', '800002425', '2021FA'), +('100395', '800002683', '2021FA'), +('100395', '800002715', '2021FA'), +('100396', '800000080', '2021FA'), +('100396', '800000088', '2021FA'), +('100396', '800000116', '2021FA'), +('100396', '800000356', '2021FA'), +('100396', '800000545', '2021FA'), +('100396', '800000804', '2021FA'), +('100396', '800000862', '2021FA'), +('100396', '800001049', '2021FA'), +('100396', '800001220', '2021FA'), +('100396', '800001692', '2021FA'), +('100396', '800001837', '2021FA'), +('100396', '800002095', '2021FA'), +('100396', '800002197', '2021FA'), +('100396', '800002456', '2021FA'), +('100396', '800002549', '2021FA'), +('100396', '800002977', '2021FA'), +('100397', '800000673', '2021FA'), +('100397', '800001277', '2021FA'), +('100397', '800001623', '2021FA'), +('100397', '800001748', '2021FA'), +('100397', '800001990', '2021FA'), +('100397', '800002068', '2021FA'), +('100397', '800002449', '2021FA'), +('100397', '800002832', '2021FA'), +('100397', '800002939', '2021FA'), +('100397', '800002952', '2021FA'), +('100398', '800000195', '2021FA'), +('100398', '800000387', '2021FA'), +('100398', '800000571', '2021FA'), +('100398', '800000881', '2021FA'), +('100398', '800000904', '2021FA'), +('100398', '800001207', '2021FA'), +('100398', '800001231', '2021FA'), +('100398', '800001447', '2021FA'), +('100398', '800001464', '2021FA'), +('100398', '800001703', '2021FA'), +('100398', '800001721', '2021FA'), +('100398', '800002018', '2021FA'), +('100398', '800002166', '2021FA'), +('100398', '800002177', '2021FA'), +('100398', '800002276', '2021FA'), +('100398', '800002302', '2021FA'), +('100398', '800002320', '2021FA'), +('100398', '800002561', '2021FA'), +('100398', '800002776', '2021FA'), +('100399', '800000880', '2021FA'), +('100399', '800001165', '2021FA'), +('100399', '800001429', '2021FA'), +('100399', '800001432', '2021FA'), +('100399', '800001744', '2021FA'), +('100399', '800001748', '2021FA'), +('100399', '800001958', '2021FA'), +('100399', '800002003', '2021FA'), +('100399', '800002065', '2021FA'), +('100399', '800002434', '2021FA'), +('100399', '800002894', '2021FA'), +('100400', '800000157', '2021FA'), +('100400', '800000489', '2021FA'), +('100400', '800001566', '2021FA'), +('100400', '800001591', '2021FA'), +('100400', '800002091', '2021FA'), +('100400', '800002119', '2021FA'), +('100400', '800002133', '2021FA'), +('100400', '800002229', '2021FA'), +('100400', '800002315', '2021FA'), +('100400', '800002503', '2021FA'), +('100400', '800002613', '2021FA'), +('100400', '800002652', '2021FA'), +('100400', '800002846', '2021FA'), +('100401', '800000184', '2021FA'), +('100401', '800000719', '2021FA'), +('100401', '800000739', '2021FA'), +('100401', '800000781', '2021FA'), +('100401', '800000968', '2021FA'), +('100401', '800000991', '2021FA'), +('100401', '800001208', '2021FA'), +('100401', '800001730', '2021FA'), +('100401', '800001809', '2021FA'), +('100401', '800001954', '2021FA'), +('100401', '800002077', '2021FA'), +('100401', '800002196', '2021FA'), +('100401', '800002500', '2021FA'), +('100402', '800000094', '2021FA'), +('100402', '800000626', '2021FA'), +('100402', '800000762', '2021FA'), +('100402', '800001402', '2021FA'), +('100402', '800001899', '2021FA'), +('100402', '800002263', '2021FA'), +('100402', '800002869', '2021FA'), +('100403', '800000005', '2021FA'), +('100403', '800000923', '2021FA'), +('100403', '800001168', '2021FA'), +('100403', '800001463', '2021FA'), +('100403', '800002011', '2021FA'), +('100403', '800002255', '2021FA'), +('100403', '800002310', '2021FA'), +('100403', '800002393', '2021FA'), +('100403', '800002502', '2021FA'), +('100403', '800002597', '2021FA'), +('100403', '800002639', '2021FA'), +('100404', '800000264', '2021FA'), +('100404', '800000369', '2021FA'), +('100404', '800000575', '2021FA'), +('100404', '800000711', '2021FA'), +('100404', '800000828', '2021FA'), +('100404', '800000938', '2021FA'), +('100404', '800001229', '2021FA'), +('100404', '800001471', '2021FA'), +('100404', '800001949', '2021FA'), +('100404', '800002255', '2021FA'), +('100404', '800002353', '2021FA'), +('100404', '800002369', '2021FA'), +('100404', '800002583', '2021FA'), +('100404', '800002661', '2021FA'), +('100404', '800002762', '2021FA'), +('100404', '800002808', '2021FA'), +('100405', '800000406', '2021FA'), +('100405', '800000665', '2021FA'), +('100405', '800000696', '2021FA'), +('100405', '800001308', '2021FA'), +('100405', '800001395', '2021FA'), +('100405', '800001997', '2021FA'), +('100405', '800002053', '2021FA'), +('100405', '800002112', '2021FA'), +('100405', '800002315', '2021FA'), +('100405', '800002318', '2021FA'), +('100405', '800002548', '2021FA'), +('100405', '800002574', '2021FA'), +('100405', '800002607', '2021FA'), +('100406', '800000279', '2021FA'), +('100406', '800000592', '2021FA'), +('100406', '800000725', '2021FA'), +('100406', '800000908', '2021FA'), +('100406', '800001414', '2021FA'), +('100406', '800001849', '2021FA'), +('100406', '800001967', '2021FA'), +('100406', '800002024', '2021FA'), +('100406', '800002549', '2021FA'), +('100406', '800002722', '2021FA'), +('100406', '800002832', '2021FA'), +('100407', '800000012', '2021FA'), +('100407', '800000212', '2021FA'), +('100407', '800000381', '2021FA'), +('100407', '800000621', '2021FA'), +('100407', '800000723', '2021FA'), +('100407', '800000971', '2021FA'), +('100407', '800001095', '2021FA'), +('100407', '800001303', '2021FA'), +('100407', '800001853', '2021FA'), +('100407', '800001921', '2021FA'), +('100407', '800002174', '2021FA'), +('100407', '800002698', '2021FA'), +('100407', '800002707', '2021FA'), +('100407', '800002785', '2021FA'), +('100408', '800000093', '2021FA'), +('100408', '800001422', '2021FA'), +('100408', '800001500', '2021FA'), +('100408', '800001819', '2021FA'), +('100408', '800001858', '2021FA'), +('100408', '800001927', '2021FA'), +('100408', '800002140', '2021FA'), +('100408', '800002405', '2021FA'), +('100408', '800002509', '2021FA'), +('100408', '800002655', '2021FA'), +('100408', '800002833', '2021FA'), +('100409', '800000418', '2021FA'), +('100409', '800000534', '2021FA'), +('100409', '800000611', '2021FA'), +('100409', '800000942', '2021FA'), +('100409', '800001372', '2021FA'), +('100409', '800001407', '2021FA'), +('100409', '800001987', '2021FA'), +('100409', '800002135', '2021FA'), +('100409', '800002174', '2021FA'), +('100409', '800002219', '2021FA'), +('100409', '800002227', '2021FA'), +('100409', '800002507', '2021FA'), +('100409', '800002808', '2021FA'), +('100409', '800002834', '2021FA'), +('100410', '800000041', '2021FA'), +('100410', '800000086', '2021FA'), +('100410', '800000350', '2021FA'), +('100410', '800000404', '2021FA'), +('100410', '800000434', '2021FA'), +('100410', '800000611', '2021FA'), +('100410', '800000663', '2021FA'), +('100410', '800000911', '2021FA'), +('100410', '800001168', '2021FA'), +('100410', '800001596', '2021FA'), +('100410', '800002379', '2021FA'), +('100410', '800002899', '2021FA'), +('100411', '800000679', '2021FA'), +('100411', '800000938', '2021FA'), +('100411', '800000991', '2021FA'), +('100411', '800001581', '2021FA'), +('100411', '800001707', '2021FA'), +('100411', '800002064', '2021FA'), +('100411', '800002604', '2021FA'), +('100411', '800002684', '2021FA'), +('100411', '800002939', '2021FA'), +('100412', '800000147', '2021FA'), +('100412', '800000264', '2021FA'), +('100412', '800000996', '2021FA'), +('100412', '800001306', '2021FA'), +('100412', '800001481', '2021FA'), +('100412', '800001633', '2021FA'), +('100412', '800002123', '2021FA'), +('100412', '800002196', '2021FA'), +('100412', '800002809', '2021FA'), +('100412', '800002967', '2021FA'), +('100413', '800000215', '2021FA'), +('100413', '800000948', '2021FA'), +('100413', '800001397', '2021FA'), +('100413', '800001546', '2021FA'), +('100413', '800001613', '2021FA'), +('100413', '800001732', '2021FA'), +('100413', '800001869', '2021FA'), +('100413', '800002384', '2021FA'), +('100413', '800002606', '2021FA'), +('100413', '800002987', '2021FA'), +('100414', '800000400', '2021FA'), +('100414', '800000616', '2021FA'), +('100414', '800000680', '2021FA'), +('100414', '800000791', '2021FA'), +('100414', '800000826', '2021FA'), +('100414', '800001244', '2021FA'), +('100414', '800001315', '2021FA'), +('100414', '800001454', '2021FA'), +('100414', '800001507', '2021FA'), +('100414', '800001956', '2021FA'), +('100414', '800002004', '2021FA'), +('100414', '800002178', '2021FA'), +('100414', '800002248', '2021FA'), +('100414', '800002835', '2021FA'), +('100414', '800002930', '2021FA'), +('100415', '800000054', '2021FA'), +('100415', '800000451', '2021FA'), +('100415', '800000566', '2021FA'), +('100415', '800000864', '2021FA'), +('100415', '800000942', '2021FA'), +('100415', '800001063', '2021FA'), +('100415', '800001217', '2021FA'), +('100415', '800001518', '2021FA'), +('100415', '800001643', '2021FA'), +('100415', '800002165', '2021FA'), +('100415', '800002480', '2021FA'), +('100415', '800002759', '2021FA'), +('100415', '800002830', '2021FA'), +('100416', '800000316', '2021FA'), +('100416', '800000442', '2021FA'), +('100416', '800000451', '2021FA'), +('100416', '800000574', '2021FA'), +('100416', '800000886', '2021FA'), +('100416', '800001102', '2021FA'), +('100416', '800001354', '2021FA'), +('100416', '800001756', '2021FA'), +('100416', '800002503', '2021FA'), +('100416', '800002752', '2021FA'), +('100417', '800000818', '2021FA'), +('100417', '800001474', '2021FA'), +('100417', '800001768', '2021FA'), +('100417', '800002034', '2021FA'), +('100417', '800002138', '2021FA'), +('100417', '800002149', '2021FA'), +('100417', '800002443', '2021FA'), +('100417', '800002577', '2021FA'), +('100418', '800000028', '2021FA'), +('100418', '800000116', '2021FA'), +('100418', '800000451', '2021FA'), +('100418', '800000580', '2021FA'), +('100418', '800000768', '2021FA'), +('100418', '800001058', '2021FA'), +('100418', '800001258', '2021FA'), +('100418', '800001998', '2021FA'), +('100418', '800002107', '2021FA'), +('100418', '800002435', '2021FA'), +('100418', '800002525', '2021FA'), +('100418', '800002899', '2021FA'), +('100419', '800000105', '2021FA'), +('100419', '800000192', '2021FA'), +('100419', '800000299', '2021FA'), +('100419', '800000494', '2021FA'), +('100419', '800000741', '2021FA'), +('100419', '800001395', '2021FA'), +('100419', '800001484', '2021FA'), +('100419', '800001694', '2021FA'), +('100419', '800001991', '2021FA'), +('100419', '800002634', '2021FA'), +('100419', '800002799', '2021FA'), +('100420', '800001150', '2021FA'), +('100420', '800001181', '2021FA'), +('100420', '800001309', '2021FA'), +('100420', '800001518', '2021FA'), +('100420', '800001907', '2021FA'), +('100420', '800002241', '2021FA'), +('100420', '800002314', '2021FA'), +('100420', '800002692', '2021FA'), +('100420', '800002786', '2021FA'), +('100420', '800002904', '2021FA'), +('100421', '800000097', '2021FA'), +('100421', '800001410', '2021FA'), +('100421', '800001420', '2021FA'), +('100421', '800001436', '2021FA'), +('100421', '800002865', '2021FA'), +('100422', '800000107', '2021FA'), +('100422', '800000550', '2021FA'), +('100422', '800000909', '2021FA'), +('100422', '800001226', '2021FA'), +('100422', '800001251', '2021FA'), +('100422', '800001480', '2021FA'), +('100422', '800001508', '2021FA'), +('100422', '800001609', '2021FA'), +('100422', '800001647', '2021FA'), +('100422', '800002138', '2021FA'), +('100422', '800002204', '2021FA'), +('100422', '800002369', '2021FA'), +('100422', '800002453', '2021FA'), +('100423', '800000861', '2021FA'), +('100423', '800001102', '2021FA'), +('100423', '800001167', '2021FA'), +('100423', '800001311', '2021FA'), +('100423', '800001363', '2021FA'), +('100423', '800001439', '2021FA'), +('100423', '800001468', '2021FA'), +('100423', '800001593', '2021FA'), +('100423', '800001643', '2021FA'), +('100423', '800001988', '2021FA'), +('100423', '800002501', '2021FA'), +('100423', '800002664', '2021FA'), +('100424', '800000332', '2021FA'), +('100424', '800000398', '2021FA'), +('100424', '800001117', '2021FA'), +('100424', '800001285', '2021FA'), +('100424', '800001345', '2021FA'), +('100424', '800001379', '2021FA'), +('100424', '800001447', '2021FA'), +('100424', '800001529', '2021FA'), +('100424', '800002025', '2021FA'), +('100424', '800002053', '2021FA'), +('100424', '800002208', '2021FA'), +('100424', '800002239', '2021FA'), +('100425', '800000489', '2021FA'), +('100425', '800000549', '2021FA'), +('100425', '800000682', '2021FA'), +('100425', '800000694', '2021FA'), +('100425', '800000716', '2021FA'), +('100425', '800000815', '2021FA'), +('100425', '800000903', '2021FA'), +('100425', '800001036', '2021FA'), +('100425', '800001348', '2021FA'), +('100425', '800001414', '2021FA'), +('100425', '800001993', '2021FA'), +('100425', '800002183', '2021FA'), +('100425', '800002524', '2021FA'), +('100425', '800002591', '2021FA'), +('100425', '800002872', '2021FA'), +('100426', '800000178', '2021FA'), +('100426', '800000315', '2021FA'), +('100426', '800000489', '2021FA'), +('100426', '800000828', '2021FA'), +('100426', '800001250', '2021FA'), +('100426', '800001956', '2021FA'), +('100426', '800002045', '2021FA'), +('100426', '800002072', '2021FA'), +('100426', '800002343', '2021FA'), +('100426', '800002516', '2021FA'), +('100426', '800002557', '2021FA'), +('100427', '800000086', '2021FA'), +('100427', '800000273', '2021FA'), +('100427', '800000540', '2021FA'), +('100427', '800000586', '2021FA'), +('100427', '800001375', '2021FA'), +('100427', '800001431', '2021FA'), +('100427', '800001696', '2021FA'), +('100427', '800001811', '2021FA'), +('100427', '800002570', '2021FA'), +('100428', '800000125', '2021FA'), +('100428', '800000226', '2021FA'), +('100428', '800000421', '2021FA'), +('100428', '800000616', '2021FA'), +('100428', '800000628', '2021FA'), +('100428', '800000676', '2021FA'), +('100428', '800000791', '2021FA'), +('100428', '800000864', '2021FA'), +('100428', '800000960', '2021FA'), +('100428', '800001397', '2021FA'), +('100428', '800001504', '2021FA'), +('100428', '800001593', '2021FA'), +('100428', '800001637', '2021FA'), +('100429', '800000059', '2021FA'), +('100429', '800000294', '2021FA'), +('100429', '800000350', '2021FA'), +('100429', '800000826', '2021FA'), +('100429', '800000952', '2021FA'), +('100429', '800001114', '2021FA'), +('100429', '800001625', '2021FA'), +('100429', '800002060', '2021FA'), +('100429', '800002832', '2021FA'), +('100430', '800000107', '2021FA'), +('100430', '800000445', '2021FA'), +('100430', '800000657', '2021FA'), +('100430', '800001168', '2021FA'), +('100430', '800001214', '2021FA'), +('100430', '800001244', '2021FA'), +('100430', '800001371', '2021FA'), +('100430', '800001801', '2021FA'), +('100430', '800001911', '2021FA'), +('100430', '800001933', '2021FA'), +('100430', '800002152', '2021FA'), +('100430', '800002576', '2021FA'), +('100431', '800000093', '2021FA'), +('100431', '800000112', '2021FA'), +('100431', '800000309', '2021FA'), +('100431', '800000574', '2021FA'), +('100431', '800000616', '2021FA'), +('100431', '800000625', '2021FA'), +('100431', '800000645', '2021FA'), +('100431', '800000852', '2021FA'), +('100431', '800002217', '2021FA'), +('100431', '800002342', '2021FA'), +('100431', '800002379', '2021FA'), +('100431', '800002561', '2021FA'), +('100431', '800002775', '2021FA'), +('100431', '800002957', '2021FA'), +('100432', '800000271', '2021FA'), +('100432', '800000326', '2021FA'), +('100432', '800000586', '2021FA'), +('100432', '800000672', '2021FA'), +('100432', '800001678', '2021FA'), +('100432', '800001793', '2021FA'), +('100432', '800002064', '2021FA'), +('100432', '800002242', '2021FA'), +('100432', '800002618', '2021FA'), +('100432', '800002713', '2021FA'), +('100433', '800000067', '2021FA'), +('100433', '800000184', '2021FA'), +('100433', '800000491', '2021FA'), +('100433', '800000512', '2021FA'), +('100433', '800000762', '2021FA'), +('100433', '800000818', '2021FA'), +('100433', '800001156', '2021FA'), +('100433', '800001199', '2021FA'), +('100433', '800001367', '2021FA'), +('100433', '800001532', '2021FA'), +('100433', '800001652', '2021FA'), +('100433', '800001662', '2021FA'), +('100433', '800001696', '2021FA'), +('100433', '800002005', '2021FA'), +('100433', '800002178', '2021FA'), +('100433', '800002274', '2021FA'), +('100434', '800000041', '2021FA'), +('100434', '800000216', '2021FA'), +('100434', '800000497', '2021FA'), +('100434', '800000514', '2021FA'), +('100434', '800000804', '2021FA'), +('100434', '800001520', '2021FA'), +('100434', '800001756', '2021FA'), +('100434', '800001955', '2021FA'), +('100434', '800002020', '2021FA'), +('100434', '800002306', '2021FA'), +('100434', '800002494', '2021FA'), +('100434', '800002507', '2021FA'), +('100434', '800002617', '2021FA'), +('100434', '800002953', '2021FA'), +('100435', '800000170', '2021FA'), +('100435', '800000333', '2021FA'), +('100435', '800000425', '2021FA'), +('100435', '800000485', '2021FA'), +('100435', '800000586', '2021FA'), +('100435', '800000665', '2021FA'), +('100435', '800000729', '2021FA'), +('100435', '800000773', '2021FA'), +('100435', '800001421', '2021FA'), +('100435', '800001692', '2021FA'), +('100435', '800002001', '2021FA'), +('100435', '800002008', '2021FA'), +('100435', '800002195', '2021FA'), +('100435', '800002691', '2021FA'), +('100435', '800002720', '2021FA'), +('100435', '800002924', '2021FA'), +('100436', '800000116', '2021FA'), +('100436', '800000450', '2021FA'), +('100436', '800000716', '2021FA'), +('100436', '800000755', '2021FA'), +('100436', '800001159', '2021FA'), +('100436', '800001238', '2021FA'), +('100436', '800001612', '2021FA'), +('100436', '800001832', '2021FA'), +('100436', '800001910', '2021FA'), +('100436', '800002089', '2021FA'), +('100436', '800002149', '2021FA'), +('100436', '800002994', '2021FA'), +('100437', '800000925', '2021FA'), +('100437', '800000947', '2021FA'), +('100437', '800001092', '2021FA'), +('100437', '800001150', '2021FA'), +('100437', '800001182', '2021FA'), +('100437', '800001738', '2021FA'), +('100437', '800002155', '2021FA'), +('100438', '800000032', '2021FA'), +('100438', '800000165', '2021FA'), +('100438', '800000433', '2021FA'), +('100438', '800000436', '2021FA'), +('100438', '800000471', '2021FA'), +('100438', '800000494', '2021FA'), +('100438', '800000611', '2021FA'), +('100438', '800000798', '2021FA'), +('100438', '800001021', '2021FA'), +('100438', '800001239', '2021FA'), +('100438', '800001251', '2021FA'), +('100438', '800001400', '2021FA'), +('100438', '800001910', '2021FA'), +('100438', '800002267', '2021FA'), +('100438', '800002395', '2021FA'), +('100438', '800002651', '2021FA'), +('100438', '800002771', '2021FA'), +('100439', '800000148', '2021FA'), +('100439', '800000165', '2021FA'), +('100439', '800000173', '2021FA'), +('100439', '800000202', '2021FA'), +('100439', '800000822', '2021FA'), +('100439', '800000880', '2021FA'), +('100439', '800000987', '2021FA'), +('100439', '800001132', '2021FA'), +('100439', '800001225', '2021FA'), +('100439', '800001492', '2021FA'), +('100439', '800002135', '2021FA'), +('100439', '800002226', '2021FA'), +('100439', '800002242', '2021FA'), +('100439', '800002517', '2021FA'), +('100439', '800002623', '2021FA'), +('100439', '800002767', '2021FA'), +('100439', '800002882', '2021FA'), +('100440', '800000088', '2021FA'), +('100440', '800000256', '2021FA'), +('100440', '800000288', '2021FA'), +('100440', '800000367', '2021FA'), +('100440', '800000404', '2021FA'), +('100440', '800000461', '2021FA'), +('100440', '800000847', '2021FA'), +('100440', '800001064', '2021FA'), +('100440', '800001646', '2021FA'), +('100440', '800002081', '2021FA'), +('100440', '800002145', '2021FA'), +('100440', '800002481', '2021FA'), +('100440', '800002662', '2021FA'), +('100441', '800000652', '2021FA'), +('100441', '800000806', '2021FA'), +('100441', '800001100', '2021FA'), +('100441', '800001190', '2021FA'), +('100441', '800001506', '2021FA'), +('100441', '800001542', '2021FA'), +('100441', '800001710', '2021FA'), +('100441', '800002070', '2021FA'), +('100441', '800002119', '2021FA'), +('100441', '800002161', '2021FA'), +('100441', '800002241', '2021FA'), +('100441', '800002663', '2021FA'), +('100441', '800002697', '2021FA'), +('100441', '800002707', '2021FA'), +('100441', '800002953', '2021FA'), +('100441', '800002972', '2021FA'), +('100442', '800000159', '2021FA'), +('100442', '800000394', '2021FA'), +('100442', '800000621', '2021FA'), +('100442', '800000656', '2021FA'), +('100442', '800001396', '2021FA'), +('100442', '800001678', '2021FA'), +('100442', '800001694', '2021FA'), +('100442', '800001996', '2021FA'), +('100442', '800002169', '2021FA'), +('100442', '800002233', '2021FA'), +('100442', '800002241', '2021FA'), +('100442', '800002412', '2021FA'), +('100442', '800002898', '2021FA'), +('100442', '800002948', '2021FA'), +('100443', '800000056', '2021FA'), +('100443', '800000150', '2021FA'), +('100443', '800000180', '2021FA'), +('100443', '800000388', '2021FA'), +('100443', '800000427', '2021FA'), +('100443', '800000662', '2021FA'), +('100443', '800000979', '2021FA'), +('100443', '800001036', '2021FA'), +('100443', '800001133', '2021FA'), +('100443', '800001318', '2021FA'), +('100443', '800001480', '2021FA'), +('100443', '800001626', '2021FA'), +('100443', '800001763', '2021FA'), +('100443', '800001914', '2021FA'), +('100443', '800002014', '2021FA'), +('100443', '800002465', '2021FA'), +('100443', '800002518', '2021FA'), +('100443', '800002953', '2021FA'), +('100444', '800000059', '2021FA'), +('100444', '800000212', '2021FA'), +('100444', '800000553', '2021FA'), +('100444', '800000580', '2021FA'), +('100444', '800000925', '2021FA'), +('100444', '800001187', '2021FA'), +('100444', '800002187', '2021FA'), +('100444', '800002200', '2021FA'), +('100444', '800002534', '2021FA'), +('100444', '800002686', '2021FA'), +('100445', '800000294', '2021FA'), +('100445', '800000726', '2021FA'), +('100445', '800000765', '2021FA'), +('100445', '800000806', '2021FA'), +('100445', '800001180', '2021FA'), +('100445', '800001396', '2021FA'), +('100445', '800001797', '2021FA'), +('100445', '800001850', '2021FA'), +('100445', '800001937', '2021FA'), +('100445', '800002196', '2021FA'), +('100445', '800002406', '2021FA'), +('100445', '800002560', '2021FA'), +('100445', '800002743', '2021FA'), +('100445', '800002791', '2021FA'), +('100445', '800002827', '2021FA'), +('100445', '800002904', '2021FA'), +('100446', '800000033', '2021FA'), +('100446', '800000078', '2021FA'), +('100446', '800000173', '2021FA'), +('100446', '800000627', '2021FA'), +('100446', '800000879', '2021FA'), +('100446', '800001157', '2021FA'), +('100446', '800001287', '2021FA'), +('100446', '800001626', '2021FA'), +('100446', '800001743', '2021FA'), +('100446', '800001835', '2021FA'), +('100446', '800001837', '2021FA'), +('100446', '800002020', '2021FA'), +('100446', '800002248', '2021FA'), +('100446', '800002313', '2021FA'), +('100446', '800002360', '2021FA'), +('100446', '800002790', '2021FA'), +('100446', '800002868', '2021FA'), +('100446', '800002896', '2021FA'), +('100446', '800002924', '2021FA'), +('100447', '800000427', '2021FA'), +('100447', '800000590', '2021FA'), +('100447', '800000646', '2021FA'), +('100447', '800000660', '2021FA'), +('100447', '800000705', '2021FA'), +('100447', '800000862', '2021FA'), +('100447', '800001282', '2021FA'), +('100447', '800001318', '2021FA'), +('100447', '800001442', '2021FA'), +('100447', '800001571', '2021FA'), +('100447', '800001573', '2021FA'), +('100447', '800001670', '2021FA'), +('100447', '800001725', '2021FA'), +('100447', '800001729', '2021FA'), +('100447', '800001917', '2021FA'), +('100447', '800002044', '2021FA'), +('100447', '800002373', '2021FA'), +('100447', '800002878', '2021FA'), +('100448', '800000198', '2021FA'), +('100448', '800000343', '2021FA'), +('100448', '800000566', '2021FA'), +('100448', '800000607', '2021FA'), +('100448', '800000739', '2021FA'), +('100448', '800001003', '2021FA'), +('100448', '800001166', '2021FA'), +('100448', '800001322', '2021FA'), +('100448', '800001480', '2021FA'), +('100448', '800001552', '2021FA'), +('100448', '800001614', '2021FA'), +('100448', '800001994', '2021FA'), +('100448', '800002003', '2021FA'), +('100448', '800002072', '2021FA'), +('100448', '800002083', '2021FA'), +('100448', '800002172', '2021FA'), +('100448', '800002318', '2021FA'), +('100448', '800002541', '2021FA'), +('100448', '800002747', '2021FA'), +('100449', '800000193', '2021FA'), +('100449', '800000410', '2021FA'), +('100449', '800000900', '2021FA'), +('100449', '800000981', '2021FA'), +('100449', '800001073', '2021FA'), +('100449', '800001559', '2021FA'), +('100449', '800002215', '2021FA'), +('100449', '800002784', '2021FA'), +('100450', '800000070', '2021FA'), +('100450', '800000113', '2021FA'), +('100450', '800000499', '2021FA'), +('100450', '800000634', '2021FA'), +('100450', '800000768', '2021FA'), +('100450', '800000793', '2021FA'), +('100450', '800001412', '2021FA'), +('100450', '800001589', '2021FA'), +('100450', '800001591', '2021FA'), +('100450', '800001645', '2021FA'), +('100450', '800001859', '2021FA'), +('100450', '800001896', '2021FA'), +('100450', '800002101', '2021FA'), +('100450', '800002214', '2021FA'), +('100450', '800002240', '2021FA'), +('100450', '800002306', '2021FA'), +('100450', '800002427', '2021FA'), +('100451', '800000521', '2021FA'), +('100451', '800000555', '2021FA'), +('100451', '800000679', '2021FA'), +('100451', '800000785', '2021FA'), +('100451', '800001012', '2021FA'), +('100451', '800001048', '2021FA'), +('100451', '800001064', '2021FA'), +('100451', '800001140', '2021FA'), +('100451', '800001143', '2021FA'), +('100451', '800002151', '2021FA'), +('100451', '800002233', '2021FA'), +('100451', '800002320', '2021FA'), +('100451', '800002534', '2021FA'), +('100451', '800002762', '2021FA'), +('100452', '800000165', '2021FA'), +('100452', '800000846', '2021FA'), +('100452', '800001075', '2021FA'), +('100452', '800001443', '2021FA'), +('100452', '800001895', '2021FA'), +('100452', '800001919', '2021FA'), +('100452', '800001983', '2021FA'), +('100452', '800001986', '2021FA'), +('100452', '800002143', '2021FA'), +('100453', '800000160', '2021FA'), +('100453', '800000206', '2021FA'), +('100453', '800000591', '2021FA'), +('100453', '800000708', '2021FA'), +('100453', '800000867', '2021FA'), +('100453', '800001138', '2021FA'), +('100453', '800001428', '2021FA'), +('100453', '800001677', '2021FA'), +('100453', '800001998', '2021FA'), +('100453', '800002203', '2021FA'), +('100453', '800002338', '2021FA'), +('100453', '800002346', '2021FA'), +('100453', '800002526', '2021FA'), +('100453', '800002589', '2021FA'), +('100454', '800000436', '2021FA'), +('100454', '800000896', '2021FA'), +('100454', '800000915', '2021FA'), +('100454', '800000917', '2021FA'), +('100454', '800001076', '2021FA'), +('100454', '800001229', '2021FA'), +('100454', '800001238', '2021FA'), +('100454', '800001260', '2021FA'), +('100454', '800001334', '2021FA'), +('100454', '800001716', '2021FA'), +('100454', '800001891', '2021FA'), +('100454', '800002020', '2021FA'), +('100454', '800002778', '2021FA'), +('100455', '800000256', '2021FA'), +('100455', '800000491', '2021FA'), +('100455', '800000545', '2021FA'), +('100455', '800000624', '2021FA'), +('100455', '800000747', '2021FA'), +('100455', '800000910', '2021FA'), +('100455', '800001369', '2021FA'), +('100455', '800001469', '2021FA'), +('100455', '800001531', '2021FA'), +('100455', '800001574', '2021FA'), +('100455', '800002062', '2021FA'), +('100455', '800002312', '2021FA'), +('100455', '800002677', '2021FA'), +('100455', '800002720', '2021FA'), +('100455', '800002821', '2021FA'), +('100455', '800002941', '2021FA'), +('100455', '800002943', '2021FA'), +('100456', '800000108', '2021FA'), +('100456', '800000213', '2021FA'), +('100456', '800000569', '2021FA'), +('100456', '800001019', '2021FA'), +('100456', '800001135', '2021FA'), +('100456', '800001468', '2021FA'), +('100456', '800001698', '2021FA'), +('100456', '800002137', '2021FA'), +('100456', '800002162', '2021FA'), +('100456', '800002491', '2021FA'), +('100456', '800002534', '2021FA'), +('100457', '800000332', '2021FA'), +('100457', '800000733', '2021FA'), +('100457', '800001036', '2021FA'), +('100457', '800001190', '2021FA'), +('100457', '800001238', '2021FA'), +('100457', '800001436', '2021FA'), +('100457', '800001630', '2021FA'), +('100457', '800001774', '2021FA'), +('100457', '800001938', '2021FA'), +('100457', '800002175', '2021FA'), +('100457', '800002540', '2021FA'), +('100458', '800000049', '2021FA'), +('100458', '800000270', '2021FA'), +('100458', '800000495', '2021FA'), +('100458', '800000571', '2021FA'), +('100458', '800000909', '2021FA'), +('100458', '800001351', '2021FA'), +('100458', '800001447', '2021FA'), +('100458', '800001665', '2021FA'), +('100458', '800001880', '2021FA'), +('100458', '800001921', '2021FA'), +('100458', '800002025', '2021FA'), +('100458', '800002621', '2021FA'), +('100458', '800002698', '2021FA'), +('100458', '800002770', '2021FA'), +('100459', '800000040', '2021FA'), +('100459', '800000143', '2021FA'), +('100459', '800000550', '2021FA'), +('100459', '800000932', '2021FA'), +('100459', '800001004', '2021FA'), +('100459', '800001373', '2021FA'), +('100459', '800001421', '2021FA'), +('100459', '800001450', '2021FA'), +('100459', '800001617', '2021FA'), +('100459', '800001774', '2021FA'), +('100459', '800001850', '2021FA'), +('100459', '800001881', '2021FA'), +('100459', '800001990', '2021FA'), +('100459', '800002042', '2021FA'), +('100459', '800002679', '2021FA'), +('100459', '800002885', '2021FA'), +('100460', '800000136', '2021FA'), +('100460', '800000169', '2021FA'), +('100460', '800000843', '2021FA'), +('100460', '800001096', '2021FA'), +('100460', '800001251', '2021FA'), +('100460', '800001814', '2021FA'), +('100460', '800002172', '2021FA'), +('100460', '800002213', '2021FA'), +('100460', '800002400', '2021FA'), +('100460', '800002729', '2021FA'), +('100461', '800000418', '2021FA'), +('100461', '800000554', '2021FA'), +('100461', '800000819', '2021FA'), +('100461', '800001214', '2021FA'), +('100461', '800001562', '2021FA'), +('100461', '800001622', '2021FA'), +('100461', '800001813', '2021FA'), +('100461', '800001884', '2021FA'), +('100461', '800002017', '2021FA'), +('100461', '800002692', '2021FA'), +('100461', '800002899', '2021FA'), +('100462', '800000181', '2021FA'), +('100462', '800000225', '2021FA'), +('100462', '800000652', '2021FA'), +('100462', '800000903', '2021FA'), +('100462', '800001098', '2021FA'), +('100462', '800001176', '2021FA'), +('100462', '800001512', '2021FA'), +('100462', '800001617', '2021FA'), +('100462', '800002420', '2021FA'), +('100462', '800002425', '2021FA'), +('100462', '800002594', '2021FA'), +('100462', '800002800', '2021FA'), +('100462', '800002868', '2021FA'), +('100463', '800000326', '2021FA'), +('100463', '800000694', '2021FA'), +('100463', '800000711', '2021FA'), +('100463', '800000733', '2021FA'), +('100463', '800001262', '2021FA'), +('100463', '800001556', '2021FA'), +('100463', '800001820', '2021FA'), +('100463', '800001910', '2021FA'), +('100463', '800002166', '2021FA'), +('100463', '800002519', '2021FA'), +('100463', '800002691', '2021FA'), +('100463', '800002864', '2021FA'), +('100463', '800002871', '2021FA'), +('100464', '800000371', '2021FA'), +('100464', '800000564', '2021FA'), +('100464', '800000861', '2021FA'), +('100464', '800001014', '2021FA'), +('100464', '800001129', '2021FA'), +('100464', '800001337', '2021FA'), +('100464', '800001433', '2021FA'), +('100464', '800001645', '2021FA'), +('100464', '800001920', '2021FA'), +('100464', '800002056', '2021FA'), +('100464', '800002209', '2021FA'), +('100464', '800002211', '2021FA'), +('100464', '800002240', '2021FA'), +('100464', '800002605', '2021FA'), +('100464', '800002616', '2021FA'), +('100464', '800002660', '2021FA'), +('100464', '800002927', '2021FA'), +('100465', '800000011', '2021FA'), +('100465', '800000129', '2021FA'), +('100465', '800000180', '2021FA'), +('100465', '800000499', '2021FA'), +('100465', '800000621', '2021FA'), +('100465', '800000709', '2021FA'), +('100465', '800000768', '2021FA'), +('100465', '800000989', '2021FA'), +('100465', '800001270', '2021FA'), +('100465', '800001379', '2021FA'), +('100465', '800001582', '2021FA'), +('100465', '800001910', '2021FA'), +('100465', '800002148', '2021FA'), +('100465', '800002224', '2021FA'), +('100465', '800002244', '2021FA'), +('100465', '800002815', '2021FA'), +('100466', '800000553', '2021FA'), +('100466', '800000595', '2021FA'), +('100466', '800001102', '2021FA'), +('100466', '800001130', '2021FA'), +('100466', '800001167', '2021FA'), +('100466', '800001343', '2021FA'), +('100466', '800001559', '2021FA'), +('100466', '800001800', '2021FA'), +('100466', '800001809', '2021FA'), +('100466', '800001846', '2021FA'), +('100466', '800001995', '2021FA'), +('100466', '800002175', '2021FA'), +('100466', '800002224', '2021FA'), +('100466', '800002476', '2021FA'), +('100466', '800002507', '2021FA'), +('100466', '800002617', '2021FA'), +('100467', '800000082', '2021FA'), +('100467', '800000148', '2021FA'), +('100467', '800000356', '2021FA'), +('100467', '800000572', '2021FA'), +('100467', '800000636', '2021FA'), +('100467', '800000798', '2021FA'), +('100467', '800000859', '2021FA'), +('100467', '800001440', '2021FA'), +('100467', '800001531', '2021FA'), +('100467', '800001744', '2021FA'), +('100467', '800001960', '2021FA'), +('100467', '800002097', '2021FA'), +('100467', '800002174', '2021FA'), +('100467', '800002198', '2021FA'), +('100467', '800002924', '2021FA'), +('100468', '800000362', '2021FA'), +('100468', '800000380', '2021FA'), +('100468', '800000569', '2021FA'), +('100468', '800000808', '2021FA'), +('100468', '800000826', '2021FA'), +('100468', '800001257', '2021FA'), +('100468', '800001276', '2021FA'), +('100468', '800001431', '2021FA'), +('100468', '800001653', '2021FA'), +('100468', '800001841', '2021FA'), +('100468', '800001958', '2021FA'), +('100468', '800002217', '2021FA'), +('100468', '800002930', '2021FA'), +('100469', '800000390', '2021FA'), +('100469', '800001360', '2021FA'), +('100469', '800001464', '2021FA'), +('100469', '800001512', '2021FA'), +('100469', '800001588', '2021FA'), +('100469', '800001955', '2021FA'), +('100469', '800001983', '2021FA'), +('100469', '800002205', '2021FA'), +('100469', '800002658', '2021FA'), +('100470', '800000495', '2021FA'), +('100470', '800000718', '2021FA'), +('100470', '800001222', '2021FA'), +('100470', '800001579', '2021FA'), +('100470', '800002169', '2021FA'), +('100470', '800002175', '2021FA'), +('100470', '800002586', '2021FA'), +('100470', '800002599', '2021FA'), +('100470', '800002957', '2021FA'), +('100471', '800000225', '2021FA'), +('100471', '800000464', '2021FA'), +('100471', '800001592', '2021FA'), +('100471', '800001670', '2021FA'), +('100471', '800001724', '2021FA'), +('100471', '800001801', '2021FA'), +('100471', '800002080', '2021FA'), +('100471', '800002153', '2021FA'), +('100471', '800002305', '2021FA'), +('100471', '800002401', '2021FA'), +('100471', '800002420', '2021FA'), +('100471', '800002652', '2021FA'), +('100472', '800000013', '2021FA'), +('100472', '800000038', '2021FA'), +('100472', '800000637', '2021FA'), +('100472', '800000692', '2021FA'), +('100472', '800000867', '2021FA'), +('100472', '800000995', '2021FA'), +('100472', '800001029', '2021FA'), +('100472', '800001167', '2021FA'), +('100472', '800001529', '2021FA'), +('100472', '800001620', '2021FA'), +('100472', '800001640', '2021FA'), +('100472', '800001720', '2021FA'), +('100472', '800001857', '2021FA'), +('100472', '800001901', '2021FA'), +('100472', '800002186', '2021FA'), +('100472', '800002375', '2021FA'), +('100472', '800002478', '2021FA'), +('100472', '800002517', '2021FA'), +('100472', '800002891', '2021FA'), +('100473', '800000206', '2021FA'), +('100473', '800000388', '2021FA'), +('100473', '800000892', '2021FA'), +('100473', '800001303', '2021FA'), +('100473', '800001373', '2021FA'), +('100473', '800001450', '2021FA'), +('100473', '800001713', '2021FA'), +('100473', '800002083', '2021FA'), +('100473', '800002163', '2021FA'), +('100473', '800002165', '2021FA'), +('100473', '800002328', '2021FA'), +('100473', '800002960', '2021FA'), +('100474', '800000491', '2021FA'), +('100474', '800000630', '2021FA'), +('100474', '800001112', '2021FA'), +('100474', '800001230', '2021FA'), +('100474', '800001329', '2021FA'), +('100474', '800001665', '2021FA'), +('100474', '800001673', '2021FA'), +('100474', '800001961', '2021FA'), +('100474', '800001995', '2021FA'), +('100474', '800002224', '2021FA'), +('100474', '800002359', '2021FA'), +('100474', '800002449', '2021FA'), +('100474', '800002455', '2021FA'), +('100474', '800002630', '2021FA'), +('100474', '800002689', '2021FA'), +('100474', '800002900', '2021FA'), +('100474', '800002972', '2021FA'), +('100475', '800000248', '2021FA'), +('100475', '800000556', '2021FA'), +('100475', '800000772', '2021FA'), +('100475', '800001014', '2021FA'), +('100475', '800001480', '2021FA'), +('100475', '800001552', '2021FA'), +('100475', '800001561', '2021FA'), +('100475', '800001621', '2021FA'), +('100475', '800002111', '2021FA'), +('100475', '800002163', '2021FA'), +('100475', '800002167', '2021FA'), +('100475', '800002255', '2021FA'), +('100475', '800002673', '2021FA'), +('100475', '800002710', '2021FA'), +('100475', '800002943', '2021FA'), +('100476', '800000154', '2021FA'), +('100476', '800000343', '2021FA'), +('100476', '800000372', '2021FA'), +('100476', '800000591', '2021FA'), +('100476', '800000606', '2021FA'), +('100476', '800000942', '2021FA'), +('100476', '800001050', '2021FA'), +('100476', '800001198', '2021FA'), +('100476', '800001252', '2021FA'), +('100476', '800001479', '2021FA'), +('100476', '800001591', '2021FA'), +('100476', '800001614', '2021FA'), +('100476', '800002028', '2021FA'), +('100476', '800002169', '2021FA'), +('100477', '800000410', '2021FA'), +('100477', '800000515', '2021FA'), +('100477', '800000832', '2021FA'), +('100477', '800000909', '2021FA'), +('100477', '800000951', '2021FA'), +('100477', '800001153', '2021FA'), +('100477', '800001526', '2021FA'), +('100477', '800001564', '2021FA'), +('100477', '800001611', '2021FA'), +('100477', '800002431', '2021FA'), +('100477', '800002525', '2021FA'), +('100477', '800002741', '2021FA'), +('100477', '800002778', '2021FA'), +('100478', '800000031', '2021FA'), +('100478', '800000107', '2021FA'), +('100478', '800000150', '2021FA'), +('100478', '800000549', '2021FA'), +('100478', '800000610', '2021FA'), +('100478', '800000663', '2021FA'), +('100478', '800000762', '2021FA'), +('100478', '800000770', '2021FA'), +('100478', '800000782', '2021FA'), +('100478', '800001185', '2021FA'), +('100478', '800001367', '2021FA'), +('100478', '800001477', '2021FA'), +('100478', '800001519', '2021FA'), +('100478', '800001569', '2021FA'), +('100478', '800001640', '2021FA'), +('100478', '800001965', '2021FA'), +('100478', '800002328', '2021FA'), +('100479', '800000054', '2021FA'), +('100479', '800000256', '2021FA'), +('100479', '800000284', '2021FA'), +('100479', '800000489', '2021FA'), +('100479', '800000603', '2021FA'), +('100479', '800001500', '2021FA'), +('100479', '800001720', '2021FA'), +('100479', '800002178', '2021FA'), +('100479', '800002205', '2021FA'), +('100480', '800000178', '2021FA'), +('100480', '800000592', '2021FA'), +('100480', '800000662', '2021FA'), +('100480', '800000696', '2021FA'), +('100480', '800000841', '2021FA'), +('100480', '800000890', '2021FA'), +('100480', '800001420', '2021FA'), +('100480', '800001766', '2021FA'), +('100480', '800001777', '2021FA'), +('100480', '800002025', '2021FA'), +('100480', '800002052', '2021FA'), +('100480', '800002183', '2021FA'), +('100480', '800002199', '2021FA'), +('100480', '800002586', '2021FA'), +('100480', '800002814', '2021FA'), +('100481', '800000293', '2021FA'), +('100481', '800000485', '2021FA'), +('100481', '800000539', '2021FA'), +('100481', '800000630', '2021FA'), +('100481', '800001019', '2021FA'), +('100481', '800001122', '2021FA'), +('100481', '800001189', '2021FA'), +('100481', '800001573', '2021FA'), +('100481', '800001641', '2021FA'), +('100481', '800001691', '2021FA'), +('100481', '800001795', '2021FA'), +('100481', '800001968', '2021FA'), +('100481', '800002103', '2021FA'), +('100481', '800002134', '2021FA'), +('100481', '800002731', '2021FA'), +('100481', '800002781', '2021FA'), +('100482', '800000445', '2021FA'), +('100482', '800001148', '2021FA'), +('100482', '800001168', '2021FA'), +('100482', '800001171', '2021FA'), +('100482', '800001181', '2021FA'), +('100482', '800002052', '2021FA'), +('100482', '800002502', '2021FA'), +('100482', '800002723', '2021FA'), +('100483', '800000031', '2021FA'), +('100483', '800000047', '2021FA'), +('100483', '800000076', '2021FA'), +('100483', '800000885', '2021FA'), +('100483', '800000940', '2021FA'), +('100483', '800001313', '2021FA'), +('100483', '800001473', '2021FA'), +('100483', '800001633', '2021FA'), +('100483', '800001691', '2021FA'), +('100483', '800001768', '2021FA'), +('100483', '800001877', '2021FA'), +('100483', '800002395', '2021FA'), +('100483', '800002443', '2021FA'), +('100483', '800002711', '2021FA'), +('100484', '800000429', '2021FA'), +('100484', '800000499', '2021FA'), +('100484', '800000636', '2021FA'), +('100484', '800000879', '2021FA'), +('100484', '800001153', '2021FA'), +('100484', '800001416', '2021FA'), +('100484', '800001536', '2021FA'), +('100484', '800001592', '2021FA'), +('100484', '800001674', '2021FA'), +('100484', '800001680', '2021FA'), +('100484', '800001896', '2021FA'), +('100484', '800002967', '2021FA'), +('100484', '800002988', '2021FA'), +('100485', '800000006', '2021FA'), +('100485', '800000321', '2021FA'), +('100485', '800000486', '2021FA'), +('100485', '800000521', '2021FA'), +('100485', '800000662', '2021FA'), +('100485', '800000718', '2021FA'), +('100485', '800001017', '2021FA'), +('100485', '800001150', '2021FA'), +('100485', '800001290', '2021FA'), +('100485', '800001313', '2021FA'), +('100485', '800001520', '2021FA'), +('100485', '800001769', '2021FA'), +('100485', '800002052', '2021FA'), +('100485', '800002111', '2021FA'), +('100485', '800002239', '2021FA'), +('100485', '800002314', '2021FA'), +('100485', '800002491', '2021FA'), +('100485', '800002677', '2021FA'), +('100485', '800002879', '2021FA'), +('100486', '800000270', '2021FA'), +('100486', '800000275', '2021FA'), +('100486', '800000309', '2021FA'), +('100486', '800000727', '2021FA'), +('100486', '800001017', '2021FA'), +('100486', '800001154', '2021FA'), +('100486', '800001484', '2021FA'), +('100486', '800001501', '2021FA'), +('100486', '800001588', '2021FA'), +('100486', '800001865', '2021FA'), +('100486', '800002103', '2021FA'), +('100486', '800002587', '2021FA'), +('100487', '800000129', '2021FA'), +('100487', '800000214', '2021FA'), +('100487', '800000450', '2021FA'), +('100487', '800001059', '2021FA'), +('100487', '800001181', '2021FA'), +('100487', '800001424', '2021FA'), +('100487', '800001512', '2021FA'), +('100487', '800001583', '2021FA'), +('100487', '800001927', '2021FA'), +('100487', '800001928', '2021FA'), +('100487', '800002195', '2021FA'), +('100487', '800002491', '2021FA'), +('100487', '800002939', '2021FA'), +('100488', '800000056', '2021FA'), +('100488', '800000316', '2021FA'), +('100488', '800000372', '2021FA'), +('100488', '800000406', '2021FA'), +('100488', '800000776', '2021FA'), +('100488', '800001505', '2021FA'), +('100488', '800001546', '2021FA'), +('100488', '800001559', '2021FA'), +('100488', '800002123', '2021FA'), +('100488', '800002274', '2021FA'), +('100488', '800002313', '2021FA'), +('100488', '800002343', '2021FA'), +('100488', '800002675', '2021FA'), +('100488', '800002777', '2021FA'), +('100488', '800002783', '2021FA'), +('100488', '800002822', '2021FA'), +('100488', '800002930', '2021FA'), +('100488', '800002945', '2021FA'), +('100489', '800000106', '2021FA'), +('100489', '800000132', '2021FA'), +('100489', '800000818', '2021FA'), +('100489', '800000821', '2021FA'), +('100489', '800000892', '2021FA'), +('100489', '800001050', '2021FA'), +('100489', '800001129', '2021FA'), +('100489', '800001500', '2021FA'), +('100489', '800001532', '2021FA'), +('100489', '800001969', '2021FA'), +('100490', '800000241', '2021FA'), +('100490', '800000880', '2021FA'), +('100490', '800001246', '2021FA'), +('100490', '800001537', '2021FA'), +('100490', '800001571', '2021FA'), +('100490', '800001606', '2021FA'), +('100490', '800001952', '2021FA'), +('100490', '800002027', '2021FA'), +('100490', '800002072', '2021FA'), +('100490', '800002316', '2021FA'), +('100490', '800002661', '2021FA'), +('100490', '800002865', '2021FA'), +('100491', '800000864', '2021FA'), +('100491', '800000876', '2021FA'), +('100491', '800001231', '2021FA'), +('100491', '800001937', '2021FA'), +('100491', '800002030', '2021FA'), +('100491', '800002443', '2021FA'), +('100491', '800002465', '2021FA'), +('100492', '800000167', '2021FA'), +('100492', '800000310', '2021FA'), +('100492', '800000371', '2021FA'), +('100492', '800000645', '2021FA'), +('100492', '800000732', '2021FA'), +('100492', '800001239', '2021FA'), +('100492', '800001594', '2021FA'), +('100492', '800001697', '2021FA'), +('100492', '800001817', '2021FA'), +('100492', '800001997', '2021FA'), +('100492', '800002024', '2021FA'), +('100492', '800002453', '2021FA'), +('100493', '800000166', '2021FA'), +('100493', '800000656', '2021FA'), +('100493', '800001506', '2021FA'), +('100493', '800001620', '2021FA'), +('100493', '800001751', '2021FA'), +('100493', '800002361', '2021FA'), +('100493', '800002447', '2021FA'), +('100493', '800002559', '2021FA'), +('100494', '800000144', '2021FA'), +('100494', '800000197', '2021FA'), +('100494', '800000272', '2021FA'), +('100494', '800000717', '2021FA'), +('100494', '800000808', '2021FA'), +('100494', '800001912', '2021FA'), +('100494', '800001918', '2021FA'), +('100494', '800002412', '2021FA'), +('100494', '800002425', '2021FA'), +('100494', '800002507', '2021FA'), +('100494', '800002533', '2021FA'), +('100495', '800000646', '2021FA'), +('100495', '800001016', '2021FA'), +('100495', '800001246', '2021FA'), +('100495', '800001273', '2021FA'), +('100495', '800001341', '2021FA'), +('100495', '800001719', '2021FA'), +('100495', '800002687', '2021FA'), +('100495', '800002695', '2021FA'), +('100495', '800002981', '2021FA'), +('100496', '800000313', '2021FA'), +('100496', '800000388', '2021FA'), +('100496', '800000687', '2021FA'), +('100496', '800001091', '2021FA'), +('100496', '800001187', '2021FA'), +('100496', '800001905', '2021FA'), +('100496', '800001928', '2021FA'), +('100496', '800002187', '2021FA'), +('100496', '800002598', '2021FA'), +('100496', '800002710', '2021FA'), +('100496', '800002921', '2021FA'), +('100497', '800000066', '2021FA'), +('100497', '800000424', '2021FA'), +('100497', '800000515', '2021FA'), +('100497', '800000570', '2021FA'), +('100497', '800000624', '2021FA'), +('100497', '800000791', '2021FA'), +('100497', '800000953', '2021FA'), +('100497', '800001211', '2021FA'), +('100497', '800001464', '2021FA'), +('100497', '800001680', '2021FA'), +('100497', '800002031', '2021FA'), +('100497', '800002062', '2021FA'), +('100497', '800002065', '2021FA'), +('100497', '800002306', '2021FA'), +('100497', '800002320', '2021FA'), +('100497', '800002788', '2021FA'), +('100497', '800002862', '2021FA'), +('100498', '800000039', '2021FA'), +('100498', '800000480', '2021FA'), +('100498', '800000509', '2021FA'), +('100498', '800000922', '2021FA'), +('100498', '800001374', '2021FA'), +('100498', '800001796', '2021FA'), +('100498', '800002318', '2021FA'), +('100498', '800002328', '2021FA'), +('100498', '800002426', '2021FA'), +('100498', '800002450', '2021FA'), +('100498', '800002803', '2021FA'), +('100499', '800000409', '2021FA'), +('100499', '800000588', '2021FA'), +('100499', '800000644', '2021FA'), +('100499', '800000847', '2021FA'), +('100499', '800000902', '2021FA'), +('100499', '800000936', '2021FA'), +('100499', '800001096', '2021FA'), +('100499', '800001112', '2021FA'), +('100499', '800001646', '2021FA'), +('100499', '800002320', '2021FA'), +('100499', '800002340', '2021FA'), +('100499', '800002618', '2021FA'), +('100499', '800002726', '2021FA'), +('100500', '800000065', '2021FA'), +('100500', '800000400', '2021FA'), +('100500', '800000573', '2021FA'), +('100500', '800000767', '2021FA'), +('100500', '800001085', '2021FA'), +('100500', '800001309', '2021FA'), +('100500', '800001799', '2021FA'), +('100500', '800001881', '2021FA'), +('100500', '800002243', '2021FA'), +('100500', '800002262', '2021FA'), +('100500', '800002752', '2021FA'), +('100501', '800000126', '2021FA'), +('100501', '800000169', '2021FA'), +('100501', '800000210', '2021FA'), +('100501', '800000290', '2021FA'), +('100501', '800000521', '2021FA'), +('100501', '800000673', '2021FA'), +('100501', '800000701', '2021FA'), +('100501', '800000846', '2021FA'), +('100501', '800001416', '2021FA'), +('100501', '800001610', '2021FA'), +('100501', '800001796', '2021FA'), +('100501', '800002030', '2021FA'), +('100501', '800002155', '2021FA'), +('100501', '800002589', '2021FA'), +('100502', '800000074', '2021FA'), +('100502', '800000804', '2021FA'), +('100502', '800000984', '2021FA'), +('100502', '800001004', '2021FA'), +('100502', '800001338', '2021FA'), +('100502', '800001480', '2021FA'), +('100502', '800001589', '2021FA'), +('100502', '800001818', '2021FA'), +('100502', '800002224', '2021FA'), +('100503', '800000017', '2021FA'), +('100503', '800000039', '2021FA'), +('100503', '800001240', '2021FA'), +('100503', '800002154', '2021FA'), +('100503', '800002264', '2021FA'), +('100503', '800002341', '2021FA'), +('100503', '800002600', '2021FA'), +('100504', '800000063', '2021FA'), +('100504', '800000723', '2021FA'), +('100504', '800000761', '2021FA'), +('100504', '800000977', '2021FA'), +('100504', '800001216', '2021FA'), +('100504', '800001501', '2021FA'), +('100504', '800001612', '2021FA'), +('100504', '800002003', '2021FA'), +('100504', '800002562', '2021FA'), +('100504', '800002591', '2021FA'), +('100504', '800002905', '2021FA'), +('100505', '800000040', '2021FA'), +('100505', '800000302', '2021FA'), +('100505', '800000503', '2021FA'), +('100505', '800001469', '2021FA'), +('100505', '800001502', '2021FA'), +('100505', '800001592', '2021FA'), +('100505', '800001724', '2021FA'), +('100505', '800001865', '2021FA'), +('100505', '800002221', '2021FA'), +('100505', '800002753', '2021FA'), +('100505', '800002974', '2021FA'), +('100506', '800000160', '2021FA'), +('100506', '800000411', '2021FA'), +('100506', '800001131', '2021FA'), +('100506', '800001143', '2021FA'), +('100506', '800001182', '2021FA'), +('100506', '800001258', '2021FA'), +('100506', '800001370', '2021FA'), +('100506', '800001566', '2021FA'), +('100506', '800001591', '2021FA'), +('100506', '800002054', '2021FA'), +('100506', '800002444', '2021FA'), +('100506', '800002479', '2021FA'), +('100506', '800002561', '2021FA'), +('100506', '800002926', '2021FA'), +('100507', '800000058', '2021FA'), +('100507', '800000136', '2021FA'), +('100507', '800000520', '2021FA'), +('100507', '800000984', '2021FA'), +('100507', '800001183', '2021FA'), +('100507', '800001272', '2021FA'), +('100507', '800001623', '2021FA'), +('100507', '800001677', '2021FA'), +('100507', '800001785', '2021FA'), +('100507', '800001954', '2021FA'), +('100507', '800002005', '2021FA'), +('100507', '800002017', '2021FA'), +('100507', '800002768', '2021FA'), +('100507', '800002915', '2021FA'), +('100507', '800002933', '2021FA'), +('100507', '800002963', '2021FA'), +('100507', '800002967', '2021FA'), +('100508', '800000348', '2021FA'), +('100508', '800000529', '2021FA'), +('100508', '800000907', '2021FA'), +('100508', '800001044', '2021FA'), +('100508', '800001311', '2021FA'), +('100508', '800001802', '2021FA'), +('100508', '800001820', '2021FA'), +('100508', '800002195', '2021FA'), +('100508', '800002534', '2021FA'), +('100508', '800002575', '2021FA'), +('100508', '800002884', '2021FA'), +('100508', '800002898', '2021FA'), +('100508', '800002976', '2021FA'), +('100509', '800000242', '2021FA'), +('100509', '800000441', '2021FA'), +('100509', '800000467', '2021FA'), +('100509', '800000728', '2021FA'), +('100509', '800000748', '2021FA'), +('100509', '800001156', '2021FA'), +('100509', '800001214', '2021FA'), +('100509', '800001290', '2021FA'), +('100509', '800001342', '2021FA'), +('100509', '800001798', '2021FA'), +('100509', '800001924', '2021FA'), +('100509', '800001994', '2021FA'), +('100509', '800002277', '2021FA'), +('100509', '800002971', '2021FA'), +('100509', '800002991', '2021FA'), +('100510', '800000022', '2021FA'), +('100510', '800000055', '2021FA'), +('100510', '800000112', '2021FA'), +('100510', '800000548', '2021FA'), +('100510', '800000606', '2021FA'), +('100510', '800000624', '2021FA'), +('100510', '800000712', '2021FA'), +('100510', '800000923', '2021FA'), +('100510', '800001189', '2021FA'), +('100510', '800001673', '2021FA'), +('100510', '800002363', '2021FA'), +('100510', '800002442', '2021FA'), +('100510', '800002603', '2021FA'), +('100510', '800002655', '2021FA'), +('100510', '800002881', '2021FA'), +('100511', '800000181', '2021FA'), +('100511', '800000538', '2021FA'), +('100511', '800000626', '2021FA'), +('100511', '800000772', '2021FA'), +('100511', '800001116', '2021FA'), +('100511', '800001324', '2021FA'), +('100511', '800001556', '2021FA'), +('100511', '800001869', '2021FA'), +('100511', '800001915', '2021FA'), +('100511', '800002062', '2021FA'), +('100511', '800002137', '2021FA'), +('100511', '800002524', '2021FA'), +('100511', '800002543', '2021FA'), +('100511', '800002771', '2021FA'), +('100511', '800002803', '2021FA'), +('100511', '800002852', '2021FA'), +('100512', '800000011', '2021FA'), +('100512', '800000040', '2021FA'), +('100512', '800000279', '2021FA'), +('100512', '800000348', '2021FA'), +('100512', '800000740', '2021FA'), +('100512', '800001182', '2021FA'), +('100512', '800001451', '2021FA'), +('100512', '800001647', '2021FA'), +('100512', '800001899', '2021FA'), +('100512', '800001989', '2021FA'), +('100512', '800002027', '2021FA'), +('100513', '800000367', '2021FA'), +('100513', '800000406', '2021FA'), +('100513', '800000819', '2021FA'), +('100513', '800001116', '2021FA'), +('100513', '800001370', '2021FA'), +('100513', '800001670', '2021FA'), +('100513', '800002050', '2021FA'), +('100513', '800002214', '2021FA'), +('100513', '800002518', '2021FA'), +('100514', '800000198', '2021FA'), +('100514', '800000365', '2021FA'), +('100514', '800000585', '2021FA'), +('100514', '800000696', '2021FA'), +('100514', '800000712', '2021FA'), +('100514', '800000728', '2021FA'), +('100514', '800001160', '2021FA'), +('100514', '800001184', '2021FA'), +('100514', '800001306', '2021FA'), +('100514', '800001338', '2021FA'), +('100514', '800001339', '2021FA'), +('100514', '800001644', '2021FA'), +('100514', '800001870', '2021FA'), +('100514', '800002305', '2021FA'), +('100515', '800000848', '2021FA'), +('100515', '800001038', '2021FA'), +('100515', '800001507', '2021FA'), +('100515', '800001695', '2021FA'), +('100515', '800002078', '2021FA'), +('100515', '800002148', '2021FA'), +('100515', '800002307', '2021FA'), +('100515', '800002536', '2021FA'), +('100515', '800002722', '2021FA'), +('100515', '800002779', '2021FA'), +('100515', '800002880', '2021FA'), +('100516', '800000066', '2021FA'), +('100516', '800000137', '2021FA'), +('100516', '800000155', '2021FA'), +('100516', '800000326', '2021FA'), +('100516', '800000586', '2021FA'), +('100516', '800000902', '2021FA'), +('100516', '800001641', '2021FA'), +('100516', '800002311', '2021FA'), +('100517', '800000074', '2021FA'), +('100517', '800000242', '2021FA'), +('100517', '800000836', '2021FA'), +('100517', '800000843', '2021FA'), +('100517', '800001199', '2021FA'), +('100517', '800001348', '2021FA'), +('100517', '800001369', '2021FA'), +('100517', '800001698', '2021FA'), +('100517', '800001840', '2021FA'), +('100517', '800001912', '2021FA'), +('100517', '800002008', '2021FA'), +('100517', '800002503', '2021FA'), +('100517', '800002511', '2021FA'), +('100518', '800000078', '2021FA'), +('100518', '800000766', '2021FA'), +('100518', '800000855', '2021FA'), +('100518', '800000882', '2021FA'), +('100518', '800001023', '2021FA'), +('100518', '800001433', '2021FA'), +('100518', '800001977', '2021FA'), +('100518', '800002222', '2021FA'), +('100518', '800002226', '2021FA'), +('100518', '800002920', '2021FA'), +('100519', '800000004', '2021FA'), +('100519', '800000759', '2021FA'), +('100519', '800000772', '2021FA'), +('100519', '800001318', '2021FA'), +('100519', '800001351', '2021FA'), +('100519', '800001496', '2021FA'), +('100519', '800001735', '2021FA'), +('100519', '800001940', '2021FA'), +('100519', '800002018', '2021FA'), +('100519', '800002027', '2021FA'), +('100519', '800002569', '2021FA'), +('100519', '800002718', '2021FA'), +('100519', '800002982', '2021FA'), +('100520', '800000059', '2021FA'), +('100520', '800000246', '2021FA'), +('100520', '800000315', '2021FA'), +('100520', '800000502', '2021FA'), +('100520', '800000766', '2021FA'), +('100520', '800000811', '2021FA'), +('100520', '800000904', '2021FA'), +('100520', '800000998', '2021FA'), +('100520', '800001395', '2021FA'), +('100520', '800001420', '2021FA'), +('100520', '800001583', '2021FA'), +('100520', '800001844', '2021FA'), +('100520', '800002666', '2021FA'), +('100521', '800000082', '2021FA'), +('100521', '800000282', '2021FA'), +('100521', '800000306', '2021FA'), +('100521', '800000464', '2021FA'), +('100521', '800000512', '2021FA'), +('100521', '800000941', '2021FA'), +('100521', '800001434', '2021FA'), +('100521', '800001617', '2021FA'), +('100521', '800001905', '2021FA'), +('100521', '800002264', '2021FA'), +('100521', '800002464', '2021FA'), +('100521', '800002719', '2021FA'), +('100521', '800002984', '2021FA'), +('100521', '800002991', '2021FA'), +('100522', '800000720', '2021FA'), +('100522', '800000910', '2021FA'), +('100522', '800001941', '2021FA'), +('100522', '800001957', '2021FA'), +('100522', '800002244', '2021FA'), +('100522', '800002718', '2021FA'), +('100523', '800000052', '2021FA'), +('100523', '800000558', '2021FA'), +('100523', '800001073', '2021FA'), +('100523', '800001090', '2021FA'), +('100523', '800001680', '2021FA'), +('100523', '800002161', '2021FA'), +('100523', '800002239', '2021FA'), +('100523', '800002358', '2021FA'), +('100523', '800002577', '2021FA'), +('100523', '800002606', '2021FA'), +('100523', '800002616', '2021FA'), +('100523', '800002767', '2021FA'), +('100523', '800002768', '2021FA'), +('100523', '800002991', '2021FA'), +('100524', '800000294', '2021FA'), +('100524', '800000945', '2021FA'), +('100524', '800001840', '2021FA'), +('100524', '800002020', '2021FA'), +('100524', '800002598', '2021FA'), +('100524', '800002869', '2021FA'), +('100524', '800002878', '2021FA'), +('100524', '800002956', '2021FA'), +('100525', '800000284', '2021FA'), +('100525', '800000356', '2021FA'), +('100525', '800000431', '2021FA'), +('100525', '800000503', '2021FA'), +('100525', '800000506', '2021FA'), +('100525', '800000602', '2021FA'), +('100525', '800001200', '2021FA'), +('100525', '800001211', '2021FA'), +('100525', '800001220', '2021FA'), +('100525', '800001374', '2021FA'), +('100525', '800001396', '2021FA'), +('100525', '800001921', '2021FA'), +('100525', '800001923', '2021FA'), +('100525', '800001927', '2021FA'), +('100525', '800001949', '2021FA'), +('100525', '800002124', '2021FA'), +('100525', '800002404', '2021FA'), +('100525', '800002461', '2021FA'), +('100525', '800002666', '2021FA'), +('100525', '800002809', '2021FA'), +('100526', '800000412', '2021FA'), +('100526', '800000573', '2021FA'), +('100526', '800000997', '2021FA'), +('100526', '800001206', '2021FA'), +('100526', '800001322', '2021FA'), +('100526', '800001416', '2021FA'), +('100526', '800001574', '2021FA'), +('100526', '800001591', '2021FA'), +('100526', '800001616', '2021FA'), +('100526', '800001801', '2021FA'), +('100526', '800001882', '2021FA'), +('100526', '800002024', '2021FA'), +('100526', '800002277', '2021FA'), +('100526', '800002293', '2021FA'), +('100526', '800002433', '2021FA'), +('100526', '800002503', '2021FA'), +('100526', '800002537', '2021FA'), +('100526', '800002845', '2021FA'), +('100527', '800000316', '2021FA'), +('100527', '800000374', '2021FA'), +('100527', '800000427', '2021FA'), +('100527', '800000632', '2021FA'), +('100527', '800000835', '2021FA'), +('100527', '800001006', '2021FA'), +('100527', '800001185', '2021FA'), +('100527', '800001695', '2021FA'), +('100527', '800001831', '2021FA'), +('100527', '800002219', '2021FA'), +('100528', '800000515', '2021FA'), +('100528', '800000636', '2021FA'), +('100528', '800000799', '2021FA'), +('100528', '800000871', '2021FA'), +('100528', '800000882', '2021FA'), +('100528', '800001016', '2021FA'), +('100528', '800001094', '2021FA'), +('100528', '800001233', '2021FA'), +('100528', '800001378', '2021FA'), +('100528', '800001501', '2021FA'), +('100528', '800001633', '2021FA'), +('100528', '800001635', '2021FA'), +('100528', '800002056', '2021FA'), +('100528', '800002090', '2021FA'), +('100528', '800002208', '2021FA'), +('100528', '800002313', '2021FA'), +('100528', '800002393', '2021FA'), +('100529', '800000202', '2021FA'), +('100529', '800000295', '2021FA'), +('100529', '800000469', '2021FA'), +('100529', '800000478', '2021FA'), +('100529', '800000548', '2021FA'), +('100529', '800000841', '2021FA'), +('100529', '800001195', '2021FA'), +('100529', '800001393', '2021FA'), +('100529', '800001492', '2021FA'), +('100529', '800001511', '2021FA'), +('100529', '800001625', '2021FA'), +('100529', '800001919', '2021FA'), +('100529', '800002001', '2021FA'), +('100529', '800002326', '2021FA'), +('100529', '800002422', '2021FA'), +('100529', '800002603', '2021FA'), +('100529', '800002651', '2021FA'), +('100529', '800002748', '2021FA'), +('100529', '800002899', '2021FA'), +('100530', '800000275', '2021FA'), +('100530', '800000309', '2021FA'), +('100530', '800000333', '2021FA'), +('100530', '800000811', '2021FA'), +('100530', '800001010', '2021FA'), +('100530', '800001036', '2021FA'), +('100530', '800001229', '2021FA'), +('100530', '800001329', '2021FA'), +('100531', '800000216', '2021FA'), +('100531', '800000302', '2021FA'), +('100531', '800000557', '2021FA'), +('100531', '800000607', '2021FA'), +('100531', '800000837', '2021FA'), +('100531', '800001172', '2021FA'), +('100531', '800001442', '2021FA'), +('100531', '800001499', '2021FA'), +('100531', '800001542', '2021FA'), +('100531', '800001599', '2021FA'), +('100531', '800001639', '2021FA'), +('100531', '800001961', '2021FA'), +('100531', '800002557', '2021FA'), +('100531', '800002933', '2021FA'), +('100532', '800000002', '2021FA'), +('100532', '800000143', '2021FA'), +('100532', '800000644', '2021FA'), +('100532', '800000646', '2021FA'), +('100532', '800000769', '2021FA'), +('100532', '800001095', '2021FA'), +('100532', '800001548', '2021FA'), +('100532', '800001687', '2021FA'), +('100532', '800001872', '2021FA'), +('100532', '800002429', '2021FA'), +('100532', '800002492', '2021FA'), +('100532', '800002561', '2021FA'), +('100532', '800002679', '2021FA'), +('100532', '800002776', '2021FA'), +('100532', '800002905', '2021FA'), +('100532', '800002926', '2021FA'), +('100533', '800000658', '2021FA'), +('100533', '800000772', '2021FA'), +('100533', '800001010', '2021FA'), +('100533', '800001454', '2021FA'), +('100533', '800001815', '2021FA'), +('100533', '800001968', '2021FA'), +('100533', '800002360', '2021FA'), +('100534', '800000105', '2021FA'), +('100534', '800000486', '2021FA'), +('100534', '800000531', '2021FA'), +('100534', '800000603', '2021FA'), +('100534', '800001076', '2021FA'), +('100534', '800001174', '2021FA'), +('100534', '800001273', '2021FA'), +('100534', '800001339', '2021FA'), +('100534', '800001414', '2021FA'), +('100534', '800001526', '2021FA'), +('100534', '800001794', '2021FA'), +('100534', '800001938', '2021FA'), +('100534', '800001958', '2021FA'), +('100534', '800002174', '2021FA'), +('100534', '800002435', '2021FA'), +('100534', '800002620', '2021FA'), +('100534', '800002988', '2021FA'), +('100535', '800000299', '2021FA'), +('100535', '800000309', '2021FA'), +('100535', '800000556', '2021FA'), +('100535', '800000593', '2021FA'), +('100535', '800001370', '2021FA'), +('100535', '800001584', '2021FA'), +('100535', '800002078', '2021FA'), +('100535', '800002511', '2021FA'), +('100536', '800000237', '2021FA'), +('100536', '800000267', '2021FA'), +('100536', '800000338', '2021FA'), +('100536', '800000403', '2021FA'), +('100536', '800000491', '2021FA'), +('100536', '800000596', '2021FA'), +('100536', '800000915', '2021FA'), +('100536', '800001648', '2021FA'), +('100536', '800001751', '2021FA'), +('100536', '800001814', '2021FA'), +('100536', '800002183', '2021FA'), +('100536', '800002480', '2021FA'), +('100536', '800002560', '2021FA'), +('100536', '800002635', '2021FA'), +('100537', '800000494', '2021FA'), +('100537', '800000500', '2021FA'), +('100537', '800000663', '2021FA'), +('100537', '800000862', '2021FA'), +('100537', '800001112', '2021FA'), +('100537', '800001240', '2021FA'), +('100537', '800001503', '2021FA'), +('100537', '800001556', '2021FA'), +('100537', '800002087', '2021FA'), +('100537', '800002330', '2021FA'), +('100537', '800002556', '2021FA'), +('100537', '800002715', '2021FA'), +('100537', '800002747', '2021FA'), +('100537', '800002982', '2021FA'), +('100538', '800000295', '2021FA'), +('100538', '800000338', '2021FA'), +('100538', '800000520', '2021FA'), +('100538', '800000627', '2021FA'), +('100538', '800000643', '2021FA'), +('100538', '800001354', '2021FA'), +('100538', '800001412', '2021FA'), +('100538', '800002136', '2021FA'), +('100538', '800002149', '2021FA'), +('100538', '800002152', '2021FA'), +('100538', '800002581', '2021FA'), +('100538', '800002771', '2021FA'), +('100538', '800002896', '2021FA'), +('100539', '800000076', '2021FA'), +('100539', '800000202', '2021FA'), +('100539', '800000354', '2021FA'), +('100539', '800000539', '2021FA'), +('100539', '800000624', '2021FA'), +('100539', '800001023', '2021FA'), +('100539', '800001183', '2021FA'), +('100539', '800001443', '2021FA'), +('100539', '800001592', '2021FA'), +('100539', '800001761', '2021FA'), +('100539', '800001899', '2021FA'), +('100539', '800001952', '2021FA'), +('100539', '800002263', '2021FA'), +('100539', '800002312', '2021FA'), +('100539', '800002360', '2021FA'), +('100539', '800002622', '2021FA'), +('100539', '800002871', '2021FA'), +('100539', '800002882', '2021FA'), +('100540', '800000004', '2021FA'), +('100540', '800000497', '2021FA'), +('100540', '800000588', '2021FA'), +('100540', '800000708', '2021FA'), +('100540', '800001077', '2021FA'), +('100540', '800001484', '2021FA'), +('100540', '800001611', '2021FA'), +('100540', '800001771', '2021FA'), +('100540', '800001824', '2021FA'), +('100540', '800002179', '2021FA'), +('100540', '800002453', '2021FA'), +('100540', '800002456', '2021FA'), +('100541', '800000041', '2021FA'), +('100541', '800000631', '2021FA'), +('100541', '800001160', '2021FA'), +('100541', '800001240', '2021FA'), +('100541', '800001291', '2021FA'), +('100541', '800001474', '2021FA'), +('100541', '800001520', '2021FA'), +('100541', '800001679', '2021FA'), +('100541', '800001735', '2021FA'), +('100541', '800001754', '2021FA'), +('100541', '800002097', '2021FA'), +('100541', '800002314', '2021FA'), +('100541', '800002322', '2021FA'), +('100541', '800002434', '2021FA'), +('100541', '800002589', '2021FA'), +('100541', '800002732', '2021FA'), +('100541', '800002963', '2021FA'), +('100542', '800000767', '2021FA'), +('100542', '800001334', '2021FA'), +('100542', '800001412', '2021FA'), +('100542', '800001421', '2021FA'), +('100542', '800001652', '2021FA'), +('100542', '800001735', '2021FA'), +('100542', '800002450', '2021FA'), +('100542', '800002579', '2021FA'), +('100543', '800000160', '2021FA'), +('100543', '800000296', '2021FA'), +('100543', '800000425', '2021FA'), +('100543', '800001023', '2021FA'), +('100543', '800001038', '2021FA'), +('100543', '800001542', '2021FA'), +('100543', '800001696', '2021FA'), +('100543', '800001761', '2021FA'), +('100543', '800001782', '2021FA'), +('100543', '800002364', '2021FA'), +('100543', '800002397', '2021FA'), +('100543', '800002418', '2021FA'), +('100543', '800002527', '2021FA'), +('100543', '800002741', '2021FA'), +('100543', '800002834', '2021FA'), +('100543', '800002923', '2021FA'), +('100544', '800000102', '2021FA'), +('100544', '800000479', '2021FA'), +('100544', '800001124', '2021FA'), +('100544', '800001572', '2021FA'), +('100544', '800001697', '2021FA'), +('100544', '800001865', '2021FA'), +('100544', '800001965', '2021FA'), +('100544', '800002068', '2021FA'), +('100544', '800002351', '2021FA'), +('100544', '800002397', '2021FA'), +('100544', '800002406', '2021FA'), +('100544', '800002591', '2021FA'), +('100544', '800002872', '2021FA'), +('100545', '800000200', '2021FA'), +('100545', '800000518', '2021FA'), +('100545', '800000540', '2021FA'), +('100545', '800000584', '2021FA'), +('100545', '800001689', '2021FA'), +('100545', '800001809', '2021FA'), +('100545', '800001811', '2021FA'), +('100545', '800001882', '2021FA'), +('100545', '800002081', '2021FA'), +('100545', '800002813', '2021FA'), +('100546', '800000581', '2021FA'), +('100546', '800000657', '2021FA'), +('100546', '800000692', '2021FA'), +('100546', '800000737', '2021FA'), +('100546', '800000773', '2021FA'), +('100546', '800000787', '2021FA'), +('100546', '800000868', '2021FA'), +('100546', '800000891', '2021FA'), +('100546', '800000910', '2021FA'), +('100546', '800001049', '2021FA'), +('100546', '800001310', '2021FA'), +('100546', '800001313', '2021FA'), +('100546', '800001673', '2021FA'), +('100546', '800001990', '2021FA'), +('100546', '800002010', '2021FA'), +('100546', '800002138', '2021FA'), +('100546', '800002160', '2021FA'), +('100546', '800002481', '2021FA'), +('100546', '800002559', '2021FA'), +('100546', '800002845', '2021FA'), +('100546', '800002868', '2021FA'), +('100546', '800002998', '2021FA'), +('100547', '800000438', '2021FA'), +('100547', '800000660', '2021FA'), +('100547', '800000785', '2021FA'), +('100547', '800000876', '2021FA'), +('100547', '800000877', '2021FA'), +('100547', '800001208', '2021FA'), +('100547', '800002064', '2021FA'), +('100547', '800002202', '2021FA'), +('100547', '800002213', '2021FA'), +('100547', '800002281', '2021FA'), +('100547', '800002551', '2021FA'), +('100547', '800002949', '2021FA'), +('100548', '800000411', '2021FA'), +('100548', '800000527', '2021FA'), +('100548', '800000664', '2021FA'), +('100548', '800001324', '2021FA'), +('100548', '800001462', '2021FA'), +('100548', '800001506', '2021FA'), +('100548', '800001768', '2021FA'), +('100548', '800002054', '2021FA'), +('100548', '800002182', '2021FA'), +('100548', '800002400', '2021FA'), +('100548', '800002453', '2021FA'), +('100548', '800002482', '2021FA'), +('100548', '800002507', '2021FA'), +('100548', '800002560', '2021FA'), +('100548', '800002570', '2021FA'), +('100548', '800002689', '2021FA'), +('100549', '800000271', '2021FA'), +('100549', '800000436', '2021FA'), +('100549', '800000474', '2021FA'), +('100549', '800000558', '2021FA'), +('100549', '800000590', '2021FA'), +('100549', '800000622', '2021FA'), +('100549', '800000641', '2021FA'), +('100549', '800001164', '2021FA'), +('100549', '800001443', '2021FA'), +('100549', '800001777', '2021FA'), +('100549', '800001952', '2021FA'), +('100549', '800002204', '2021FA'), +('100549', '800002242', '2021FA'), +('100549', '800002249', '2021FA'), +('100549', '800002338', '2021FA'), +('100549', '800002539', '2021FA'), +('100549', '800002891', '2021FA'), +('100549', '800002926', '2021FA'), +('100550', '800000480', '2021FA'), +('100550', '800001983', '2021FA'), +('100550', '800002753', '2021FA'), +('100550', '800002979', '2021FA'), +('100550', '800002982', '2021FA'), +('100551', '800000226', '2021FA'), +('100551', '800000313', '2021FA'), +('100551', '800000597', '2021FA'), +('100551', '800000643', '2021FA'), +('100551', '800000729', '2021FA'), +('100551', '800000770', '2021FA'), +('100551', '800000908', '2021FA'), +('100551', '800001132', '2021FA'), +('100551', '800001144', '2021FA'), +('100551', '800001148', '2021FA'), +('100551', '800001609', '2021FA'), +('100551', '800001712', '2021FA'), +('100551', '800001809', '2021FA'), +('100551', '800002255', '2021FA'), +('100551', '800002525', '2021FA'), +('100551', '800002618', '2021FA'), +('100551', '800002661', '2021FA'), +('100551', '800002676', '2021FA'), +('100551', '800002904', '2021FA'), +('100552', '800000055', '2021FA'), +('100552', '800000193', '2021FA'), +('100552', '800000655', '2021FA'), +('100552', '800001240', '2021FA'), +('100552', '800001252', '2021FA'), +('100552', '800001635', '2021FA'), +('100552', '800002044', '2021FA'), +('100552', '800002136', '2021FA'), +('100552', '800002812', '2021FA'), +('100553', '800000461', '2021FA'), +('100553', '800000710', '2021FA'), +('100553', '800000747', '2021FA'), +('100553', '800000986', '2021FA'), +('100553', '800001397', '2021FA'), +('100553', '800001915', '2021FA'), +('100553', '800002020', '2021FA'), +('100553', '800002143', '2021FA'), +('100553', '800002161', '2021FA'), +('100553', '800002255', '2021FA'), +('100553', '800002276', '2021FA'), +('100553', '800002530', '2021FA'), +('100553', '800002541', '2021FA'), +('100553', '800002600', '2021FA'), +('100553', '800002712', '2021FA'), +('100554', '800000063', '2021FA'), +('100554', '800000123', '2021FA'), +('100554', '800000896', '2021FA'), +('100554', '800001004', '2021FA'), +('100554', '800001074', '2021FA'), +('100554', '800001207', '2021FA'), +('100554', '800001511', '2021FA'), +('100554', '800001582', '2021FA'), +('100554', '800001846', '2021FA'), +('100554', '800002493', '2021FA'), +('100554', '800002623', '2021FA'), +('100554', '800002651', '2021FA'), +('100555', '800000280', '2021FA'), +('100555', '800001092', '2021FA'), +('100555', '800001354', '2021FA'), +('100555', '800001569', '2021FA'), +('100555', '800001639', '2021FA'), +('100555', '800001744', '2021FA'), +('100555', '800001787', '2021FA'), +('100555', '800001911', '2021FA'), +('100555', '800002045', '2021FA'), +('100555', '800002115', '2021FA'), +('100555', '800002284', '2021FA'), +('100556', '800000295', '2021FA'), +('100556', '800000418', '2021FA'), +('100556', '800000450', '2021FA'), +('100556', '800000548', '2021FA'), +('100556', '800000879', '2021FA'), +('100556', '800000948', '2021FA'), +('100556', '800001149', '2021FA'), +('100556', '800001538', '2021FA'), +('100556', '800001699', '2021FA'), +('100556', '800001717', '2021FA'), +('100556', '800002412', '2021FA'), +('100556', '800002599', '2021FA'), +('100556', '800002620', '2021FA'), +('100556', '800002621', '2021FA'), +('100556', '800002867', '2021FA'), +('100557', '800000013', '2021FA'), +('100557', '800000076', '2021FA'), +('100557', '800000172', '2021FA'), +('100557', '800000461', '2021FA'), +('100557', '800000948', '2021FA'), +('100557', '800001091', '2021FA'), +('100557', '800001190', '2021FA'), +('100557', '800001454', '2021FA'), +('100557', '800001471', '2021FA'), +('100557', '800001619', '2021FA'), +('100557', '800001720', '2021FA'), +('100557', '800001876', '2021FA'), +('100557', '800002301', '2021FA'), +('100558', '800000161', '2021FA'), +('100558', '800000214', '2021FA'), +('100558', '800000330', '2021FA'), +('100558', '800000705', '2021FA'), +('100558', '800000746', '2021FA'), +('100558', '800000835', '2021FA'), +('100558', '800001017', '2021FA'), +('100558', '800001554', '2021FA'), +('100558', '800001619', '2021FA'), +('100558', '800001705', '2021FA'), +('100558', '800001773', '2021FA'), +('100558', '800002162', '2021FA'), +('100558', '800002352', '2021FA'), +('100558', '800002382', '2021FA'), +('100558', '800002645', '2021FA'), +('100558', '800002666', '2021FA'), +('100559', '800000297', '2021FA'), +('100559', '800000409', '2021FA'), +('100559', '800000469', '2021FA'), +('100559', '800000738', '2021FA'), +('100559', '800000849', '2021FA'), +('100559', '800001075', '2021FA'), +('100559', '800001277', '2021FA'), +('100559', '800001613', '2021FA'), +('100559', '800001794', '2021FA'), +('100559', '800001938', '2021FA'), +('100559', '800001987', '2021FA'), +('100559', '800002169', '2021FA'), +('100559', '800002248', '2021FA'), +('100559', '800002330', '2021FA'), +('100559', '800002478', '2021FA'), +('100559', '800002878', '2021FA'), +('100559', '800002957', '2021FA'), +('100560', '800000012', '2021FA'), +('100560', '800000108', '2021FA'), +('100560', '800000264', '2021FA'), +('100560', '800001098', '2021FA'), +('100560', '800001920', '2021FA'), +('100560', '800002163', '2021FA'), +('100560', '800002306', '2021FA'), +('100560', '800002749', '2021FA'), +('100561', '800000716', '2021FA'), +('100561', '800000887', '2021FA'), +('100561', '800001203', '2021FA'), +('100561', '800001282', '2021FA'), +('100561', '800001350', '2021FA'), +('100561', '800001400', '2021FA'), +('100561', '800001750', '2021FA'), +('100561', '800001852', '2021FA'), +('100561', '800001977', '2021FA'), +('100561', '800002115', '2021FA'), +('100561', '800002307', '2021FA'), +('100561', '800002405', '2021FA'), +('100561', '800002822', '2021FA'), +('100562', '800000141', '2021FA'), +('100562', '800000458', '2021FA'), +('100562', '800001000', '2021FA'), +('100562', '800001639', '2021FA'), +('100562', '800001661', '2021FA'), +('100562', '800001869', '2021FA'), +('100562', '800001998', '2021FA'), +('100562', '800002077', '2021FA'), +('100562', '800002152', '2021FA'), +('100562', '800002863', '2021FA'), +('100562', '800002901', '2021FA'), +('100562', '800002987', '2021FA'), +('100563', '800000150', '2021FA'), +('100563', '800000246', '2021FA'), +('100563', '800000441', '2021FA'), +('100563', '800000553', '2021FA'), +('100563', '800000828', '2021FA'), +('100563', '800001085', '2021FA'), +('100563', '800001270', '2021FA'), +('100563', '800001816', '2021FA'), +('100563', '800002523', '2021FA'), +('100564', '800000350', '2021FA'), +('100564', '800001053', '2021FA'), +('100564', '800001502', '2021FA'), +('100564', '800001626', '2021FA'), +('100564', '800001996', '2021FA'), +('100564', '800002244', '2021FA'), +('100564', '800002313', '2021FA'), +('100564', '800002378', '2021FA'), +('100564', '800002426', '2021FA'), +('100565', '800000036', '2021FA'), +('100565', '800000354', '2021FA'), +('100565', '800000359', '2021FA'), +('100565', '800000368', '2021FA'), +('100565', '800000473', '2021FA'), +('100565', '800001053', '2021FA'), +('100565', '800001100', '2021FA'), +('100565', '800001653', '2021FA'), +('100565', '800001932', '2021FA'), +('100565', '800002050', '2021FA'), +('100565', '800002246', '2021FA'), +('100565', '800002514', '2021FA'), +('100565', '800002732', '2021FA'), +('100566', '800000018', '2021FA'), +('100566', '800000327', '2021FA'), +('100566', '800000835', '2021FA'), +('100566', '800000837', '2021FA'), +('100566', '800000876', '2021FA'), +('100566', '800001232', '2021FA'), +('100566', '800001499', '2021FA'), +('100566', '800001990', '2021FA'), +('100566', '800002062', '2021FA'), +('100566', '800002159', '2021FA'), +('100566', '800002307', '2021FA'), +('100566', '800002355', '2021FA'), +('100566', '800002517', '2021FA'), +('100566', '800002536', '2021FA'), +('100566', '800002576', '2021FA'), +('100566', '800002885', '2021FA'), +('100567', '800000431', '2021FA'), +('100567', '800000887', '2021FA'), +('100567', '800000922', '2021FA'), +('100567', '800000987', '2021FA'), +('100567', '800001047', '2021FA'), +('100567', '800001310', '2021FA'), +('100567', '800001325', '2021FA'), +('100567', '800001805', '2021FA'), +('100567', '800001824', '2021FA'), +('100567', '800001993', '2021FA'), +('100567', '800002155', '2021FA'), +('100567', '800002204', '2021FA'), +('100567', '800002305', '2021FA'), +('100567', '800002490', '2021FA'), +('100568', '800000065', '2021FA'), +('100568', '800000215', '2021FA'), +('100568', '800000297', '2021FA'), +('100568', '800000368', '2021FA'), +('100568', '800000707', '2021FA'), +('100568', '800001566', '2021FA'), +('100568', '800002471', '2021FA'), +('100568', '800002481', '2021FA'), +('100568', '800002519', '2021FA'), +('100568', '800002683', '2021FA'), +('100569', '800000088', '2021FA'), +('100569', '800000159', '2021FA'), +('100569', '800000296', '2021FA'), +('100569', '800000707', '2021FA'), +('100569', '800000725', '2021FA'), +('100569', '800000822', '2021FA'), +('100569', '800001116', '2021FA'), +('100569', '800001159', '2021FA'), +('100569', '800001647', '2021FA'), +('100569', '800002087', '2021FA'), +('100569', '800002151', '2021FA'), +('100569', '800002186', '2021FA'), +('100569', '800002653', '2021FA'), +('100569', '800002714', '2021FA'), +('100569', '800002984', '2021FA'), +('100570', '800000177', '2021FA'), +('100570', '800000373', '2021FA'), +('100570', '800000944', '2021FA'), +('100570', '800001407', '2021FA'), +('100570', '800001432', '2021FA'), +('100570', '800001691', '2021FA'), +('100570', '800001835', '2021FA'), +('100570', '800001944', '2021FA'), +('100570', '800002731', '2021FA'), +('100570', '800002900', '2021FA'), +('100570', '800002913', '2021FA'), +('100571', '800000006', '2021FA'), +('100571', '800000157', '2021FA'), +('100571', '800000442', '2021FA'), +('100571', '800000469', '2021FA'), +('100571', '800001238', '2021FA'), +('100571', '800001538', '2021FA'), +('100571', '800001659', '2021FA'), +('100571', '800002071', '2021FA'), +('100571', '800002258', '2021FA'), +('100572', '800000158', '2021FA'), +('100572', '800000170', '2021FA'), +('100572', '800000279', '2021FA'), +('100572', '800000572', '2021FA'), +('100572', '800000631', '2021FA'), +('100572', '800001309', '2021FA'), +('100572', '800001351', '2021FA'), +('100572', '800001399', '2021FA'), +('100572', '800001718', '2021FA'), +('100572', '800001846', '2021FA'), +('100572', '800001920', '2021FA'), +('100572', '800002101', '2021FA'), +('100572', '800002185', '2021FA'), +('100572', '800002228', '2021FA'), +('100572', '800002414', '2021FA'), +('100572', '800002477', '2021FA'), +('100572', '800002525', '2021FA'), +('100572', '800002657', '2021FA'), +('100572', '800002926', '2021FA'), +('100572', '800002994', '2021FA'), +('100573', '800000165', '2021FA'), +('100573', '800000295', '2021FA'), +('100573', '800000798', '2021FA'), +('100573', '800000840', '2021FA'), +('100573', '800001133', '2021FA'), +('100573', '800001518', '2021FA'), +('100573', '800001637', '2021FA'), +('100573', '800001747', '2021FA'), +('100573', '800002011', '2021FA'), +('100573', '800002412', '2021FA'), +('100573', '800002833', '2021FA'), +('100574', '800000040', '2021FA'), +('100574', '800000069', '2021FA'), +('100574', '800000189', '2021FA'), +('100574', '800000538', '2021FA'), +('100574', '800000623', '2021FA'), +('100574', '800001554', '2021FA'), +('100574', '800001747', '2021FA'), +('100574', '800002090', '2021FA'), +('100574', '800002187', '2021FA'), +('100574', '800002788', '2021FA'), +('100574', '800002848', '2021FA'), +('100575', '800000032', '2021FA'), +('100575', '800000387', '2021FA'), +('100575', '800000478', '2021FA'), +('100575', '800000576', '2021FA'), +('100575', '800000963', '2021FA'), +('100575', '800001189', '2021FA'), +('100575', '800001473', '2021FA'), +('100575', '800001496', '2021FA'), +('100575', '800001670', '2021FA'), +('100575', '800001738', '2021FA'), +('100575', '800001820', '2021FA'), +('100575', '800002331', '2021FA'), +('100575', '800002530', '2021FA'), +('100575', '800002557', '2021FA'), +('100575', '800002913', '2021FA'), +('100576', '800000049', '2021FA'), +('100576', '800000069', '2021FA'), +('100576', '800000575', '2021FA'), +('100576', '800001030', '2021FA'), +('100576', '800001198', '2021FA'), +('100576', '800001290', '2021FA'), +('100576', '800002479', '2021FA'), +('100576', '800002714', '2021FA'), +('100577', '800000343', '2021FA'), +('100577', '800000566', '2021FA'), +('100577', '800000847', '2021FA'), +('100577', '800000905', '2021FA'), +('100577', '800001127', '2021FA'), +('100577', '800001144', '2021FA'), +('100577', '800001410', '2021FA'), +('100577', '800001689', '2021FA'), +('100577', '800001732', '2021FA'), +('100577', '800002011', '2021FA'), +('100577', '800002033', '2021FA'), +('100577', '800002215', '2021FA'), +('100577', '800002297', '2021FA'), +('100577', '800002464', '2021FA'), +('100577', '800002692', '2021FA'), +('100577', '800002701', '2021FA'), +('100577', '800002817', '2021FA'), +('100577', '800002882', '2021FA'), +('100577', '800002898', '2021FA'), +('100578', '800000070', '2021FA'), +('100578', '800000671', '2021FA'), +('100578', '800001183', '2021FA'), +('100578', '800001471', '2021FA'), +('100578', '800001763', '2021FA'), +('100578', '800001860', '2021FA'), +('100578', '800002026', '2021FA'), +('100578', '800002107', '2021FA'), +('100578', '800002155', '2021FA'), +('100578', '800002861', '2021FA'), +('100579', '800000006', '2021FA'), +('100579', '800000655', '2021FA'), +('100579', '800001428', '2021FA'), +('100579', '800002524', '2021FA'), +('100579', '800002578', '2021FA'), +('100579', '800002928', '2021FA'), +('100579', '800002998', '2021FA'), +('100580', '800000473', '2021FA'), +('100580', '800000787', '2021FA'), +('100580', '800000815', '2021FA'), +('100580', '800000867', '2021FA'), +('100580', '800000917', '2021FA'), +('100580', '800001279', '2021FA'), +('100580', '800001704', '2021FA'), +('100580', '800001799', '2021FA'), +('100580', '800001877', '2021FA'), +('100580', '800002214', '2021FA'), +('100580', '800002266', '2021FA'), +('100580', '800002305', '2021FA'), +('100580', '800002358', '2021FA'), +('100580', '800002387', '2021FA'), +('100580', '800002663', '2021FA'), +('100580', '800002713', '2021FA'), +('100580', '800002776', '2021FA'), +('100580', '800002815', '2021FA'), +('100581', '800000197', '2021FA'), +('100581', '800000316', '2021FA'), +('100581', '800000375', '2021FA'), +('100581', '800000471', '2021FA'), +('100581', '800000492', '2021FA'), +('100581', '800000879', '2021FA'), +('100581', '800001148', '2021FA'), +('100581', '800001234', '2021FA'), +('100581', '800001305', '2021FA'), +('100581', '800001677', '2021FA'), +('100581', '800001766', '2021FA'), +('100581', '800002005', '2021FA'), +('100581', '800002352', '2021FA'), +('100581', '800002428', '2021FA'), +('100581', '800002603', '2021FA'), +('100581', '800002889', '2021FA'), +('100581', '800002971', '2021FA'), +('100582', '800000548', '2021FA'), +('100582', '800000557', '2021FA'), +('100582', '800000977', '2021FA'), +('100582', '800001257', '2021FA'), +('100582', '800001444', '2021FA'), +('100582', '800001466', '2021FA'), +('100582', '800001754', '2021FA'), +('100582', '800002112', '2021FA'), +('100582', '800002551', '2021FA'), +('100582', '800002661', '2021FA'), +('100582', '800002933', '2021FA'), +('100583', '800000385', '2021FA'), +('100583', '800000387', '2021FA'), +('100583', '800000442', '2021FA'), +('100583', '800000915', '2021FA'), +('100583', '800000990', '2021FA'), +('100583', '800001245', '2021FA'), +('100583', '800001526', '2021FA'), +('100583', '800001531', '2021FA'), +('100583', '800001585', '2021FA'), +('100583', '800001683', '2021FA'), +('100583', '800001782', '2021FA'), +('100583', '800002169', '2021FA'), +('100583', '800002251', '2021FA'), +('100583', '800002309', '2021FA'), +('100583', '800002342', '2021FA'), +('100583', '800002748', '2021FA'), +('100583', '800002835', '2021FA'), +('100583', '800002852', '2021FA'), +('100584', '800000044', '2021FA'), +('100584', '800000066', '2021FA'), +('100584', '800000211', '2021FA'), +('100584', '800000904', '2021FA'), +('100584', '800001450', '2021FA'), +('100584', '800001562', '2021FA'), +('100584', '800001850', '2021FA'), +('100584', '800002065', '2021FA'), +('100584', '800002455', '2021FA'), +('100584', '800002623', '2021FA'), +('100584', '800002639', '2021FA'), +('100584', '800002673', '2021FA'), +('100584', '800002865', '2021FA'), +('100585', '800000032', '2021FA'), +('100585', '800000390', '2021FA'), +('100585', '800000859', '2021FA'), +('100585', '800001436', '2021FA'), +('100585', '800001545', '2021FA'), +('100585', '800001716', '2021FA'), +('100585', '800001860', '2021FA'), +('100585', '800002225', '2021FA'), +('100586', '800000170', '2021FA'), +('100586', '800000256', '2021FA'), +('100586', '800000502', '2021FA'), +('100586', '800000529', '2021FA'), +('100586', '800000566', '2021FA'), +('100586', '800000755', '2021FA'), +('100586', '800000785', '2021FA'), +('100586', '800000877', '2021FA'), +('100586', '800000911', '2021FA'), +('100586', '800001401', '2021FA'), +('100586', '800001748', '2021FA'), +('100586', '800001911', '2021FA'), +('100586', '800002200', '2021FA'), +('100586', '800002270', '2021FA'), +('100586', '800002284', '2021FA'), +('100586', '800002301', '2021FA'), +('100586', '800002539', '2021FA'), +('100586', '800002630', '2021FA'), +('100586', '800002894', '2021FA'), +('100587', '800000036', '2021FA'), +('100587', '800000172', '2021FA'), +('100587', '800000273', '2021FA'), +('100587', '800000790', '2021FA'), +('100587', '800000849', '2021FA'), +('100587', '800000985', '2021FA'), +('100587', '800000997', '2021FA'), +('100587', '800001313', '2021FA'), +('100587', '800001381', '2021FA'), +('100587', '800001793', '2021FA'), +('100587', '800002115', '2021FA'), +('100587', '800002174', '2021FA'), +('100587', '800002586', '2021FA'), +('100588', '800000107', '2021FA'), +('100588', '800000173', '2021FA'), +('100588', '800000434', '2021FA'), +('100588', '800000531', '2021FA'), +('100588', '800000538', '2021FA'), +('100588', '800000625', '2021FA'), +('100588', '800001061', '2021FA'), +('100588', '800001283', '2021FA'), +('100588', '800001611', '2021FA'), +('100588', '800001647', '2021FA'), +('100588', '800002134', '2021FA'), +('100588', '800002304', '2021FA'), +('100588', '800002491', '2021FA'), +('100588', '800002896', '2021FA'), +('100588', '800002993', '2021FA'), +('100589', '800000007', '2021FA'), +('100589', '800000034', '2021FA'), +('100589', '800000385', '2021FA'), +('100589', '800000672', '2021FA'), +('100589', '800001198', '2021FA'), +('100589', '800001314', '2021FA'), +('100589', '800001360', '2021FA'), +('100589', '800001571', '2021FA'), +('100589', '800001699', '2021FA'), +('100589', '800001718', '2021FA'), +('100589', '800002035', '2021FA'), +('100589', '800002213', '2021FA'), +('100589', '800002451', '2021FA'), +('100589', '800002548', '2021FA'), +('100589', '800002727', '2021FA'), +('100590', '800000017', '2021FA'), +('100590', '800000136', '2021FA'), +('100590', '800000282', '2021FA'), +('100590', '800000621', '2021FA'), +('100590', '800001919', '2021FA'), +('100590', '800001992', '2021FA'), +('100590', '800002071', '2021FA'), +('100590', '800002091', '2021FA'), +('100590', '800002523', '2021FA'), +('100591', '800000380', '2021FA'), +('100591', '800000861', '2021FA'), +('100591', '800001015', '2021FA'), +('100591', '800001074', '2021FA'), +('100591', '800001397', '2021FA'), +('100591', '800001596', '2021FA'), +('100591', '800001759', '2021FA'), +('100591', '800002111', '2021FA'), +('100591', '800002444', '2021FA'), +('100591', '800002449', '2021FA'), +('100591', '800002605', '2021FA'), +('100591', '800002617', '2021FA'), +('100591', '800002799', '2021FA'), +('100592', '800000036', '2021FA'), +('100592', '800000593', '2021FA'), +('100592', '800000603', '2021FA'), +('100592', '800001159', '2021FA'), +('100592', '800001343', '2021FA'), +('100592', '800001756', '2021FA'), +('100592', '800002003', '2021FA'), +('100592', '800002357', '2021FA'), +('100592', '800002470', '2021FA'), +('100592', '800002483', '2021FA'), +('100592', '800002493', '2021FA'), +('100592', '800002657', '2021FA'), +('100592', '800002762', '2021FA'), +('100592', '800002979', '2021FA'), +('100593', '800000008', '2021FA'), +('100593', '800000060', '2021FA'), +('100593', '800000282', '2021FA'), +('100593', '800000790', '2021FA'), +('100593', '800000836', '2021FA'), +('100593', '800000924', '2021FA'), +('100593', '800001030', '2021FA'), +('100593', '800001135', '2021FA'), +('100593', '800001499', '2021FA'), +('100593', '800001621', '2021FA'), +('100593', '800001680', '2021FA'), +('100593', '800001928', '2021FA'), +('100593', '800002284', '2021FA'), +('100593', '800002559', '2021FA'), +('100593', '800002867', '2021FA'), +('100594', '800000270', '2021FA'), +('100594', '800000490', '2021FA'), +('100594', '800000744', '2021FA'), +('100594', '800001063', '2021FA'), +('100594', '800001144', '2021FA'), +('100594', '800001296', '2021FA'), +('100594', '800001330', '2021FA'), +('100594', '800001476', '2021FA'), +('100594', '800001644', '2021FA'), +('100594', '800001723', '2021FA'), +('100594', '800002004', '2021FA'), +('100594', '800002006', '2021FA'), +('100594', '800002068', '2021FA'), +('100594', '800002077', '2021FA'), +('100594', '800002163', '2021FA'), +('100594', '800002536', '2021FA'), +('100594', '800002974', '2021FA'), +('100595', '800000547', '2021FA'), +('100595', '800000827', '2021FA'), +('100595', '800000889', '2021FA'), +('100595', '800001091', '2021FA'), +('100595', '800001257', '2021FA'), +('100595', '800001466', '2021FA'), +('100595', '800001540', '2021FA'), +('100595', '800001711', '2021FA'), +('100595', '800001929', '2021FA'), +('100595', '800001932', '2021FA'), +('100595', '800002227', '2021FA'), +('100595', '800002619', '2021FA'), +('100596', '800000241', '2021FA'), +('100596', '800000643', '2021FA'), +('100596', '800000770', '2021FA'), +('100596', '800000843', '2021FA'), +('100596', '800000845', '2021FA'), +('100596', '800000947', '2021FA'), +('100596', '800001260', '2021FA'), +('100596', '800001338', '2021FA'), +('100596', '800001572', '2021FA'), +('100596', '800001733', '2021FA'), +('100596', '800002393', '2021FA'), +('100596', '800002456', '2021FA'), +('100596', '800002622', '2021FA'), +('100596', '800002658', '2021FA'), +('100597', '800000279', '2021FA'), +('100597', '800000295', '2021FA'), +('100597', '800000464', '2021FA'), +('100597', '800000545', '2021FA'), +('100597', '800000830', '2021FA'), +('100597', '800000936', '2021FA'), +('100597', '800001159', '2021FA'), +('100597', '800001402', '2021FA'), +('100597', '800002175', '2021FA'), +('100597', '800002526', '2021FA'), +('100597', '800002617', '2021FA'), +('100598', '800000044', '2021FA'), +('100598', '800000148', '2021FA'), +('100598', '800000237', '2021FA'), +('100598', '800000238', '2021FA'), +('100598', '800000255', '2021FA'), +('100598', '800000739', '2021FA'), +('100598', '800001436', '2021FA'), +('100598', '800001451', '2021FA'), +('100598', '800002111', '2021FA'), +('100598', '800002246', '2021FA'), +('100598', '800002384', '2021FA'), +('100599', '800000141', '2021FA'), +('100599', '800000189', '2021FA'), +('100599', '800000195', '2021FA'), +('100599', '800000330', '2021FA'), +('100599', '800000390', '2021FA'), +('100599', '800000417', '2021FA'), +('100599', '800000424', '2021FA'), +('100599', '800000531', '2021FA'), +('100599', '800000658', '2021FA'), +('100599', '800000765', '2021FA'), +('100599', '800000896', '2021FA'), +('100599', '800000968', '2021FA'), +('100599', '800000989', '2021FA'), +('100599', '800001122', '2021FA'), +('100599', '800001707', '2021FA'), +('100599', '800001791', '2021FA'), +('100599', '800001880', '2021FA'), +('100599', '800001895', '2021FA'), +('100599', '800001937', '2021FA'), +('100599', '800002511', '2021FA'), +('100599', '800002576', '2021FA'), +('100599', '800002611', '2021FA'), +('100599', '800002783', '2021FA'), +('100600', '800000074', '2021FA'), +('100600', '800000126', '2021FA'), +('100600', '800000744', '2021FA'), +('100600', '800000793', '2021FA'), +('100600', '800000813', '2021FA'), +('100600', '800001358', '2021FA'), +('100600', '800002364', '2021FA'), +('100600', '800002595', '2021FA'), +('100601', '800000085', '2021FA'), +('100601', '800000099', '2021FA'), +('100601', '800000220', '2021FA'), +('100601', '800000534', '2021FA'), +('100601', '800000574', '2021FA'), +('100601', '800000890', '2021FA'), +('100601', '800001074', '2021FA'), +('100601', '800001156', '2021FA'), +('100601', '800001422', '2021FA'), +('100601', '800001524', '2021FA'), +('100601', '800001564', '2021FA'), +('100601', '800001759', '2021FA'), +('100601', '800001793', '2021FA'), +('100601', '800001969', '2021FA'), +('100601', '800002152', '2021FA'), +('100601', '800002209', '2021FA'), +('100601', '800002379', '2021FA'), +('100601', '800002427', '2021FA'), +('100601', '800002551', '2021FA'), +('100601', '800002738', '2021FA'), +('100601', '800002753', '2021FA'), +('100602', '800000076', '2021FA'), +('100602', '800000099', '2021FA'), +('100602', '800000157', '2021FA'), +('100602', '800000977', '2021FA'), +('100602', '800001477', '2021FA'), +('100602', '800001607', '2021FA'), +('100602', '800002269', '2021FA'), +('100602', '800002417', '2021FA'), +('100602', '800002581', '2021FA'), +('100602', '800002989', '2021FA'), +('100603', '800000219', '2021FA'), +('100603', '800000270', '2021FA'), +('100603', '800000666', '2021FA'), +('100603', '800000730', '2021FA'), +('100603', '800001230', '2021FA'), +('100603', '800001287', '2021FA'), +('100603', '800001383', '2021FA'), +('100603', '800001422', '2021FA'), +('100603', '800001715', '2021FA'), +('100603', '800001974', '2021FA'), +('100603', '800002146', '2021FA'), +('100603', '800002528', '2021FA'), +('100603', '800002905', '2021FA'), +('100603', '800002981', '2021FA'), +('100604', '800000002', '2021FA'), +('100604', '800000166', '2021FA'), +('100604', '800000657', '2021FA'), +('100604', '800000995', '2021FA'), +('100604', '800001061', '2021FA'), +('100604', '800001172', '2021FA'), +('100604', '800001279', '2021FA'), +('100604', '800001334', '2021FA'), +('100604', '800001375', '2021FA'), +('100604', '800001440', '2021FA'), +('100604', '800001846', '2021FA'), +('100604', '800001910', '2021FA'), +('100604', '800002095', '2021FA'), +('100604', '800002301', '2021FA'), +('100605', '800000063', '2021FA'), +('100605', '800000096', '2021FA'), +('100605', '800000478', '2021FA'), +('100605', '800000593', '2021FA'), +('100605', '800000631', '2021FA'), +('100605', '800000726', '2021FA'), +('100605', '800001283', '2021FA'), +('100605', '800001316', '2021FA'), +('100605', '800001588', '2021FA'), +('100605', '800001613', '2021FA'), +('100605', '800001797', '2021FA'), +('100605', '800001815', '2021FA'), +('100605', '800001818', '2021FA'), +('100605', '800001974', '2021FA'), +('100605', '800002006', '2021FA'), +('100605', '800002078', '2021FA'), +('100605', '800002119', '2021FA'), +('100605', '800002137', '2021FA'), +('100605', '800002354', '2021FA'), +('100605', '800002431', '2021FA'), +('100605', '800002722', '2021FA'), +('100606', '800000231', '2021FA'), +('100606', '800000785', '2021FA'), +('100606', '800001280', '2021FA'), +('100606', '800001572', '2021FA'), +('100606', '800001711', '2021FA'), +('100606', '800001929', '2021FA'), +('100606', '800001969', '2021FA'), +('100606', '800002328', '2021FA'), +('100606', '800002533', '2021FA'), +('100606', '800002598', '2021FA'), +('100606', '800002786', '2021FA'), +('100606', '800002810', '2021FA'), +('100607', '800000558', '2021FA'), +('100607', '800000716', '2021FA'), +('100607', '800000743', '2021FA'), +('100607', '800000850', '2021FA'), +('100607', '800000945', '2021FA'), +('100607', '800001006', '2021FA'), +('100607', '800001375', '2021FA'), +('100607', '800001471', '2021FA'), +('100607', '800001601', '2021FA'), +('100607', '800001630', '2021FA'), +('100607', '800001671', '2021FA'), +('100607', '800002355', '2021FA'), +('100607', '800002852', '2021FA'), +('100608', '800000998', '2021FA'), +('100608', '800001870', '2021FA'), +('100608', '800002375', '2021FA'), +('100608', '800002395', '2021FA'), +('100608', '800002718', '2021FA'), +('100608', '800002768', '2021FA'), +('100609', '800000132', '2021FA'), +('100609', '800001277', '2021FA'), +('100609', '800001905', '2021FA'), +('100609', '800002388', '2021FA'), +('100609', '800002433', '2021FA'), +('100609', '800002491', '2021FA'), +('100609', '800002514', '2021FA'), +('100609', '800002533', '2021FA'), +('100610', '800000603', '2021FA'), +('100610', '800000968', '2021FA'), +('100610', '800001092', '2021FA'), +('100610', '800001341', '2021FA'), +('100610', '800001345', '2021FA'), +('100610', '800001479', '2021FA'), +('100610', '800001608', '2021FA'), +('100610', '800001769', '2021FA'), +('100610', '800001789', '2021FA'), +('100610', '800001916', '2021FA'), +('100610', '800001987', '2021FA'), +('100610', '800002083', '2021FA'), +('100610', '800002268', '2021FA'), +('100610', '800002534', '2021FA'), +('100610', '800002710', '2021FA'), +('100610', '800002846', '2021FA'), +('100610', '800002886', '2021FA'), +('100611', '800000236', '2021FA'), +('100611', '800000428', '2021FA'), +('100611', '800000543', '2021FA'), +('100611', '800002299', '2021FA'), +('100611', '800002645', '2021FA'), +('100612', '800000184', '2021FA'), +('100612', '800000938', '2021FA'), +('100612', '800000941', '2021FA'), +('100612', '800000951', '2021FA'), +('100612', '800000985', '2021FA'), +('100612', '800001110', '2021FA'), +('100612', '800001180', '2021FA'), +('100612', '800001222', '2021FA'), +('100612', '800001589', '2021FA'), +('100612', '800001678', '2021FA'), +('100612', '800002502', '2021FA'), +('100612', '800002511', '2021FA'), +('100612', '800002867', '2021FA'), +('100613', '800000033', '2021FA'), +('100613', '800000359', '2021FA'), +('100613', '800000469', '2021FA'), +('100613', '800000538', '2021FA'), +('100613', '800000740', '2021FA'), +('100613', '800000846', '2021FA'), +('100613', '800001667', '2021FA'), +('100613', '800001723', '2021FA'), +('100613', '800002160', '2021FA'), +('100613', '800002228', '2021FA'), +('100613', '800002253', '2021FA'), +('100613', '800002561', '2021FA'), +('100613', '800002663', '2021FA'), +('100613', '800002868', '2021FA'), +('100614', '800000034', '2021FA'), +('100614', '800000044', '2021FA'), +('100614', '800000394', '2021FA'), +('100614', '800000410', '2021FA'), +('100614', '800000636', '2021FA'), +('100614', '800000655', '2021FA'), +('100614', '800000676', '2021FA'), +('100614', '800001167', '2021FA'), +('100614', '800001217', '2021FA'), +('100614', '800001332', '2021FA'), +('100614', '800001371', '2021FA'), +('100614', '800001399', '2021FA'), +('100614', '800002007', '2021FA'), +('100614', '800002077', '2021FA'), +('100614', '800002159', '2021FA'), +('100614', '800002165', '2021FA'), +('100614', '800002478', '2021FA'), +('100614', '800002976', '2021FA'), +('100615', '800000018', '2021FA'), +('100615', '800000424', '2021FA'), +('100615', '800000597', '2021FA'), +('100615', '800000832', '2021FA'), +('100615', '800000975', '2021FA'), +('100615', '800001475', '2021FA'), +('100615', '800001550', '2021FA'), +('100615', '800001582', '2021FA'), +('100615', '800001585', '2021FA'), +('100615', '800002027', '2021FA'), +('100615', '800002229', '2021FA'), +('100615', '800002337', '2021FA'), +('100615', '800002881', '2021FA'), +('100616', '800000056', '2021FA'), +('100616', '800000113', '2021FA'), +('100616', '800000226', '2021FA'), +('100616', '800000393', '2021FA'), +('100616', '800000473', '2021FA'), +('100616', '800000896', '2021FA'), +('100616', '800001050', '2021FA'), +('100616', '800001091', '2021FA'), +('100616', '800001130', '2021FA'), +('100616', '800001250', '2021FA'), +('100616', '800001402', '2021FA'), +('100616', '800001421', '2021FA'), +('100616', '800001538', '2021FA'), +('100616', '800001647', '2021FA'), +('100616', '800001779', '2021FA'), +('100616', '800001955', '2021FA'), +('100616', '800002213', '2021FA'), +('100616', '800002304', '2021FA'), +('100616', '800002611', '2021FA'), +('100616', '800002630', '2021FA'), +('100616', '800002644', '2021FA'), +('100616', '800002894', '2021FA'), +('100616', '800002919', '2021FA'), +('100617', '800000467', '2021FA'), +('100617', '800000509', '2021FA'), +('100617', '800000570', '2021FA'), +('100617', '800000581', '2021FA'), +('100617', '800000660', '2021FA'), +('100617', '800000728', '2021FA'), +('100617', '800000981', '2021FA'), +('100617', '800000996', '2021FA'), +('100617', '800001205', '2021FA'), +('100617', '800001795', '2021FA'), +('100617', '800001861', '2021FA'), +('100618', '800000004', '2021FA'), +('100618', '800000327', '2021FA'), +('100618', '800001075', '2021FA'), +('100618', '800001409', '2021FA'), +('100618', '800001442', '2021FA'), +('100618', '800001548', '2021FA'), +('100618', '800001564', '2021FA'), +('100618', '800001699', '2021FA'), +('100618', '800001756', '2021FA'), +('100618', '800001797', '2021FA'), +('100618', '800002052', '2021FA'), +('100618', '800002322', '2021FA'), +('100618', '800002536', '2021FA'), +('100618', '800002697', '2021FA'), +('100618', '800002998', '2021FA'), +('100619', '800000565', '2021FA'), +('100619', '800000621', '2021FA'), +('100619', '800000644', '2021FA'), +('100619', '800001222', '2021FA'), +('100619', '800001401', '2021FA'), +('100619', '800001548', '2021FA'), +('100619', '800001574', '2021FA'), +('100619', '800001594', '2021FA'), +('100619', '800001832', '2021FA'), +('100619', '800001924', '2021FA'), +('100619', '800002401', '2021FA'), +('100619', '800002528', '2021FA'), +('100620', '800000354', '2021FA'), +('100620', '800000565', '2021FA'), +('100620', '800000754', '2021FA'), +('100620', '800000785', '2021FA'), +('100620', '800000890', '2021FA'), +('100620', '800000902', '2021FA'), +('100620', '800001246', '2021FA'), +('100620', '800001661', '2021FA'), +('100620', '800001791', '2021FA'), +('100620', '800001951', '2021FA'), +('100620', '800002222', '2021FA'), +('100620', '800002361', '2021FA'), +('100620', '800002443', '2021FA'), +('100620', '800002675', '2021FA'), +('100620', '800002777', '2021FA'), +('100620', '800002810', '2021FA'), +('100620', '800002869', '2021FA'), +('100620', '800002905', '2021FA'), +('100621', '800000099', '2021FA'), +('100621', '800000170', '2021FA'), +('100621', '800000231', '2021FA'), +('100621', '800000923', '2021FA'), +('100621', '800001074', '2021FA'), +('100621', '800001244', '2021FA'), +('100621', '800001323', '2021FA'), +('100621', '800001589', '2021FA'), +('100621', '800001891', '2021FA'), +('100621', '800002382', '2021FA'), +('100622', '800000371', '2021FA'), +('100622', '800000847', '2021FA'), +('100622', '800000867', '2021FA'), +('100622', '800001000', '2021FA'), +('100622', '800001698', '2021FA'), +('100622', '800002337', '2021FA'), +('100622', '800002465', '2021FA'), +('100622', '800002597', '2021FA'), +('100622', '800002686', '2021FA'), +('100622', '800002901', '2021FA'), +('100622', '800002925', '2021FA'), +('100623', '800000088', '2021FA'), +('100623', '800000159', '2021FA'), +('100623', '800000214', '2021FA'), +('100623', '800000215', '2021FA'), +('100623', '800000316', '2021FA'), +('100623', '800000585', '2021FA'), +('100623', '800001275', '2021FA'), +('100623', '800001426', '2021FA'), +('100623', '800001671', '2021FA'), +('100623', '800002160', '2021FA'), +('100623', '800002197', '2021FA'), +('100623', '800002477', '2021FA'), +('100623', '800002556', '2021FA'), +('100623', '800002848', '2021FA'), +('100624', '800000180', '2021FA'), +('100624', '800000500', '2021FA'), +('100624', '800000506', '2021FA'), +('100624', '800000518', '2021FA'), +('100624', '800000543', '2021FA'), +('100624', '800000708', '2021FA'), +('100624', '800000721', '2021FA'), +('100624', '800000725', '2021FA'), +('100624', '800001176', '2021FA'), +('100624', '800001308', '2021FA'), +('100624', '800001706', '2021FA'), +('100624', '800002262', '2021FA'), +('100624', '800002299', '2021FA'), +('100624', '800002313', '2021FA'), +('100624', '800002330', '2021FA'), +('100624', '800002337', '2021FA'), +('100624', '800002469', '2021FA'), +('100624', '800002551', '2021FA'), +('100624', '800002600', '2021FA'), +('100624', '800002603', '2021FA'), +('100624', '800002691', '2021FA'), +('100625', '800000433', '2021FA'), +('100625', '800001047', '2021FA'), +('100625', '800001124', '2021FA'), +('100625', '800001195', '2021FA'), +('100625', '800001508', '2021FA'), +('100625', '800001729', '2021FA'), +('100625', '800001818', '2021FA'), +('100625', '800002292', '2021FA'), +('100625', '800002845', '2021FA'), +('100626', '800000111', '2021FA'), +('100626', '800000596', '2021FA'), +('100626', '800000803', '2021FA'), +('100626', '800000891', '2021FA'), +('100626', '800001511', '2021FA'), +('100626', '800001903', '2021FA'), +('100626', '800002597', '2021FA'), +('100626', '800002638', '2021FA'), +('100626', '800002771', '2021FA'), +('100626', '800002939', '2021FA') +; + + +create table sis_acad_programs ( + acad_prog_id varchar(10), + description varchar(35), + dept_id varchar(5) ); -CREATE TABLE HR_PEOPLE_ROLES ( - id varchar(255) NOT NULL, - role varchar(255) NOT NULL, - PRIMARY KEY (id, role) +insert into sis_acad_programs (acad_prog_id, description, dept_id) values +('UGRD', 'Undergraduate', 20000), +('NDP', 'Non-degree Program', 20000), +('GRD', 'Graduate School', 30000), +('GNDP', 'Graduate School - Non-degree Program', 30000), +('SPM', 'School of Policy and Management', 45000), +('SB', 'School of Business', 50000), +('SCS', 'School of Continuing Studies', 60000) +; + + +create table sis_stu_programs ( + person_id varchar(10), + acad_prog_id varchar(10), + grad_year_expected varchar(10), + school_id varchar(10), + acad_dept_id varchar(10) ); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000001','Grady','Mark'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000002','Langenberg','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000002','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000002'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000002'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000002'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000002'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000003','Gasper','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000003','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000004','Smith','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000004','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000005','Davis','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000005','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000006','Davis','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000006','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000006','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000006'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000006'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000006'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000006'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000007','Walters','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000007','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000007'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000007'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000007'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000007'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000007','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000007','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000008','Doe','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000008','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000009','Martinez','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000009','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000009','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000009'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000010','Nielson','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000010','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000010','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000011','Peterson','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000011','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000012','Walters','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000012','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000012','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000012'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000012'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000013','Butler','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000013','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000013','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000014','Anderson','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000014','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000014','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000015','Morrison','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000015','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000015'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000015'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000015'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000015'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000015','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000015','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000016','Vales','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000016','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000016'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000016','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000017','Davis','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000017','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000017','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000017'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000017'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000017'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000017'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000017','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000017','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000018','Martinez','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000018','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000018','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000019','Doe','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000019','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000020','Nielson','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000020','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000020','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000020'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000020','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000021','Scott','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000021','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000021'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000021'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000021'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000021','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000021','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000022','Scott','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000022','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000023','Morrison','Christopher'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000023','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000023','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000023'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000023'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000023'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000024','Nielson','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000024','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000024','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000024'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000024'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000024','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000025','Walters','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000025','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000026','Butler','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000026','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000027','Doe','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000027','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000027'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000027'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000027'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000027'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000027','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000027','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000028','Gasper','Christopher'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000029','Thompson','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000029','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000029','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000030','Clark','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000030','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000030','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000030'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000030','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000031','Anderson','Robert'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000032','Martinez','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000032','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000032'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000032'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000032'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000032'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000032','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000033','Langenberg','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000033','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000033'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000033'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000033'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000034','Anderson','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000034','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000035','Morrison','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000035','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000035','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000035'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000035'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000035'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000035'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000035','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000035','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000036','Brown','Donna'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000037','Henderson','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000037','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000037','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000037'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000037','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000037','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000038','Peterson','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000038','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000038','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000038'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000038'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000038','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000039','Henderson','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000039','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000039'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000039'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000039'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000039'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000040','Clark','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000040','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000040'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000041','Butler','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000041','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000041'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000041'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000041','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000042','Brown','Blake'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000043','Morrison','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000043','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000043','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000043'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000043'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000043'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000043'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000043','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000043','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000044','Lewis','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000044','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000045','Morrison','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000045','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000045'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000045'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000045'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000045'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000045','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000046','Walters','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000046','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000046','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000047','Morrison','Jeremy'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000048','Clark','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000048','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000048'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000048'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000049','Smith','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000049','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000049','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000049'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000049'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000050','Walters','Robert'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000051','Davis','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000051','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000051','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000051'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000051','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000052','Nielson','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000052','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000053','Henderson','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000053','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000053'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000053'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000054','Vales','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000054','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000054','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000054'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000054'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000054'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000054'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000054','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000055','Lee','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000055','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000055'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000055'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000055'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000055'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000055','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000055','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000056','Roberts','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000056','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000056'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000057','Peterson','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000057','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000057'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000057'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000057','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000057','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000058','Martinez','Olivia'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000059','Johnson','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000059','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000059'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000059','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000059','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000060','Davis','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000060','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000060'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000060'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000060'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000060'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000061','Walters','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000061','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000061','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000061'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000061'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000061'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000061'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000062','Thompson','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000062','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000063','Brown','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000063','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000064','Peterson','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000064','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000064','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000065','Johnson','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000065','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000065'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000066','Smith','Blake'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000066','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000067','Brown','Sarah'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000068','Roberts','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000068','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000068','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000068'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000068'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000068'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000068'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000069','Thompson','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000069','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000070','Henderson','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000070','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000071','Price','Blake'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000071','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000072','Walters','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000072','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000072'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000072'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000072'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000072'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000072','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000073','Price','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000073','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000073'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000073'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000073'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000074','Lee','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000074','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000074','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000074'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000074','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000074','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000075','Roberts','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000075','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000075','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000075'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000075'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000075'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000075'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000076','Martinez','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000076','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000077','Vales','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000077','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000078','Scott','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000078','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000078'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000079','Davis','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000079','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000079'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000079'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000079'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000079'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000080','Grady','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000080','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000081','Langenberg','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000081','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000081'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000081','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000081','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000082','Clark','Marie'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000083','Thompson','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000083','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000083'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000083','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000084','Grady','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000084','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000085','Williams','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000085','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000086','Doe','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000086','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000086'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000086'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000087','Lewis','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000087','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000087','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000087'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000087'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000087'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000087','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000087','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000088','Walters','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000088','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000089','Lee','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000089','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000089'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000090','Williams','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000090','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000090'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000090','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000091','Roberts','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000091','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000091'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000091'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000091'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000091'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000091','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000091','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000092','Morrison','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000092','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000092'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000092'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000092'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000092'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000093','Gonazles','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000093','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000093'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000093'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000093','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000094','Scott','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000094','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000094'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000094'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000094','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000095','Grady','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000095','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000095','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000095'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000095','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000096','Roberts','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000096','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000097','Anderson','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000097','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000097'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000097','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000097','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000098','Peterson','Christopher'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000099','Williams','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000099','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000099','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000099'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000099'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000099'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000099','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000100','Vales','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000100','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000100'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000100'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000100'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000101','Langenberg','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000101','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000101','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000101'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000101'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000102','Nielson','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000102','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000102','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000102'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000102'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000102'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000102'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000103','White','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000103','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000104','Scott','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000104','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000105','Nielson','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000105','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000106','Henderson','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000106','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000106','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000106'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000106'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000107','Nielson','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000107','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000107'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000107'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000107'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000108','Davis','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000108','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000109','Price','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000109','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000110','Henderson','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000110','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000111','Walters','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000111','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000111'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000111'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000111'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000112','Vales','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000112','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000113','Lopez','Robert'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000114','Lee','Robert'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000115','Clark','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000115','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000115','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000115'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000115'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000115'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000115'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000116','Grady','Blake'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000116','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000117','Peterson','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000117','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000117'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000118','Vales','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000118','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000118','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000118'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000118'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000118'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000118'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000119','Grady','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000119','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000120','Grady','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000120','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000121','Gasper','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000121','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000121','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000122','Roberts','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000122','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000122'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000122'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000122'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000122'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000123','Grady','Marie'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000124','Butler','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000124','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000124','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000124'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000125','Gasper','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000125','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000125'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000125'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000125'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000125'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000126','Butler','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000126','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000126'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000126'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000127','Williams','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000127','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000127'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000127'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000128','Martinez','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000128','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000128','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000128'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000128'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000128'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000128'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000129','Davis','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000129','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000129'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000129'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000129'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000129'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000130','Roberts','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000130','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000131','Nielson','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000131','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000131','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000131'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000132','White','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000132','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000133','Brown','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000133','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000133','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000133'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000133'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000134','Martinez','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000134','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000134','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000134'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000135','Anderson','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000135','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000135'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000135'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000135'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000135'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000136','Lee','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000136','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000136','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000136'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000137','Butler','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000137','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000137'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000137'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000137'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000137'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000138','Grady','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000138','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000138','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000139','Grady','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000139','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000139','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000139'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000140','Grady','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000140','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000140','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000141','Brown','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000141','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000142','Lopez','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000142','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000142'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000142'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000143','Price','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000143','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000144','Nielson','Marie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000144','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000145','Williams','Mark'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000146','White','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000146','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000146'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000147','Lopez','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000147','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000148','Lewis','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000148','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000149','Vales','Christina'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000150','Roberts','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000150','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000150'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000150'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000150'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000150'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000151','Davis','Blake'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000151','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000152','Clark','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000152','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000153','Nielson','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000153','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000153','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000153'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000153'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000154','Peterson','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000154','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000154'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000154'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000154'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000155','Vales','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000155','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000156','Martinez','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000156','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000156','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000156'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000156'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000156'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000156'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000157','Johnson','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000157','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000157'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000157'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000158','Langenberg','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000158','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000158'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000158'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000158'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000158'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000159','Martinez','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000159','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000159','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000159'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000159'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000160','Clark','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000160','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000161','Lopez','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000161','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000161'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000161'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000161'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000161'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000162','Anderson','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000162','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000162','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000162'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000162'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000163','Vales','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000163','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000163'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000164','Martinez','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000164','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000164','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000164'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000164'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000165','Davis','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000165','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000165'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000165'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000165'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000165'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000166','Peterson','Betty'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000167','Lopez','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000167','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000167','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000167'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000167'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000167'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000167'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000168','Walters','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000168','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000168','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000168'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000168'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000169','Gonazles','Blake'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000169','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000169','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000169'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000169'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000169'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000170','Thompson','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000170','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000170','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000170'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000171','Vales','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000171','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000171'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000171'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000171'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000171'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000172','Gasper','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000172','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000172'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000172'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000172','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000172','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000173','Lee','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000173','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000173','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000174','Scott','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000174','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000175','Nielson','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000175','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000175'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000175'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000175'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000175'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000175','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000176','Johnson','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000176','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000176','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000176'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000176'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000177','Gasper','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000177','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000177','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000177'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000177','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000177','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000178','Butler','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000178','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000178','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000178'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000178'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000178'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000178'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000178','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000178','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000179','Peterson','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000179','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000179'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000179'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000179','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000180','White','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000180','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000181','Johnson','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000181','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000181'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000181'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000181'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000182','Martinez','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000182','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000182'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000182'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000183','Brown','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000183','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000183','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000183'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000183'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000183'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000183','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000183','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000184','Thompson','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000184','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000184','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000185','Scott','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000185','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000185'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000185'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000185'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000186','White','John'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000187','Martinez','Jo'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000188','Gasper','Lisa'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000189','Anderson','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000189','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000189','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000190','Scott','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000190','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000190','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000190'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000190'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000190'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000190','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000190','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000191','Martinez','Mary'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000192','Anderson','Stephanie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000192','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000192','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000192'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000192'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000192'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000192'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000193','Doe','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000193','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000193'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000193'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000193'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000194','Davis','Steve'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000195','Langenberg','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000195','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000195','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000195'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000195'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000195'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000195','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000196','Lopez','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000196','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000196','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000196'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000196'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000196'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000197','Johnson','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000197','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000197','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000198','Clark','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000198','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000198','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000199','Price','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000199','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000200','Roberts','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000200','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000201','Gonazles','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000201','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000201','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000203','Vales','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000203','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000204','Davis','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000204','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000204'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000204'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000204'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000204'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000205','Doe','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000205','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000207','Davis','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000207','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000207','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000207'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000207'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000207'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000208','Williams','Jo'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000209','Morrison','Amber'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000210','Gasper','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000210','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000211','Scott','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000211','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000211'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000211'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000212','Gasper','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000212','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000214','Vales','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000214','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000216','Langenberg','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000216','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000216','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000217','Scott','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000217','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000219','Anderson','Nancy'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000220','Langenberg','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000220','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000221','Thompson','Robert'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000222','Smith','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000222','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000222'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000222'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000222'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000223','White','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000223','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000224','Williams','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000224','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000224'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000224'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000224'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000225','Gasper','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000225','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000227','Lewis','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000227','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000227'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000227'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000227'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000227'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000228','Clark','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000228','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000230','Brown','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000230','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000230'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000230'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000230'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000230'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000231','Williams','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000231','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000231','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000232','Thompson','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000232','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000235','Langenberg','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000235','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000236','Lewis','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000236','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000237','Walters','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000237','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000237','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000237'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000238','Lopez','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000238','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000239','White','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000239','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000240','Gonazles','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000240','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000241','Nielson','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000241','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000241','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000241'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000241'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000241'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000241'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000242','Clark','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000242','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000243','Williams','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000243','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000245','Lewis','David'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000246','Gasper','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000246','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000247','Langenberg','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000247','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000247'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000248','Walters','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000248','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000249','Henderson','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000249','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000250','Lee','Marie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000250','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000250'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000250'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000250'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000250'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000250','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000250','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000251','Nielson','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000251','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000251'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000252','White','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000252','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000252'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000252'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000252'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000252','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000252','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000253','Lewis','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000253','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000253','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000253'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000253'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000253','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000254','Johnson','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000254','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000254','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000254'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000254'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000254'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000254','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000254','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000255','Lee','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000255','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000255','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000255'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000255'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000255','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000255','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000256','Gasper','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000256','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000256'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000256'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000256','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000256','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000257','Nielson','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000257','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000257','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000258','Clark','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000258','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000258','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000258'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000258'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000258'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000259','Walters','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000259','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000259','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000259'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000259'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000260','Smith','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000260','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000260'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000260'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000261','Williams','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000261','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000261'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000261'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000261'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000262','Grady','Stephanie'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000263','White','Sophia'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000264','Lopez','Donna'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000265','Lopez','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000265','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000265','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000265'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000265'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000265'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000265'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000265','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000266','Morrison','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000266','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000266','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000267','Langenberg','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000267','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000267','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000267'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000267'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000268','Henderson','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000268','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000268'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000268'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000268'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000268'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000269','Vales','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000269','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000269'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000269'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000269'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000269','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000270','Henderson','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000270','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000270'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000270'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000270'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000271','Martinez','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000271','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000271','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000271'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000271'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000271'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000271'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000271','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000271','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000272','Johnson','Greg'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000273','Williams','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000273','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000273','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000274','Price','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000274','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000274','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000274'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000274','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000275','Scott','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000275','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000275','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000275'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000276','Butler','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000276','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000276'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000276'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000276','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000276','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000277','Roberts','Christina'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000278','Brown','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000278','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000278','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000278'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000278'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000279','Davis','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000279','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000279'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000279'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000279'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000280','Langenberg','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000280','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000280'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000280'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000280'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000280','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000281','Johnson','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000281','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000281','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000281'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000281','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000281','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000282','Martinez','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000282','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000282','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000283','Peterson','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000283','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000283'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000284','Martinez','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000284','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000284','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000284'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000284'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000284'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000284'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000284','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000284','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000285','Price','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000285','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000286','Lopez','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000286','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000286'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000287','Walters','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000287','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000287'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000287'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000287'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000287'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000287','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000288','Thompson','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000288','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000289','Doe','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000289','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000290','Morrison','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000290','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000290','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000290'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000290'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000290'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000290','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000291','Lopez','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000291','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000292','Thompson','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000292','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000293','Brown','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000293','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000293','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000293'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000293','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000293','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000294','Scott','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000294','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000294','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000294'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000294'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000294'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000294'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000294','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000295','Anderson','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000295','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000296','Walters','Lori'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000297','Doe','Christopher'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000297','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000298','Smith','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000298','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000298','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000298'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000298'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000298','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000299','Lee','Blake'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000299','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000300','Williams','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000300','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000302','Martinez','Thomas'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000303','Langenberg','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000303','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000303'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000309','Lee','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000309','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000310','Roberts','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000310','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000310'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000311','Henderson','John'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000312','Davis','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000312','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000312'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000314','Butler','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000314','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000314','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000314'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000314'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000315','Walters','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000315','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000315'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000315'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000315'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000316','Lewis','Megan'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000317','Walters','Christopher'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000317','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000318','Butler','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000318','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000320','Martinez','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000320','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000320'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000320'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000320'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000321','Nielson','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000321','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000324','Williams','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000324','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000325','Martinez','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000325','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000325'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000325'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000325'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000326','Davis','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000326','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000326'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000326'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000326'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000327','Grady','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000327','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000327','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000327'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000328','Martinez','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000328','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000328'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000328'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000328'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000329','Price','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000329','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000329','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000329'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000330','Walters','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000330','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000330','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000331','Langenberg','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000331','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000331'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000332','Grady','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000332','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000334','Gonazles','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000334','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000334'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000334'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000334'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000337','Grady','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000337','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000338','Lopez','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000338','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000339','Langenberg','Christopher'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000342','Vales','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000342','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000342'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000344','Nielson','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000344','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000346','Peterson','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000346','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000346'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000346'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000347','Morrison','William'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000348','Butler','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000348','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000348'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000348'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000349','Doe','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000349','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000350','Grady','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000350','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000350'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000350'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000351','Scott','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000351','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000351'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000351'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000352','Butler','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000352','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000352'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000352'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000352'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000353','Gasper','Jo'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000354','Peterson','Robert'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000358','Lee','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000358','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000359','Williams','Isabella'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000360','Nielson','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000360','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000360'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000360'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000360'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000361','Doe','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000361','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000363','Price','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000363','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000363','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000363'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000363'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000364','Walters','Marie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000364','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000364','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000364'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000366','Thompson','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000366','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000367','Vales','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000367','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000367','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000367'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000367'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000367'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000367'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000368','Smith','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000368','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000369','Butler','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000369','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000369'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000369'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000369'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000370','Nielson','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000370','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000370'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000371','White','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000371','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000372','Vales','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000372','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000372','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000372'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000372'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000373','Davis','Stephanie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000373','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000373','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000376','Lopez','Paul'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000378','Henderson','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000378','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000378','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000378'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000378'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000379','Nielson','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000379','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000380','Davis','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000380','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000381','Butler','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000381','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000381'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000381'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000381'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000382','Butler','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000382','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000383','Scott','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000383','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000383','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000383'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000383'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000383'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000383'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000383','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000384','Lopez','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000384','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000384','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000384'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000384'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000384'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000384','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000384','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000385','Doe','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000385','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000386','Price','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000386','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000386'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000387','Gonazles','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000387','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000387'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000388','Peterson','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000388','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000388','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000388'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000388'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000388'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000388'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000389','Lee','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000389','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000390','Vales','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000390','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000390','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000390'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000390'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000390'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000390','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000391','Lewis','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000391','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000392','Roberts','Marie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000392','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000392','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000392'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000392'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000392'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000392','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000392','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000393','Thompson','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000393','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000394','Davis','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000394','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000394'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000394'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000394','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000394','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000395','Thompson','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000395','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000395'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000395','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000395','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000396','Clark','Christopher'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000396','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000396'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000396'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000396'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000397','Morrison','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000397','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000397'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000397'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000397'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000397'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000398','Henderson','Olivia'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000399','Lopez','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000399','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000399','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000399'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000399','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000399','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000400','Lewis','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000400','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000400','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000400'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000400'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000400'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000400'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000400','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000400','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000401','Williams','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000401','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000401'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000402','Vales','Emma'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000403','Brown','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000403','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000404','Nielson','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000404','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000405','Walters','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000405','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000405','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000405'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000405'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000405'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000406','Williams','Jennifer'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000407','Morrison','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000407','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000407','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000407'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000408','Doe','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000408','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000408','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000408'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000408'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000408'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000408'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000409','Brown','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000409','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000409'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000410','Johnson','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000410','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000410'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000410'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000410'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000410'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000411','Martinez','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000411','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000412','Nielson','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000412','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000412'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000412'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000412'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000413','Vales','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000413','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000414','Clark','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000414','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000415','Smith','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000415','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000415'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000416','Lopez','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000416','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000416','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000417','Smith','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000417','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000417','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000417'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000417'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000418','Clark','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000418','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000418'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000418'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000418'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000419','Grady','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000419','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000419','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000419'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000420','Butler','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000420','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000420'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000420'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000420'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000421','Walters','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000421','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000422','Henderson','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000422','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000422'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000423','Lewis','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000423','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000423'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000423'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000423'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000424','Gonazles','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000424','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000424'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000424'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000424'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000425','Roberts','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000425','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000425','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000425'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000425'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000425'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000425'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000426','Henderson','Blake'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000426','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000426'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000426'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000426','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000426','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000427','Walters','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000427','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000427'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000427'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000428','Vales','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000428','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000428','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000428'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000428'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000428'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000428'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000428','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000429','Roberts','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000429','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000429'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000429','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000430','Clark','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000430','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000430','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000430'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000430'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000430'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000430','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000430','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000431','Morrison','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000431','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000431'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000431'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000432','Lopez','Maddie'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000433','Davis','James'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000434','Gonazles','Steve'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000435','Nielson','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000435','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000435'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000435','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000435','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000436','Price','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000436','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000437','Martinez','James'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000438','Peterson','Jennifer'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000439','Langenberg','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000439','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000439'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000439'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000439'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000439'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000440','Anderson','Mark'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000441','Price','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000441','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000441'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000441'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000441'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000441'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000441','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000441','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000442','Peterson','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000442','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000442'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000442'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000443','Smith','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000443','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000443','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000444','Lee','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000444','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000444','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000444'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000444'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000444','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000444','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000445','Vales','Mary'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000446','Peterson','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000446','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000447','Williams','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000447','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000448','Butler','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000448','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000448'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000448'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000448'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000449','Peterson','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000449','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000449'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000449','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000449','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000450','Walters','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000450','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000450'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000450'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000450','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000451','Lopez','Betty'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000452','Smith','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000452','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000453','Langenberg','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000453','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000453'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000453'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000454','Nielson','Mary'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000455','Peterson','Jennifer'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000456','Henderson','Adian'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000457','Lee','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000457','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000457','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000457'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000457'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000457'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000457'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000457','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000457','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000458','Scott','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000458','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000459','Smith','Blake'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000459','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000459'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000459'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000459'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000459','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000459','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000460','Anderson','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000460','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000460','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000461','Morrison','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000461','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000462','Davis','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000462','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000462'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000462'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000462','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000462','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000463','Peterson','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000463','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000463'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000463'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000464','Peterson','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000464','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000465','Henderson','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000465','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000465'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000465'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000465','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000465','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000466','Anderson','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000466','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000467','Smith','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000467','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000468','Lee','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000468','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000468','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000468'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000468'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000468'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000468'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000468','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000469','Grady','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000469','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000469'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000469'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000469','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000470','Williams','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000470','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000471','White','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000471','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000471'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000471'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000471'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000471','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000472','Williams','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000472','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000472'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000472'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000472'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000473','Grady','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000473','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000473'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000473'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000473'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000473'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000474','Gasper','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000474','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000474'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000474'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000474'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000474','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000475','Roberts','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000475','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000475'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000476','Morrison','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000476','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000477','Grady','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000477','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000478','Langenberg','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000478','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000478'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000478'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000479','Butler','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000479','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000479'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000480','Lee','William'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000481','Langenberg','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000481','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000482','Johnson','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000482','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000482'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000482'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000482','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000483','Davis','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000483','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000483','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000483'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000484','Roberts','Jennifer'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000485','Anderson','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000485','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000485','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000485'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000485'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000485'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000485','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000486','Anderson','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000486','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000486'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000486'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000487','Walters','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000487','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000488','Martinez','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000488','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000488','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000488'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000488','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000488','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000489','Gasper','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000489','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000489'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000489'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000489','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000489','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000490','Peterson','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000490','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000490'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000490'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000490'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000490'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000490','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000490','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000491','Lewis','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000491','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000491'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000491'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000491'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000491','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000492','Roberts','Stephanie'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000493','Walters','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000493','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000494','Roberts','Adian'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000495','Henderson','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000495','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000496','Johnson','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000496','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000496'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000496'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000496'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000496'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000496','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000497','Martinez','William'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000498','Brown','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000498','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000499','Doe','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000499','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000499','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000499'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000499'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000499'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000499'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000500','Grady','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000500','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000501','Nielson','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000501','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000501'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000502','Grady','Stephanie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000502','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000502'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000502'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000503','Vales','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000503','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000503','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000503'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000503'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000503'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000503'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000504','Henderson','Christopher'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000504','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000504'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000504'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000504'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000504'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000505','Peterson','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000505','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000505'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000505'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000505'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000506','Nielson','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000506','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000507','Morrison','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000507','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000508','Peterson','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000508','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000508'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000508'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000508'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000508'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000509','Gasper','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000509','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000509'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000510','Butler','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000510','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000510','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000510'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000510'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000510'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000510'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000511','Butler','Nancy'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000512','Scott','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000512','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000513','Williams','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000513','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000514','Gasper','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000514','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000514','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000514'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000514'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000514'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000515','Vales','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000515','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000515','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000515'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000516','Gonazles','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000516','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000516'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000516'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000517','Williams','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000517','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000517'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000517'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000518','Morrison','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000518','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000518','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000518'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000518'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000519','Price','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000519','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000519'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000519'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000520','Lewis','Christopher'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000520','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000520'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000520'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000520'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000520'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000520','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000521','Martinez','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000521','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000522','Williams','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000522','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000523','White','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000523','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000523'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000523'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000523','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000523','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000524','Price','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000524','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000525','Lewis','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000525','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000526','Brown','Amber'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000527','Thompson','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000527','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000528','Johnson','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000528','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000528'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000528'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000528','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000529','Clark','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000529','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000529','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000530','Williams','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000530','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000530','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000530'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000530'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000530'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000530'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000531','Brown','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000531','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000531'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000532','Nielson','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000532','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000533','Walters','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000533','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000533','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000533'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000533'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000533'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000533'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000533','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000533','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000534','Anderson','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000534','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000534','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000534'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000534'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000534'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000534','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000534','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000535','Vales','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000535','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000536','Doe','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000536','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000536','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000536'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000536','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000537','Walters','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000537','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000538','Gonazles','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000538','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000538','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000539','Gasper','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000539','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000539'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000539','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000539','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000540','Scott','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000540','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000540'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000540'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000540','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000541','Clark','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000541','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000541','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000542','Lewis','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000542','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000543','Thompson','Marie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000543','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000543','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000543'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000543'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000543'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000543','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000544','Price','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000544','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000545','Vales','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000545','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000546','Price','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000546','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000546','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000546'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000547','Thompson','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000547','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000547','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000547'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000547'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000547'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000548','White','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000548','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000548'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000548'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000548'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000548','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000549','Thompson','Stephanie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000549','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000550','Butler','Heather'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000551','Doe','James'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000552','Peterson','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000552','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000552','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000553','Roberts','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000553','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000554','Smith','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000554','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000554'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000554'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000554'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000555','Clark','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000555','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000555'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000555'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000556','Lee','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000556','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000556','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000556'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000556'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000556','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000556','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000557','Doe','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000557','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000557'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000557'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000557','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000558','Lewis','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000558','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000559','Henderson','Karl'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000560','Walters','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000560','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000560','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000560'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000560'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000560','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000560','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000561','Roberts','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000561','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000561'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000561','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000561','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000562','Morrison','Megan'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000563','Grady','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000563','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000563'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000563'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000564','Price','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000564','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000565','Vales','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000565','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000566','Thompson','Mark'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000567','Grady','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000567','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000567','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000568','Martinez','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000568','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000569','Vales','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000569','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000569'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000569'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000570','Thompson','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000570','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000570','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000570'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000571','Gasper','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000571','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000571'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000571'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000572','Brown','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000572','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000572'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000572','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000572','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000573','Smith','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000573','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000573','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000573'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000574','Nielson','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000574','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000574'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000575','Gasper','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000575','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000576','Roberts','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000576','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000576'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000576'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000576','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000577','Lewis','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000577','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000577','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000577'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000578','Butler','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000578','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000578'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000578'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000578'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000579','Clark','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000579','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000579'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000579'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000579'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000579'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000580','Martinez','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000580','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000580'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000580'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000580'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000580','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000581','Scott','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000581','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000581'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000581'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000582','Davis','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000582','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000582','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000582'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000582'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000582'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000582'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000582','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000582','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000583','Martinez','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000583','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000583','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000583'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000583'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000583'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000584','Smith','James'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000585','Thompson','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000585','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000586','Brown','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000586','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000587','Brown','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000587','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000587','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000587'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000587'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000588','Smith','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000588','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000588'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000588'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000588'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000588'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000588','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000588','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000589','Johnson','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000589','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000590','Price','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000590','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000591','Peterson','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000591','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000591'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000591'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000591','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000591','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000592','Smith','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000592','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000592','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000592'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000592'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000592'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000592'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000593','Martinez','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000593','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000594','Butler','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000594','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000595','Doe','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000595','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000595'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000595'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000595'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000595'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000596','Gasper','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000596','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000596','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000596'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000596'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000596','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000596','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000597','Morrison','Jim'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000598','Johnson','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000598','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000599','Nielson','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000599','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000600','Clark','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000600','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000600','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000600'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000600'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000601','Vales','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000601','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000602','Thompson','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000602','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000602'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000602'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000602'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000603','Lee','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000603','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000604','Walters','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000604','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000605','Price','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000605','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000606','Martinez','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000606','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000606','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000607','Williams','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000607','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000608','Price','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000608','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000609','Gasper','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000609','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000609','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000609'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000609'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000610','Peterson','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000610','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000610','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000610'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000611','Johnson','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000611','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000612','Grady','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000612','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000613','Thompson','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000613','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000613','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000613'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000613'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000614','Anderson','Stephanie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000614','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000614'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000614'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000614'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000614'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000615','Williams','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000615','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000616','Brown','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000616','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000617','Grady','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000617','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000617'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000617'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000617'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000617'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000618','White','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000618','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000618'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000618'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000619','Walters','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000619','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000619'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000619'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000619'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000619'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000620','Williams','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000620','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000620','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000621','Grady','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000621','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000621'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000622','Clark','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000622','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000622'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000622'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000622'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000622','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000623','Gasper','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000623','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000624','Peterson','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000624','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000624','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000624'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000625','Lewis','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000625','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000625'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000625','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000626','Price','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000626','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000626','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000626'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000626'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000626'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000626','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000626','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000627','Lee','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000627','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000627'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000627'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000628','Brown','John'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000629','Peterson','Claire'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000630','Price','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000630','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000631','Davis','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000631','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000631'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000631'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000631'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000631'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000632','White','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000632','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000633','Butler','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000633','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000633','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000633'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000633'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000633'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000634','Doe','John'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000635','Clark','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000635','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000635','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000635'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000635'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000635','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000636','Thompson','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000636','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000636'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000637','Anderson','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000637','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000637'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000637'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000637'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000637'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000637','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000638','Morrison','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000638','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000638','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000639','Lee','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000639','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000639','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000640','Henderson','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000640','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000640'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000640'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000640'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000640','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000640','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000641','Lopez','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000641','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000641'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000641','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000641','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000642','Nielson','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000642','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000643','Clark','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000643','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000644','Butler','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000644','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000645','Lewis','Blake'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000646','Vales','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000646','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000647','Doe','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000647','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000647','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000647'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000647'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000647'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000648','White','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000648','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000649','Thompson','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000649','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000649'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000649','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000650','Grady','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000650','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000651','Price','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000651','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000651'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000651','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000652','Nielson','David'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000653','Morrison','Blake'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000653','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000653'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000654','Lopez','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000654','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000654'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000654'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000654'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000655','Doe','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000655','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000656','Lopez','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000656','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000657','Lopez','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000657','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000658','Martinez','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000658','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000659','Peterson','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000659','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000660','Martinez','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000660','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000660','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000660'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000660'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000660'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000660'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000661','Williams','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000661','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000662','Johnson','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000662','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000662'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000662'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000662'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000662'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000663','Davis','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000663','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000663','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000663'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000663'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000663'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000663'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000663','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000664','White','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000664','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000665','Martinez','Madison'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000666','Lewis','Isabella'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000666','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000666','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000666'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000667','Gasper','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000667','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000667'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000667','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000668','Grady','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000668','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000669','Johnson','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000669','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000670','Butler','Lori'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000671','Scott','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000671','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000671'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000671'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000671','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000671','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000672','Gasper','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000672','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000673','Brown','Kiersten'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000674','Scott','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000674','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000674'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000675','Henderson','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000675','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000675','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000675'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000675'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000675'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000675','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000675','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000676','Vales','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000676','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000676','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000676'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000676'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000676'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000676','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000676','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000677','Walters','Thomas'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000678','Gasper','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000678','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000679','Gasper','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000679','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000679','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000679'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000679','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000680','Vales','Christopher'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000680','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000680','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000680'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000680'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000680'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000680'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000681','Lopez','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000681','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000681'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000681'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000681'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000681'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000681','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000682','Doe','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000682','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000683','Williams','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000683','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000684','Lee','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000684','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000685','Anderson','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000685','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000685'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000685'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000685'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000685','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000685','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000686','Henderson','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000686','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000686','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000687','Davis','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000687','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000688','Lopez','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000688','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000688','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000688'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000688'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000688'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000688'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000689','Henderson','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000689','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000690','Williams','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000690','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000690'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000690','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000690','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000691','Price','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000691','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000691'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000691','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000691','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000692','Clark','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000692','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000692','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000692'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000692'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000692'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000692'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000692','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000693','Roberts','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000693','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000693'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000693'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000693','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000693','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000694','Peterson','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000694','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000695','Roberts','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000695','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000695','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000695'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000695'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000695','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000695','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000696','Lewis','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000696','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000696','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000696'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000696'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000696'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000696','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000697','Brown','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000697','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000697','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000698','Gonazles','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000698','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000699','Price','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000699','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000700','Brown','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000700','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000700'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000700','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000701','Walters','Jennifer'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000702','Gasper','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000702','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000702'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000703','Martinez','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000703','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000704','Walters','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000704','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000704','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000705','Price','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000705','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000705','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000705'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000706','Price','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000706','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000706','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000706'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000706'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000707','Clark','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000707','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000707'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000708','Anderson','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000708','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000708','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000708'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000708'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000708'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000708'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000708','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000708','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000709','Roberts','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000709','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000710','Brown','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000710','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000711','Price','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000711','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000711','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000711'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000711'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000712','Gasper','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000712','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000712','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000712'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000712','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000713','Gonazles','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000713','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000713','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000713'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000713'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000713','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000714','Thompson','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000714','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000715','Thompson','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000715','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000715'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000715'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000715'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000715','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000715','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000716','Grady','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000716','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000717','Vales','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000717','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000717','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000717'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000717'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000717'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000717'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000717','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000718','Langenberg','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000718','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000718'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000719','Butler','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000719','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000719'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000719'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000719'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000719','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000719','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000720','Anderson','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000720','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000720','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000721','Smith','Christopher'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000721','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000721'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000721'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000721'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000721'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000722','Williams','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000722','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000723','Lopez','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000723','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000724','Gasper','Jennifer'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000725','Peterson','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000725','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000726','Henderson','Greg'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000727','Gonazles','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000727','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000728','Martinez','Steve'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000729','Langenberg','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000729','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000729','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000730','Vales','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000730','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000730'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000730'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000730'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000730','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000731','Morrison','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000731','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000731','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000731'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000731','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000732','Walters','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000732','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000732'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000732'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000732'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000733','Anderson','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000733','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000734','Thompson','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000734','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000734'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000734'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000734'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000734'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000735','Vales','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000735','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000735','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000735'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000735'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000735'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000735'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000735','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000736','Price','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000736','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000736','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000736'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000737','Williams','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000737','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000737','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000738','Smith','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000738','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000738'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000739','Walters','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000739','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000740','Roberts','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000740','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000740'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000740'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000741','Thompson','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000741','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000742','Brown','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000742','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000742'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000742'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000743','Thompson','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000743','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000744','Butler','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000744','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000744','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000744'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000744'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000744'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000744'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000744','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000744','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000745','Langenberg','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000745','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000745','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000745'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000746','Langenberg','Marie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000746','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000746'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000746'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000746','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000747','Grady','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000747','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000747','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000747'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000747'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000747'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000747','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000748','Clark','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000748','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000748','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000748'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000748'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000748'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000749','Johnson','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000749','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000750','Anderson','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000750','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000751','Gonazles','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000751','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000751'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000752','Lopez','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000752','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000753','Gasper','Christopher'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000753','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000753'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000753'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000753'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000753'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000753','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000754','Scott','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000754','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000755','Vales','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000755','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000755','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000756','Doe','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000756','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000756'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000756'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000756'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000756'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000757','Henderson','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000757','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000757','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000758','Walters','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000758','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000759','Henderson','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000759','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000760','Martinez','Marie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000760','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000760'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000760'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000760'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000760'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000761','White','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000761','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000761','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000761'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000761'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000761'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000761'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000762','Thompson','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000762','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000763','Davis','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000763','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000764','Peterson','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000764','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000764'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000764','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000765','Scott','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000765','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000765','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000766','Scott','Marie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000766','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000767','Roberts','Perry'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000768','White','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000768','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000769','Grady','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000769','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000770','Brown','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000770','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000770','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000770'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000770'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000770'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000770'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000770','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000771','Walters','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000771','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000771','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000771'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000771'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000771'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000771','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000771','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000772','Roberts','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000772','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000772','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000773','Doe','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000773','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000773'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000773'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000774','Peterson','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000774','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000775','Gasper','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000775','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000776','Brown','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000776','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000776','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000777','Scott','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000777','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000777'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000777'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000777'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000777','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000777','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000778','Davis','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000778','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000778'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000778'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000778','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000779','Grady','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000779','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000779','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000779'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000779'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000779'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000779'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000780','Price','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000780','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000780','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000780'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000780','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000781','Lewis','Michael'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000782','Morrison','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000782','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000782'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000782'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000782','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000782','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000783','Vales','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000783','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000784','Johnson','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000784','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000784','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000784'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000784'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000784'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000785','Gasper','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000785','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000785'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000785'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000785'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000785'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000786','Lewis','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000786','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000786','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000786'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000786'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000786'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000787','Walters','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000787','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000787'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000787'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000787'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000787'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000788','Walters','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000788','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000788','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000788'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000788'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000788','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000789','White','Stephanie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000789','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000789','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000789'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000789'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000790','Smith','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000790','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000790','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000790'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000790'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000790','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000790','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000791','Butler','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000791','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000791','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000791'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000791','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000791','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000792','Grady','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000792','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000793','Martinez','John'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000793','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000794','Peterson','Bill'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000795','Lewis','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000795','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000795'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000796','Martinez','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000796','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000796'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000796'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000796'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000796','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000796','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000797','Henderson','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000797','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000797'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000797'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000797'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000797'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000797','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000797','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000798','Smith','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000798','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000798'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000798','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000798','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000799','Walters','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000799','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000800','Lopez','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000800','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000800'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000801','Davis','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000801','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000801','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000801'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000801'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000801','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000802','Doe','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000802','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000802','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000802'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000802'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000802'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000802','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000802','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000803','Lopez','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000803','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000804','Scott','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000804','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000805','Gonazles','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000805','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000806','Johnson','Karl'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000807','Butler','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000807','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000808','White','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000808','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000808','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000808'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000808'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000808'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000808','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000809','White','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000809','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000810','Gasper','Sophia'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000811','Walters','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000811','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000812','Lopez','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000812','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000813','Thompson','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000813','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000814','Davis','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000814','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000814','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000814'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000814'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000814'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000814'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000814','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000815','Smith','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000815','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000815','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000815'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000815'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000815'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000815'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000815','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000815','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000816','Walters','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000816','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000817','White','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000817','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000817','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000817'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000818','Davis','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000818','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000818','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000818'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000818'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000818'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000818','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000819','Langenberg','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000819','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000819','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000819'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000819'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000819'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000819'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000820','Walters','Stephanie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000820','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000821','Gonazles','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000821','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000822','Thompson','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000822','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000822','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000822'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000822'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000823','Doe','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000823','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000824','Vales','Jennifer'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000824','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000824','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000824'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000824','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000824','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000825','Davis','Isabella'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000826','Henderson','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000826','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000827','Lopez','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000827','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000827'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000827','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000828','Williams','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000828','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000828'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000828'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000828','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000829','Anderson','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000829','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000829'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000830','Williams','Mark'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000831','Gonazles','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000831','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000831'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000831'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000831'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000831'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000831','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000831','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000832','Smith','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000832','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000833','Lee','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000833','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000833'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000833'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000833','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000834','Morrison','Betty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000834','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000835','Doe','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000835','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000835','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000835'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000836','Davis','Megan'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000837','Vales','Andrew'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000838','Johnson','Andrew'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000839','Smith','John'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000840','Butler','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000840','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000840','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000840'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000841','White','Marie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000841','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000841','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000841'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000841','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000841','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000842','Williams','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000842','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000842','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000843','Martinez','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000843','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000844','Butler','Karl'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000845','Nielson','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000845','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000846','Langenberg','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000846','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000847','Grady','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000847','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000848','Gonazles','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000848','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000848'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000848'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000848'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000848','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000849','Johnson','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000849','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000849','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000849'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000849'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000849'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000849','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000849','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000850','Lee','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000850','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000850'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000850'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000850','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000851','Lewis','Marie'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000852','Roberts','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000852','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000852','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000852'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000853','Doe','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000853','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000854','Thompson','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000854','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000855','Roberts','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000855','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000855'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000856','Nielson','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000856','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000857','Brown','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000857','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000857','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000857'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000857'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000857'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000858','Peterson','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000858','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000858'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000858'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000858','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000859','Grady','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000859','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000860','Roberts','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000860','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000860'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000860'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000860','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000861','Anderson','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000861','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000861'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000861'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000862','Morrison','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000862','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000862','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000862'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000862'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000863','Henderson','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000863','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000864','Lee','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000864','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000864','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000865','Gasper','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000865','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000866','Peterson','Karoline'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000866','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000867','Thompson','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000867','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000868','Lewis','Karl'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000869','Henderson','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000869','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000869','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000869'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000869','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000869','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000870','Peterson','Thomas'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000871','Peterson','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000871','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000871'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000871'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000871'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000872','Morrison','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000872','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000872','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000872'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000872'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000872'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000872'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000873','Johnson','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000873','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000874','Smith','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000874','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000875','White','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000875','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000875','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000875'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000875','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000876','Gonazles','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000876','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000876','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000877','Langenberg','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000877','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000877','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000878','Walters','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000878','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000879','Gasper','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000879','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000879','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000879'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000879'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000879'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000879'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000879','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000879','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000880','Anderson','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000880','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000881','Price','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000881','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000881','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000881'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000881'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000881'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000881'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000882','Gonazles','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000882','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000882'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000882'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000882'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000882'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000882','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000882','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000883','Thompson','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000883','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000884','Price','Lori'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000884','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000884'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000884','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000885','Henderson','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000885','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000886','Gasper','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000886','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000886'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000886'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000886'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000886','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000886','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000887','Williams','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000887','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000888','Henderson','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000888','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000888','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000888'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000888'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000888'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000888','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000888','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000889','Smith','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000889','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000890','Butler','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000890','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000890'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000890'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000890','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000891','Williams','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000891','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000891','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000891'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000892','Price','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000892','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000892'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000892'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000893','Grady','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000893','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000893'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000893'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000893'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000893'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000894','Gonazles','Andrew'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000894','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000894','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000894'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000894'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000894'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000894'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000894','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000894','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000895','Butler','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000895','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000896','Lee','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000896','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000897','Clark','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000897','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000897','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000897'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000898','Price','Mia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000898','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000898'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000898'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000898'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000898','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000899','Martinez','John'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000900','Lopez','Amber'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000900','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000901','Lopez','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000901','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000901','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000901'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000901'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000901'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000901'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000901','2023'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000901','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000902','Grady','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000902','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000902'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000902'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000902'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000902'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000902','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000903','Gasper','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000903','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000904','Grady','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000904','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000905','Doe','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000905','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000906','Nielson','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000906','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000907','Lopez','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000907','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000907','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000908','Walters','James'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000908','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000908','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000908'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000908'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000908'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000908','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000908','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000909','Vales','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000909','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000909','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000909'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000909'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000909'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000909'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000909','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000910','Scott','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000910','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000910','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000910'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000910'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000910'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000910'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000911','Brown','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000911','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000911'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000911'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000911'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000911'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000912','Lopez','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000912','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000912','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000912'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000913','Morrison','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000913','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000913'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000913'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000913'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000913'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000913','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000914','Doe','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000914','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000915','Henderson','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000915','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000915','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000915'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000915'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000915','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000915','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000916','Lewis','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000916','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000916','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000916'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000916'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000916','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000916','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000917','Doe','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000917','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000917','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000917'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000917'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000917'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000917','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000918','Butler','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000918','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000918','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000918'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000918'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000918'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000918'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000918','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000918','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000919','Martinez','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000919','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000919'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000919'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000919'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000919'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000920','Anderson','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000920','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000921','Lee','Madison'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000921','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000921','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000922','Martinez','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000922','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000923','Thompson','Debbie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000923','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000924','Langenberg','Colin'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000924','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000925','Lewis','Heather'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000926','Scott','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000926','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000926'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000926'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000927','Morrison','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000927','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000928','Grady','Jo'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000928','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000929','Williams','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000929','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000929','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000929'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000929'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000929'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000929'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000929','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000929','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000930','Davis','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000930','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000930','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000930'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000930'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000930'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000930'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000931','Butler','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000931','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000931'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000931'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000931'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000932','Smith','Sarah'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000933','Roberts','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000933','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000934','Johnson','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000934','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000935','Walters','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000935','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000936','Morrison','Mark'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000936','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000937','Butler','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000937','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000937'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000937'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000937'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000937','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000937','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000938','Nielson','Jeremy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000938','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000939','Morrison','Stephanie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000939','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000939'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000939','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000939','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000940','Doe','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000940','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000941','Peterson','Olivia'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000942','Martinez','Madison'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000943','Morrison','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000943','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000943','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000943'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000943'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000943'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000943','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000944','Peterson','Stephanie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000944','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000944','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000944'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000944'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000944'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000944'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000945','Brown','Ava'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000945','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000945'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000945'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000945'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000945'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000946','Johnson','Claire'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000946','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000946','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000946'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000946'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000946'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000946'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000946','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000946','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000947','Morrison','Kim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000947','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000948','Doe','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000948','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000948'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000948'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000948'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000948'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000948','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000949','Scott','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000949','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000949','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000949'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000949'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000949'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000949','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000950','Johnson','Michael'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000950','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000950'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000950'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000951','Martinez','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000951','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000951','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000951'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000951'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000951','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000952','Vales','Greg'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000952','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000952'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000952','2020'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000952','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000953','Martinez','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000953','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000954','White','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000954','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000954','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000955','Roberts','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000955','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000955'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000956','Brown','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000956','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000956'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000956'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000956'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000956'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000956','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000957','Thompson','Steve'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000957','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000957','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000957'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000957'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000957'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000957'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000957','2018'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000957','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000958','Martinez','Nancy'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000959','Nielson','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000959','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000959'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000959'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000959'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000959','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000959','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000960','Anderson','Donna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000960','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000961','Smith','Heather'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000961','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000962','Lewis','Eric'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000962','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000962'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000962'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000962'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000962'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000963','Langenberg','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000963','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000964','Smith','Perry'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000964','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000964'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000964'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000964'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000964','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000965','Price','Erik'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000965','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000965','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000965'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000965'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000965'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000965'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000966','Lopez','Heather'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000967','Grady','Lisa'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000967','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000968','Grady','Maddie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000968','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000968','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000968'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000968'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000968'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000969','Morrison','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000969','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000970','Davis','Jim'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000970','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000971','White','Megan'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000971','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000971','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000971'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000971'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000971','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000972','Lopez','Adian'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000972','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000972'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000972'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000973','Grady','Karl'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000973','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000973','staff'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000973'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000973'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000973','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000974','Anderson','Betty'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000975','Martinez','Olivia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000975','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000976','Gonazles','Emma'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000977','Peterson','Blake'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000977','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000977','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000977'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000977'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT201','80000977'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000977','2018'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000978','Henderson','Christina'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000978','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000978'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000978'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000978'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000978'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000978','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000978','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000979','Martinez','William'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000979','student'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000979','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000979'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000979'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000979','2022'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000979','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000980','Gasper','Thomas'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000981','Doe','Paul'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000981','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000981','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000981'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000981'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST102','80000981'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000981'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000982','White','David'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000982','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000982'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000982'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000982','2023'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000983','Thompson','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000983','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000983'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000983'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000983'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000983'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000983','2019'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000984','Lee','Sarah'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000984','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI123','80000984'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000984'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS251','80000984'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000984','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000985','Walters','Lexi'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000985','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000986','Johnson','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000986','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000986'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000986'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000986'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000986','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000987','Lee','Thomas'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000987','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000988','Lopez','Emma'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000988','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000989','Thompson','Stephanie'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000989','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000989'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000989'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL101','80000989'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH101','80000989'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000989','2022'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000990','Smith','Anna'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000990','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000990','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000991','Doe','Nancy'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000991','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','HIST101','80000991'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000991'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000991','2019'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000991','2021'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000992','Martinez','Robert'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000992','faculty'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000992','community'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','CS252','80000992'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','MATH100','80000992'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','SCI404','80000992'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ACCT101','80000992'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000993','Walters','Sophia'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000993','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000993','faculty'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000993'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000994','Vales','Kiersten'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000994','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000994','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000995','Lewis','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000995','staff'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000996','Lopez','Mary'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000996','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000997','Davis','Steve'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000998','Davis','Ann'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000998','community'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000998','student'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL102','80000998'); -INSERT INTO SIS_COURSES (termId, courseId, studentId) VALUES ('201810','ENGL201','80000998'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000998','2021'); -INSERT INTO SIS_STUDENT_TERMS (id, term) VALUES ('80000998','2020'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80000999','Gasper','Christopher'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000999','staff'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80000999','community'); -INSERT INTO HR_PEOPLE(id, surname, givenName) VALUES ('80001000','Davis','Bill'); -INSERT INTO HR_PEOPLE_ROLES(id, role) VALUES ('80001000','community'); \ No newline at end of file +insert into sis_stu_programs (person_id, acad_prog_id, grad_year_expected, school_id, acad_dept_id) values +(800000004, 'UGRD', 2022, 'AS', 'ENGL'), +(800000005, 'UGRD', 2021, 'AS', 'GERM'), +(800000006, 'UGRD', 2021, 'AS', 'ENV'), +(800000007, 'UGRD', 2025, 'AS', 'PSCI'), +(800000008, 'UGRD', 2023, 'AS', 'EALC'), +(800000011, 'UGRD', 2024, 'AS', 'MAT'), +(800000012, 'UGRD', 2023, 'AS', 'POLI'), +(800000013, 'UGRD', 2024, 'AS', 'ENGL'), +(800000017, 'UGRD', 2021, 'AS', 'GSS'), +(800000018, 'UGRD', 2021, 'AS', 'HUM'), +(800000022, 'UGRD', 2024, 'AS', 'ROML'), +(800000076, 'UGRD', 2023, 'AS', 'PSYC'), +(800000027, 'UGRD', 2022, 'AS', 'HIST'), +(800000028, 'UGRD', 2023, 'AS', 'WRI'), +(800000031, 'UGRD', 2023, 'AS', 'GERM'), +(800000032, 'UGRD', 2022, 'AS', 'MAT'), +(800000034, 'UGRD', 2021, 'AS', 'THEA'), +(800000038, 'UGRD', 2025, 'AS', 'MAT'), +(800000040, 'UGRD', 2023, 'AS', 'LING'), +(800000041, 'UGRD', 2022, 'AS', 'EALC'), +(800000042, 'UGRD', 2021, 'AS', 'HUM'), +(800000044, 'UGRD', 2024, 'AS', 'CS'), +(800000047, 'UGRD', 2025, 'AS', 'LIT'), +(800000049, 'UGRD', 2023, 'AS', 'ARCH'), +(800000052, 'UGRD', 2025, 'AS', 'GERM'), +(800000054, 'UGRD', 2023, 'AS', 'GHP'), +(800000055, 'UGRD', 2023, 'AS', 'SOC'), +(800000056, 'UGRD', 2025, 'AS', 'ART'), +(800000057, 'UGRD', 2022, 'AS', 'GHP'), +(800000059, 'UGRD', 2024, 'AS', 'SOC'), +(800000060, 'UGRD', 2025, 'AS', 'ROML'), +(800000063, 'UGRD', 2024, 'AS', 'STAT'), +(800000064, 'UGRD', 2023, 'AS', 'APCS'), +(800000065, 'UGRD', 2022, 'AS', 'SLAV'), +(800000066, 'UGRD', 2023, 'AS', 'REL'), +(800000069, 'UGRD', 2024, 'AS', 'HIST'), +(800000070, 'UGRD', 2021, 'AS', 'ECOM'), +(800000290, 'UGRD', 2025, 'AS', 'SLAV'), +(800000074, 'UGRD', 2025, 'AS', 'AAAS'), +(800000080, 'UGRD', 2024, 'AS', 'GSS'), +(800000082, 'UGRD', 2023, 'AS', 'PHY'), +(800000085, 'NDP', NULL, 'AS', 'BIOS'), +(800000088, 'NDP', NULL, 'AS', 'STAT'), +(800000093, 'UGRD', 2023, 'AS', 'ENV'), +(800000097, 'UGRD', 2024, 'AS', 'SOC'), +(800000105, 'UGRD', 2023, 'AS', 'BPHY'), +(800000106, 'UGRD', 2022, 'AS', 'CELT'), +(800000108, 'UGRD', 2022, 'AS', 'APCS'), +(800000111, 'UGRD', 2022, 'AS', 'CLSS'), +(800000112, 'UGRD', 2024, 'AS', 'MUS'), +(800000113, 'UGRD', 2024, 'AS', 'PHIL'), +(800000116, 'UGRD', 2025, 'AS', 'MCB'), +(800000123, 'UGRD', 2021, 'AS', 'CPLT'), +(800000125, 'NDP', NULL, 'AS', 'MEDS'), +(800000126, 'UGRD', 2021, 'AS', 'CELT'), +(800000129, 'UGRD', 2021, 'AS', 'ENGL'), +(800000132, 'UGRD', 2021, 'AS', 'MEDS'), +(800000136, 'UGRD', 2022, 'AS', 'STAT'), +(800000137, 'UGRD', 2023, 'AS', 'PSYC'), +(800000141, 'UGRD', 2022, 'AS', 'REL'), +(800000144, 'UGRD', 2023, 'AS', 'GHP'), +(800000147, 'UGRD', 2025, 'AS', 'CHEM'), +(800000148, 'UGRD', 2025, 'AS', 'GSS'), +(800000150, 'UGRD', 2021, 'AS', 'REL'), +(800000154, 'UGRD', 2022, 'AS', 'CS'), +(800000157, 'UGRD', 2021, 'AS', 'ENGL'), +(800000158, 'UGRD', 2023, 'AS', 'GVMT'), +(800000159, 'UGRD', 2022, 'AS', 'ENV'), +(800000160, 'UGRD', 2024, 'AS', 'MCB'), +(800000161, 'UGRD', 2021, 'AS', 'MAT'), +(800000896, 'UGRD', 2021, 'AS', 'NELC'), +(800000166, 'UGRD', 2021, 'AS', 'CS'), +(800000167, 'UGRD', 2023, 'AS', 'NELC'), +(800000169, 'UGRD', 2021, 'AS', 'MEDS'), +(800000172, 'UGRD', 2021, 'AS', 'SOC'), +(800000173, 'UGRD', 2023, 'AS', 'ENV'), +(800000177, 'UGRD', 2024, 'AS', 'ENG'), +(800002827, 'UGRD', 2022, 'AS', 'CELT'), +(800000180, 'UGRD', 2025, 'AS', 'POLI'), +(800000181, 'UGRD', 2021, 'AS', 'BPHY'), +(800000184, 'UGRD', 2021, 'AS', 'ROML'), +(800002269, 'UGRD', 2023, 'AS', 'PHIL'), +(800000188, 'UGRD', 2022, 'AS', 'APHY'), +(800000189, 'UGRD', 2023, 'AS', 'APCS'), +(800000193, 'UGRD', 2022, 'AS', 'REL'), +(800000195, 'UGRD', 2023, 'AS', 'GHP'), +(800000197, 'UGRD', 2025, 'AS', 'SLAV'), +(800000198, 'UGRD', 2021, 'AS', 'AAAS'), +(800000200, 'UGRD', 2021, 'AS', 'MEDS'), +(800000202, 'UGRD', 2021, 'AS', 'MES'), +(800000206, 'UGRD', 2022, 'AS', 'MES'), +(800000210, 'UGRD', 2025, 'AS', 'NELC'), +(800000211, 'UGRD', 2021, 'AS', 'CELT'), +(800000212, 'UGRD', 2021, 'AS', 'NELC'), +(800000213, 'UGRD', 2023, 'AS', 'PHY'), +(800000214, 'UGRD', 2024, 'AS', 'PSYC'), +(800000215, 'UGRD', 2024, 'AS', 'GERM'), +(800000216, 'UGRD', 2023, 'AS', 'WRI'), +(800000219, 'UGRD', 2022, 'AS', 'ASTR'), +(800000220, 'UGRD', 2023, 'AS', 'APCS'), +(800000225, 'UGRD', 2024, 'AS', 'ENG'), +(800000226, 'UGRD', 2025, 'AS', 'ENV'), +(800000231, 'UGRD', 2022, 'AS', 'HIST'), +(800000233, 'UGRD', 2023, 'AS', 'MES'), +(800000238, 'UGRD', 2021, 'AS', 'WRI'), +(800000241, 'UGRD', 2025, 'AS', 'ENG'), +(800000242, 'NDP', NULL, 'AS', 'MEDS'), +(800000246, 'UGRD', 2024, 'AS', 'LING'), +(800000248, 'UGRD', 2024, 'AS', 'CHEM'), +(800000255, 'UGRD', 2023, 'AS', 'LIT'), +(800000256, 'UGRD', 2025, 'AS', 'CHEM'), +(800000264, 'UGRD', 2021, 'AS', 'SOC'), +(800000267, 'UGRD', 2024, 'AS', 'WRI'), +(800000270, 'UGRD', 2022, 'AS', 'REL'), +(800000271, 'UGRD', 2022, 'AS', 'SAS'), +(800000272, 'UGRD', 2023, 'AS', 'PHIL'), +(800000273, 'UGRD', 2022, 'AS', 'BIOS'), +(800000275, 'UGRD', 2025, 'AS', 'PSYC'), +(800000277, 'UGRD', 2021, 'AS', 'SAS'), +(800000279, 'UGRD', 2022, 'AS', 'HUM'), +(800000280, 'UGRD', 2021, 'AS', 'MAT'), +(800000282, 'UGRD', 2022, 'AS', 'MES'), +(800000284, 'UGRD', 2025, 'AS', 'CS'), +(800001960, 'UGRD', 2025, 'AS', 'ARCH'), +(800000288, 'UGRD', 2024, 'AS', 'POLI'), +(800000291, 'UGRD', 2021, 'AS', 'REL'), +(800000404, 'UGRD', 2024, 'AS', 'BIOL'), +(800000293, 'UGRD', 2022, 'AS', 'HUM'), +(800000294, 'UGRD', 2024, 'AS', 'ECOM'), +(800000295, 'UGRD', 2022, 'AS', 'PSYC'), +(800000296, 'UGRD', 2025, 'AS', 'POLI'), +(800000297, 'UGRD', 2025, 'AS', 'PSCI'), +(800000299, 'UGRD', 2025, 'AS', 'APCS'), +(800000302, 'UGRD', 2021, 'AS', 'CELT'), +(800002527, 'UGRD', 2021, 'AS', 'GSS'), +(800000306, 'UGRD', 2022, 'AS', 'ASTR'), +(800000309, 'UGRD', 2025, 'AS', 'GERM'), +(800000310, 'UGRD', 2025, 'AS', 'GVMT'), +(800000313, 'UGRD', 2023, 'AS', 'GVMT'), +(800000316, 'UGRD', 2024, 'AS', 'ASTR'), +(800000317, 'UGRD', 2024, 'AS', 'CPLT'), +(800000321, 'UGRD', 2022, 'AS', 'NELC'), +(800000322, 'UGRD', 2023, 'AS', 'APHY'), +(800000326, 'UGRD', 2024, 'AS', 'MES'), +(800000327, 'UGRD', 2023, 'AS', 'CELT'), +(800000330, 'UGRD', 2025, 'AS', 'ENG'), +(800000332, 'UGRD', 2022, 'AS', 'LING'), +(800000680, 'UGRD', 2021, 'AS', 'BIOL'), +(800000343, 'UGRD', 2025, 'AS', 'CS'), +(800000346, 'UGRD', 2025, 'AS', 'PHIL'), +(800000350, 'UGRD', 2024, 'AS', 'MCB'), +(800000354, 'UGRD', 2025, 'AS', 'LIT'), +(800000356, 'UGRD', 2025, 'AS', 'SAS'), +(800000359, 'UGRD', 2024, 'AS', 'PSCI'), +(800000362, 'UGRD', 2023, 'AS', 'BIOL'), +(800000365, 'UGRD', 2022, 'AS', 'AAAS'), +(800000367, 'UGRD', 2022, 'AS', 'POLI'), +(800000368, 'UGRD', 2022, 'AS', 'ART'), +(800000369, 'UGRD', 2025, 'AS', 'STAT'), +(800000372, 'UGRD', 2024, 'AS', 'WRI'), +(800000373, 'UGRD', 2021, 'AS', 'MAT'), +(800000374, 'UGRD', 2021, 'AS', 'THEA'), +(800000375, 'UGRD', 2023, 'AS', 'CELT'), +(800000380, 'UGRD', 2021, 'AS', 'PSCI'), +(800000381, 'UGRD', 2024, 'AS', 'ART'), +(800000385, 'UGRD', 2021, 'AS', 'EALC'), +(800000387, 'UGRD', 2025, 'AS', 'MCB'), +(800000388, 'UGRD', 2021, 'AS', 'ENV'), +(800000390, 'UGRD', 2023, 'AS', 'ASTR'), +(800000393, 'UGRD', 2024, 'AS', 'CLSS'), +(800000394, 'UGRD', 2025, 'AS', 'REL'), +(800000398, 'UGRD', 2025, 'AS', 'ART'), +(800000400, 'UGRD', 2024, 'AS', 'GVMT'), +(800000402, 'UGRD', 2024, 'AS', 'CPLT'), +(800000403, 'UGRD', 2023, 'AS', 'APCS'), +(800000406, 'UGRD', 2025, 'AS', 'GHP'), +(800000409, 'UGRD', 2024, 'AS', 'CHEM'), +(800000410, 'UGRD', 2021, 'AS', 'ANTH'), +(800000411, 'UGRD', 2023, 'AS', 'CHEM'), +(800000412, 'UGRD', 2021, 'AS', 'ENGL'), +(800000417, 'UGRD', 2025, 'AS', 'ART'), +(800000418, 'UGRD', 2024, 'AS', 'MEDS'), +(800000419, 'UGRD', 2023, 'AS', 'AS'), +(800002343, 'UGRD', 2024, 'AS', 'MCB'), +(800000421, 'UGRD', 2024, 'AS', 'CS'), +(800000424, 'UGRD', 2023, 'AS', 'ENV'), +(800000425, 'UGRD', 2023, 'AS', 'PSYC'), +(800000427, 'UGRD', 2021, 'AS', 'AAAS'), +(800000431, 'UGRD', 2024, 'AS', 'SOCS'), +(800000433, 'NDP', NULL, 'AS', 'SOCS'), +(800000434, 'UGRD', 2021, 'AS', 'HIST'), +(800000436, 'UGRD', 2021, 'AS', 'ECOM'), +(800000438, 'UGRD', 2025, 'AS', 'GSS'), +(800000442, 'UGRD', 2021, 'AS', 'PSCI'), +(800000445, 'NDP', NULL, 'AS', 'THEA'), +(800000450, 'UGRD', 2022, 'AS', 'AAAS'), +(800000451, 'UGRD', 2023, 'AS', 'ENGL'), +(800000458, 'UGRD', 2024, 'AS', 'MAT'), +(800000464, 'UGRD', 2021, 'AS', 'ENG'), +(800000466, 'UGRD', 2023, 'AS', 'CS'), +(800000469, 'UGRD', 2025, 'AS', 'LING'), +(800000471, 'UGRD', 2023, 'AS', 'AAAS'), +(800000473, 'UGRD', 2024, 'AS', 'HUM'), +(800000474, 'UGRD', 2023, 'AS', 'ECOM'), +(800000478, 'UGRD', 2022, 'AS', 'SLAV'), +(800000479, 'NDP', NULL, 'AS', 'APHY'), +(800000480, 'UGRD', 2024, 'AS', 'ENG'), +(800000486, 'UGRD', 2023, 'AS', 'ARCH'), +(800000489, 'UGRD', 2022, 'AS', 'PHIL'), +(800000491, 'UGRD', 2024, 'AS', 'AMAT'), +(800000494, 'UGRD', 2023, 'AS', 'CHEM'), +(800000497, 'UGRD', 2023, 'AS', 'MAT'), +(800000499, 'UGRD', 2025, 'AS', 'STAT'), +(800000500, 'UGRD', 2023, 'AS', 'CPLT'), +(800000502, 'UGRD', 2022, 'AS', 'STAT'), +(800000503, 'UGRD', 2022, 'AS', 'APCS'), +(800000506, 'UGRD', 2022, 'AS', 'EALC'), +(800000509, 'UGRD', 2025, 'AS', 'MUS'), +(800000512, 'UGRD', 2021, 'AS', 'APCS'), +(800000514, 'UGRD', 2023, 'AS', 'PSYC'), +(800000515, 'UGRD', 2025, 'AS', 'ARCH'), +(800000518, 'UGRD', 2024, 'AS', 'POLI'), +(800000520, 'UGRD', 2025, 'AS', 'LIT'), +(800000521, 'UGRD', 2022, 'AS', 'SLAV'), +(800000527, 'UGRD', 2021, 'AS', 'GHP'), +(800000531, 'UGRD', 2024, 'AS', 'ART'), +(800000534, 'UGRD', 2023, 'AS', 'ENG'), +(800000538, 'UGRD', 2023, 'AS', 'PSCI'), +(800000539, 'UGRD', 2021, 'AS', 'HIST'), +(800000540, 'UGRD', 2023, 'AS', 'LIT'), +(800000542, 'UGRD', 2025, 'AS', 'PHIL'), +(800000543, 'UGRD', 2023, 'AS', 'BIOL'), +(800000545, 'UGRD', 2024, 'AS', 'ANTH'), +(800000547, 'UGRD', 2024, 'AS', 'POLI'), +(800000548, 'UGRD', 2025, 'AS', 'MUS'), +(800000549, 'UGRD', 2021, 'AS', 'SAS'), +(800000554, 'UGRD', 2023, 'AS', 'MEDS'), +(800000555, 'UGRD', 2025, 'AS', 'ARCH'), +(800000556, 'UGRD', 2021, 'AS', 'PHIL'), +(800000557, 'UGRD', 2022, 'AS', 'BIOL'), +(800000558, 'UGRD', 2021, 'AS', 'GVMT'), +(800000564, 'UGRD', 2025, 'AS', 'APHY'), +(800000565, 'UGRD', 2023, 'AS', 'MAT'), +(800000566, 'UGRD', 2025, 'AS', 'AS'), +(800000568, 'UGRD', 2025, 'AS', 'THEA'), +(800000569, 'UGRD', 2021, 'AS', 'ENV'), +(800000570, 'UGRD', 2023, 'AS', 'CS'), +(800000571, 'UGRD', 2023, 'AS', 'GERM'), +(800000572, 'UGRD', 2025, 'AS', 'APHY'), +(800000573, 'UGRD', 2025, 'AS', 'HIST'), +(800000574, 'UGRD', 2021, 'AS', 'EALC'), +(800000575, 'UGRD', 2023, 'AS', 'NELC'), +(800000576, 'UGRD', 2021, 'AS', 'STAT'), +(800000577, 'UGRD', 2025, 'AS', 'ASTR'), +(800000579, 'UGRD', 2023, 'AS', 'LING'), +(800000580, 'UGRD', 2023, 'AS', 'ASTR'), +(800000581, 'UGRD', 2022, 'AS', 'MUS'), +(800000584, 'UGRD', 2022, 'AS', 'ASTR'), +(800000585, 'UGRD', 2024, 'AS', 'GHP'), +(800000586, 'UGRD', 2022, 'AS', 'CHEM'), +(800000588, 'UGRD', 2024, 'AS', 'GHP'), +(800000590, 'UGRD', 2021, 'AS', 'WRI'), +(800000591, 'UGRD', 2021, 'AS', 'ART'), +(800000592, 'UGRD', 2024, 'AS', 'ENGL'), +(800000593, 'UGRD', 2022, 'AS', 'CS'), +(800000595, 'UGRD', 2023, 'AS', 'GERM'), +(800000596, 'UGRD', 2025, 'AS', 'ECOM'), +(800000597, 'UGRD', 2025, 'AS', 'GHP'), +(800000602, 'UGRD', 2025, 'AS', 'GVMT'), +(800000603, 'UGRD', 2025, 'AS', 'HUM'), +(800000606, 'UGRD', 2021, 'AS', 'BIOS'), +(800000607, 'UGRD', 2022, 'AS', 'LING'), +(800000610, 'UGRD', 2024, 'AS', 'REL'), +(800000611, 'UGRD', 2022, 'AS', 'AMAT'), +(800000615, 'UGRD', 2024, 'AS', 'ASTR'), +(800000616, 'UGRD', 2024, 'AS', 'ECOM'), +(800000622, 'UGRD', 2023, 'AS', 'ENGL'), +(800000623, 'UGRD', 2025, 'AS', 'CPLT'), +(800000624, 'UGRD', 2022, 'AS', 'STAT'), +(800000625, 'UGRD', 2024, 'AS', 'CELT'), +(800000626, 'UGRD', 2021, 'AS', 'AS'), +(800000627, 'UGRD', 2022, 'AS', 'GVMT'), +(800000628, 'UGRD', 2023, 'AS', 'BIOL'), +(800000630, 'UGRD', 2022, 'AS', 'SOC'), +(800000631, 'UGRD', 2025, 'AS', 'GHP'), +(800000632, 'UGRD', 2024, 'AS', 'PSCI'), +(800000634, 'UGRD', 2024, 'AS', 'BPHY'), +(800000635, 'UGRD', 2024, 'AS', 'SOCS'), +(800000636, 'UGRD', 2025, 'AS', 'MEDS'), +(800000637, 'UGRD', 2024, 'AS', 'PSYC'), +(800000641, 'UGRD', 2024, 'AS', 'GHP'), +(800000643, 'UGRD', 2025, 'AS', 'HIST'), +(800000644, 'UGRD', 2022, 'AS', 'CLSS'), +(800000646, 'UGRD', 2022, 'AS', 'ROML'), +(800000652, 'UGRD', 2025, 'AS', 'SAS'), +(800000655, 'UGRD', 2022, 'AS', 'MAT'), +(800000656, 'UGRD', 2025, 'AS', 'POLI'), +(800000657, 'UGRD', 2024, 'AS', 'REL'), +(800000658, 'UGRD', 2021, 'AS', 'PHY'), +(800000660, 'UGRD', 2025, 'AS', 'APHY'), +(800000662, 'UGRD', 2022, 'AS', 'ANTH'), +(800000663, 'UGRD', 2024, 'AS', 'REL'), +(800000664, 'NDP', NULL, 'AS', 'GSS'), +(800000665, 'UGRD', 2024, 'AS', 'PSYC'), +(800000666, 'UGRD', 2022, 'AS', 'AMAT'), +(800000671, 'UGRD', 2025, 'AS', 'GVMT'), +(800000672, 'UGRD', 2022, 'AS', 'PHY'), +(800000673, 'UGRD', 2024, 'AS', 'ROML'), +(800000676, 'UGRD', 2021, 'AS', 'BIOS'), +(800002358, 'UGRD', 2023, 'AS', 'AS'), +(800000679, 'UGRD', 2024, 'AS', 'GSS'), +(800000682, 'UGRD', 2025, 'AS', 'POLI'), +(800000685, 'UGRD', 2021, 'AS', 'AMAT'), +(800000688, 'UGRD', 2024, 'AS', 'AAAS'), +(800000694, 'UGRD', 2022, 'AS', 'ARCH'), +(800000701, 'UGRD', 2024, 'AS', 'BIOS'), +(800000705, 'UGRD', 2025, 'AS', 'CS'), +(800000707, 'UGRD', 2021, 'AS', 'ENG'), +(800000708, 'NDP', NULL, 'AS', 'ENG'), +(800000709, 'UGRD', 2023, 'AS', 'CELT'), +(800000710, 'UGRD', 2025, 'AS', 'NELC'), +(800000711, 'UGRD', 2021, 'AS', 'AS'), +(800000712, 'UGRD', 2023, 'AS', 'GERM'), +(800000714, 'UGRD', 2024, 'AS', 'LING'), +(800000716, 'UGRD', 2021, 'AS', 'CLSS'), +(800000717, 'UGRD', 2025, 'AS', 'BIOL'), +(800000718, 'UGRD', 2025, 'AS', 'CPLT'), +(800000719, 'UGRD', 2022, 'AS', 'ENG'), +(800000721, 'UGRD', 2025, 'AS', 'APCS'), +(800000723, 'UGRD', 2022, 'AS', 'SOC'), +(800000726, 'UGRD', 2023, 'AS', 'AMAT'), +(800000727, 'UGRD', 2025, 'AS', 'AS'), +(800000728, 'UGRD', 2022, 'AS', 'GERM'), +(800000729, 'UGRD', 2025, 'AS', 'GERM'), +(800000733, 'UGRD', 2021, 'AS', 'POLI'), +(800000734, 'UGRD', 2021, 'AS', 'APCS'), +(800000737, 'UGRD', 2023, 'AS', 'SOC'), +(800000738, 'UGRD', 2025, 'AS', 'GHP'), +(800000739, 'UGRD', 2021, 'AS', 'CLSS'), +(800000740, 'UGRD', 2024, 'AS', 'AS'), +(800000741, 'UGRD', 2021, 'AS', 'MUS'), +(800000743, 'UGRD', 2024, 'AS', 'CPLT'), +(800000744, 'UGRD', 2023, 'AS', 'PHY'), +(800000747, 'UGRD', 2023, 'AS', 'CS'), +(800000748, 'UGRD', 2023, 'AS', 'NELC'), +(800000749, 'UGRD', 2022, 'AS', 'GERM'), +(800000754, 'UGRD', 2022, 'AS', 'ENV'), +(800000755, 'UGRD', 2024, 'AS', 'SOC'), +(800000759, 'UGRD', 2021, 'AS', 'CLSS'), +(800000761, 'UGRD', 2023, 'AS', 'MEDS'), +(800000762, 'UGRD', 2022, 'AS', 'ART'), +(800000765, 'UGRD', 2023, 'AS', 'NELC'), +(800000766, 'UGRD', 2022, 'AS', 'GERM'), +(800000767, 'UGRD', 2025, 'AS', 'POLI'), +(800000769, 'UGRD', 2023, 'AS', 'WRI'), +(800000770, 'UGRD', 2023, 'AS', 'PSCI'), +(800000772, 'UGRD', 2025, 'AS', 'CLSS'), +(800000773, 'UGRD', 2024, 'AS', 'REL'), +(800000776, 'UGRD', 2024, 'AS', 'PHIL'), +(800000778, 'UGRD', 2024, 'AS', 'ENV'), +(800000782, 'UGRD', 2024, 'AS', 'LIT'), +(800000790, 'UGRD', 2022, 'AS', 'WRI'), +(800000791, 'UGRD', 2023, 'AS', 'LING'), +(800000793, 'UGRD', 2021, 'AS', 'PSCI'), +(800000798, 'UGRD', 2022, 'AS', 'BIOS'), +(800000799, 'UGRD', 2023, 'AS', 'BPHY'), +(800000801, 'UGRD', 2024, 'AS', 'REL'), +(800000803, 'UGRD', 2022, 'AS', 'BPHY'), +(800000804, 'UGRD', 2023, 'AS', 'ROML'), +(800000808, 'UGRD', 2022, 'AS', 'MEDS'), +(800000809, 'UGRD', 2025, 'AS', 'ECOM'), +(800002456, 'UGRD', 2024, 'AS', 'PHY'), +(800000811, 'UGRD', 2021, 'AS', 'GVMT'), +(800000815, 'UGRD', 2021, 'AS', 'CELT'), +(800000818, 'UGRD', 2023, 'AS', 'BPHY'), +(800000819, 'UGRD', 2025, 'AS', 'BPHY'), +(800000821, 'UGRD', 2024, 'AS', 'PSYC'), +(800000827, 'UGRD', 2022, 'AS', 'PHIL'), +(800000828, 'UGRD', 2022, 'AS', 'CPLT'), +(800000830, 'UGRD', 2021, 'AS', 'AMAT'), +(800000835, 'UGRD', 2024, 'AS', 'HUM'), +(800000837, 'UGRD', 2021, 'AS', 'CS'), +(800000840, 'UGRD', 2022, 'AS', 'CHEM'), +(800000841, 'UGRD', 2025, 'AS', 'MAT'), +(800000843, 'UGRD', 2024, 'AS', 'ENV'), +(800000845, 'UGRD', 2024, 'AS', 'PSYC'), +(800000846, 'UGRD', 2025, 'AS', 'HIST'), +(800000847, 'UGRD', 2021, 'AS', 'CS'), +(800000848, 'NDP', NULL, 'AS', 'CS'), +(800000849, 'UGRD', 2021, 'AS', 'ENG'), +(800000850, 'UGRD', 2025, 'AS', 'AMAT'), +(800000852, 'UGRD', 2025, 'AS', 'APCS'), +(800000855, 'UGRD', 2021, 'AS', 'NELC'), +(800000859, 'UGRD', 2024, 'AS', 'HUM'), +(800000861, 'NDP', NULL, 'AS', 'HIST'), +(800000862, 'UGRD', 2025, 'AS', 'CHEM'), +(800000864, 'UGRD', 2024, 'AS', 'EALC'), +(800000867, 'UGRD', 2021, 'AS', 'SAS'), +(800000868, 'UGRD', 2021, 'AS', 'APHY'), +(800000871, 'UGRD', 2024, 'AS', 'BPHY'), +(800000874, 'UGRD', 2024, 'AS', 'CLSS'), +(800000876, 'UGRD', 2025, 'AS', 'LIT'), +(800000877, 'UGRD', 2022, 'AS', 'ROML'), +(800000878, 'UGRD', 2025, 'AS', 'ECOM'), +(800000879, 'UGRD', 2022, 'AS', 'THEA'), +(800000880, 'UGRD', 2025, 'AS', 'SLAV'), +(800000881, 'UGRD', 2022, 'AS', 'ROML'), +(800000882, 'UGRD', 2025, 'AS', 'ART'), +(800000885, 'UGRD', 2021, 'AS', 'GERM'), +(800000887, 'UGRD', 2025, 'AS', 'MUS'), +(800000889, 'UGRD', 2024, 'AS', 'GHP'), +(800000891, 'UGRD', 2022, 'AS', 'CPLT'), +(800000892, 'UGRD', 2025, 'AS', 'ASTR'), +(800000902, 'UGRD', 2023, 'AS', 'WRI'), +(800000903, 'UGRD', 2024, 'AS', 'ARCH'), +(800000904, 'UGRD', 2025, 'AS', 'PSCI'), +(800000905, 'UGRD', 2024, 'AS', 'MEDS'), +(800000907, 'UGRD', 2021, 'AS', 'CLSS'), +(800000908, 'UGRD', 2024, 'AS', 'BIOS'), +(800000909, 'UGRD', 2021, 'AS', 'APHY'), +(800000910, 'UGRD', 2023, 'AS', 'MCB'), +(800000911, 'UGRD', 2022, 'AS', 'PSYC'), +(800000914, 'UGRD', 2022, 'AS', 'BIOS'), +(800000915, 'UGRD', 2022, 'AS', 'THEA'), +(800000917, 'UGRD', 2024, 'AS', 'NELC'), +(800000920, 'UGRD', 2022, 'AS', 'POLI'), +(800000922, 'UGRD', 2022, 'AS', 'HUM'), +(800000923, 'UGRD', 2022, 'AS', 'LING'), +(800000924, 'UGRD', 2023, 'AS', 'SOC'), +(800000925, 'UGRD', 2023, 'AS', 'ECOM'), +(800000930, 'UGRD', 2023, 'AS', 'THEA'), +(800000938, 'UGRD', 2025, 'AS', 'HUM'), +(800000940, 'UGRD', 2024, 'AS', 'APHY'), +(800000942, 'UGRD', 2025, 'AS', 'EALC'), +(800000944, 'UGRD', 2023, 'AS', 'PSCI'), +(800000945, 'UGRD', 2022, 'AS', 'GSS'), +(800000947, 'UGRD', 2025, 'AS', 'CHEM'), +(800000948, 'UGRD', 2022, 'AS', 'PHIL'), +(800000951, 'UGRD', 2024, 'AS', 'BPHY'), +(800000952, 'UGRD', 2025, 'AS', 'ENGL'), +(800000953, 'UGRD', 2021, 'AS', 'MAT'), +(800000960, 'UGRD', 2025, 'AS', 'CLSS'), +(800000961, 'UGRD', 2022, 'AS', 'ROML'), +(800000963, 'UGRD', 2025, 'AS', 'HUM'), +(800000192, 'UGRD', 2023, 'AS', 'MES'), +(800000968, 'UGRD', 2023, 'AS', 'MAT'), +(800000971, 'UGRD', 2021, 'AS', 'ENG'), +(800000974, 'UGRD', 2021, 'AS', 'GERM'), +(800000977, 'UGRD', 2024, 'AS', 'APHY'), +(800000979, 'UGRD', 2022, 'AS', 'GSS'), +(800000981, 'UGRD', 2024, 'AS', 'AMAT'), +(800000984, 'UGRD', 2022, 'AS', 'PHIL'), +(800000985, 'UGRD', 2021, 'AS', 'NELC'), +(800000986, 'UGRD', 2025, 'AS', 'APHY'), +(800000987, 'UGRD', 2024, 'AS', 'CPLT'), +(800000989, 'UGRD', 2024, 'AS', 'APCS'), +(800000991, 'UGRD', 2022, 'AS', 'AS'), +(800000993, 'UGRD', 2024, 'AS', 'ENV'), +(800000995, 'UGRD', 2025, 'AS', 'BIOL'), +(800000996, 'UGRD', 2024, 'AS', 'HUM'), +(800000997, 'UGRD', 2021, 'AS', 'CPLT'), +(800000998, 'UGRD', 2025, 'AS', 'PSYC'), +(800001000, 'UGRD', 2021, 'AS', 'ANTH'), +(800001003, 'UGRD', 2021, 'AS', 'CPLT'), +(800001006, 'UGRD', 2021, 'AS', 'PSCI'), +(800001008, 'UGRD', 2021, 'AS', 'THEA'), +(800001010, 'UGRD', 2025, 'AS', 'REL'), +(800001011, 'UGRD', 2022, 'AS', 'ROML'), +(800001012, 'UGRD', 2025, 'AS', 'APHY'), +(800001014, 'UGRD', 2025, 'AS', 'CHEM'), +(800001015, 'UGRD', 2023, 'AS', 'THEA'), +(800001016, 'UGRD', 2023, 'AS', 'ROML'), +(800001019, 'UGRD', 2024, 'AS', 'PHIL'), +(800001021, 'UGRD', 2023, 'AS', 'GERM'), +(800001023, 'NDP', NULL, 'AS', 'GVMT'), +(800001029, 'UGRD', 2025, 'AS', 'APCS'), +(800001030, 'UGRD', 2021, 'AS', 'STAT'), +(800001034, 'UGRD', 2024, 'AS', 'HIST'), +(800001036, 'UGRD', 2021, 'AS', 'AS'), +(800001038, 'UGRD', 2024, 'AS', 'PHY'), +(800001047, 'UGRD', 2021, 'AS', 'PSCI'), +(800001048, 'UGRD', 2023, 'AS', 'ENG'), +(800001050, 'UGRD', 2025, 'AS', 'ANTH'), +(800001053, 'UGRD', 2023, 'AS', 'HUM'), +(800001058, 'UGRD', 2025, 'AS', 'HIST'), +(800001059, 'UGRD', 2024, 'AS', 'NELC'), +(800001061, 'UGRD', 2021, 'AS', 'HUM'), +(800001063, 'UGRD', 2021, 'AS', 'BPHY'), +(800001067, 'UGRD', 2025, 'AS', 'AAAS'), +(800001070, 'UGRD', 2021, 'AS', 'BIOS'), +(800001073, 'UGRD', 2021, 'AS', 'THEA'), +(800001074, 'UGRD', 2024, 'AS', 'SOCS'), +(800001075, 'UGRD', 2024, 'AS', 'WRI'), +(800001076, 'UGRD', 2022, 'AS', 'ENG'), +(800001077, 'UGRD', 2025, 'AS', 'MEDS'), +(800001078, 'UGRD', 2022, 'AS', 'MES'), +(800001085, 'UGRD', 2025, 'AS', 'PHY'), +(800001090, 'UGRD', 2022, 'AS', 'APCS'), +(800001091, 'UGRD', 2024, 'AS', 'SLAV'), +(800001092, 'UGRD', 2021, 'AS', 'STAT'), +(800001094, 'UGRD', 2024, 'AS', 'EALC'), +(800001095, 'UGRD', 2022, 'AS', 'AMAT'), +(800001096, 'UGRD', 2023, 'AS', 'PSCI'), +(800001098, 'UGRD', 2022, 'AS', 'MUS'), +(800001100, 'UGRD', 2024, 'AS', 'ENGL'), +(800001102, 'UGRD', 2022, 'AS', 'ANTH'), +(800001104, 'UGRD', 2024, 'AS', 'CPLT'), +(800001106, 'UGRD', 2023, 'AS', 'MCB'), +(800001107, 'UGRD', 2021, 'AS', 'MCB'), +(800001112, 'UGRD', 2021, 'AS', 'WRI'), +(800001113, 'UGRD', 2021, 'AS', 'LING'), +(800001114, 'UGRD', 2025, 'AS', 'SLAV'), +(800001116, 'UGRD', 2022, 'AS', 'HUM'), +(800001117, 'UGRD', 2023, 'AS', 'CPLT'), +(800001118, 'UGRD', 2022, 'AS', 'GSS'), +(800001123, 'UGRD', 2024, 'AS', 'ENV'), +(800001124, 'UGRD', 2022, 'AS', 'BPHY'), +(800001127, 'UGRD', 2023, 'AS', 'MUS'), +(800001128, 'UGRD', 2023, 'AS', 'LIT'), +(800001130, 'UGRD', 2024, 'AS', 'WRI'), +(800001131, 'NDP', NULL, 'AS', 'MUS'), +(800001132, 'UGRD', 2024, 'AS', 'BPHY'), +(800001133, 'UGRD', 2024, 'AS', 'PSYC'), +(800001135, 'UGRD', 2021, 'AS', 'ART'), +(800001138, 'UGRD', 2023, 'AS', 'SOCS'), +(800001140, 'UGRD', 2021, 'AS', 'BIOS'), +(800001143, 'UGRD', 2024, 'AS', 'ENGL'), +(800001144, 'UGRD', 2022, 'AS', 'GERM'), +(800001148, 'UGRD', 2022, 'AS', 'ECOM'), +(800001149, 'UGRD', 2021, 'AS', 'CELT'), +(800001150, 'UGRD', 2021, 'AS', 'AAAS'), +(800001153, 'UGRD', 2025, 'AS', 'BPHY'), +(800001154, 'UGRD', 2024, 'AS', 'AS'), +(800001156, 'UGRD', 2024, 'AS', 'MUS'), +(800001159, 'UGRD', 2021, 'AS', 'MUS'), +(800001160, 'UGRD', 2022, 'AS', 'ENGL'), +(800001725, 'UGRD', 2022, 'AS', 'LIT'), +(800001164, 'UGRD', 2024, 'AS', 'GVMT'), +(800001165, 'UGRD', 2021, 'AS', 'POLI'), +(800001166, 'UGRD', 2023, 'AS', 'EALC'), +(800001167, 'UGRD', 2023, 'AS', 'GERM'), +(800001168, 'UGRD', 2021, 'AS', 'ASTR'), +(800001171, 'UGRD', 2024, 'AS', 'MUS'), +(800001172, 'UGRD', 2024, 'AS', 'HIST'), +(800000826, 'UGRD', 2022, 'AS', 'GSS'), +(800001174, 'UGRD', 2024, 'AS', 'LING'), +(800001176, 'UGRD', 2021, 'AS', 'WRI'), +(800001180, 'UGRD', 2025, 'AS', 'CS'), +(800001181, 'UGRD', 2023, 'AS', 'LING'), +(800001182, 'UGRD', 2024, 'AS', 'PHY'), +(800001183, 'UGRD', 2022, 'AS', 'ARCH'), +(800001184, 'UGRD', 2024, 'AS', 'ASTR'), +(800001185, 'UGRD', 2022, 'AS', 'BPHY'), +(800001187, 'UGRD', 2024, 'AS', 'HIST'), +(800001189, 'UGRD', 2022, 'AS', 'CS'), +(800001190, 'UGRD', 2025, 'AS', 'MES'), +(800001192, 'UGRD', 2022, 'AS', 'THEA'), +(800001195, 'UGRD', 2021, 'AS', 'AAAS'), +(800001198, 'UGRD', 2023, 'AS', 'STAT'), +(800001199, 'UGRD', 2025, 'AS', 'SOCS'), +(800001205, 'UGRD', 2022, 'AS', 'AMAT'), +(800001206, 'UGRD', 2023, 'AS', 'LIT'), +(800001207, 'UGRD', 2023, 'AS', 'POLI'), +(800001209, 'UGRD', 2024, 'AS', 'ENG'), +(800001211, 'UGRD', 2022, 'AS', 'LIT'), +(800002305, 'UGRD', 2023, 'AS', 'NELC'), +(800001213, 'UGRD', 2025, 'AS', 'ASTR'), +(800001214, 'UGRD', 2024, 'AS', 'APHY'), +(800001216, 'UGRD', 2024, 'AS', 'MAT'), +(800001217, 'UGRD', 2022, 'AS', 'AS'), +(800001220, 'UGRD', 2021, 'AS', 'AAAS'), +(800001222, 'UGRD', 2023, 'AS', 'WRI'), +(800001225, 'UGRD', 2022, 'AS', 'SLAV'), +(800001226, 'UGRD', 2023, 'AS', 'WRI'), +(800001229, 'UGRD', 2025, 'AS', 'GERM'), +(800001230, 'UGRD', 2025, 'AS', 'HIST'), +(800001231, 'UGRD', 2023, 'AS', 'HIST'), +(800001232, 'UGRD', 2024, 'AS', 'CELT'), +(800001233, 'UGRD', 2022, 'AS', 'SAS'), +(800001234, 'UGRD', 2023, 'AS', 'GHP'), +(800000165, 'UGRD', 2022, 'AS', 'HIST'), +(800001238, 'UGRD', 2022, 'AS', 'EALC'), +(800001239, 'UGRD', 2024, 'AS', 'SOCS'), +(800001240, 'UGRD', 2024, 'AS', 'BPHY'), +(800001244, 'UGRD', 2024, 'AS', 'MEDS'), +(800001246, 'UGRD', 2021, 'AS', 'CS'), +(800001248, 'UGRD', 2023, 'AS', 'POLI'), +(800001250, 'NDP', NULL, 'AS', 'REL'), +(800001251, 'UGRD', 2024, 'AS', 'BIOS'), +(800001252, 'UGRD', 2024, 'AS', 'PSYC'), +(800001257, 'UGRD', 2025, 'AS', 'REL'), +(800001258, 'UGRD', 2023, 'AS', 'ARCH'), +(800001260, 'UGRD', 2025, 'AS', 'ASTR'), +(800001270, 'UGRD', 2024, 'AS', 'PSCI'), +(800001272, 'UGRD', 2022, 'AS', 'SAS'), +(800001275, 'UGRD', 2023, 'AS', 'ANTH'), +(800001276, 'UGRD', 2022, 'AS', 'REL'), +(800001277, 'UGRD', 2022, 'AS', 'SOCS'), +(800001279, 'UGRD', 2023, 'AS', 'MUS'), +(800001280, 'UGRD', 2021, 'AS', 'MCB'), +(800001282, 'UGRD', 2022, 'AS', 'ANTH'), +(800001285, 'UGRD', 2023, 'AS', 'ASTR'), +(800001290, 'UGRD', 2021, 'AS', 'ENG'), +(800001291, 'UGRD', 2022, 'AS', 'AAAS'), +(800001296, 'UGRD', 2024, 'AS', 'GHP'), +(800001303, 'UGRD', 2024, 'AS', 'HUM'), +(800001304, 'UGRD', 2024, 'AS', 'SOCS'), +(800001305, 'UGRD', 2024, 'AS', 'HUM'), +(800001306, 'UGRD', 2021, 'AS', 'SLAV'), +(800001308, 'UGRD', 2023, 'AS', 'GERM'), +(800001309, 'UGRD', 2025, 'AS', 'APHY'), +(800001310, 'UGRD', 2024, 'AS', 'ARCH'), +(800001311, 'UGRD', 2024, 'AS', 'ENG'), +(800001313, 'UGRD', 2025, 'AS', 'POLI'), +(800001314, 'UGRD', 2023, 'AS', 'ENGL'), +(800001315, 'UGRD', 2024, 'AS', 'SAS'), +(800001316, 'UGRD', 2024, 'AS', 'MCB'), +(800001318, 'UGRD', 2024, 'AS', 'MEDS'), +(800001322, 'UGRD', 2024, 'AS', 'LING'), +(800001323, 'UGRD', 2023, 'AS', 'CHEM'), +(800001324, 'UGRD', 2024, 'AS', 'ENG'), +(800001325, 'UGRD', 2024, 'AS', 'AS'), +(800001326, 'UGRD', 2025, 'AS', 'APCS'), +(800001329, 'UGRD', 2023, 'AS', 'MCB'), +(800001332, 'UGRD', 2023, 'AS', 'NELC'), +(800001334, 'UGRD', 2025, 'AS', 'SOC'), +(800001337, 'UGRD', 2024, 'AS', 'APCS'), +(800001339, 'UGRD', 2025, 'AS', 'EALC'), +(800001341, 'UGRD', 2022, 'AS', 'POLI'), +(800001342, 'UGRD', 2023, 'AS', 'GSS'), +(800001343, 'UGRD', 2023, 'AS', 'NELC'), +(800001345, 'UGRD', 2025, 'AS', 'CHEM'), +(800001350, 'UGRD', 2025, 'AS', 'HUM'), +(800001354, 'UGRD', 2021, 'AS', 'AAAS'), +(800001358, 'UGRD', 2023, 'AS', 'NELC'), +(800001360, 'UGRD', 2024, 'AS', 'SOC'), +(800001363, 'UGRD', 2025, 'AS', 'ROML'), +(800001271, 'UGRD', 2022, 'AS', 'AMAT'), +(800001367, 'UGRD', 2023, 'AS', 'SOC'), +(800001369, 'UGRD', 2021, 'AS', 'MCB'), +(800001370, 'UGRD', 2022, 'AS', 'CPLT'), +(800001371, 'UGRD', 2023, 'AS', 'ECOM'), +(800001372, 'UGRD', 2024, 'AS', 'HIST'), +(800001373, 'UGRD', 2025, 'AS', 'CS'), +(800001374, 'UGRD', 2025, 'AS', 'BIOS'), +(800001375, 'UGRD', 2021, 'AS', 'SOCS'), +(800001377, 'UGRD', 2023, 'AS', 'HUM'), +(800001378, 'UGRD', 2024, 'AS', 'GVMT'), +(800001379, 'UGRD', 2021, 'AS', 'CS'), +(800001381, 'UGRD', 2021, 'AS', 'ROML'), +(800001383, 'UGRD', 2021, 'AS', 'PHIL'), +(800001393, 'UGRD', 2025, 'AS', 'MUS'), +(800001395, 'UGRD', 2021, 'AS', 'ANTH'), +(800001397, 'UGRD', 2024, 'AS', 'BIOL'), +(800001399, 'UGRD', 2024, 'AS', 'ARCH'), +(800001400, 'UGRD', 2021, 'AS', 'HUM'), +(800001401, 'UGRD', 2023, 'AS', 'AS'), +(800001402, 'UGRD', 2025, 'AS', 'AS'), +(800001409, 'UGRD', 2023, 'AS', 'PHY'), +(800001410, 'UGRD', 2021, 'AS', 'SAS'), +(800001412, 'UGRD', 2024, 'AS', 'LIT'), +(800001414, 'UGRD', 2022, 'AS', 'MAT'), +(800001418, 'UGRD', 2022, 'AS', 'PSYC'), +(800001420, 'UGRD', 2025, 'AS', 'ASTR'), +(800001421, 'UGRD', 2025, 'AS', 'ART'), +(800001422, 'UGRD', 2022, 'AS', 'ASTR'), +(800001426, 'UGRD', 2025, 'AS', 'SOCS'), +(800001428, 'UGRD', 2024, 'AS', 'AS'), +(800001429, 'UGRD', 2025, 'AS', 'AMAT'), +(800001431, 'UGRD', 2025, 'AS', 'BIOL'), +(800001433, 'UGRD', 2022, 'AS', 'ANTH'), +(800001434, 'UGRD', 2024, 'AS', 'HIST'), +(800001439, 'UGRD', 2024, 'AS', 'GSS'), +(800001440, 'UGRD', 2022, 'AS', 'LIT'), +(800001442, 'UGRD', 2025, 'AS', 'ART'), +(800001443, 'UGRD', 2023, 'AS', 'APCS'), +(800001444, 'UGRD', 2021, 'AS', 'LIT'), +(800001447, 'UGRD', 2025, 'AS', 'BIOS'), +(800001450, 'UGRD', 2023, 'AS', 'SOCS'), +(800001451, 'UGRD', 2022, 'AS', 'GERM'), +(800001454, 'UGRD', 2025, 'AS', 'ROML'), +(800001462, 'UGRD', 2021, 'AS', 'HIST'), +(800001463, 'UGRD', 2021, 'AS', 'CELT'), +(800001464, 'UGRD', 2022, 'AS', 'MCB'), +(800001466, 'UGRD', 2025, 'AS', 'MEDS'), +(800001468, 'NDP', NULL, 'AS', 'MEDS'), +(800001469, 'UGRD', 2023, 'AS', 'ARCH'), +(800001471, 'UGRD', 2022, 'AS', 'CELT'), +(800001473, 'UGRD', 2022, 'AS', 'PHIL'), +(800001474, 'UGRD', 2023, 'AS', 'ENV'), +(800001475, 'UGRD', 2025, 'AS', 'GHP'), +(800001476, 'UGRD', 2022, 'AS', 'CLSS'), +(800001477, 'UGRD', 2025, 'AS', 'MCB'), +(800001478, 'UGRD', 2025, 'AS', 'EALC'), +(800001479, 'UGRD', 2021, 'AS', 'ENV'), +(800001480, 'UGRD', 2023, 'AS', 'CELT'), +(800001481, 'UGRD', 2024, 'AS', 'POLI'), +(800001484, 'UGRD', 2024, 'AS', 'AS'), +(800001488, 'UGRD', 2025, 'AS', 'EALC'), +(800001499, 'UGRD', 2022, 'AS', 'LING'), +(800001500, 'UGRD', 2021, 'AS', 'CELT'), +(800001501, 'UGRD', 2024, 'AS', 'AMAT'), +(800001503, 'UGRD', 2023, 'AS', 'MAT'), +(800001504, 'UGRD', 2022, 'AS', 'THEA'), +(800001505, 'NDP', NULL, 'AS', 'SOCS'), +(800001506, 'UGRD', 2021, 'AS', 'ENGL'), +(800001508, 'UGRD', 2021, 'AS', 'AMAT'), +(800001509, 'UGRD', 2024, 'AS', 'CHEM'), +(800001511, 'UGRD', 2021, 'AS', 'SOCS'), +(800001518, 'UGRD', 2024, 'AS', 'BIOS'), +(800001519, 'UGRD', 2023, 'AS', 'CPLT'), +(800001523, 'UGRD', 2021, 'AS', 'ROML'), +(800001524, 'UGRD', 2025, 'AS', 'ASTR'), +(800001526, 'UGRD', 2022, 'AS', 'POLI'), +(800001528, 'UGRD', 2022, 'AS', 'STAT'), +(800001529, 'UGRD', 2024, 'AS', 'PHIL'), +(800001531, 'UGRD', 2025, 'AS', 'PHIL'), +(800001532, 'UGRD', 2024, 'AS', 'AAAS'), +(800001536, 'UGRD', 2024, 'AS', 'POLI'), +(800001537, 'UGRD', 2025, 'AS', 'SOCS'), +(800001540, 'UGRD', 2023, 'AS', 'CELT'), +(800001541, 'UGRD', 2021, 'AS', 'ART'), +(800001542, 'UGRD', 2021, 'AS', 'SLAV'), +(800001545, 'UGRD', 2025, 'AS', 'HUM'), +(800001546, 'UGRD', 2023, 'AS', 'SAS'), +(800001548, 'UGRD', 2022, 'AS', 'APHY'), +(800001550, 'UGRD', 2022, 'AS', 'LING'), +(800001552, 'UGRD', 2023, 'AS', 'SOC'), +(800001554, 'UGRD', 2024, 'AS', 'REL'), +(800001556, 'UGRD', 2021, 'AS', 'CHEM'), +(800001559, 'UGRD', 2022, 'AS', 'GHP'), +(800001561, 'UGRD', 2025, 'AS', 'NELC'), +(800001562, 'UGRD', 2022, 'AS', 'ASTR'), +(800001566, 'UGRD', 2025, 'AS', 'LIT'), +(800001572, 'UGRD', 2025, 'AS', 'AS'), +(800001573, 'UGRD', 2023, 'AS', 'CPLT'), +(800001581, 'UGRD', 2022, 'AS', 'CHEM'), +(800001582, 'UGRD', 2021, 'AS', 'MES'), +(800001583, 'UGRD', 2025, 'AS', 'ECOM'), +(800001584, 'UGRD', 2022, 'AS', 'BIOL'), +(800001588, 'UGRD', 2024, 'AS', 'PSYC'), +(800001591, 'UGRD', 2025, 'AS', 'AMAT'), +(800001592, 'UGRD', 2024, 'AS', 'BIOL'), +(800001596, 'NDP', NULL, 'AS', 'GHP'), +(800001599, 'NDP', NULL, 'AS', 'BIOS'), +(800001601, 'UGRD', 2021, 'AS', 'GERM'), +(800001605, 'UGRD', 2023, 'AS', 'APHY'), +(800001606, 'UGRD', 2025, 'AS', 'GERM'), +(800001607, 'UGRD', 2021, 'AS', 'STAT'), +(800001608, 'UGRD', 2021, 'AS', 'PHY'), +(800001609, 'UGRD', 2022, 'AS', 'STAT'), +(800001610, 'UGRD', 2022, 'AS', 'PHIL'), +(800001611, 'UGRD', 2023, 'AS', 'AMAT'), +(800001612, 'UGRD', 2023, 'AS', 'GVMT'), +(800001613, 'UGRD', 2023, 'AS', 'MES'), +(800001614, 'UGRD', 2023, 'AS', 'ECOM'), +(800001616, 'NDP', NULL, 'AS', 'REL'), +(800001617, 'UGRD', 2021, 'AS', 'ARCH'), +(800001620, 'UGRD', 2021, 'AS', 'BIOS'), +(800001621, 'UGRD', 2021, 'AS', 'MCB'), +(800001622, 'UGRD', 2025, 'AS', 'LIT'), +(800001623, 'UGRD', 2022, 'AS', 'BPHY'), +(800001625, 'UGRD', 2022, 'AS', 'CLSS'), +(800001626, 'UGRD', 2023, 'AS', 'AS'), +(800001630, 'UGRD', 2025, 'AS', 'SAS'), +(800001631, 'UGRD', 2024, 'AS', 'GHP'), +(800001633, 'UGRD', 2024, 'AS', 'SOC'), +(800001635, 'UGRD', 2022, 'AS', 'PHY'), +(800001637, 'UGRD', 2021, 'AS', 'CELT'), +(800001639, 'UGRD', 2022, 'AS', 'ARCH'), +(800001640, 'UGRD', 2025, 'AS', 'ENG'), +(800001641, 'UGRD', 2025, 'AS', 'CHEM'), +(800001643, 'UGRD', 2023, 'AS', 'ENV'), +(800001644, 'UGRD', 2025, 'AS', 'MEDS'), +(800001645, 'UGRD', 2023, 'AS', 'BIOS'), +(800001646, 'UGRD', 2021, 'AS', 'AS'), +(800001647, 'UGRD', 2021, 'AS', 'CELT'), +(800001648, 'UGRD', 2022, 'AS', 'GSS'), +(800001653, 'UGRD', 2023, 'AS', 'MES'), +(800001657, 'UGRD', 2024, 'AS', 'GSS'), +(800001659, 'UGRD', 2025, 'AS', 'CS'), +(800001662, 'UGRD', 2025, 'AS', 'SLAV'), +(800001665, 'UGRD', 2023, 'AS', 'NELC'), +(800001670, 'UGRD', 2025, 'AS', 'CELT'), +(800001671, 'UGRD', 2021, 'AS', 'GSS'), +(800001674, 'UGRD', 2025, 'AS', 'MEDS'), +(800001675, 'UGRD', 2025, 'AS', 'CLSS'), +(800001677, 'UGRD', 2021, 'AS', 'SLAV'), +(800001678, 'UGRD', 2022, 'AS', 'CELT'), +(800001679, 'UGRD', 2021, 'AS', 'CELT'), +(800001680, 'UGRD', 2021, 'AS', 'BIOL'), +(800001683, 'UGRD', 2025, 'AS', 'MUS'), +(800001689, 'UGRD', 2023, 'AS', 'AAAS'), +(800001691, 'UGRD', 2021, 'AS', 'AMAT'), +(800001692, 'UGRD', 2025, 'AS', 'HUM'), +(800001694, 'UGRD', 2023, 'AS', 'MES'), +(800001695, 'UGRD', 2022, 'AS', 'APCS'), +(800001696, 'UGRD', 2024, 'AS', 'BPHY'), +(800001697, 'UGRD', 2025, 'AS', 'ART'), +(800001698, 'UGRD', 2025, 'AS', 'HIST'), +(800001703, 'UGRD', 2021, 'AS', 'SOC'), +(800001704, 'UGRD', 2024, 'AS', 'AAAS'), +(800001705, 'UGRD', 2023, 'AS', 'LING'), +(800001706, 'NDP', NULL, 'AS', 'GVMT'), +(800001707, 'UGRD', 2024, 'AS', 'MEDS'), +(800001710, 'UGRD', 2023, 'AS', 'CHEM'), +(800001711, 'UGRD', 2021, 'AS', 'WRI'), +(800001713, 'UGRD', 2025, 'AS', 'NELC'), +(800001717, 'UGRD', 2021, 'AS', 'ART'), +(800001718, 'UGRD', 2025, 'AS', 'PHIL'), +(800001719, 'UGRD', 2021, 'AS', 'MAT'), +(800001720, 'UGRD', 2021, 'AS', 'APHY'), +(800001721, 'UGRD', 2023, 'AS', 'BIOL'), +(800001723, 'UGRD', 2025, 'AS', 'APHY'), +(800001724, 'UGRD', 2024, 'AS', 'SAS'), +(800002251, 'UGRD', 2021, 'AS', 'ARCH'), +(800001729, 'UGRD', 2023, 'AS', 'NELC'), +(800001730, 'UGRD', 2023, 'AS', 'CLSS'), +(800001732, 'UGRD', 2025, 'AS', 'BIOS'), +(800001735, 'UGRD', 2025, 'AS', 'AMAT'), +(800001738, 'UGRD', 2024, 'AS', 'CS'), +(800001741, 'UGRD', 2023, 'AS', 'AAAS'), +(800001745, 'UGRD', 2025, 'AS', 'PSYC'), +(800001747, 'UGRD', 2021, 'AS', 'EALC'), +(800001748, 'UGRD', 2025, 'AS', 'SOCS'), +(800001750, 'UGRD', 2023, 'AS', 'HUM'), +(800001751, 'UGRD', 2025, 'AS', 'SLAV'), +(800001754, 'UGRD', 2025, 'AS', 'ECOM'), +(800001759, 'UGRD', 2025, 'AS', 'BIOL'), +(800001761, 'UGRD', 2025, 'AS', 'MUS'), +(800001763, 'UGRD', 2021, 'AS', 'BIOL'), +(800001765, 'UGRD', 2022, 'AS', 'ANTH'), +(800001766, 'UGRD', 2021, 'AS', 'ENGL'), +(800001767, 'UGRD', 2025, 'AS', 'THEA'), +(800001768, 'UGRD', 2025, 'AS', 'HUM'), +(800001769, 'UGRD', 2024, 'AS', 'ARCH'), +(800001771, 'UGRD', 2023, 'AS', 'BIOL'), +(800001773, 'UGRD', 2025, 'AS', 'HIST'), +(800001774, 'UGRD', 2024, 'AS', 'MCB'), +(800001777, 'UGRD', 2022, 'AS', 'AMAT'), +(800001779, 'UGRD', 2022, 'AS', 'LING'), +(800001782, 'UGRD', 2023, 'AS', 'ENG'), +(800001783, 'UGRD', 2025, 'AS', 'SLAV'), +(800001785, 'UGRD', 2022, 'AS', 'PSCI'), +(800001787, 'UGRD', 2023, 'AS', 'MCB'), +(800001791, 'UGRD', 2022, 'AS', 'REL'), +(800001792, 'UGRD', 2025, 'AS', 'APHY'), +(800001793, 'UGRD', 2024, 'AS', 'REL'), +(800001794, 'UGRD', 2021, 'AS', 'SLAV'), +(800001796, 'UGRD', 2025, 'AS', 'ENGL'), +(800001797, 'NDP', NULL, 'AS', 'CLSS'), +(800001798, 'UGRD', 2022, 'AS', 'PSYC'), +(800001799, 'UGRD', 2022, 'AS', 'EALC'), +(800001800, 'UGRD', 2023, 'AS', 'MAT'), +(800001801, 'UGRD', 2024, 'AS', 'THEA'), +(800001802, 'UGRD', 2022, 'AS', 'APHY'), +(800001805, 'UGRD', 2021, 'AS', 'MES'), +(800001809, 'UGRD', 2021, 'AS', 'BPHY'), +(800001811, 'NDP', NULL, 'AS', 'CLSS'), +(800001813, 'UGRD', 2022, 'AS', 'PHY'), +(800001814, 'UGRD', 2023, 'AS', 'CHEM'), +(800001815, 'UGRD', 2023, 'AS', 'CHEM'), +(800001816, 'UGRD', 2025, 'AS', 'SAS'), +(800001817, 'UGRD', 2022, 'AS', 'PHY'), +(800001818, 'UGRD', 2021, 'AS', 'SOC'), +(800001819, 'UGRD', 2022, 'AS', 'APCS'), +(800001820, 'UGRD', 2025, 'AS', 'EALC'), +(800001824, 'NDP', NULL, 'AS', 'SOCS'), +(800001831, 'UGRD', 2022, 'AS', 'MUS'), +(800001832, 'UGRD', 2025, 'AS', 'ART'), +(800001835, 'UGRD', 2024, 'AS', 'LING'), +(800001837, 'UGRD', 2024, 'AS', 'LING'), +(800001840, 'UGRD', 2025, 'AS', 'APCS'), +(800001841, 'UGRD', 2024, 'AS', 'ART'), +(800001844, 'UGRD', 2021, 'AS', 'MES'), +(800001846, 'UGRD', 2025, 'AS', 'POLI'), +(800001849, 'UGRD', 2023, 'AS', 'LING'), +(800001850, 'UGRD', 2022, 'AS', 'CPLT'), +(800001857, 'UGRD', 2024, 'AS', 'CS'), +(800001859, 'UGRD', 2023, 'AS', 'MES'), +(800001861, 'UGRD', 2022, 'AS', 'SOCS'), +(800001865, 'UGRD', 2022, 'AS', 'PHIL'), +(800001866, 'UGRD', 2022, 'AS', 'GVMT'), +(800001870, 'UGRD', 2021, 'AS', 'MUS'), +(800001872, 'UGRD', 2023, 'AS', 'HUM'), +(800001876, 'UGRD', 2022, 'AS', 'MCB'), +(800001877, 'UGRD', 2022, 'AS', 'PSCI'), +(800001880, 'UGRD', 2023, 'AS', 'GERM'), +(800001881, 'UGRD', 2023, 'AS', 'LING'), +(800001882, 'UGRD', 2021, 'AS', 'GVMT'), +(800001884, 'UGRD', 2021, 'AS', 'ANTH'), +(800001891, 'UGRD', 2025, 'AS', 'MES'), +(800001892, 'UGRD', 2021, 'AS', 'THEA'), +(800001895, 'UGRD', 2025, 'AS', 'ENG'), +(800001896, 'UGRD', 2025, 'AS', 'GHP'), +(800001898, 'UGRD', 2024, 'AS', 'PHY'), +(800001899, 'UGRD', 2022, 'AS', 'GERM'), +(800001900, 'UGRD', 2022, 'AS', 'CPLT'), +(800001901, 'UGRD', 2024, 'AS', 'CHEM'), +(800001903, 'UGRD', 2023, 'AS', 'SOC'), +(800001905, 'UGRD', 2025, 'AS', 'ASTR'), +(800001907, 'UGRD', 2021, 'AS', 'WRI'), +(800001910, 'UGRD', 2025, 'AS', 'ARCH'), +(800001914, 'UGRD', 2022, 'AS', 'HIST'), +(800001915, 'UGRD', 2022, 'AS', 'WRI'), +(800001916, 'UGRD', 2023, 'AS', 'ENV'), +(800001917, 'UGRD', 2024, 'AS', 'MES'), +(800001918, 'UGRD', 2025, 'AS', 'LIT'), +(800001919, 'UGRD', 2025, 'AS', 'MUS'), +(800001920, 'UGRD', 2025, 'AS', 'CELT'), +(800001921, 'UGRD', 2021, 'AS', 'APHY'), +(800001923, 'UGRD', 2021, 'AS', 'MAT'), +(800001924, 'UGRD', 2021, 'AS', 'LING'), +(800001927, 'UGRD', 2025, 'AS', 'GSS'), +(800001928, 'UGRD', 2021, 'AS', 'REL'), +(800001929, 'UGRD', 2021, 'AS', 'LING'), +(800001932, 'UGRD', 2025, 'AS', 'THEA'), +(800001937, 'UGRD', 2025, 'AS', 'GVMT'), +(800001940, 'UGRD', 2022, 'AS', 'ASTR'), +(800001941, 'UGRD', 2023, 'AS', 'ARCH'), +(800001944, 'UGRD', 2021, 'AS', 'MUS'), +(800001949, 'UGRD', 2021, 'AS', 'CELT'), +(800001951, 'UGRD', 2023, 'AS', 'CPLT'), +(800001952, 'UGRD', 2023, 'AS', 'ARCH'), +(800001954, 'UGRD', 2021, 'AS', 'PHY'), +(800001955, 'UGRD', 2024, 'AS', 'ARCH'), +(800001956, 'UGRD', 2024, 'AS', 'ANTH'), +(800001958, 'UGRD', 2023, 'AS', 'PHY'), +(800001961, 'UGRD', 2023, 'AS', 'SLAV'), +(800001967, 'UGRD', 2024, 'AS', 'AAAS'), +(800001968, 'UGRD', 2025, 'AS', 'STAT'), +(800001969, 'UGRD', 2025, 'AS', 'HIST'), +(800001974, 'UGRD', 2024, 'AS', 'PHIL'), +(800001976, 'UGRD', 2022, 'AS', 'BPHY'), +(800001977, 'UGRD', 2023, 'AS', 'BIOS'), +(800000067, 'UGRD', 2024, 'AS', 'GVMT'), +(800001981, 'UGRD', 2025, 'AS', 'LIT'), +(800001982, 'UGRD', 2021, 'AS', 'ANTH'), +(800001983, 'UGRD', 2022, 'AS', 'PHY'), +(800001984, 'UGRD', 2023, 'AS', 'CLSS'), +(800001986, 'UGRD', 2025, 'AS', 'CPLT'), +(800001987, 'UGRD', 2022, 'AS', 'SLAV'), +(800001989, 'UGRD', 2024, 'AS', 'ART'), +(800001990, 'UGRD', 2021, 'AS', 'ARCH'), +(800001991, 'UGRD', 2023, 'AS', 'NELC'), +(800001992, 'UGRD', 2024, 'AS', 'MAT'), +(800001993, 'UGRD', 2022, 'AS', 'LIT'), +(800001994, 'UGRD', 2024, 'AS', 'WRI'), +(800001995, 'UGRD', 2025, 'AS', 'STAT'), +(800001997, 'UGRD', 2022, 'AS', 'AAAS'), +(800001998, 'UGRD', 2021, 'AS', 'ANTH'), +(800002001, 'UGRD', 2022, 'AS', 'ECOM'), +(800002003, 'UGRD', 2022, 'AS', 'EALC'), +(800002004, 'UGRD', 2022, 'AS', 'CS'), +(800002005, 'UGRD', 2022, 'AS', 'ENG'), +(800002006, 'UGRD', 2023, 'AS', 'APHY'), +(800002007, 'UGRD', 2021, 'AS', 'MCB'), +(800002008, 'UGRD', 2021, 'AS', 'PSYC'), +(800002011, 'UGRD', 2022, 'AS', 'PSYC'), +(800002014, 'UGRD', 2021, 'AS', 'PHIL'), +(800002017, 'NDP', NULL, 'AS', 'BIOL'), +(800002018, 'UGRD', 2022, 'AS', 'HIST'), +(800002020, 'UGRD', 2023, 'AS', 'STAT'), +(800002025, 'UGRD', 2025, 'AS', 'BPHY'), +(800002026, 'UGRD', 2022, 'AS', 'GSS'), +(800002027, 'UGRD', 2024, 'AS', 'CPLT'), +(800002028, 'UGRD', 2021, 'AS', 'APHY'), +(800002029, 'UGRD', 2023, 'AS', 'AS'), +(800002030, 'UGRD', 2024, 'AS', 'AS'), +(800002033, 'UGRD', 2023, 'AS', 'LING'), +(800002034, 'UGRD', 2025, 'AS', 'PSYC'), +(800002035, 'UGRD', 2024, 'AS', 'WRI'), +(800002042, 'UGRD', 2024, 'AS', 'EALC'), +(800002044, 'UGRD', 2023, 'AS', 'PSCI'), +(800002045, 'UGRD', 2021, 'AS', 'AAAS'), +(800002050, 'UGRD', 2022, 'AS', 'THEA'), +(800002053, 'UGRD', 2021, 'AS', 'PSCI'), +(800002054, 'UGRD', 2025, 'AS', 'PHIL'), +(800002056, 'UGRD', 2023, 'AS', 'ENG'), +(800000096, 'UGRD', 2021, 'AS', 'SLAV'), +(800002060, 'UGRD', 2024, 'AS', 'ROML'), +(800002062, 'UGRD', 2024, 'AS', 'SOCS'), +(800002064, 'UGRD', 2024, 'AS', 'ROML'), +(800002065, 'UGRD', 2021, 'AS', 'EALC'), +(800002068, 'UGRD', 2021, 'AS', 'MCB'), +(800002070, 'UGRD', 2021, 'AS', 'HUM'), +(800002071, 'UGRD', 2021, 'AS', 'APHY'), +(800002074, 'UGRD', 2024, 'AS', 'PSYC'), +(800002077, 'UGRD', 2025, 'AS', 'SOC'), +(800002078, 'UGRD', 2021, 'AS', 'APCS'), +(800002080, 'UGRD', 2022, 'AS', 'SAS'), +(800002086, 'UGRD', 2021, 'AS', 'MEDS'), +(800002089, 'UGRD', 2025, 'AS', 'PHIL'), +(800002090, 'UGRD', 2024, 'AS', 'MEDS'), +(800002091, 'UGRD', 2022, 'AS', 'ECOM'), +(800002095, 'UGRD', 2025, 'AS', 'CS'), +(800002097, 'UGRD', 2021, 'AS', 'GSS'), +(800002101, 'UGRD', 2023, 'AS', 'SOC'), +(800002102, 'UGRD', 2023, 'AS', 'SOC'), +(800002103, 'UGRD', 2023, 'AS', 'BPHY'), +(800002105, 'UGRD', 2021, 'AS', 'SOC'), +(800002107, 'UGRD', 2025, 'AS', 'BPHY'), +(800002111, 'UGRD', 2024, 'AS', 'HIST'), +(800002112, 'UGRD', 2024, 'AS', 'GSS'), +(800002113, 'UGRD', 2024, 'AS', 'ANTH'), +(800002115, 'UGRD', 2023, 'AS', 'SLAV'), +(800002117, 'UGRD', 2024, 'AS', 'CLSS'), +(800002119, 'UGRD', 2022, 'AS', 'ENGL'), +(800002120, 'UGRD', 2023, 'AS', 'ENV'), +(800002123, 'UGRD', 2023, 'AS', 'POLI'), +(800002124, 'UGRD', 2024, 'AS', 'ARCH'), +(800002133, 'UGRD', 2022, 'AS', 'SLAV'), +(800002134, 'UGRD', 2024, 'AS', 'CPLT'), +(800002135, 'UGRD', 2022, 'AS', 'SOCS'), +(800002136, 'UGRD', 2021, 'AS', 'THEA'), +(800002137, 'UGRD', 2023, 'AS', 'MES'), +(800002140, 'UGRD', 2025, 'AS', 'BIOS'), +(800002143, 'UGRD', 2023, 'AS', 'CLSS'), +(800002146, 'UGRD', 2021, 'AS', 'MES'), +(800002148, 'UGRD', 2024, 'AS', 'PSYC'), +(800002149, 'NDP', NULL, 'AS', 'PSYC'), +(800002151, 'UGRD', 2021, 'AS', 'SAS'), +(800002152, 'UGRD', 2023, 'AS', 'PHY'), +(800002154, 'UGRD', 2021, 'AS', 'ECOM'), +(800002155, 'UGRD', 2025, 'AS', 'GSS'), +(800002159, 'UGRD', 2024, 'AS', 'POLI'), +(800002160, 'UGRD', 2023, 'AS', 'CLSS'), +(800002161, 'UGRD', 2022, 'AS', 'PSCI'), +(800002162, 'UGRD', 2025, 'AS', 'THEA'), +(800002163, 'UGRD', 2023, 'AS', 'POLI'), +(800002165, 'UGRD', 2025, 'AS', 'GERM'), +(800002166, 'UGRD', 2025, 'AS', 'MES'), +(800002167, 'UGRD', 2021, 'AS', 'ARCH'), +(800002169, 'UGRD', 2025, 'AS', 'GHP'), +(800002172, 'UGRD', 2023, 'AS', 'CPLT'), +(800002174, 'UGRD', 2025, 'AS', 'BIOS'), +(800002175, 'UGRD', 2023, 'AS', 'ANTH'), +(800002177, 'UGRD', 2021, 'AS', 'ROML'), +(800002178, 'UGRD', 2025, 'AS', 'SOC'), +(800002179, 'UGRD', 2021, 'AS', 'ENGL'), +(800002182, 'UGRD', 2025, 'AS', 'APCS'), +(800002183, 'UGRD', 2021, 'AS', 'NELC'), +(800002184, 'UGRD', 2024, 'AS', 'GSS'), +(800002185, 'UGRD', 2025, 'AS', 'ENGL'), +(800002186, 'UGRD', 2021, 'AS', 'STAT'), +(800002195, 'UGRD', 2021, 'AS', 'LIT'), +(800002196, 'UGRD', 2024, 'AS', 'ARCH'), +(800002197, 'UGRD', 2022, 'AS', 'SLAV'), +(800002198, 'UGRD', 2021, 'AS', 'ASTR'), +(800002200, 'UGRD', 2024, 'AS', 'CPLT'), +(800002201, 'UGRD', 2025, 'AS', 'MCB'), +(800002202, 'UGRD', 2024, 'AS', 'EALC'), +(800002203, 'UGRD', 2021, 'AS', 'ROML'), +(800002204, 'UGRD', 2025, 'AS', 'ROML'), +(800002205, 'UGRD', 2025, 'AS', 'NELC'), +(800002207, 'UGRD', 2022, 'AS', 'STAT'), +(800002209, 'UGRD', 2023, 'AS', 'APCS'), +(800002211, 'UGRD', 2025, 'AS', 'ANTH'), +(800002213, 'UGRD', 2021, 'AS', 'CS'), +(800002214, 'UGRD', 2023, 'AS', 'GVMT'), +(800002215, 'UGRD', 2021, 'AS', 'THEA'), +(800002217, 'UGRD', 2025, 'AS', 'PSCI'), +(800002219, 'UGRD', 2025, 'AS', 'PHY'), +(800002221, 'UGRD', 2025, 'AS', 'CELT'), +(800002222, 'UGRD', 2021, 'AS', 'MUS'), +(800002224, 'UGRD', 2023, 'AS', 'WRI'), +(800002225, 'UGRD', 2021, 'AS', 'LING'), +(800002226, 'UGRD', 2021, 'AS', 'ENGL'), +(800002228, 'UGRD', 2021, 'AS', 'ECOM'), +(800002229, 'UGRD', 2022, 'AS', 'BPHY'), +(800002233, 'UGRD', 2023, 'AS', 'LIT'), +(800002239, 'UGRD', 2023, 'AS', 'GSS'), +(800002240, 'UGRD', 2023, 'AS', 'WRI'), +(800002241, 'UGRD', 2023, 'AS', 'SLAV'), +(800002242, 'UGRD', 2024, 'AS', 'ANTH'), +(800002243, 'UGRD', 2024, 'AS', 'AS'), +(800002244, 'UGRD', 2021, 'AS', 'ENV'), +(800002246, 'UGRD', 2023, 'AS', 'MUS'), +(800002248, 'UGRD', 2025, 'AS', 'MES'), +(800002249, 'UGRD', 2022, 'AS', 'LIT'), +(800002253, 'UGRD', 2023, 'AS', 'MUS'), +(800002255, 'UGRD', 2022, 'AS', 'SAS'), +(800002257, 'UGRD', 2022, 'AS', 'ARCH'), +(800002262, 'UGRD', 2022, 'AS', 'ASTR'), +(800002263, 'UGRD', 2021, 'AS', 'ARCH'), +(800002264, 'UGRD', 2025, 'AS', 'NELC'), +(800002266, 'UGRD', 2022, 'AS', 'PHIL'), +(800002267, 'UGRD', 2023, 'AS', 'ECOM'), +(800002268, 'UGRD', 2025, 'AS', 'WRI'), +(800002270, 'UGRD', 2024, 'AS', 'ANTH'), +(800002274, 'UGRD', 2024, 'AS', 'CLSS'), +(800002276, 'UGRD', 2024, 'AS', 'AAAS'), +(800002277, 'UGRD', 2024, 'AS', 'MAT'), +(800002281, 'UGRD', 2021, 'AS', 'ECOM'), +(800002284, 'UGRD', 2024, 'AS', 'LING'), +(800002292, 'UGRD', 2022, 'AS', 'ANTH'), +(800002293, 'UGRD', 2021, 'AS', 'POLI'), +(800002297, 'UGRD', 2023, 'AS', 'STAT'), +(800002299, 'UGRD', 2022, 'AS', 'PSYC'), +(800002300, 'UGRD', 2022, 'AS', 'EALC'), +(800002301, 'UGRD', 2022, 'AS', 'AAAS'), +(800002302, 'UGRD', 2021, 'AS', 'MEDS'), +(800002304, 'UGRD', 2024, 'AS', 'ANTH'), +(800002306, 'UGRD', 2021, 'AS', 'MUS'), +(800002307, 'NDP', NULL, 'AS', 'MCB'), +(800002311, 'UGRD', 2025, 'AS', 'AMAT'), +(800002313, 'UGRD', 2021, 'AS', 'ARCH'), +(800002314, 'UGRD', 2023, 'AS', 'SAS'), +(800002315, 'UGRD', 2022, 'AS', 'ECOM'), +(800002318, 'UGRD', 2022, 'AS', 'APHY'), +(800002320, 'UGRD', 2024, 'AS', 'BIOS'), +(800002322, 'UGRD', 2025, 'AS', 'MUS'), +(800002326, 'UGRD', 2025, 'AS', 'SAS'), +(800002328, 'UGRD', 2023, 'AS', 'ENV'), +(800002330, 'UGRD', 2021, 'AS', 'BIOL'), +(800002331, 'UGRD', 2021, 'AS', 'SOCS'), +(800002337, 'UGRD', 2021, 'AS', 'BIOS'), +(800002338, 'UGRD', 2024, 'AS', 'THEA'), +(800002340, 'UGRD', 2023, 'AS', 'ROML'), +(800002341, 'UGRD', 2023, 'AS', 'BPHY'), +(800002342, 'UGRD', 2021, 'AS', 'PSCI'), +(800002346, 'UGRD', 2022, 'AS', 'STAT'), +(800002352, 'UGRD', 2022, 'AS', 'LING'), +(800002353, 'UGRD', 2021, 'AS', 'CLSS'), +(800002354, 'UGRD', 2021, 'AS', 'STAT'), +(800002355, 'UGRD', 2023, 'AS', 'ENV'), +(800002360, 'UGRD', 2024, 'AS', 'WRI'), +(800002361, 'UGRD', 2022, 'AS', 'MAT'), +(800002364, 'UGRD', 2023, 'AS', 'MES'), +(800002365, 'UGRD', 2023, 'AS', 'MAT'), +(800002369, 'UGRD', 2022, 'AS', 'CS'), +(800002370, 'UGRD', 2022, 'AS', 'CELT'), +(800002371, 'UGRD', 2022, 'AS', 'NELC'), +(800002373, 'UGRD', 2025, 'AS', 'STAT'), +(800002375, 'UGRD', 2025, 'AS', 'REL'), +(800002378, 'UGRD', 2024, 'AS', 'MAT'), +(800002382, 'UGRD', 2021, 'AS', 'ASTR'), +(800002384, 'UGRD', 2021, 'AS', 'MES'), +(800002388, 'UGRD', 2021, 'AS', 'ASTR'), +(800002393, 'UGRD', 2022, 'AS', 'SOCS'), +(800002395, 'UGRD', 2025, 'AS', 'ENV'), +(800002397, 'UGRD', 2022, 'AS', 'MUS'), +(800002400, 'UGRD', 2021, 'AS', 'GVMT'), +(800002401, 'UGRD', 2021, 'AS', 'HUM'), +(800002403, 'UGRD', 2023, 'AS', 'PHIL'), +(800002404, 'UGRD', 2023, 'AS', 'GHP'), +(800002405, 'UGRD', 2021, 'AS', 'THEA'), +(800002406, 'UGRD', 2023, 'AS', 'PSYC'), +(800002408, 'UGRD', 2024, 'AS', 'ASTR'), +(800002412, 'UGRD', 2022, 'AS', 'BIOS'), +(800002414, 'UGRD', 2024, 'AS', 'EALC'), +(800002416, 'UGRD', 2024, 'AS', 'AS'), +(800002417, 'UGRD', 2025, 'AS', 'GSS'), +(800002418, 'UGRD', 2025, 'AS', 'PHIL'), +(800002420, 'UGRD', 2022, 'AS', 'CHEM'), +(800002422, 'UGRD', 2025, 'AS', 'LING'), +(800002425, 'UGRD', 2024, 'AS', 'AS'), +(800002427, 'UGRD', 2025, 'AS', 'STAT'), +(800002428, 'UGRD', 2021, 'AS', 'MES'), +(800002429, 'UGRD', 2023, 'AS', 'MAT'), +(800002433, 'UGRD', 2021, 'AS', 'BIOL'), +(800002434, 'UGRD', 2024, 'AS', 'BPHY'), +(800002435, 'UGRD', 2022, 'AS', 'APCS'), +(800002438, 'UGRD', 2022, 'AS', 'THEA'), +(800002442, 'UGRD', 2022, 'AS', 'ENV'), +(800002443, 'UGRD', 2022, 'AS', 'ASTR'), +(800002445, 'UGRD', 2021, 'AS', 'EALC'), +(800002507, 'UGRD', 2022, 'AS', 'GERM'), +(800002447, 'UGRD', 2023, 'AS', 'ROML'), +(800002449, 'UGRD', 2023, 'AS', 'GVMT'), +(800002450, 'UGRD', 2025, 'AS', 'AAAS'), +(800002451, 'UGRD', 2025, 'AS', 'CELT'), +(800002452, 'NDP', NULL, 'AS', 'THEA'), +(800002453, 'UGRD', 2023, 'AS', 'ENGL'), +(800002455, 'UGRD', 2025, 'AS', 'BIOL'), +(800002458, 'UGRD', 2023, 'AS', 'ROML'), +(800002461, 'UGRD', 2024, 'AS', 'AMAT'), +(800002463, 'UGRD', 2024, 'AS', 'HIST'), +(800002464, 'UGRD', 2022, 'AS', 'ENGL'), +(800002465, 'UGRD', 2023, 'AS', 'NELC'), +(800002351, 'UGRD', 2024, 'AS', 'AMAT'), +(800002469, 'UGRD', 2021, 'AS', 'WRI'), +(800002470, 'UGRD', 2025, 'AS', 'WRI'), +(800002471, 'UGRD', 2023, 'AS', 'ANTH'), +(800002475, 'UGRD', 2025, 'AS', 'POLI'), +(800002477, 'UGRD', 2022, 'AS', 'AS'), +(800002479, 'UGRD', 2022, 'AS', 'ASTR'), +(800002480, 'UGRD', 2024, 'AS', 'AS'), +(800002481, 'UGRD', 2023, 'AS', 'SLAV'), +(800002482, 'UGRD', 2025, 'AS', 'HUM'), +(800002487, 'UGRD', 2021, 'AS', 'AMAT'), +(800002491, 'UGRD', 2024, 'AS', 'GSS'), +(800002492, 'UGRD', 2025, 'AS', 'ANTH'), +(800002493, 'UGRD', 2024, 'AS', 'ROML'), +(800002494, 'UGRD', 2021, 'AS', 'HUM'), +(800002500, 'UGRD', 2021, 'AS', 'PSYC'), +(800002501, 'UGRD', 2023, 'AS', 'CHEM'), +(800002502, 'UGRD', 2025, 'AS', 'REL'), +(800002503, 'UGRD', 2024, 'AS', 'AMAT'), +(800002509, 'UGRD', 2021, 'AS', 'ANTH'), +(800002511, 'UGRD', 2022, 'AS', 'AAAS'), +(800002514, 'UGRD', 2022, 'AS', 'ENGL'), +(800002515, 'NDP', NULL, 'AS', 'GHP'), +(800002516, 'UGRD', 2022, 'AS', 'PSCI'), +(800002517, 'UGRD', 2025, 'AS', 'AS'), +(800002518, 'UGRD', 2021, 'AS', 'STAT'), +(800002519, 'UGRD', 2021, 'AS', 'APHY'), +(800002523, 'UGRD', 2023, 'AS', 'BIOL'), +(800002524, 'UGRD', 2024, 'AS', 'SOCS'), +(800002525, 'UGRD', 2025, 'AS', 'BIOL'), +(800002526, 'UGRD', 2024, 'AS', 'ENG'), +(800002528, 'UGRD', 2022, 'AS', 'PHY'), +(800002530, 'UGRD', 2021, 'AS', 'LIT'), +(800002531, 'UGRD', 2025, 'AS', 'MEDS'), +(800002533, 'UGRD', 2021, 'AS', 'BIOS'), +(800002534, 'UGRD', 2021, 'AS', 'ART'), +(800002536, 'UGRD', 2025, 'AS', 'GHP'), +(800002537, 'UGRD', 2024, 'AS', 'CHEM'), +(800002539, 'UGRD', 2023, 'AS', 'EALC'), +(800002540, 'UGRD', 2021, 'AS', 'APCS'), +(800002541, 'UGRD', 2023, 'AS', 'ART'), +(800002543, 'UGRD', 2021, 'AS', 'GVMT'), +(800001594, 'UGRD', 2021, 'AS', 'ENGL'), +(800002548, 'UGRD', 2022, 'AS', 'APHY'), +(800002549, 'UGRD', 2024, 'AS', 'AAAS'), +(800002551, 'UGRD', 2022, 'AS', 'SOCS'), +(800002556, 'UGRD', 2025, 'AS', 'ENGL'), +(800002557, 'UGRD', 2025, 'AS', 'MAT'), +(800002559, 'UGRD', 2023, 'AS', 'THEA'), +(800002560, 'UGRD', 2021, 'AS', 'CS'), +(800002561, 'UGRD', 2024, 'AS', 'SOC'), +(800002562, 'UGRD', 2024, 'AS', 'ENG'), +(800002569, 'UGRD', 2025, 'AS', 'THEA'), +(800002570, 'UGRD', 2021, 'AS', 'PHY'), +(800002574, 'UGRD', 2022, 'AS', 'MUS'), +(800002575, 'UGRD', 2021, 'AS', 'MAT'), +(800002576, 'UGRD', 2022, 'AS', 'ECOM'), +(800002577, 'UGRD', 2021, 'AS', 'ECOM'), +(800002578, 'UGRD', 2021, 'AS', 'MES'), +(800002579, 'UGRD', 2021, 'AS', 'ROML'), +(800002582, 'UGRD', 2023, 'AS', 'ANTH'), +(800002583, 'UGRD', 2025, 'AS', 'CPLT'), +(800002584, 'UGRD', 2025, 'AS', 'LIT'), +(800002586, 'UGRD', 2025, 'AS', 'ROML'), +(800002587, 'UGRD', 2025, 'AS', 'CHEM'), +(800002588, 'UGRD', 2022, 'AS', 'APCS'), +(800002589, 'UGRD', 2022, 'AS', 'BIOL'), +(800002591, 'UGRD', 2022, 'AS', 'POLI'), +(800002594, 'UGRD', 2024, 'AS', 'POLI'), +(800002595, 'UGRD', 2025, 'AS', 'PHIL'), +(800002598, 'UGRD', 2021, 'AS', 'CLSS'), +(800002599, 'UGRD', 2022, 'AS', 'CPLT'), +(800002600, 'UGRD', 2025, 'AS', 'BIOL'), +(800002604, 'UGRD', 2024, 'AS', 'REL'), +(800002605, 'UGRD', 2022, 'AS', 'ENV'), +(800002606, 'UGRD', 2024, 'AS', 'ENGL'), +(800002607, 'UGRD', 2024, 'AS', 'REL'), +(800002609, 'UGRD', 2022, 'AS', 'CPLT'), +(800002611, 'UGRD', 2025, 'AS', 'MCB'), +(800002613, 'UGRD', 2022, 'AS', 'PSCI'), +(800002616, 'UGRD', 2023, 'AS', 'APHY'), +(800002617, 'UGRD', 2024, 'AS', 'PHY'), +(800002618, 'UGRD', 2024, 'AS', 'WRI'), +(800002619, 'UGRD', 2023, 'AS', 'HIST'), +(800002621, 'UGRD', 2023, 'AS', 'BIOS'), +(800002623, 'UGRD', 2022, 'AS', 'AS'), +(800002627, 'UGRD', 2025, 'AS', 'MCB'), +(800002629, 'UGRD', 2025, 'AS', 'ART'), +(800002630, 'UGRD', 2023, 'AS', 'MES'), +(800002631, 'UGRD', 2025, 'AS', 'WRI'), +(800002635, 'UGRD', 2022, 'AS', 'REL'), +(800002637, 'UGRD', 2022, 'AS', 'SAS'), +(800002638, 'UGRD', 2024, 'AS', 'BIOL'), +(800002639, 'UGRD', 2021, 'AS', 'LIT'), +(800002645, 'UGRD', 2024, 'AS', 'PSCI'), +(800002651, 'UGRD', 2021, 'AS', 'PHY'), +(800002653, 'UGRD', 2025, 'AS', 'APHY'), +(800002655, 'UGRD', 2025, 'AS', 'SAS'), +(800002657, 'UGRD', 2024, 'AS', 'THEA'), +(800002658, 'NDP', NULL, 'AS', 'STAT'), +(800002659, 'UGRD', 2021, 'AS', 'PHY'), +(800002660, 'UGRD', 2021, 'AS', 'GHP'), +(800002661, 'UGRD', 2025, 'AS', 'WRI'), +(800002662, 'UGRD', 2023, 'AS', 'EALC'), +(800002664, 'UGRD', 2022, 'AS', 'AAAS'), +(800002666, 'UGRD', 2021, 'AS', 'EALC'), +(800002672, 'UGRD', 2025, 'AS', 'AMAT'), +(800002676, 'UGRD', 2023, 'AS', 'HIST'), +(800002677, 'UGRD', 2022, 'AS', 'ENGL'), +(800002679, 'UGRD', 2021, 'AS', 'ROML'), +(800002683, 'UGRD', 2021, 'AS', 'ENV'), +(800002684, 'UGRD', 2021, 'AS', 'SOC'), +(800002687, 'UGRD', 2025, 'AS', 'MCB'), +(800002689, 'UGRD', 2024, 'AS', 'MES'), +(800002691, 'UGRD', 2022, 'AS', 'BPHY'), +(800002692, 'UGRD', 2022, 'AS', 'REL'), +(800002693, 'UGRD', 2024, 'AS', 'ROML'), +(800002695, 'UGRD', 2025, 'AS', 'CLSS'), +(800002697, 'UGRD', 2022, 'AS', 'GHP'), +(800002698, 'UGRD', 2021, 'AS', 'MEDS'), +(800002701, 'UGRD', 2025, 'AS', 'ENV'), +(800002710, 'UGRD', 2022, 'AS', 'BIOS'), +(800002712, 'UGRD', 2021, 'AS', 'ART'), +(800002714, 'UGRD', 2023, 'AS', 'GVMT'), +(800002715, 'UGRD', 2024, 'AS', 'WRI'), +(800002718, 'UGRD', 2022, 'AS', 'AMAT'), +(800002719, 'UGRD', 2023, 'AS', 'AMAT'), +(800002720, 'UGRD', 2021, 'AS', 'MAT'), +(800002722, 'UGRD', 2023, 'AS', 'SOCS'), +(800002723, 'UGRD', 2021, 'AS', 'APCS'), +(800002726, 'UGRD', 2024, 'AS', 'CHEM'), +(800002727, 'UGRD', 2024, 'AS', 'CS'), +(800002731, 'UGRD', 2025, 'AS', 'HIST'), +(800002732, 'UGRD', 2023, 'AS', 'EALC'), +(800002741, 'UGRD', 2021, 'AS', 'REL'), +(800002743, 'UGRD', 2021, 'AS', 'SOCS'), +(800002747, 'UGRD', 2021, 'AS', 'STAT'), +(800002748, 'UGRD', 2023, 'AS', 'POLI'), +(800002749, 'UGRD', 2025, 'AS', 'CLSS'), +(800002753, 'UGRD', 2022, 'AS', 'GERM'), +(800002756, 'UGRD', 2021, 'AS', 'CS'), +(800002759, 'UGRD', 2021, 'AS', 'GHP'), +(800002760, 'UGRD', 2023, 'AS', 'SAS'), +(800002762, 'UGRD', 2024, 'AS', 'PSCI'), +(800002766, 'UGRD', 2024, 'AS', 'GSS'), +(800002767, 'UGRD', 2025, 'AS', 'AS'), +(800002768, 'UGRD', 2025, 'AS', 'ENV'), +(800002770, 'UGRD', 2025, 'AS', 'SAS'), +(800002771, 'UGRD', 2023, 'AS', 'ENV'), +(800002775, 'UGRD', 2021, 'AS', 'MEDS'), +(800002776, 'UGRD', 2021, 'AS', 'SOC'), +(800002778, 'UGRD', 2022, 'AS', 'ECOM'), +(800002779, 'UGRD', 2021, 'AS', 'ASTR'), +(800002781, 'UGRD', 2021, 'AS', 'AS'), +(800002783, 'UGRD', 2024, 'AS', 'PSCI'), +(800002784, 'UGRD', 2023, 'AS', 'ECOM'), +(800002785, 'UGRD', 2023, 'AS', 'GSS'), +(800002786, 'UGRD', 2024, 'AS', 'ENG'), +(800002788, 'UGRD', 2021, 'AS', 'CLSS'), +(800002790, 'UGRD', 2025, 'AS', 'CLSS'), +(800002791, 'UGRD', 2024, 'AS', 'MCB'), +(800002795, 'UGRD', 2021, 'AS', 'MES'), +(800002799, 'UGRD', 2021, 'AS', 'GVMT'), +(800002800, 'UGRD', 2025, 'AS', 'EALC'), +(800002802, 'UGRD', 2021, 'AS', 'LIT'), +(800002803, 'UGRD', 2022, 'AS', 'THEA'), +(800002808, 'UGRD', 2022, 'AS', 'ARCH'), +(800002809, 'UGRD', 2025, 'AS', 'ANTH'), +(800002810, 'UGRD', 2023, 'AS', 'SOC'), +(800002815, 'UGRD', 2025, 'AS', 'BIOS'), +(800002817, 'UGRD', 2025, 'AS', 'GVMT'), +(800002818, 'UGRD', 2021, 'AS', 'STAT'), +(800002821, 'UGRD', 2023, 'AS', 'ART'), +(800002829, 'UGRD', 2025, 'AS', 'SLAV'), +(800002830, 'UGRD', 2022, 'AS', 'SAS'), +(800002832, 'UGRD', 2023, 'AS', 'NELC'), +(800002833, 'UGRD', 2023, 'AS', 'GERM'), +(800002835, 'UGRD', 2022, 'AS', 'MUS'), +(800002838, 'UGRD', 2025, 'AS', 'PSYC'), +(800002845, 'UGRD', 2021, 'AS', 'ECOM'), +(800002846, 'UGRD', 2021, 'AS', 'POLI'), +(800002848, 'UGRD', 2023, 'AS', 'SAS'), +(800002852, 'UGRD', 2022, 'AS', 'PHY'), +(800002854, 'UGRD', 2025, 'AS', 'BPHY'), +(800002861, 'UGRD', 2023, 'AS', 'HUM'), +(800002862, 'UGRD', 2024, 'AS', 'CHEM'), +(800002865, 'UGRD', 2021, 'AS', 'ENGL'), +(800002868, 'UGRD', 2024, 'AS', 'ROML'), +(800002869, 'UGRD', 2025, 'AS', 'ASTR'), +(800002871, 'UGRD', 2023, 'AS', 'ART'), +(800002872, 'UGRD', 2022, 'AS', 'GVMT'), +(800002878, 'UGRD', 2025, 'AS', 'ART'), +(800002879, 'UGRD', 2022, 'AS', 'ASTR'), +(800002880, 'UGRD', 2024, 'AS', 'ANTH'), +(800002881, 'UGRD', 2022, 'AS', 'MES'), +(800002882, 'UGRD', 2022, 'AS', 'SOC'), +(800002884, 'UGRD', 2025, 'AS', 'CPLT'), +(800002889, 'UGRD', 2022, 'AS', 'SOCS'), +(800002891, 'UGRD', 2021, 'AS', 'GSS'), +(800002894, 'UGRD', 2025, 'AS', 'APCS'), +(800002896, 'UGRD', 2024, 'AS', 'SAS'), +(800002898, 'UGRD', 2024, 'AS', 'REL'), +(800002899, 'UGRD', 2022, 'AS', 'AMAT'), +(800002900, 'UGRD', 2023, 'AS', 'AAAS'), +(800002901, 'UGRD', 2025, 'AS', 'BPHY'), +(800002904, 'UGRD', 2021, 'AS', 'SOC'), +(800002905, 'UGRD', 2023, 'AS', 'SAS'), +(800002911, 'UGRD', 2024, 'AS', 'ENG'), +(800002913, 'NDP', NULL, 'AS', 'SOCS'), +(800002914, 'UGRD', 2021, 'AS', 'SOC'), +(800002915, 'UGRD', 2025, 'AS', 'LIT'), +(800001129, 'UGRD', 2021, 'AS', 'BIOS'), +(800002920, 'UGRD', 2024, 'AS', 'PHY'), +(800002921, 'UGRD', 2022, 'AS', 'SAS'), +(800002922, 'UGRD', 2025, 'AS', 'PHY'), +(800002923, 'UGRD', 2023, 'AS', 'LING'), +(800002924, 'UGRD', 2025, 'AS', 'NELC'), +(800002925, 'UGRD', 2024, 'AS', 'ENG'), +(800002926, 'UGRD', 2024, 'AS', 'SLAV'), +(800002927, 'UGRD', 2025, 'AS', 'ART'), +(800002928, 'UGRD', 2021, 'AS', 'CELT'), +(800002930, 'UGRD', 2023, 'AS', 'EALC'), +(800002932, 'UGRD', 2022, 'AS', 'MUS'), +(800002933, 'UGRD', 2025, 'AS', 'MES'), +(800002939, 'UGRD', 2023, 'AS', 'BIOL'), +(800002941, 'UGRD', 2021, 'AS', 'ENV'), +(800002943, 'UGRD', 2024, 'AS', 'APHY'), +(800001699, 'NDP', NULL, 'AS', 'APCS'), +(800002945, 'UGRD', 2024, 'AS', 'CLSS'), +(800000787, 'UGRD', 2024, 'AS', 'BIOS'), +(800002948, 'UGRD', 2025, 'AS', 'ART'), +(800002949, 'UGRD', 2025, 'AS', 'STAT'), +(800002952, 'UGRD', 2022, 'AS', 'GERM'), +(800002953, 'UGRD', 2022, 'AS', 'STAT'), +(800002956, 'UGRD', 2025, 'AS', 'MEDS'), +(800002963, 'UGRD', 2022, 'AS', 'LING'), +(800002967, 'UGRD', 2025, 'AS', 'ENV'), +(800002971, 'UGRD', 2022, 'AS', 'SOCS'), +(800002972, 'UGRD', 2021, 'AS', 'ENG'), +(800002974, 'UGRD', 2022, 'AS', 'GVMT'), +(800002976, 'UGRD', 2025, 'AS', 'GSS'), +(800002977, 'UGRD', 2021, 'AS', 'MCB'), +(800002979, 'UGRD', 2024, 'AS', 'ENGL'), +(800002981, 'UGRD', 2025, 'AS', 'LIT'), +(800002984, 'UGRD', 2022, 'AS', 'GERM'), +(800002985, 'UGRD', 2022, 'AS', 'ENGL'), +(800002987, 'UGRD', 2023, 'AS', 'BIOL'), +(800002988, 'UGRD', 2022, 'AS', 'MEDS'), +(800002989, 'UGRD', 2021, 'AS', 'BIOL'), +(800002991, 'UGRD', 2025, 'AS', 'MCB'), +(800002994, 'UGRD', 2025, 'AS', 'MCB'), +(800002998, 'UGRD', 2025, 'AS', 'PHY') +; + +insert into sis_stu_programs (person_id, acad_prog_id, grad_year_expected, school_id, acad_dept_id) values +(800000039, 'GRAD', 2025, 'GRD', 'GS'), +(800000075, 'GRAD', 2021, 'GRD', 'GS'), +(800000155, 'GRAD', 2024, 'GRD', 'GS'), +(800000237, 'GRAD', 2023, 'GRD', 'GS'), +(800000338, 'GRAD', 2023, 'GRD', 'GS'), +(800000339, 'GRAD', 2022, 'GRD', 'GS'), +(800000461, 'GRAD', 2022, 'GRD', 'GS'), +(800000642, 'GRAD', 2025, 'GRD', 'GS'), +(800000645, 'GRAD', 2024, 'GRD', 'GS'), +(800000687, 'GNDP', NULL, 'GRD', 'GS'), +(800000696, 'GRAD', 2023, 'GRD', 'GS'), +(800000725, 'GNDP', NULL, 'GRD', 'GS'), +(800000730, 'GRAD', 2021, 'GRD', 'GS'), +(800000732, 'GRAD', 2021, 'GRD', 'GS'), +(800000975, 'GRAD', 2021, 'GRD', 'GS'), +(800000990, 'GRAD', 2024, 'GRD', 'GS'), +(800001110, 'GRAD', 2021, 'GRD', 'GS'), +(800001157, 'GRAD', 2023, 'GRD', 'GS'), +(800001330, 'GRAD', 2021, 'GRD', 'GS'), +(800001348, 'GRAD', 2024, 'GRD', 'GS'), +(800001416, 'GRAD', 2025, 'GRD', 'GS'), +(800001424, 'GRAD', 2022, 'GRD', 'GS'), +(800001507, 'GRAD', 2024, 'GRD', 'GS'), +(800001520, 'GRAD', 2025, 'GRD', 'GS'), +(800001571, 'GNDP', NULL, 'GRD', 'GS'), +(800001579, 'GRAD', 2021, 'GRD', 'GS'), +(800001733, 'GRAD', 2022, 'GRD', 'GS'), +(800001795, 'GRAD', 2024, 'GRD', 'GS'), +(800001852, 'GRAD', 2024, 'GRD', 'GS'), +(800001860, 'GRAD', 2024, 'GRD', 'GS'), +(800001926, 'GRAD', 2021, 'GRD', 'GS'), +(800001933, 'GRAD', 2025, 'GRD', 'GS'), +(800002072, 'GRAD', 2025, 'GRD', 'GS'), +(800002081, 'GRAD', 2025, 'GRD', 'GS'), +(800002087, 'GRAD', 2025, 'GRD', 'GS'), +(800002324, 'GRAD', 2023, 'GRD', 'GS'), +(800002359, 'GRAD', 2023, 'GRD', 'GS'), +(800002444, 'GRAD', 2023, 'GRD', 'GS'), +(800002603, 'GRAD', 2025, 'GRD', 'GS'), +(800002663, 'GRAD', 2023, 'GRD', 'GS'), +(800002703, 'GRAD', 2024, 'GRD', 'GS'), +(800002738, 'GRAD', 2021, 'GRD', 'GS'), +(800002777, 'GRAD', 2024, 'GRD', 'GS'), +(800002814, 'GRAD', 2025, 'GRD', 'GS'), +(800002834, 'GRAD', 2024, 'GRD', 'GS'), +(800002867, 'GRAD', 2022, 'GRD', 'GS') +; + +insert into sis_stu_programs (person_id, acad_prog_id, grad_year_expected, school_id, acad_dept_id) values +(800000086, 'SPM', 2023, 'SPM', NULL), +(800000099, 'SPM', 2022, 'SPM', NULL), +(800000102, 'SPM', 2023, 'SPM', NULL), +(800000768, 'SPM', 2022, 'SPM', NULL), +(800000832, 'SPM', 2023, 'SPM', NULL), +(800000886, 'SPM', 2022, 'SPM', NULL), +(800000936, 'SPM', 2024, 'SPM', NULL), +(800001004, 'SPM', 2022, 'SPM', NULL), +(800001049, 'SPM', 2025, 'SPM', NULL), +(800001436, 'SPM', 2022, 'SPM', NULL), +(800001491, 'SPM', 2023, 'SPM', NULL), +(800001496, 'SPM', 2023, 'SPM', NULL), +(800001569, 'SPM', 2021, 'SPM', NULL), +(800001996, 'SPM', 2024, 'SPM', NULL), +(800002083, 'SPM', 2021, 'SPM', NULL), +(800002138, 'SPM', 2021, 'SPM', NULL), +(800002187, 'SPM', 2022, 'SPM', NULL), +(800002199, 'SPM', 2021, 'SPM', NULL), +(800002258, 'SPM', 2023, 'SPM', NULL), +(800002357, 'SPM', 2025, 'SPM', NULL), +(800002387, 'SPM', 2022, 'SPM', NULL), +(800002478, 'SPM', 2023, 'SPM', NULL), +(800002553, 'SPM', 2021, 'SPM', NULL), +(800002596, 'SPM', 2024, 'SPM', NULL), +(800000428, 'SB', 2025, 'BUS', NULL), +(800000441, 'SB', 2024, 'BUS', NULL), +(800000463, 'SB', 2023, 'BUS', NULL), +(800000550, 'SB', 2023, 'BUS', NULL), +(800000720, 'SB', 2024, 'BUS', NULL), +(800000781, 'SB', 2025, 'BUS', NULL), +(800000822, 'SB', 2024, 'BUS', NULL), +(800001064, 'SB', 2024, 'BUS', NULL), +(800001122, 'SB', 2022, 'BUS', NULL), +(800001273, 'SB', 2025, 'BUS', NULL), +(800001287, 'SB', 2023, 'BUS', NULL), +(800001396, 'SB', 2023, 'BUS', NULL), +(800001513, 'SB', 2023, 'BUS', NULL), +(800001715, 'SB', 2025, 'BUS', NULL), +(800001740, 'SB', 2024, 'BUS', NULL), +(800001858, 'SB', 2024, 'BUS', NULL), +(800002010, 'SB', 2022, 'BUS', NULL), +(800002312, 'SB', 2022, 'BUS', NULL), +(800002483, 'SB', 2023, 'BUS', NULL), +(800002622, 'SB', 2024, 'BUS', NULL), +(800002652, 'SB', 2024, 'BUS', NULL), +(800002707, 'SB', 2021, 'BUS', NULL), +(800002737, 'SB', 2024, 'BUS', NULL), +(800002982, 'SB', 2022, 'BUS', NULL), +(800002993, 'SB', 2021, 'BUS', NULL), +(800000094, 'SCS', 2021, 'SCS', NULL), +(800000170, 'SCS', 2025, 'SCS', NULL), +(800000348, 'SCS', 2023, 'SCS', NULL), +(800000490, 'SCS', 2025, 'SCS', NULL), +(800000495, 'SCS', 2025, 'SCS', NULL), +(800000692, 'SCS', 2022, 'SCS', NULL), +(800000724, 'SCS', 2021, 'SCS', NULL), +(800000890, 'SCS', 2025, 'SCS', NULL), +(800001017, 'SCS', 2024, 'SCS', NULL), +(800001338, 'SCS', 2022, 'SCS', NULL), +(800001538, 'SCS', 2022, 'SCS', NULL), +(800001574, 'SCS', 2023, 'SCS', NULL), +(800001586, 'SCS', 2022, 'SCS', NULL), +(800001593, 'SCS', 2021, 'SCS', NULL), +(800001667, 'SCS', 2025, 'SCS', NULL), +(800001687, 'SCS', 2024, 'SCS', NULL), +(800001756, 'SCS', 2024, 'SCS', NULL), +(800001988, 'SCS', 2025, 'SCS', NULL), +(800002052, 'SCS', 2021, 'SCS', NULL), +(800002278, 'SCS', 2021, 'SCS', NULL), +(800000467, 'SCS', 2023, 'SCS', NULL), +(800002490, 'SCS', 2022, 'SCS', NULL), +(800002673, 'SCS', 2025, 'SCS', NULL) +; + + +commit; + + diff --git a/ex101/ex101.1.1/container_files/seed-data/users.ldif b/ex101/ex101.1.1/container_files/seed-data/users.ldif index 3aedc40..ab67de5 100644 --- a/ex101/ex101.1.1/container_files/seed-data/users.ldif +++ b/ex101/ex101.1.1/container_files/seed-data/users.ldif @@ -1,18328 +1,44999 @@ -dn: uid=mgrady0,ou=people,dc=internet2,dc=edu +dn: uid=dbrown,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Mark -cn: Mark Grady -uid: mgrady0 -title: alum -employeeNumber: 80000001 -mail: mgrady0@example.edu -businessCategory:Purchasing +surname: Brown +givenName: Douglas +cn: Douglas Brown +uid: dbrown +#title: alum +employeeNumber: 800000000 +mail: Douglas.Brown@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mlangenberg1,ou=people,dc=internet2,dc=edu +dn: uid=jcunning,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Maddie -cn: Maddie Langenberg -uid: mlangenberg1 -title: faculty -employeeNumber: 80000002 -mail: mlangenberg1@example.edu -businessCategory:Financial Aid +surname: Cunningham +givenName: Joshua +cn: Joshua Cunningham +uid: jcunning +#title: alum +employeeNumber: 800000001 +mail: Joshua.Cunningham@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=bgasper2,ou=people,dc=internet2,dc=edu +dn: uid=lmiller,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Bill -cn: Bill Gasper -uid: bgasper2 -title: other -employeeNumber: 80000003 -mail: bgasper2@example.edu -businessCategory:Accounting +surname: Miller +givenName: Latoya +cn: Latoya Miller +uid: lmiller +#title: alum +employeeNumber: 800000002 +mail: Latoya.Miller@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=ksmith3,ou=people,dc=internet2,dc=edu +dn: uid=bcarrill,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Kim -cn: Kim Smith -uid: ksmith3 -title: other -employeeNumber: 80000004 -mail: ksmith3@example.edu -businessCategory:Accounting +surname: Carrillo +givenName: Blake +cn: Blake Carrillo +uid: bcarrill +#title: alum +employeeNumber: 800000003 +mail: Blake.Carrillo@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=jdavis4,ou=people,dc=internet2,dc=edu +dn: uid=cbender,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Jo -cn: Jo Davis -uid: jdavis4 -title: staff -employeeNumber: 80000005 -mail: jdavis4@example.edu -businessCategory:Information Technology +surname: Bender +givenName: Christopher +cn: Christopher Bender +uid: cbender +#title: alum +employeeNumber: 800000004 +mail: Christopher.Bender@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=ldavis5,ou=people,dc=internet2,dc=edu +dn: uid=jhernand,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Lori -cn: Lori Davis -uid: ldavis5 -title: faculty -employeeNumber: 80000006 -mail: ldavis5@example.edu -businessCategory:Advising +surname: Hernandez +givenName: Jessica +cn: Jessica Hernandez +uid: jhernand +#title: alum +employeeNumber: 800000005 +mail: Jessica.Hernandez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=awalters6,ou=people,dc=internet2,dc=edu +dn: uid=gfisher,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Ava -cn: Ava Walters -uid: awalters6 -title: student -employeeNumber: 80000007 -mail: awalters6@example.edu -businessCategory:Financial Aid +surname: Fisher +givenName: George +cn: George Fisher +uid: gfisher +#title: alum +employeeNumber: 800000006 +mail: George.Fisher@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mdoe7,ou=people,dc=internet2,dc=edu +dn: uid=jgallowa,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Megan -cn: Megan Doe -uid: mdoe7 -title: other -employeeNumber: 80000008 -mail: mdoe7@example.edu -businessCategory:Accounting +surname: Galloway +givenName: Jake +cn: Jake Galloway +uid: jgallowa +#title: alum +employeeNumber: 800000007 +mail: Jake.Galloway@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mmartinez8,ou=people,dc=internet2,dc=edu +dn: uid=chart,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Mary -cn: Mary Martinez -uid: mmartinez8 -title: faculty -employeeNumber: 80000009 -mail: mmartinez8@example.edu -businessCategory:Business +surname: Hart +givenName: Christine +cn: Christine Hart +uid: chart +#title: alum +employeeNumber: 800000008 +mail: Christine.Hart@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=hnielson9,ou=people,dc=internet2,dc=edu +dn: uid=bvillanu,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Heather -cn: Heather Nielson -uid: hnielson9 -title: staff -employeeNumber: 80000010 -mail: hnielson9@example.edu -businessCategory:Language Arts +surname: Villanueva +givenName: Brenda +cn: Brenda Villanueva +uid: bvillanu +#title: alum +employeeNumber: 800000009 +mail: Brenda.Villanueva@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=hpeterson10,ou=people,dc=internet2,dc=edu +dn: uid=pchriste,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Heather -cn: Heather Peterson -uid: hpeterson10 -title: other -employeeNumber: 80000011 -mail: hpeterson10@example.edu -businessCategory:Language Arts +surname: Christensen +givenName: Patrick +cn: Patrick Christensen +uid: pchriste +#title: alum +employeeNumber: 800000010 +mail: Patrick.Christensen@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=kwalters11,ou=people,dc=internet2,dc=edu +dn: uid=jmalone,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Kiersten -cn: Kiersten Walters -uid: kwalters11 -title: faculty -employeeNumber: 80000012 -mail: kwalters11@example.edu -businessCategory:Advising +surname: Malone +givenName: Jennifer +cn: Jennifer Malone +uid: jmalone +#title: alum +employeeNumber: 800000011 +mail: Jennifer.Malone@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=bbutler12,ou=people,dc=internet2,dc=edu +dn: uid=bhoward,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Bill -cn: Bill Butler -uid: bbutler12 -title: staff -employeeNumber: 80000013 -mail: bbutler12@example.edu -businessCategory:Physical Education +surname: Howard +givenName: Benjamin +cn: Benjamin Howard +uid: bhoward +#title: alum +employeeNumber: 800000012 +mail: Benjamin.Howard@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=janderson13,ou=people,dc=internet2,dc=edu +dn: uid=tperez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Jennifer -cn: Jennifer Anderson -uid: janderson13 -title: staff -employeeNumber: 80000014 -mail: janderson13@example.edu -businessCategory:Computer Science +surname: Perez +givenName: Timothy +cn: Timothy Perez +uid: tperez +#title: alum +employeeNumber: 800000013 +mail: Timothy.Perez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=jmorrison14,ou=people,dc=internet2,dc=edu +dn: uid=dtucker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: James -cn: James Morrison -uid: jmorrison14 -title: student -employeeNumber: 80000015 -mail: jmorrison14@example.edu -businessCategory:Purchasing +surname: Tucker +givenName: Deanna +cn: Deanna Tucker +uid: dtucker +#title: alum +employeeNumber: 800000014 +mail: Deanna.Tucker@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=cvales15,ou=people,dc=internet2,dc=edu +dn: uid=lwiggins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Colin -cn: Colin Vales -uid: cvales15 -title: student -employeeNumber: 80000016 -mail: cvales15@example.edu -businessCategory:Computer Science +surname: Wiggins +givenName: Lori +cn: Lori Wiggins +uid: lwiggins +#title: alum +employeeNumber: 800000015 +mail: Lori.Wiggins@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=rdavis16,ou=people,dc=internet2,dc=edu +dn: uid=tconrad,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Robert -cn: Robert Davis -uid: rdavis16 -title: staff -employeeNumber: 80000017 -mail: rdavis16@example.edu -businessCategory:Accounts Payable +surname: Conrad +givenName: Tina +cn: Tina Conrad +uid: tconrad +#title: alum +employeeNumber: 800000016 +mail: Tina.Conrad@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=jmartinez17,ou=people,dc=internet2,dc=edu +dn: uid=kcasey,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Jim -cn: Jim Martinez -uid: jmartinez17 -title: student -employeeNumber: 80000018 -mail: jmartinez17@example.edu -businessCategory:Law +surname: Casey +givenName: Karen +cn: Karen Casey +uid: kcasey +#title: alum +employeeNumber: 800000017 +mail: Karen.Casey@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=sdoe18,ou=people,dc=internet2,dc=edu +dn: uid=amorriso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Sophia -cn: Sophia Doe -uid: sdoe18 -title: staff -employeeNumber: 80000019 -mail: sdoe18@example.edu -businessCategory:Information Technology +surname: Morrison +givenName: April +cn: April Morrison +uid: amorriso +#title: alum +employeeNumber: 800000018 +mail: April.Morrison@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=snielson19,ou=people,dc=internet2,dc=edu +dn: uid=lroberts,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Sarah -cn: Sarah Nielson -uid: snielson19 -title: staff -employeeNumber: 80000020 -mail: snielson19@example.edu -businessCategory:Business +surname: Robertson +givenName: Lawrence +cn: Lawrence Robertson +uid: lroberts +#title: alum +employeeNumber: 800000019 +mail: Lawrence.Robertson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=escott20,ou=people,dc=internet2,dc=edu +dn: uid=darcher,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Eric -cn: Eric Scott -uid: escott20 -title: student -employeeNumber: 80000021 -mail: escott20@example.edu -businessCategory:Computer Science +surname: Archer +givenName: Dwayne +cn: Dwayne Archer +uid: darcher +#title: alum +employeeNumber: 800000020 +mail: Dwayne.Archer@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mscott21,ou=people,dc=internet2,dc=edu +dn: uid=dhardin,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Maddie -cn: Maddie Scott -uid: mscott21 -title: staff -employeeNumber: 80000022 -mail: mscott21@example.edu -businessCategory:Law +surname: Hardin +givenName: Daniel +cn: Daniel Hardin +uid: dhardin +#title: alum +employeeNumber: 800000021 +mail: Daniel.Hardin@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=cmorrison22,ou=people,dc=internet2,dc=edu +dn: uid=jhoover,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Christopher -cn: Christopher Morrison -uid: cmorrison22 -title: faculty -employeeNumber: 80000023 -mail: cmorrison22@example.edu -businessCategory:Business +surname: Hoover +givenName: Jessica +cn: Jessica Hoover +uid: jhoover +#title: alum +employeeNumber: 800000022 +mail: Jessica.Hoover@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=nnielson23,ou=people,dc=internet2,dc=edu +dn: uid=jwilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Nancy -cn: Nancy Nielson -uid: nnielson23 -title: staff -employeeNumber: 80000024 -mail: nnielson23@example.edu -businessCategory:Law +surname: Williams +givenName: Jacob +cn: Jacob Williams +uid: jwilliam +#title: alum +employeeNumber: 800000023 +mail: Jacob.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=jwalters24,ou=people,dc=internet2,dc=edu +dn: uid=vmalone,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Jennifer -cn: Jennifer Walters -uid: jwalters24 -title: other -employeeNumber: 80000025 -mail: jwalters24@example.edu -businessCategory:Computer Science +surname: Malone +givenName: Vincent +cn: Vincent Malone +uid: vmalone +#title: alum +employeeNumber: 800000024 +mail: Vincent.Malone@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=sbutler25,ou=people,dc=internet2,dc=edu +dn: uid=pstephen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Steve -cn: Steve Butler -uid: sbutler25 -title: staff -employeeNumber: 80000026 -mail: sbutler25@example.edu -businessCategory:Engineering +surname: Stephens +givenName: Philip +cn: Philip Stephens +uid: pstephen +#title: alum +employeeNumber: 800000025 +mail: Philip.Stephens@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=ddoe26,ou=people,dc=internet2,dc=edu +dn: uid=cnichols,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Donna -cn: Donna Doe -uid: ddoe26 -title: student -employeeNumber: 80000027 -mail: ddoe26@example.edu -businessCategory:Purchasing +surname: Nicholson +givenName: Cynthia +cn: Cynthia Nicholson +uid: cnichols +#title: alum +employeeNumber: 800000026 +mail: Cynthia.Nicholson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=cgasper27,ou=people,dc=internet2,dc=edu +dn: uid=jfletche,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Christopher -cn: Christopher Gasper -uid: cgasper27 -title: alum -employeeNumber: 80000028 -mail: cgasper27@example.edu -businessCategory:Advising +surname: Fletcher +givenName: John +cn: John Fletcher +uid: jfletche +#title: alum +employeeNumber: 800000027 +mail: John.Fletcher@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=cthompson28,ou=people,dc=internet2,dc=edu +dn: uid=ksmith,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Colin -cn: Colin Thompson -uid: cthompson28 -title: staff -employeeNumber: 80000029 -mail: cthompson28@example.edu -businessCategory:Information Technology +surname: Smith +givenName: Kenneth +cn: Kenneth Smith +uid: ksmith +#title: alum +employeeNumber: 800000028 +mail: Kenneth.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=sclark29,ou=people,dc=internet2,dc=edu +dn: uid=khuffman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Sophia -cn: Sophia Clark -uid: sclark29 -title: student -employeeNumber: 80000030 -mail: sclark29@example.edu -businessCategory:Law +surname: Huffman +givenName: Kimberly +cn: Kimberly Huffman +uid: khuffman +#title: alum +employeeNumber: 800000029 +mail: Kimberly.Huffman@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=randerson30,ou=people,dc=internet2,dc=edu +dn: uid=dcarter,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Robert -cn: Robert Anderson -uid: randerson30 -title: alum -employeeNumber: 80000031 -mail: randerson30@example.edu -businessCategory:Law +surname: Carter +givenName: Douglas +cn: Douglas Carter +uid: dcarter +#title: alum +employeeNumber: 800000030 +mail: Douglas.Carter@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=lmartinez31,ou=people,dc=internet2,dc=edu +dn: uid=rmason,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Lisa -cn: Lisa Martinez -uid: lmartinez31 -title: student -employeeNumber: 80000032 -mail: lmartinez31@example.edu -businessCategory:Business +surname: Mason +givenName: Ryan +cn: Ryan Mason +uid: rmason +#title: alum +employeeNumber: 800000031 +mail: Ryan.Mason@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mlangenberg32,ou=people,dc=internet2,dc=edu +dn: uid=khoffman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Mark -cn: Mark Langenberg -uid: mlangenberg32 -title: faculty -employeeNumber: 80000033 -mail: mlangenberg32@example.edu -businessCategory:Accounts Payable +surname: Hoffman +givenName: Kyle +cn: Kyle Hoffman +uid: khoffman +#title: alum +employeeNumber: 800000032 +mail: Kyle.Hoffman@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=sanderson33,ou=people,dc=internet2,dc=edu +dn: uid=csmith,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Sophia -cn: Sophia Anderson -uid: sanderson33 -title: alum -employeeNumber: 80000034 -mail: sanderson33@example.edu -businessCategory:Information Technology +surname: Smith +givenName: Christopher +cn: Christopher Smith +uid: csmith +#title: alum +employeeNumber: 800000033 +mail: Christopher.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=lmorrison34,ou=people,dc=internet2,dc=edu +dn: uid=jthornto,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Lisa -cn: Lisa Morrison -uid: lmorrison34 -title: staff -employeeNumber: 80000035 -mail: lmorrison34@example.edu -businessCategory:Computer Science +surname: Thornton +givenName: Justin +cn: Justin Thornton +uid: jthornto +#title: alum +employeeNumber: 800000034 +mail: Justin.Thornton@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=dbrown35,ou=people,dc=internet2,dc=edu +dn: uid=madams,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Donna -cn: Donna Brown -uid: dbrown35 -title: alum -employeeNumber: 80000036 -mail: dbrown35@example.edu -businessCategory:Financial Aid +surname: Adams +givenName: Marie +cn: Marie Adams +uid: madams +#title: alum +employeeNumber: 800000035 +mail: Marie.Adams@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=ahenderson36,ou=people,dc=internet2,dc=edu +dn: uid=akeller,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Anna -cn: Anna Henderson -uid: ahenderson36 -title: staff -employeeNumber: 80000037 -mail: ahenderson36@example.edu -businessCategory:Financial Aid +surname: Keller +givenName: Adam +cn: Adam Keller +uid: akeller +#title: alum +employeeNumber: 800000036 +mail: Adam.Keller@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=cpeterson37,ou=people,dc=internet2,dc=edu +dn: uid=jshaw,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Colin -cn: Colin Peterson -uid: cpeterson37 -title: faculty -employeeNumber: 80000038 -mail: cpeterson37@example.edu -businessCategory:Computer Science +surname: Shaw +givenName: John +cn: John Shaw +uid: jshaw +#title: alum +employeeNumber: 800000037 +mail: John.Shaw@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=phenderson38,ou=people,dc=internet2,dc=edu +dn: uid=jmorris,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Paul -cn: Paul Henderson -uid: phenderson38 -title: faculty -employeeNumber: 80000039 -mail: phenderson38@example.edu -businessCategory:Business +surname: Morris +givenName: Jeffery +cn: Jeffery Morris +uid: jmorris +#title: alum +employeeNumber: 800000038 +mail: Jeffery.Morris@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=jclark39,ou=people,dc=internet2,dc=edu +dn: uid=dcrane,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: John -cn: John Clark -uid: jclark39 -title: faculty -employeeNumber: 80000040 -mail: jclark39@example.edu -businessCategory:Accounting +surname: Crane +givenName: Debra +cn: Debra Crane +uid: dcrane +#title: alum +employeeNumber: 800000039 +mail: Debra.Crane@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=tbutler40,ou=people,dc=internet2,dc=edu +dn: uid=rkramer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Thomas -cn: Thomas Butler -uid: tbutler40 -title: student -employeeNumber: 80000041 -mail: tbutler40@example.edu -businessCategory:Purchasing +surname: Kramer +givenName: Rebecca +cn: Rebecca Kramer +uid: rkramer +#title: alum +employeeNumber: 800000040 +mail: Rebecca.Kramer@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=bbrown41,ou=people,dc=internet2,dc=edu +dn: uid=tgarrett,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Blake -cn: Blake Brown -uid: bbrown41 -title: alum -employeeNumber: 80000042 -mail: bbrown41@example.edu -businessCategory:Business +surname: Garrett +givenName: Tracy +cn: Tracy Garrett +uid: tgarrett +#title: alum +employeeNumber: 800000041 +mail: Tracy.Garrett@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=amorrison42,ou=people,dc=internet2,dc=edu +dn: uid=hmiller,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Amber -cn: Amber Morrison -uid: amorrison42 -title: staff -employeeNumber: 80000043 -mail: amorrison42@example.edu -businessCategory:Language Arts +surname: Miller +givenName: Howard +cn: Howard Miller +uid: hmiller +#title: alum +employeeNumber: 800000042 +mail: Howard.Miller@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=klewis43,ou=people,dc=internet2,dc=edu +dn: uid=abentley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Karl -cn: Karl Lewis -uid: klewis43 -title: staff -employeeNumber: 80000044 -mail: klewis43@example.edu -businessCategory:Law +surname: Bentley +givenName: Ann +cn: Ann Bentley +uid: abentley +#title: alum +employeeNumber: 800000043 +mail: Ann.Bentley@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=smorrison44,ou=people,dc=internet2,dc=edu +dn: uid=iwells,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Steve -cn: Steve Morrison -uid: smorrison44 -title: student -employeeNumber: 80000045 -mail: smorrison44@example.edu -businessCategory:Advising +surname: Wells +givenName: Isaac +cn: Isaac Wells +uid: iwells +#title: alum +employeeNumber: 800000044 +mail: Isaac.Wells@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=awalters45,ou=people,dc=internet2,dc=edu +dn: uid=jjohnson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Andrew -cn: Andrew Walters -uid: awalters45 -title: staff -employeeNumber: 80000046 -mail: awalters45@example.edu -businessCategory:Information Technology +surname: Johnson +givenName: Joseph +cn: Joseph Johnson +uid: jjohnson +#title: alum +employeeNumber: 800000045 +mail: Joseph.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=jmorrison46,ou=people,dc=internet2,dc=edu +dn: uid=sthomas,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Jeremy -cn: Jeremy Morrison -uid: jmorrison46 -title: alum -employeeNumber: 80000047 -mail: jmorrison46@example.edu -businessCategory:Language Arts +surname: Thomas +givenName: Sylvia +cn: Sylvia Thomas +uid: sthomas +#title: alum +employeeNumber: 800000046 +mail: Sylvia.Thomas@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mclark47,ou=people,dc=internet2,dc=edu +dn: uid=cgarcia,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Madison -cn: Madison Clark -uid: mclark47 -title: faculty -employeeNumber: 80000048 -mail: mclark47@example.edu -businessCategory:Purchasing +surname: Garcia +givenName: Calvin +cn: Calvin Garcia +uid: cgarcia +#title: alum +employeeNumber: 800000047 +mail: Calvin.Garcia@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=jsmith48,ou=people,dc=internet2,dc=edu +dn: uid=jflores,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: John -cn: John Smith -uid: jsmith48 -title: faculty -employeeNumber: 80000049 -mail: jsmith48@example.edu -businessCategory:Financial Aid +surname: Flores +givenName: Jerry +cn: Jerry Flores +uid: jflores +#title: alum +employeeNumber: 800000048 +mail: Jerry.Flores@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=rwalters49,ou=people,dc=internet2,dc=edu +dn: uid=callison,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Robert -cn: Robert Walters -uid: rwalters49 -title: alum -employeeNumber: 80000050 -mail: rwalters49@example.edu -businessCategory:Accounts Payable +surname: Allison +givenName: Carolyn +cn: Carolyn Allison +uid: callison +#title: alum +employeeNumber: 800000049 +mail: Carolyn.Allison@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jdavis50,ou=people,dc=internet2,dc=edu +dn: uid=avazquez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Jo -cn: Jo Davis -uid: jdavis50 -title: student -employeeNumber: 80000051 -mail: jdavis50@example.edu -businessCategory:Purchasing +surname: Vazquez +givenName: Amanda +cn: Amanda Vazquez +uid: avazquez +#title: alum +employeeNumber: 800000050 +mail: Amanda.Vazquez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=anielson51,ou=people,dc=internet2,dc=edu +dn: uid=mmiller,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Ann -cn: Ann Nielson -uid: anielson51 -title: other -employeeNumber: 80000052 -mail: anielson51@example.edu -businessCategory:Purchasing +surname: Miller +givenName: Melissa +cn: Melissa Miller +uid: mmiller +#title: alum +employeeNumber: 800000051 +mail: Melissa.Miller@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=jhenderson52,ou=people,dc=internet2,dc=edu +dn: uid=cpreston,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Jeremy -cn: Jeremy Henderson -uid: jhenderson52 -title: faculty -employeeNumber: 80000053 -mail: jhenderson52@example.edu -businessCategory:Information Technology +surname: Preston +givenName: Claudia +cn: Claudia Preston +uid: cpreston +#title: alum +employeeNumber: 800000052 +mail: Claudia.Preston@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=cvales53,ou=people,dc=internet2,dc=edu +dn: uid=ndunlap,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Christina -cn: Christina Vales -uid: cvales53 -title: student -employeeNumber: 80000054 -mail: cvales53@example.edu -businessCategory:Engineering +surname: Dunlap +givenName: Nicholas +cn: Nicholas Dunlap +uid: ndunlap +#title: alum +employeeNumber: 800000053 +mail: Nicholas.Dunlap@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=tlee54,ou=people,dc=internet2,dc=edu +dn: uid=rnelson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Thomas -cn: Thomas Lee -uid: tlee54 -title: student -employeeNumber: 80000055 -mail: tlee54@example.edu -businessCategory:Language Arts +surname: Nelson +givenName: Ryan +cn: Ryan Nelson +uid: rnelson +#title: alum +employeeNumber: 800000054 +mail: Ryan.Nelson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=aroberts55,ou=people,dc=internet2,dc=edu +dn: uid=ewoodwar,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Ann -cn: Ann Roberts -uid: aroberts55 -title: faculty -employeeNumber: 80000056 -mail: aroberts55@example.edu -businessCategory:Language Arts +surname: Woodward +givenName: Emily +cn: Emily Woodward +uid: ewoodwar +#title: alum +employeeNumber: 800000055 +mail: Emily.Woodward@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=mpeterson56,ou=people,dc=internet2,dc=edu +dn: uid=sberry,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Madison -cn: Madison Peterson -uid: mpeterson56 -title: student -employeeNumber: 80000057 -mail: mpeterson56@example.edu -businessCategory:Information Technology +surname: Berry +givenName: Sheryl +cn: Sheryl Berry +uid: sberry +#title: alum +employeeNumber: 800000056 +mail: Sheryl.Berry@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=omartinez57,ou=people,dc=internet2,dc=edu +dn: uid=rcruz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Olivia -cn: Olivia Martinez -uid: omartinez57 -title: alum -employeeNumber: 80000058 -mail: omartinez57@example.edu -businessCategory:Accounts Payable +surname: Cruz +givenName: Rachel +cn: Rachel Cruz +uid: rcruz +#title: alum +employeeNumber: 800000057 +mail: Rachel.Cruz@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mjohnson58,ou=people,dc=internet2,dc=edu +dn: uid=jpatters,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Michael -cn: Michael Johnson -uid: mjohnson58 -title: student -employeeNumber: 80000059 -mail: mjohnson58@example.edu -businessCategory:Accounts Payable +surname: Patterson +givenName: John +cn: John Patterson +uid: jpatters +#title: alum +employeeNumber: 800000058 +mail: John.Patterson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=ndavis59,ou=people,dc=internet2,dc=edu +dn: uid=kkelly,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Nancy -cn: Nancy Davis -uid: ndavis59 -title: faculty -employeeNumber: 80000060 -mail: ndavis59@example.edu -businessCategory:Accounting +surname: Kelly +givenName: Kendra +cn: Kendra Kelly +uid: kkelly +#title: alum +employeeNumber: 800000059 +mail: Kendra.Kelly@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=owalters60,ou=people,dc=internet2,dc=edu +dn: uid=dlong,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Olivia -cn: Olivia Walters -uid: owalters60 -title: faculty -employeeNumber: 80000061 -mail: owalters60@example.edu -businessCategory:Engineering +surname: Long +givenName: David +cn: David Long +uid: dlong +#title: alum +employeeNumber: 800000060 +mail: David.Long@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=pthompson61,ou=people,dc=internet2,dc=edu +dn: uid=egaines,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Paul -cn: Paul Thompson -uid: pthompson61 -title: staff -employeeNumber: 80000062 -mail: pthompson61@example.edu -businessCategory:Financial Aid +surname: Gaines +givenName: Emily +cn: Emily Gaines +uid: egaines +#title: alum +employeeNumber: 800000061 +mail: Emily.Gaines@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=kbrown62,ou=people,dc=internet2,dc=edu +dn: uid=bblake,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Kiersten -cn: Kiersten Brown -uid: kbrown62 -title: staff -employeeNumber: 80000063 -mail: kbrown62@example.edu -businessCategory:Engineering +surname: Blake +givenName: Briana +cn: Briana Blake +uid: bblake +#title: alum +employeeNumber: 800000062 +mail: Briana.Blake@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=tpeterson63,ou=people,dc=internet2,dc=edu +dn: uid=dbond,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Thomas -cn: Thomas Peterson -uid: tpeterson63 -title: staff -employeeNumber: 80000064 -mail: tpeterson63@example.edu -businessCategory:Law +surname: Bond +givenName: Donald +cn: Donald Bond +uid: dbond +#title: alum +employeeNumber: 800000063 +mail: Donald.Bond@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=pjohnson64,ou=people,dc=internet2,dc=edu +dn: uid=kbates,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Paul -cn: Paul Johnson -uid: pjohnson64 -title: faculty -employeeNumber: 80000065 -mail: pjohnson64@example.edu -businessCategory:Law +surname: Bates +givenName: Kevin +cn: Kevin Bates +uid: kbates +#title: alum +employeeNumber: 800000064 +mail: Kevin.Bates@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=bsmith65,ou=people,dc=internet2,dc=edu +dn: uid=dbenjami,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Blake -cn: Blake Smith -uid: bsmith65 -title: staff -employeeNumber: 80000066 -mail: bsmith65@example.edu -businessCategory:Business +surname: Benjamin +givenName: David +cn: David Benjamin +uid: dbenjami +#title: alum +employeeNumber: 800000065 +mail: David.Benjamin@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=sbrown66,ou=people,dc=internet2,dc=edu +dn: uid=spowell,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Sarah -cn: Sarah Brown -uid: sbrown66 -title: alum -employeeNumber: 80000067 -mail: sbrown66@example.edu -businessCategory:Language Arts +surname: Powell +givenName: Shawn +cn: Shawn Powell +uid: spowell +#title: alum +employeeNumber: 800000066 +mail: Shawn.Powell@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jroberts67,ou=people,dc=internet2,dc=edu +dn: uid=powens,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Jennifer -cn: Jennifer Roberts -uid: jroberts67 -title: faculty -employeeNumber: 80000068 -mail: jroberts67@example.edu -businessCategory:Financial Aid +surname: Owens +givenName: Pamela +cn: Pamela Owens +uid: powens +#title: alum +employeeNumber: 800000067 +mail: Pamela.Owens@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=lthompson68,ou=people,dc=internet2,dc=edu +dn: uid=arusso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Lexi -cn: Lexi Thompson -uid: lthompson68 -title: staff -employeeNumber: 80000069 -mail: lthompson68@example.edu -businessCategory:Business +surname: Russo +givenName: Adriana +cn: Adriana Russo +uid: arusso +#title: alum +employeeNumber: 800000068 +mail: Adriana.Russo@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=ohenderson69,ou=people,dc=internet2,dc=edu +dn: uid=tfrost,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Olivia -cn: Olivia Henderson -uid: ohenderson69 -title: other -employeeNumber: 80000070 -mail: ohenderson69@example.edu -businessCategory:Law +surname: Frost +givenName: Theresa +cn: Theresa Frost +uid: tfrost +#title: alum +employeeNumber: 800000069 +mail: Theresa.Frost@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=bprice70,ou=people,dc=internet2,dc=edu +dn: uid=ehall,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Blake -cn: Blake Price -uid: bprice70 -title: staff -employeeNumber: 80000071 -mail: bprice70@example.edu -businessCategory:Financial Aid +surname: Hall +givenName: Eric +cn: Eric Hall +uid: ehall +#title: alum +employeeNumber: 800000070 +mail: Eric.Hall@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=hwalters71,ou=people,dc=internet2,dc=edu +dn: uid=jgreer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Heather -cn: Heather Walters -uid: hwalters71 -title: student -employeeNumber: 80000072 -mail: hwalters71@example.edu -businessCategory:Language Arts +surname: Greer +givenName: Joshua +cn: Joshua Greer +uid: jgreer +#title: alum +employeeNumber: 800000071 +mail: Joshua.Greer@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=dprice72,ou=people,dc=internet2,dc=edu +dn: uid=dbutler,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: David -cn: David Price -uid: dprice72 -title: faculty -employeeNumber: 80000073 -mail: dprice72@example.edu -businessCategory:Accounts Payable +surname: Butler +givenName: Dana +cn: Dana Butler +uid: dbutler +#title: alum +employeeNumber: 800000072 +mail: Dana.Butler@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=elee73,ou=people,dc=internet2,dc=edu +dn: uid=klyons,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Emma -cn: Emma Lee -uid: elee73 -title: student -employeeNumber: 80000074 -mail: elee73@example.edu -businessCategory:Information Technology +surname: Lyons +givenName: Kellie +cn: Kellie Lyons +uid: klyons +#title: alum +employeeNumber: 800000073 +mail: Kellie.Lyons@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=nroberts74,ou=people,dc=internet2,dc=edu +dn: uid=gsoto,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Nancy -cn: Nancy Roberts -uid: nroberts74 -title: faculty -employeeNumber: 80000075 -mail: nroberts74@example.edu -businessCategory:Advising +surname: Soto +givenName: Gary +cn: Gary Soto +uid: gsoto +#title: alum +employeeNumber: 800000074 +mail: Gary.Soto@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=mmartinez75,ou=people,dc=internet2,dc=edu +dn: uid=payala,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Michael -cn: Michael Martinez -uid: mmartinez75 -title: staff -employeeNumber: 80000076 -mail: mmartinez75@example.edu -businessCategory:Accounts Payable +surname: Ayala +givenName: Patrick +cn: Patrick Ayala +uid: payala +#title: alum +employeeNumber: 800000075 +mail: Patrick.Ayala@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=kvales76,ou=people,dc=internet2,dc=edu +dn: uid=pwilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Kim -cn: Kim Vales -uid: kvales76 -title: other -employeeNumber: 80000077 -mail: kvales76@example.edu -businessCategory:Accounting +surname: Williams +givenName: Patrick +cn: Patrick Williams +uid: pwilliam +#title: alum +employeeNumber: 800000076 +mail: Patrick.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mscott77,ou=people,dc=internet2,dc=edu +dn: uid=swhite,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Maddie -cn: Maddie Scott -uid: mscott77 -title: faculty -employeeNumber: 80000078 -mail: mscott77@example.edu -businessCategory:Language Arts +surname: White +givenName: Sharon +cn: Sharon White +uid: swhite +#title: alum +employeeNumber: 800000077 +mail: Sharon.White@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=kdavis78,ou=people,dc=internet2,dc=edu +dn: uid=cjordan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Karl -cn: Karl Davis -uid: kdavis78 -title: faculty -employeeNumber: 80000079 -mail: kdavis78@example.edu -businessCategory:Physical Education +surname: Jordan +givenName: Connie +cn: Connie Jordan +uid: cjordan +#title: alum +employeeNumber: 800000078 +mail: Connie.Jordan@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=kgrady79,ou=people,dc=internet2,dc=edu +dn: uid=tblackbu,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Karl -cn: Karl Grady -uid: kgrady79 -title: alum -employeeNumber: 80000080 -mail: kgrady79@example.edu -businessCategory:Engineering +surname: Blackburn +givenName: Taylor +cn: Taylor Blackburn +uid: tblackbu +#title: alum +employeeNumber: 800000079 +mail: Taylor.Blackburn@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=jlangenberg80,ou=people,dc=internet2,dc=edu +dn: uid=dyoung,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Jo -cn: Jo Langenberg -uid: jlangenberg80 -title: student -employeeNumber: 80000081 -mail: jlangenberg80@example.edu -businessCategory:Engineering +surname: Young +givenName: Donald +cn: Donald Young +uid: dyoung +#title: alum +employeeNumber: 800000080 +mail: Donald.Young@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mclark81,ou=people,dc=internet2,dc=edu +dn: uid=cmoore,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Marie -cn: Marie Clark -uid: mclark81 -title: alum -employeeNumber: 80000082 -mail: mclark81@example.edu -businessCategory:Accounts Payable +surname: Moore +givenName: Carlos +cn: Carlos Moore +uid: cmoore +#title: alum +employeeNumber: 800000081 +mail: Carlos.Moore@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=gthompson82,ou=people,dc=internet2,dc=edu +dn: uid=sperez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Greg -cn: Greg Thompson -uid: gthompson82 -title: student -employeeNumber: 80000083 -mail: gthompson82@example.edu -businessCategory:Information Technology +surname: Perez +givenName: Shawna +cn: Shawna Perez +uid: sperez +#title: alum +employeeNumber: 800000082 +mail: Shawna.Perez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=jgrady83,ou=people,dc=internet2,dc=edu +dn: uid=clewis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Jeremy -cn: Jeremy Grady -uid: jgrady83 -title: staff -employeeNumber: 80000084 -mail: jgrady83@example.edu -businessCategory:Accounting +surname: Lewis +givenName: Corey +cn: Corey Lewis +uid: clewis +#title: alum +employeeNumber: 800000083 +mail: Corey.Lewis@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=wwilliams84,ou=people,dc=internet2,dc=edu +dn: uid=rharris,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: William -cn: William Williams -uid: wwilliams84 -title: other -employeeNumber: 80000085 -mail: wwilliams84@example.edu -businessCategory:Business +surname: Harris +givenName: Ronald +cn: Ronald Harris +uid: rharris +#title: alum +employeeNumber: 800000084 +mail: Ronald.Harris@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mdoe85,ou=people,dc=internet2,dc=edu +dn: uid=mgray,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Maddie -cn: Maddie Doe -uid: mdoe85 -title: faculty -employeeNumber: 80000086 -mail: mdoe85@example.edu -businessCategory:Advising +surname: Gray +givenName: Mathew +cn: Mathew Gray +uid: mgray +#title: alum +employeeNumber: 800000085 +mail: Mathew.Gray@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=elewis86,ou=people,dc=internet2,dc=edu +dn: uid=wbernard,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Emma -cn: Emma Lewis -uid: elewis86 -title: faculty -employeeNumber: 80000087 -mail: elewis86@example.edu -businessCategory:Engineering +surname: Bernard +givenName: Wesley +cn: Wesley Bernard +uid: wbernard +#title: alum +employeeNumber: 800000086 +mail: Wesley.Bernard@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=kwalters87,ou=people,dc=internet2,dc=edu +dn: uid=broberso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Karoline -cn: Karoline Walters -uid: kwalters87 -title: staff -employeeNumber: 80000088 -mail: kwalters87@example.edu -businessCategory:Physical Education +surname: Roberson +givenName: Belinda +cn: Belinda Roberson +uid: broberso +#title: alum +employeeNumber: 800000087 +mail: Belinda.Roberson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=rlee88,ou=people,dc=internet2,dc=edu +dn: uid=mshaw,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Robert -cn: Robert Lee -uid: rlee88 -title: faculty -employeeNumber: 80000089 -mail: rlee88@example.edu -businessCategory:Law +surname: Shaw +givenName: Mark +cn: Mark Shaw +uid: mshaw +#title: alum +employeeNumber: 800000088 +mail: Mark.Shaw@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=dwilliams89,ou=people,dc=internet2,dc=edu +dn: uid=rgill,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: David -cn: David Williams -uid: dwilliams89 -title: student -employeeNumber: 80000090 -mail: dwilliams89@example.edu -businessCategory:Business +surname: Gill +givenName: Randy +cn: Randy Gill +uid: rgill +#title: alum +employeeNumber: 800000089 +mail: Randy.Gill@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mroberts90,ou=people,dc=internet2,dc=edu +dn: uid=jburgess,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Mary -cn: Mary Roberts -uid: mroberts90 -title: student -employeeNumber: 80000091 -mail: mroberts90@example.edu -businessCategory:Information Technology +surname: Burgess +givenName: Jonathan +cn: Jonathan Burgess +uid: jburgess +#title: alum +employeeNumber: 800000090 +mail: Jonathan.Burgess@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=dmorrison91,ou=people,dc=internet2,dc=edu +dn: uid=jmcdonal,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Donna -cn: Donna Morrison -uid: dmorrison91 -title: faculty -employeeNumber: 80000092 -mail: dmorrison91@example.edu -businessCategory:Engineering +surname: Mcdonald +givenName: Jessica +cn: Jessica Mcdonald +uid: jmcdonal +#title: alum +employeeNumber: 800000091 +mail: Jessica.Mcdonald@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=egonazles92,ou=people,dc=internet2,dc=edu +dn: uid=gcasey,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Erik -cn: Erik Gonazles -uid: egonazles92 -title: student -employeeNumber: 80000093 -mail: egonazles92@example.edu -businessCategory:Law +surname: Casey +givenName: Glen +cn: Glen Casey +uid: gcasey +#title: alum +employeeNumber: 800000092 +mail: Glen.Casey@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=pscott93,ou=people,dc=internet2,dc=edu +dn: uid=esanchez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Paul -cn: Paul Scott -uid: pscott93 -title: student -employeeNumber: 80000094 -mail: pscott93@example.edu -businessCategory:Information Technology +surname: Sanchez +givenName: Erin +cn: Erin Sanchez +uid: esanchez +#title: alum +employeeNumber: 800000093 +mail: Erin.Sanchez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=agrady94,ou=people,dc=internet2,dc=edu +dn: uid=tstanton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Ann -cn: Ann Grady -uid: agrady94 -title: student -employeeNumber: 80000095 -mail: agrady94@example.edu -businessCategory:Business +surname: Stanton +givenName: Tonya +cn: Tonya Stanton +uid: tstanton +#title: alum +employeeNumber: 800000094 +mail: Tonya.Stanton@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=aroberts95,ou=people,dc=internet2,dc=edu +dn: uid=jwarren,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Andrew -cn: Andrew Roberts -uid: aroberts95 -title: staff -employeeNumber: 80000096 -mail: aroberts95@example.edu -businessCategory:Advising +surname: Warren +givenName: Jonathan +cn: Jonathan Warren +uid: jwarren +#title: alum +employeeNumber: 800000095 +mail: Jonathan.Warren@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=banderson96,ou=people,dc=internet2,dc=edu +dn: uid=kschwart,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Betty -cn: Betty Anderson -uid: banderson96 -title: student -employeeNumber: 80000097 -mail: banderson96@example.edu -businessCategory:Physical Education +surname: Schwartz +givenName: Katherine +cn: Katherine Schwartz +uid: kschwart +#title: alum +employeeNumber: 800000096 +mail: Katherine.Schwartz@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=cpeterson97,ou=people,dc=internet2,dc=edu +dn: uid=mperry,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Christopher -cn: Christopher Peterson -uid: cpeterson97 -title: alum -employeeNumber: 80000098 -mail: cpeterson97@example.edu -businessCategory:Engineering +surname: Perry +givenName: Michael +cn: Michael Perry +uid: mperry +#title: alum +employeeNumber: 800000097 +mail: Michael.Perry@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=dwilliams98,ou=people,dc=internet2,dc=edu +dn: uid=abrownin,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Donna -cn: Donna Williams -uid: dwilliams98 -title: faculty -employeeNumber: 80000099 -mail: dwilliams98@example.edu -businessCategory:Law +surname: Browning +givenName: Amanda +cn: Amanda Browning +uid: abrownin +#title: alum +employeeNumber: 800000098 +mail: Amanda.Browning@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=cvales99,ou=people,dc=internet2,dc=edu +dn: uid=bnelson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Colin -cn: Colin Vales -uid: cvales99 -title: faculty -employeeNumber: 80000100 -mail: cvales99@example.edu -businessCategory:Business +surname: Nelson +givenName: Brittany +cn: Brittany Nelson +uid: bnelson +#title: alum +employeeNumber: 800000099 +mail: Brittany.Nelson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=jlangenberg100,ou=people,dc=internet2,dc=edu +dn: uid=ajones,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Jo -cn: Jo Langenberg -uid: jlangenberg100 -title: faculty -employeeNumber: 80000101 -mail: jlangenberg100@example.edu -businessCategory:Accounting +surname: Jones +givenName: Arthur +cn: Arthur Jones +uid: ajones +#title: alum +employeeNumber: 800000100 +mail: Arthur.Jones@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=wnielson101,ou=people,dc=internet2,dc=edu +dn: uid=bwalker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: William -cn: William Nielson -uid: wnielson101 -title: student -employeeNumber: 80000102 -mail: wnielson101@example.edu -businessCategory:Purchasing +surname: Walker +givenName: Brittany +cn: Brittany Walker +uid: bwalker +#title: alum +employeeNumber: 800000101 +mail: Brittany.Walker@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=awhite102,ou=people,dc=internet2,dc=edu +dn: uid=ckelley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Amber -cn: Amber White -uid: awhite102 -title: alum -employeeNumber: 80000103 -mail: awhite102@example.edu -businessCategory:Advising +surname: Kelley +givenName: Charles +cn: Charles Kelley +uid: ckelley +#title: alum +employeeNumber: 800000102 +mail: Charles.Kelley@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=nscott103,ou=people,dc=internet2,dc=edu +dn: uid=zellis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Nancy -cn: Nancy Scott -uid: nscott103 -title: staff -employeeNumber: 80000104 -mail: nscott103@example.edu -businessCategory:Purchasing +surname: Ellis +givenName: Zachary +cn: Zachary Ellis +uid: zellis +#title: alum +employeeNumber: 800000103 +mail: Zachary.Ellis@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=enielson104,ou=people,dc=internet2,dc=edu +dn: uid=mford,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Erik -cn: Erik Nielson -uid: enielson104 -title: alum -employeeNumber: 80000105 -mail: enielson104@example.edu -businessCategory:Physical Education +surname: Ford +givenName: Matthew +cn: Matthew Ford +uid: mford +#title: alum +employeeNumber: 800000104 +mail: Matthew.Ford@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=ahenderson105,ou=people,dc=internet2,dc=edu +dn: uid=egarcia,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Ann -cn: Ann Henderson -uid: ahenderson105 -title: student -employeeNumber: 80000106 -mail: ahenderson105@example.edu -businessCategory:Accounting +surname: Garcia +givenName: Elizabeth +cn: Elizabeth Garcia +uid: egarcia +#title: alum +employeeNumber: 800000105 +mail: Elizabeth.Garcia@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=mnielson106,ou=people,dc=internet2,dc=edu +dn: uid=sbarnett,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Madison -cn: Madison Nielson -uid: mnielson106 -title: student -employeeNumber: 80000107 -mail: mnielson106@example.edu -businessCategory:Engineering +surname: Barnett +givenName: Stacey +cn: Stacey Barnett +uid: sbarnett +#title: alum +employeeNumber: 800000106 +mail: Stacey.Barnett@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=sdavis107,ou=people,dc=internet2,dc=edu +dn: uid=cjohnson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Steve -cn: Steve Davis -uid: sdavis107 -title: alum -employeeNumber: 80000108 -mail: sdavis107@example.edu -businessCategory:Financial Aid +surname: Johnson +givenName: Christopher +cn: Christopher Johnson +uid: cjohnson +#title: alum +employeeNumber: 800000107 +mail: Christopher.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=jprice108,ou=people,dc=internet2,dc=edu +dn: uid=rkirk,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Jo -cn: Jo Price -uid: jprice108 -title: staff -employeeNumber: 80000109 -mail: jprice108@example.edu -businessCategory:Accounting +surname: Kirk +givenName: Rachel +cn: Rachel Kirk +uid: rkirk +#title: alum +employeeNumber: 800000108 +mail: Rachel.Kirk@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=mhenderson109,ou=people,dc=internet2,dc=edu +dn: uid=iavila,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Megan -cn: Megan Henderson -uid: mhenderson109 -title: staff -employeeNumber: 80000110 -mail: mhenderson109@example.edu -businessCategory:Accounting +surname: Avila +givenName: Isabel +cn: Isabel Avila +uid: iavila +#title: alum +employeeNumber: 800000109 +mail: Isabel.Avila@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=awalters110,ou=people,dc=internet2,dc=edu +dn: uid=pmeyer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Ava -cn: Ava Walters -uid: awalters110 -title: faculty -employeeNumber: 80000111 -mail: awalters110@example.edu -businessCategory:Business +surname: Meyer +givenName: Peter +cn: Peter Meyer +uid: pmeyer +#title: alum +employeeNumber: 800000110 +mail: Peter.Meyer@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=jvales111,ou=people,dc=internet2,dc=edu +dn: uid=fking,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Jennifer -cn: Jennifer Vales -uid: jvales111 -title: other -employeeNumber: 80000112 -mail: jvales111@example.edu -businessCategory:Engineering +surname: King +givenName: Frank +cn: Frank King +uid: fking +#title: alum +employeeNumber: 800000111 +mail: Frank.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=rlopez112,ou=people,dc=internet2,dc=edu +dn: uid=jcollins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Robert -cn: Robert Lopez -uid: rlopez112 -title: alum -employeeNumber: 80000113 -mail: rlopez112@example.edu -businessCategory:Purchasing +surname: Collins +givenName: Jessica +cn: Jessica Collins +uid: jcollins +#title: alum +employeeNumber: 800000112 +mail: Jessica.Collins@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=rlee113,ou=people,dc=internet2,dc=edu +dn: uid=jcross,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Robert -cn: Robert Lee -uid: rlee113 -title: alum -employeeNumber: 80000114 -mail: rlee113@example.edu -businessCategory:Purchasing +surname: Cross +givenName: Judy +cn: Judy Cross +uid: jcross +#title: alum +employeeNumber: 800000113 +mail: Judy.Cross@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mclark114,ou=people,dc=internet2,dc=edu +dn: uid=storres,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Maddie -cn: Maddie Clark -uid: mclark114 -title: student -employeeNumber: 80000115 -mail: mclark114@example.edu -businessCategory:Language Arts +surname: Torres +givenName: Steven +cn: Steven Torres +uid: storres +#title: alum +employeeNumber: 800000114 +mail: Steven.Torres@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=bgrady115,ou=people,dc=internet2,dc=edu +dn: uid=ylopez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Blake -cn: Blake Grady -uid: bgrady115 -title: other -employeeNumber: 80000116 -mail: bgrady115@example.edu -businessCategory:Law +surname: Lopez +givenName: Yvonne +cn: Yvonne Lopez +uid: ylopez +#title: alum +employeeNumber: 800000115 +mail: Yvonne.Lopez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=gpeterson116,ou=people,dc=internet2,dc=edu +dn: uid=kfuller,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Greg -cn: Greg Peterson -uid: gpeterson116 -title: student -employeeNumber: 80000117 -mail: gpeterson116@example.edu -businessCategory:Business +surname: Fuller +givenName: Karen +cn: Karen Fuller +uid: kfuller +#title: alum +employeeNumber: 800000116 +mail: Karen.Fuller@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jvales117,ou=people,dc=internet2,dc=edu +dn: uid=amoreno,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: John -cn: John Vales -uid: jvales117 -title: staff -employeeNumber: 80000118 -mail: jvales117@example.edu -businessCategory:Advising +surname: Moreno +givenName: Andrea +cn: Andrea Moreno +uid: amoreno +#title: alum +employeeNumber: 800000117 +mail: Andrea.Moreno@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=ggrady118,ou=people,dc=internet2,dc=edu +dn: uid=chudson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Greg -cn: Greg Grady -uid: ggrady118 -title: other -employeeNumber: 80000119 -mail: ggrady118@example.edu -businessCategory:Computer Science +surname: Hudson +givenName: Christina +cn: Christina Hudson +uid: chudson +#title: alum +employeeNumber: 800000118 +mail: Christina.Hudson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=lgrady119,ou=people,dc=internet2,dc=edu +dn: uid=kburgess,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Lexi -cn: Lexi Grady -uid: lgrady119 -title: other -employeeNumber: 80000120 -mail: lgrady119@example.edu -businessCategory:Computer Science +surname: Burgess +givenName: Kenneth +cn: Kenneth Burgess +uid: kburgess +#title: alum +employeeNumber: 800000119 +mail: Kenneth.Burgess@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=jgasper120,ou=people,dc=internet2,dc=edu +dn: uid=nwilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Jeremy -cn: Jeremy Gasper -uid: jgasper120 -title: staff -employeeNumber: 80000121 -mail: jgasper120@example.edu -businessCategory:Language Arts +surname: Williams +givenName: Nancy +cn: Nancy Williams +uid: nwilliam +#title: alum +employeeNumber: 800000120 +mail: Nancy.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=lroberts121,ou=people,dc=internet2,dc=edu +dn: uid=ehorn,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Lori -cn: Lori Roberts -uid: lroberts121 -title: student -employeeNumber: 80000122 -mail: lroberts121@example.edu -businessCategory:Physical Education +surname: Horn +givenName: Elizabeth +cn: Elizabeth Horn +uid: ehorn +#title: alum +employeeNumber: 800000121 +mail: Elizabeth.Horn@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mgrady122,ou=people,dc=internet2,dc=edu +dn: uid=ksmith2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Marie -cn: Marie Grady -uid: mgrady122 -title: alum -employeeNumber: 80000123 -mail: mgrady122@example.edu -businessCategory:Advising +surname: Smith +givenName: Kimberly +cn: Kimberly Smith +uid: ksmith2 +#title: alum +employeeNumber: 800000122 +mail: Kimberly.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jbutler123,ou=people,dc=internet2,dc=edu +dn: uid=cshelton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Jeremy -cn: Jeremy Butler -uid: jbutler123 -title: faculty -employeeNumber: 80000124 -mail: jbutler123@example.edu -businessCategory:Accounts Payable +surname: Shelton +givenName: Christopher +cn: Christopher Shelton +uid: cshelton +#title: alum +employeeNumber: 800000123 +mail: Christopher.Shelton@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=jgasper124,ou=people,dc=internet2,dc=edu +dn: uid=canderso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Jennifer -cn: Jennifer Gasper -uid: jgasper124 -title: faculty -employeeNumber: 80000125 -mail: jgasper124@example.edu -businessCategory:Business +surname: Anderson +givenName: Cindy +cn: Cindy Anderson +uid: canderso +#title: alum +employeeNumber: 800000124 +mail: Cindy.Anderson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=abutler125,ou=people,dc=internet2,dc=edu +dn: uid=srodrigu,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Andrew -cn: Andrew Butler -uid: abutler125 -title: faculty -employeeNumber: 80000126 -mail: abutler125@example.edu -businessCategory:Engineering +surname: Rodriguez +givenName: Sean +cn: Sean Rodriguez +uid: srodrigu +#title: alum +employeeNumber: 800000125 +mail: Sean.Rodriguez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=nwilliams126,ou=people,dc=internet2,dc=edu +dn: uid=tjohnson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Nancy -cn: Nancy Williams -uid: nwilliams126 -title: student -employeeNumber: 80000127 -mail: nwilliams126@example.edu -businessCategory:Physical Education +surname: Johnson +givenName: Tyler +cn: Tyler Johnson +uid: tjohnson +#title: alum +employeeNumber: 800000126 +mail: Tyler.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=emartinez127,ou=people,dc=internet2,dc=edu +dn: uid=tmartine,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Martinez -givenName: Emma -cn: Emma Martinez -uid: emartinez127 -title: student -employeeNumber: 80000128 -mail: emartinez127@example.edu -businessCategory:Purchasing +givenName: Tyrone +cn: Tyrone Martinez +uid: tmartine +#title: alum +employeeNumber: 800000127 +mail: Tyrone.Martinez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=edavis128,ou=people,dc=internet2,dc=edu +dn: uid=pgibbs,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Eric -cn: Eric Davis -uid: edavis128 -title: student -employeeNumber: 80000129 -mail: edavis128@example.edu -businessCategory:Law +surname: Gibbs +givenName: Philip +cn: Philip Gibbs +uid: pgibbs +#title: alum +employeeNumber: 800000128 +mail: Philip.Gibbs@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=sroberts129,ou=people,dc=internet2,dc=edu +dn: uid=ccalhoun,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Steve -cn: Steve Roberts -uid: sroberts129 -title: other -employeeNumber: 80000130 -mail: sroberts129@example.edu -businessCategory:Information Technology +surname: Calhoun +givenName: Christopher +cn: Christopher Calhoun +uid: ccalhoun +#title: alum +employeeNumber: 800000129 +mail: Christopher.Calhoun@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=jnielson130,ou=people,dc=internet2,dc=edu +dn: uid=bsmith,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: John -cn: John Nielson -uid: jnielson130 -title: staff -employeeNumber: 80000131 -mail: jnielson130@example.edu -businessCategory:Language Arts +surname: Smith +givenName: Bryan +cn: Bryan Smith +uid: bsmith +#title: alum +employeeNumber: 800000130 +mail: Bryan.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=awhite131,ou=people,dc=internet2,dc=edu +dn: uid=acastro,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Ann -cn: Ann White -uid: awhite131 -title: other -employeeNumber: 80000132 -mail: awhite131@example.edu -businessCategory:Advising +surname: Castro +givenName: Andrew +cn: Andrew Castro +uid: acastro +#title: alum +employeeNumber: 800000131 +mail: Andrew.Castro@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=abrown132,ou=people,dc=internet2,dc=edu +dn: uid=kmiddlet,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Ava -cn: Ava Brown -uid: abrown132 -title: student -employeeNumber: 80000133 -mail: abrown132@example.edu -businessCategory:Purchasing +surname: Middleton +givenName: Kimberly +cn: Kimberly Middleton +uid: kmiddlet +#title: alum +employeeNumber: 800000132 +mail: Kimberly.Middleton@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=mmartinez133,ou=people,dc=internet2,dc=edu +dn: uid=afreeman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Madison -cn: Madison Martinez -uid: mmartinez133 -title: faculty -employeeNumber: 80000134 -mail: mmartinez133@example.edu -businessCategory:Law +surname: Freeman +givenName: Alec +cn: Alec Freeman +uid: afreeman +#title: alum +employeeNumber: 800000133 +mail: Alec.Freeman@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=sanderson134,ou=people,dc=internet2,dc=edu +dn: uid=mmyers,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Sarah -cn: Sarah Anderson -uid: sanderson134 -title: student -employeeNumber: 80000135 -mail: sanderson134@example.edu -businessCategory:Accounts Payable +surname: Myers +givenName: Michele +cn: Michele Myers +uid: mmyers +#title: alum +employeeNumber: 800000134 +mail: Michele.Myers@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=blee135,ou=people,dc=internet2,dc=edu +dn: uid=lwarner,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Betty -cn: Betty Lee -uid: blee135 -title: faculty -employeeNumber: 80000136 -mail: blee135@example.edu -businessCategory:Purchasing +surname: Warner +givenName: Lisa +cn: Lisa Warner +uid: lwarner +#title: alum +employeeNumber: 800000135 +mail: Lisa.Warner@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=nbutler136,ou=people,dc=internet2,dc=edu +dn: uid=ksmith3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Nancy -cn: Nancy Butler -uid: nbutler136 -title: faculty -employeeNumber: 80000137 -mail: nbutler136@example.edu -businessCategory:Accounts Payable +surname: Smith +givenName: Kimberly +cn: Kimberly Smith +uid: ksmith3 +#title: alum +employeeNumber: 800000136 +mail: Kimberly.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=mgrady137,ou=people,dc=internet2,dc=edu +dn: uid=rdouglas,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Mia -cn: Mia Grady -uid: mgrady137 -title: staff -employeeNumber: 80000138 -mail: mgrady137@example.edu -businessCategory:Physical Education +surname: Douglas +givenName: Robert +cn: Robert Douglas +uid: rdouglas +#title: alum +employeeNumber: 800000137 +mail: Robert.Douglas@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=jgrady138,ou=people,dc=internet2,dc=edu +dn: uid=jbarker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Jeremy -cn: Jeremy Grady -uid: jgrady138 -title: faculty -employeeNumber: 80000139 -mail: jgrady138@example.edu -businessCategory:Engineering +surname: Barker +givenName: Jose +cn: Jose Barker +uid: jbarker +#title: alum +employeeNumber: 800000138 +mail: Jose.Barker@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=sgrady139,ou=people,dc=internet2,dc=edu +dn: uid=jrobinso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Sophia -cn: Sophia Grady -uid: sgrady139 -title: staff -employeeNumber: 80000140 -mail: sgrady139@example.edu -businessCategory:Accounts Payable +surname: Robinson +givenName: Joshua +cn: Joshua Robinson +uid: jrobinso +#title: alum +employeeNumber: 800000139 +mail: Joshua.Robinson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=bbrown140,ou=people,dc=internet2,dc=edu +dn: uid=dpark,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Bill -cn: Bill Brown -uid: bbrown140 -title: staff -employeeNumber: 80000141 -mail: bbrown140@example.edu -businessCategory:Accounting +surname: Park +givenName: Daniel +cn: Daniel Park +uid: dpark +#title: alum +employeeNumber: 800000140 +mail: Daniel.Park@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=clopez141,ou=people,dc=internet2,dc=edu +dn: uid=amoss,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Claire -cn: Claire Lopez -uid: clopez141 -title: student -employeeNumber: 80000142 -mail: clopez141@example.edu -businessCategory:Accounting +surname: Moss +givenName: Amanda +cn: Amanda Moss +uid: amoss +#title: alum +employeeNumber: 800000141 +mail: Amanda.Moss@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mprice142,ou=people,dc=internet2,dc=edu +dn: uid=pgaines,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Mary -cn: Mary Price -uid: mprice142 -title: staff -employeeNumber: 80000143 -mail: mprice142@example.edu -businessCategory:Purchasing +surname: Gaines +givenName: Patricia +cn: Patricia Gaines +uid: pgaines +#title: alum +employeeNumber: 800000142 +mail: Patricia.Gaines@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=mnielson143,ou=people,dc=internet2,dc=edu +dn: uid=jperez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Marie -cn: Marie Nielson -uid: mnielson143 -title: staff -employeeNumber: 80000144 -mail: mnielson143@example.edu -businessCategory:Financial Aid +surname: Perez +givenName: Jay +cn: Jay Perez +uid: jperez +#title: alum +employeeNumber: 800000143 +mail: Jay.Perez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mwilliams144,ou=people,dc=internet2,dc=edu +dn: uid=anguyen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Mark -cn: Mark Williams -uid: mwilliams144 -title: alum -employeeNumber: 80000145 -mail: mwilliams144@example.edu -businessCategory:Advising +surname: Nguyen +givenName: Ashley +cn: Ashley Nguyen +uid: anguyen +#title: alum +employeeNumber: 800000144 +mail: Ashley.Nguyen@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=dwhite145,ou=people,dc=internet2,dc=edu +dn: uid=lvaldez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: David -cn: David White -uid: dwhite145 -title: faculty -employeeNumber: 80000146 -mail: dwhite145@example.edu -businessCategory:Advising +surname: Valdez +givenName: Lisa +cn: Lisa Valdez +uid: lvaldez +#title: alum +employeeNumber: 800000145 +mail: Lisa.Valdez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mlopez146,ou=people,dc=internet2,dc=edu +dn: uid=dgarcia,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Michael -cn: Michael Lopez -uid: mlopez146 -title: other -employeeNumber: 80000147 -mail: mlopez146@example.edu -businessCategory:Purchasing +surname: Garcia +givenName: Danielle +cn: Danielle Garcia +uid: dgarcia +#title: alum +employeeNumber: 800000146 +mail: Danielle.Garcia@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=klewis147,ou=people,dc=internet2,dc=edu +dn: uid=abautist,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Karl -cn: Karl Lewis -uid: klewis147 -title: staff -employeeNumber: 80000148 -mail: klewis147@example.edu -businessCategory:Accounts Payable +surname: Bautista +givenName: Alexander +cn: Alexander Bautista +uid: abautist +#title: alum +employeeNumber: 800000147 +mail: Alexander.Bautista@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=cvales148,ou=people,dc=internet2,dc=edu +dn: uid=jcaldwel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Christina -cn: Christina Vales -uid: cvales148 -title: alum -employeeNumber: 80000149 -mail: cvales148@example.edu -businessCategory:Computer Science +surname: Caldwell +givenName: Jill +cn: Jill Caldwell +uid: jcaldwel +#title: alum +employeeNumber: 800000148 +mail: Jill.Caldwell@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mroberts149,ou=people,dc=internet2,dc=edu +dn: uid=hdeleon,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Megan -cn: Megan Roberts -uid: mroberts149 -title: faculty -employeeNumber: 80000150 -mail: mroberts149@example.edu -businessCategory:Financial Aid +surname: Deleon +givenName: Heidi +cn: Heidi Deleon +uid: hdeleon +#title: alum +employeeNumber: 800000149 +mail: Heidi.Deleon@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=bdavis150,ou=people,dc=internet2,dc=edu +dn: uid=pcooper,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Blake -cn: Blake Davis -uid: bdavis150 -title: other -employeeNumber: 80000151 -mail: bdavis150@example.edu -businessCategory:Physical Education +surname: Cooper +givenName: Paul +cn: Paul Cooper +uid: pcooper +#title: alum +employeeNumber: 800000150 +mail: Paul.Cooper@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=hclark151,ou=people,dc=internet2,dc=edu +dn: uid=tday,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Heather -cn: Heather Clark -uid: hclark151 -title: staff -employeeNumber: 80000152 -mail: hclark151@example.edu -businessCategory:Information Technology +surname: Day +givenName: Tiffany +cn: Tiffany Day +uid: tday +#title: alum +employeeNumber: 800000151 +mail: Tiffany.Day@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=jnielson152,ou=people,dc=internet2,dc=edu +dn: uid=eking,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Jim -cn: Jim Nielson -uid: jnielson152 -title: faculty -employeeNumber: 80000153 -mail: jnielson152@example.edu -businessCategory:Accounts Payable +surname: King +givenName: Erica +cn: Erica King +uid: eking +#title: alum +employeeNumber: 800000152 +mail: Erica.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=lpeterson153,ou=people,dc=internet2,dc=edu +dn: uid=jortiz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Lexi -cn: Lexi Peterson -uid: lpeterson153 -title: faculty -employeeNumber: 80000154 -mail: lpeterson153@example.edu -businessCategory:Computer Science +surname: Ortiz +givenName: James +cn: James Ortiz +uid: jortiz +#title: alum +employeeNumber: 800000153 +mail: James.Ortiz@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mvales154,ou=people,dc=internet2,dc=edu +dn: uid=erandolp,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Mary -cn: Mary Vales -uid: mvales154 -title: staff -employeeNumber: 80000155 -mail: mvales154@example.edu -businessCategory:Language Arts +surname: Randolph +givenName: Eric +cn: Eric Randolph +uid: erandolp +#title: alum +employeeNumber: 800000154 +mail: Eric.Randolph@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=jmartinez155,ou=people,dc=internet2,dc=edu +dn: uid=ssavage,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Jennifer -cn: Jennifer Martinez -uid: jmartinez155 -title: staff -employeeNumber: 80000156 -mail: jmartinez155@example.edu -businessCategory:Business +surname: Savage +givenName: Samuel +cn: Samuel Savage +uid: ssavage +#title: alum +employeeNumber: 800000155 +mail: Samuel.Savage@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=hjohnson156,ou=people,dc=internet2,dc=edu +dn: uid=ryoung,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Heather -cn: Heather Johnson -uid: hjohnson156 -title: faculty -employeeNumber: 80000157 -mail: hjohnson156@example.edu -businessCategory:Purchasing +surname: Young +givenName: Rebecca +cn: Rebecca Young +uid: ryoung +#title: alum +employeeNumber: 800000156 +mail: Rebecca.Young@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=jlangenberg157,ou=people,dc=internet2,dc=edu +dn: uid=cnelson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: James -cn: James Langenberg -uid: jlangenberg157 -title: student -employeeNumber: 80000158 -mail: jlangenberg157@example.edu -businessCategory:Engineering +surname: Nelson +givenName: Carl +cn: Carl Nelson +uid: cnelson +#title: alum +employeeNumber: 800000157 +mail: Carl.Nelson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=amartinez158,ou=people,dc=internet2,dc=edu +dn: uid=danderse,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Anna -cn: Anna Martinez -uid: amartinez158 -title: faculty -employeeNumber: 80000159 -mail: amartinez158@example.edu -businessCategory:Accounts Payable +surname: Andersen +givenName: Daniel +cn: Daniel Andersen +uid: danderse +#title: alum +employeeNumber: 800000158 +mail: Daniel.Andersen@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=wclark159,ou=people,dc=internet2,dc=edu +dn: uid=kjones,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: William -cn: William Clark -uid: wclark159 -title: staff -employeeNumber: 80000160 -mail: wclark159@example.edu -businessCategory:Computer Science +surname: Jones +givenName: Katie +cn: Katie Jones +uid: kjones +#title: alum +employeeNumber: 800000159 +mail: Katie.Jones@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=alopez160,ou=people,dc=internet2,dc=edu +dn: uid=sjohnson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Andrew -cn: Andrew Lopez -uid: alopez160 -title: faculty -employeeNumber: 80000161 -mail: alopez160@example.edu -businessCategory:Computer Science +surname: Johnson +givenName: Shawn +cn: Shawn Johnson +uid: sjohnson +#title: alum +employeeNumber: 800000160 +mail: Shawn.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=danderson161,ou=people,dc=internet2,dc=edu +dn: uid=cayers,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: David -cn: David Anderson -uid: danderson161 -title: staff -employeeNumber: 80000162 -mail: danderson161@example.edu -businessCategory:Law +surname: Ayers +givenName: Catherine +cn: Catherine Ayers +uid: cayers +#title: alum +employeeNumber: 800000161 +mail: Catherine.Ayers@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=ivales162,ou=people,dc=internet2,dc=edu +dn: uid=djones,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Isabella -cn: Isabella Vales -uid: ivales162 -title: student -employeeNumber: 80000163 -mail: ivales162@example.edu -businessCategory:Accounts Payable +surname: Jones +givenName: Dawn +cn: Dawn Jones +uid: djones +#title: alum +employeeNumber: 800000162 +mail: Dawn.Jones@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=nmartinez163,ou=people,dc=internet2,dc=edu +dn: uid=aray,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Nancy -cn: Nancy Martinez -uid: nmartinez163 -title: staff -employeeNumber: 80000164 -mail: nmartinez163@example.edu -businessCategory:Computer Science +surname: Ray +givenName: Andrea +cn: Andrea Ray +uid: aray +#title: alum +employeeNumber: 800000163 +mail: Andrea.Ray@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=mdavis164,ou=people,dc=internet2,dc=edu +dn: uid=zgomez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Mark -cn: Mark Davis -uid: mdavis164 -title: student -employeeNumber: 80000165 -mail: mdavis164@example.edu -businessCategory:Engineering +surname: Gomez +givenName: Zachary +cn: Zachary Gomez +uid: zgomez +#title: alum +employeeNumber: 800000164 +mail: Zachary.Gomez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=bpeterson165,ou=people,dc=internet2,dc=edu +dn: uid=pstephe2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Betty -cn: Betty Peterson -uid: bpeterson165 -title: alum -employeeNumber: 80000166 -mail: bpeterson165@example.edu -businessCategory:Language Arts +surname: Stephenson +givenName: Phillip +cn: Phillip Stephenson +uid: pstephe2 +#title: alum +employeeNumber: 800000165 +mail: Phillip.Stephenson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=dlopez166,ou=people,dc=internet2,dc=edu +dn: uid=ahunt,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Debbie -cn: Debbie Lopez -uid: dlopez166 -title: staff -employeeNumber: 80000167 -mail: dlopez166@example.edu -businessCategory:Computer Science +surname: Hunt +givenName: Antonio +cn: Antonio Hunt +uid: ahunt +#title: alum +employeeNumber: 800000166 +mail: Antonio.Hunt@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=cwalters167,ou=people,dc=internet2,dc=edu +dn: uid=jgibson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Colin -cn: Colin Walters -uid: cwalters167 -title: faculty -employeeNumber: 80000168 -mail: cwalters167@example.edu -businessCategory:Engineering +surname: Gibson +givenName: Jessica +cn: Jessica Gibson +uid: jgibson +#title: alum +employeeNumber: 800000167 +mail: Jessica.Gibson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=bgonazles168,ou=people,dc=internet2,dc=edu +dn: uid=bsimmons,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Blake -cn: Blake Gonazles -uid: bgonazles168 -title: faculty -employeeNumber: 80000169 -mail: bgonazles168@example.edu -businessCategory:Language Arts +surname: Simmons +givenName: Bianca +cn: Bianca Simmons +uid: bsimmons +#title: alum +employeeNumber: 800000168 +mail: Bianca.Simmons@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=kthompson169,ou=people,dc=internet2,dc=edu +dn: uid=bfarley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Kim -cn: Kim Thompson -uid: kthompson169 -title: faculty -employeeNumber: 80000170 -mail: kthompson169@example.edu -businessCategory:Language Arts +surname: Farley +givenName: Benjamin +cn: Benjamin Farley +uid: bfarley +#title: alum +employeeNumber: 800000169 +mail: Benjamin.Farley@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=svales170,ou=people,dc=internet2,dc=edu +dn: uid=dsimpson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Sarah -cn: Sarah Vales -uid: svales170 -title: faculty -employeeNumber: 80000171 -mail: svales170@example.edu -businessCategory:Engineering +surname: Simpson +givenName: Daniel +cn: Daniel Simpson +uid: dsimpson +#title: alum +employeeNumber: 800000170 +mail: Daniel.Simpson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=mgasper171,ou=people,dc=internet2,dc=edu +dn: uid=mmiller2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Maddie -cn: Maddie Gasper -uid: mgasper171 -title: student -employeeNumber: 80000172 -mail: mgasper171@example.edu -businessCategory:Computer Science +surname: Miller +givenName: Megan +cn: Megan Miller +uid: mmiller2 +#title: alum +employeeNumber: 800000171 +mail: Megan.Miller@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=blee172,ou=people,dc=internet2,dc=edu +dn: uid=jbrown,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Betty -cn: Betty Lee -uid: blee172 -title: staff -employeeNumber: 80000173 -mail: blee172@example.edu -businessCategory:Financial Aid +surname: Brown +givenName: James +cn: James Brown +uid: jbrown +#title: alum +employeeNumber: 800000172 +mail: James.Brown@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=escott173,ou=people,dc=internet2,dc=edu +dn: uid=bhartman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Erik -cn: Erik Scott -uid: escott173 -title: other -employeeNumber: 80000174 -mail: escott173@example.edu -businessCategory:Engineering +surname: Hartman +givenName: Brooke +cn: Brooke Hartman +uid: bhartman +#title: alum +employeeNumber: 800000173 +mail: Brooke.Hartman@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=enielson174,ou=people,dc=internet2,dc=edu +dn: uid=mfreeman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Eric -cn: Eric Nielson -uid: enielson174 -title: student -employeeNumber: 80000175 -mail: enielson174@example.edu -businessCategory:Advising +surname: Freeman +givenName: Matthew +cn: Matthew Freeman +uid: mfreeman +#title: alum +employeeNumber: 800000174 +mail: Matthew.Freeman@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=ejohnson175,ou=people,dc=internet2,dc=edu +dn: uid=epearson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Emma -cn: Emma Johnson -uid: ejohnson175 -title: faculty -employeeNumber: 80000176 -mail: ejohnson175@example.edu -businessCategory:Accounting +surname: Pearson +givenName: Erin +cn: Erin Pearson +uid: epearson +#title: alum +employeeNumber: 800000175 +mail: Erin.Pearson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=lgasper176,ou=people,dc=internet2,dc=edu +dn: uid=kjohnson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Lori -cn: Lori Gasper -uid: lgasper176 -title: student -employeeNumber: 80000177 -mail: lgasper176@example.edu -businessCategory:Advising +surname: Johnson +givenName: Kenneth +cn: Kenneth Johnson +uid: kjohnson +#title: alum +employeeNumber: 800000176 +mail: Kenneth.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=lbutler177,ou=people,dc=internet2,dc=edu +dn: uid=mwang,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Lori -cn: Lori Butler -uid: lbutler177 -title: student -employeeNumber: 80000178 -mail: lbutler177@example.edu -businessCategory:Law +surname: Wang +givenName: Mark +cn: Mark Wang +uid: mwang +#title: alum +employeeNumber: 800000177 +mail: Mark.Wang@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=jpeterson178,ou=people,dc=internet2,dc=edu +dn: uid=sramirez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: John -cn: John Peterson -uid: jpeterson178 -title: student -employeeNumber: 80000179 -mail: jpeterson178@example.edu -businessCategory:Engineering +surname: Ramirez +givenName: Steven +cn: Steven Ramirez +uid: sramirez +#title: alum +employeeNumber: 800000178 +mail: Steven.Ramirez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=hwhite179,ou=people,dc=internet2,dc=edu +dn: uid=jphillip,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Heather -cn: Heather White -uid: hwhite179 -title: alum -employeeNumber: 80000180 -mail: hwhite179@example.edu -businessCategory:Business +surname: Phillips +givenName: Janet +cn: Janet Phillips +uid: jphillip +#title: alum +employeeNumber: 800000179 +mail: Janet.Phillips@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=ejohnson180,ou=people,dc=internet2,dc=edu +dn: uid=cclark,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Emma -cn: Emma Johnson -uid: ejohnson180 -title: faculty -employeeNumber: 80000181 -mail: ejohnson180@example.edu -businessCategory:Advising +surname: Clark +givenName: Christopher +cn: Christopher Clark +uid: cclark +#title: alum +employeeNumber: 800000180 +mail: Christopher.Clark@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=omartinez181,ou=people,dc=internet2,dc=edu +dn: uid=vday,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Olivia -cn: Olivia Martinez -uid: omartinez181 -title: faculty -employeeNumber: 80000182 -mail: omartinez181@example.edu -businessCategory:Accounts Payable +surname: Day +givenName: Vanessa +cn: Vanessa Day +uid: vday +#title: alum +employeeNumber: 800000181 +mail: Vanessa.Day@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=tbrown182,ou=people,dc=internet2,dc=edu +dn: uid=bhughes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Thomas -cn: Thomas Brown -uid: tbrown182 -title: faculty -employeeNumber: 80000183 -mail: tbrown182@example.edu -businessCategory:Language Arts +surname: Hughes +givenName: Brooke +cn: Brooke Hughes +uid: bhughes +#title: alum +employeeNumber: 800000182 +mail: Brooke.Hughes@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=athompson183,ou=people,dc=internet2,dc=edu +dn: uid=mdavies,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Anna -cn: Anna Thompson -uid: athompson183 -title: staff -employeeNumber: 80000184 -mail: athompson183@example.edu -businessCategory:Language Arts +surname: Davies +givenName: Michael +cn: Michael Davies +uid: mdavies +#title: alum +employeeNumber: 800000183 +mail: Michael.Davies@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=pscott184,ou=people,dc=internet2,dc=edu +dn: uid=dray,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Perry -cn: Perry Scott -uid: pscott184 -title: faculty -employeeNumber: 80000185 -mail: pscott184@example.edu -businessCategory:Purchasing +surname: Ray +givenName: Daniel +cn: Daniel Ray +uid: dray +#title: alum +employeeNumber: 800000184 +mail: Daniel.Ray@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=jwhite185,ou=people,dc=internet2,dc=edu +dn: uid=zcaldwel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: John -cn: John White -uid: jwhite185 -title: alum -employeeNumber: 80000186 -mail: jwhite185@example.edu -businessCategory:Information Technology +surname: Caldwell +givenName: Zachary +cn: Zachary Caldwell +uid: zcaldwel +#title: alum +employeeNumber: 800000185 +mail: Zachary.Caldwell@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jmartinez186,ou=people,dc=internet2,dc=edu +dn: uid=datkins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Jo -cn: Jo Martinez -uid: jmartinez186 -title: alum -employeeNumber: 80000187 -mail: jmartinez186@example.edu -businessCategory:Information Technology +surname: Atkins +givenName: David +cn: David Atkins +uid: datkins +#title: alum +employeeNumber: 800000186 +mail: David.Atkins@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=lgasper187,ou=people,dc=internet2,dc=edu +dn: uid=rross,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Lisa -cn: Lisa Gasper -uid: lgasper187 -title: alum -employeeNumber: 80000188 -mail: lgasper187@example.edu -businessCategory:Language Arts +surname: Ross +givenName: Rodney +cn: Rodney Ross +uid: rross +#title: alum +employeeNumber: 800000187 +mail: Rodney.Ross@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=canderson188,ou=people,dc=internet2,dc=edu +dn: uid=cwalker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Claire -cn: Claire Anderson -uid: canderson188 -title: staff -employeeNumber: 80000189 -mail: canderson188@example.edu -businessCategory:Advising +surname: Walker +givenName: Curtis +cn: Curtis Walker +uid: cwalker +#title: alum +employeeNumber: 800000188 +mail: Curtis.Walker@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=ascott189,ou=people,dc=internet2,dc=edu +dn: uid=jnguyen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Anna -cn: Anna Scott -uid: ascott189 -title: student -employeeNumber: 80000190 -mail: ascott189@example.edu -businessCategory:Information Technology +surname: Nguyen +givenName: John +cn: John Nguyen +uid: jnguyen +#title: alum +employeeNumber: 800000189 +mail: John.Nguyen@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=mmartinez190,ou=people,dc=internet2,dc=edu +dn: uid=jkim,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Mary -cn: Mary Martinez -uid: mmartinez190 -title: alum -employeeNumber: 80000191 -mail: mmartinez190@example.edu -businessCategory:Accounts Payable +surname: Kim +givenName: Jordan +cn: Jordan Kim +uid: jkim +#title: alum +employeeNumber: 800000190 +mail: Jordan.Kim@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=sanderson191,ou=people,dc=internet2,dc=edu +dn: uid=jbean,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Stephanie -cn: Stephanie Anderson -uid: sanderson191 -title: faculty -employeeNumber: 80000192 -mail: sanderson191@example.edu -businessCategory:Business +surname: Bean +givenName: Jennifer +cn: Jennifer Bean +uid: jbean +#title: alum +employeeNumber: 800000191 +mail: Jennifer.Bean@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=sdoe192,ou=people,dc=internet2,dc=edu +dn: uid=wturner,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Sarah -cn: Sarah Doe -uid: sdoe192 -title: faculty -employeeNumber: 80000193 -mail: sdoe192@example.edu -businessCategory:Purchasing +surname: Turner +givenName: William +cn: William Turner +uid: wturner +#title: alum +employeeNumber: 800000192 +mail: William.Turner@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=sdavis193,ou=people,dc=internet2,dc=edu +dn: uid=kglover,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Steve -cn: Steve Davis -uid: sdavis193 -title: alum -employeeNumber: 80000194 -mail: sdavis193@example.edu -businessCategory:Information Technology +surname: Glover +givenName: Kendra +cn: Kendra Glover +uid: kglover +#title: alum +employeeNumber: 800000193 +mail: Kendra.Glover@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jlangenberg194,ou=people,dc=internet2,dc=edu +dn: uid=dperez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: James -cn: James Langenberg -uid: jlangenberg194 -title: staff -employeeNumber: 80000195 -mail: jlangenberg194@example.edu -businessCategory:Engineering +surname: Perez +givenName: Danielle +cn: Danielle Perez +uid: dperez +#title: alum +employeeNumber: 800000194 +mail: Danielle.Perez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=jlopez195,ou=people,dc=internet2,dc=edu +dn: uid=mkim,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Jo -cn: Jo Lopez -uid: jlopez195 -title: faculty -employeeNumber: 80000196 -mail: jlopez195@example.edu -businessCategory:Law +surname: Kim +givenName: Madison +cn: Madison Kim +uid: mkim +#title: alum +employeeNumber: 800000195 +mail: Madison.Kim@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=rjohnson196,ou=people,dc=internet2,dc=edu +dn: uid=mbryant,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Robert -cn: Robert Johnson -uid: rjohnson196 -title: staff -employeeNumber: 80000197 -mail: rjohnson196@example.edu -businessCategory:Information Technology +surname: Bryant +givenName: Matthew +cn: Matthew Bryant +uid: mbryant +#title: alum +employeeNumber: 800000196 +mail: Matthew.Bryant@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=mclark197,ou=people,dc=internet2,dc=edu +dn: uid=kbonilla,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Mia -cn: Mia Clark -uid: mclark197 -title: staff -employeeNumber: 80000198 -mail: mclark197@example.edu -businessCategory:Physical Education +surname: Bonilla +givenName: Kristin +cn: Kristin Bonilla +uid: kbonilla +#title: alum +employeeNumber: 800000197 +mail: Kristin.Bonilla@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=aprice198,ou=people,dc=internet2,dc=edu +dn: uid=lholmes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Ava -cn: Ava Price -uid: aprice198 -title: staff -employeeNumber: 80000199 -mail: aprice198@example.edu -businessCategory:Purchasing +surname: Holmes +givenName: Lauren +cn: Lauren Holmes +uid: lholmes +#title: alum +employeeNumber: 800000198 +mail: Lauren.Holmes@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=droberts199,ou=people,dc=internet2,dc=edu +dn: uid=sfritz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Debbie -cn: Debbie Roberts -uid: droberts199 -title: staff -employeeNumber: 80000200 -mail: droberts199@example.edu -businessCategory:Engineering +surname: Fritz +givenName: Sean +cn: Sean Fritz +uid: sfritz +#title: alum +employeeNumber: 800000199 +mail: Sean.Fritz@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=agonazles200,ou=people,dc=internet2,dc=edu +dn: uid=fsmith,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Andrew -cn: Andrew Gonazles -uid: agonazles200 -title: staff -employeeNumber: 80000201 -mail: agonazles200@example.edu -businessCategory:Accounts Payable +surname: Smith +givenName: Felicia +cn: Felicia Smith +uid: fsmith +#title: alum +employeeNumber: 800000200 +mail: Felicia.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=jnielson201,ou=people,dc=internet2,dc=edu +dn: uid=ttaylor,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Jeremy -cn: Jeremy Nielson -uid: jnielson201 -title: student -employeeNumber: 80000202 -mail: jnielson201@example.edu -businessCategory:Advising +surname: Taylor +givenName: Timothy +cn: Timothy Taylor +uid: ttaylor +#title: alum +employeeNumber: 800000201 +mail: Timothy.Taylor@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=pvales202,ou=people,dc=internet2,dc=edu +dn: uid=rsimon,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Perry -cn: Perry Vales -uid: pvales202 -title: other -employeeNumber: 80000203 -mail: pvales202@example.edu -businessCategory:Business +surname: Simon +givenName: Ryan +cn: Ryan Simon +uid: rsimon +#title: alum +employeeNumber: 800000202 +mail: Ryan.Simon@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=adavis203,ou=people,dc=internet2,dc=edu +dn: uid=acervant,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Adian -cn: Adian Davis -uid: adavis203 -title: faculty -employeeNumber: 80000204 -mail: adavis203@example.edu -businessCategory:Computer Science +surname: Cervantes +givenName: Amanda +cn: Amanda Cervantes +uid: acervant +#title: alum +employeeNumber: 800000203 +mail: Amanda.Cervantes@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mdoe204,ou=people,dc=internet2,dc=edu +dn: uid=rmeyer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Mia -cn: Mia Doe -uid: mdoe204 -title: staff -employeeNumber: 80000205 -mail: mdoe204@example.edu -businessCategory:Physical Education +surname: Meyer +givenName: Roger +cn: Roger Meyer +uid: rmeyer +#title: alum +employeeNumber: 800000204 +mail: Roger.Meyer@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=aprice205,ou=people,dc=internet2,dc=edu +dn: uid=krobles,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Ava -cn: Ava Price -uid: aprice205 -title: student -employeeNumber: 80000206 -mail: aprice205@example.edu -businessCategory:Physical Education +surname: Robles +givenName: Kevin +cn: Kevin Robles +uid: krobles +#title: alum +employeeNumber: 800000205 +mail: Kevin.Robles@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=wdavis206,ou=people,dc=internet2,dc=edu +dn: uid=rhill,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: William -cn: William Davis -uid: wdavis206 -title: faculty -employeeNumber: 80000207 -mail: wdavis206@example.edu -businessCategory:Business +surname: Hill +givenName: Robert +cn: Robert Hill +uid: rhill +#title: alum +employeeNumber: 800000206 +mail: Robert.Hill@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=jwilliams207,ou=people,dc=internet2,dc=edu +dn: uid=agrimes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Jo -cn: Jo Williams -uid: jwilliams207 -title: alum -employeeNumber: 80000208 -mail: jwilliams207@example.edu -businessCategory:Advising +surname: Grimes +givenName: Alison +cn: Alison Grimes +uid: agrimes +#title: alum +employeeNumber: 800000207 +mail: Alison.Grimes@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=amorrison208,ou=people,dc=internet2,dc=edu +dn: uid=srogers,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Amber -cn: Amber Morrison -uid: amorrison208 -title: alum -employeeNumber: 80000209 -mail: amorrison208@example.edu -businessCategory:Advising +surname: Rogers +givenName: Sean +cn: Sean Rogers +uid: srogers +#title: alum +employeeNumber: 800000208 +mail: Sean.Rogers@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=cgasper209,ou=people,dc=internet2,dc=edu +dn: uid=menglish,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Christina -cn: Christina Gasper -uid: cgasper209 -title: staff -employeeNumber: 80000210 -mail: cgasper209@example.edu -businessCategory:Business +surname: English +givenName: Michelle +cn: Michelle English +uid: menglish +#title: alum +employeeNumber: 800000209 +mail: Michelle.English@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=tscott210,ou=people,dc=internet2,dc=edu +dn: uid=jmorgan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Thomas -cn: Thomas Scott -uid: tscott210 -title: faculty -employeeNumber: 80000211 -mail: tscott210@example.edu -businessCategory:Purchasing +surname: Morgan +givenName: Jenna +cn: Jenna Morgan +uid: jmorgan +#title: alum +employeeNumber: 800000210 +mail: Jenna.Morgan@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=agasper211,ou=people,dc=internet2,dc=edu +dn: uid=ksanchez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Amber -cn: Amber Gasper -uid: agasper211 -title: alum -employeeNumber: 80000212 -mail: agasper211@example.edu -businessCategory:Purchasing +surname: Sanchez +givenName: Kristi +cn: Kristi Sanchez +uid: ksanchez +#title: alum +employeeNumber: 800000211 +mail: Kristi.Sanchez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=cmorrison212,ou=people,dc=internet2,dc=edu +dn: uid=jboyer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Christina -cn: Christina Morrison -uid: cmorrison212 -title: student -employeeNumber: 80000213 -mail: cmorrison212@example.edu -businessCategory:Law +surname: Boyer +givenName: Jason +cn: Jason Boyer +uid: jboyer +#title: alum +employeeNumber: 800000212 +mail: Jason.Boyer@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=lvales213,ou=people,dc=internet2,dc=edu +dn: uid=jmathews,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Lisa -cn: Lisa Vales -uid: lvales213 -title: other -employeeNumber: 80000214 -mail: lvales213@example.edu -businessCategory:Computer Science +surname: Mathews +givenName: John +cn: John Mathews +uid: jmathews +#title: alum +employeeNumber: 800000213 +mail: John.Mathews@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=nroberts214,ou=people,dc=internet2,dc=edu +dn: uid=rkoch,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Nancy -cn: Nancy Roberts -uid: nroberts214 -title: faculty -employeeNumber: 80000215 -mail: nroberts214@example.edu -businessCategory:Physical Education +surname: Koch +givenName: Ronald +cn: Ronald Koch +uid: rkoch +#title: alum +employeeNumber: 800000214 +mail: Ronald.Koch@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=jlangenberg215,ou=people,dc=internet2,dc=edu +dn: uid=slittle,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: John -cn: John Langenberg -uid: jlangenberg215 -title: staff -employeeNumber: 80000216 -mail: jlangenberg215@example.edu -businessCategory:Engineering +surname: Little +givenName: Samuel +cn: Samuel Little +uid: slittle +#title: alum +employeeNumber: 800000215 +mail: Samuel.Little@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=wscott216,ou=people,dc=internet2,dc=edu +dn: uid=rle,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: William -cn: William Scott -uid: wscott216 -title: alum -employeeNumber: 80000217 -mail: wscott216@example.edu -businessCategory:Engineering +surname: Le +givenName: Robin +cn: Robin Le +uid: rle +#title: alum +employeeNumber: 800000216 +mail: Robin.Le@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=ehenderson217,ou=people,dc=internet2,dc=edu +dn: uid=creed,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Eric -cn: Eric Henderson -uid: ehenderson217 -title: student -employeeNumber: 80000218 -mail: ehenderson217@example.edu -businessCategory:Advising +surname: Reed +givenName: Carolyn +cn: Carolyn Reed +uid: creed +#title: alum +employeeNumber: 800000217 +mail: Carolyn.Reed@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=nanderson218,ou=people,dc=internet2,dc=edu +dn: uid=rrodrigu,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Nancy -cn: Nancy Anderson -uid: nanderson218 -title: alum -employeeNumber: 80000219 -mail: nanderson218@example.edu -businessCategory:Computer Science +surname: Rodriguez +givenName: Robert +cn: Robert Rodriguez +uid: rrodrigu +#title: alum +employeeNumber: 800000218 +mail: Robert.Rodriguez@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=clangenberg219,ou=people,dc=internet2,dc=edu +dn: uid=bpruitt,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Christina -cn: Christina Langenberg -uid: clangenberg219 -title: staff -employeeNumber: 80000220 -mail: clangenberg219@example.edu -businessCategory:Accounting +surname: Pruitt +givenName: Barbara +cn: Barbara Pruitt +uid: bpruitt +#title: alum +employeeNumber: 800000219 +mail: Barbara.Pruitt@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=rthompson220,ou=people,dc=internet2,dc=edu +dn: uid=jwright,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Robert -cn: Robert Thompson -uid: rthompson220 -title: alum -employeeNumber: 80000221 -mail: rthompson220@example.edu -businessCategory:Physical Education +surname: Wright +givenName: Jeanette +cn: Jeanette Wright +uid: jwright +#title: alum +employeeNumber: 800000220 +mail: Jeanette.Wright@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=ksmith221,ou=people,dc=internet2,dc=edu +dn: uid=jwhite,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Kiersten -cn: Kiersten Smith -uid: ksmith221 -title: faculty -employeeNumber: 80000222 -mail: ksmith221@example.edu -businessCategory:Accounting +surname: White +givenName: James +cn: James White +uid: jwhite +#title: alum +employeeNumber: 800000221 +mail: James.White@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=jwhite222,ou=people,dc=internet2,dc=edu +dn: uid=lgeorge,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Jim -cn: Jim White -uid: jwhite222 -title: staff -employeeNumber: 80000223 -mail: jwhite222@example.edu -businessCategory:Language Arts +surname: George +givenName: Linda +cn: Linda George +uid: lgeorge +#title: alum +employeeNumber: 800000222 +mail: Linda.George@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mwilliams223,ou=people,dc=internet2,dc=edu +dn: uid=tfrazier,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Mia -cn: Mia Williams -uid: mwilliams223 -title: faculty -employeeNumber: 80000224 -mail: mwilliams223@example.edu -businessCategory:Purchasing +surname: Frazier +givenName: Thomas +cn: Thomas Frazier +uid: tfrazier +#title: alum +employeeNumber: 800000223 +mail: Thomas.Frazier@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=kgasper224,ou=people,dc=internet2,dc=edu +dn: uid=lking,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Kim -cn: Kim Gasper -uid: kgasper224 -title: staff -employeeNumber: 80000225 -mail: kgasper224@example.edu -businessCategory:Accounts Payable +surname: King +givenName: Lisa +cn: Lisa King +uid: lking +#title: alum +employeeNumber: 800000224 +mail: Lisa.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=lthompson225,ou=people,dc=internet2,dc=edu +dn: uid=jwalker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Lexi -cn: Lexi Thompson -uid: lthompson225 -title: student -employeeNumber: 80000226 -mail: lthompson225@example.edu -businessCategory:Computer Science +surname: Walker +givenName: Jim +cn: Jim Walker +uid: jwalker +#title: alum +employeeNumber: 800000225 +mail: Jim.Walker@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=slewis226,ou=people,dc=internet2,dc=edu +dn: uid=ljackson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Sophia -cn: Sophia Lewis -uid: slewis226 -title: faculty -employeeNumber: 80000227 -mail: slewis226@example.edu -businessCategory:Language Arts +surname: Jackson +givenName: Lynn +cn: Lynn Jackson +uid: ljackson +#title: alum +employeeNumber: 800000226 +mail: Lynn.Jackson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mclark227,ou=people,dc=internet2,dc=edu +dn: uid=jhall,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Mark -cn: Mark Clark -uid: mclark227 -title: staff -employeeNumber: 80000228 -mail: mclark227@example.edu -businessCategory:Financial Aid +surname: Hall +givenName: Jennifer +cn: Jennifer Hall +uid: jhall +#title: alum +employeeNumber: 800000227 +mail: Jennifer.Hall@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mvales228,ou=people,dc=internet2,dc=edu +dn: uid=nmccall,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Maddie -cn: Maddie Vales -uid: mvales228 -title: student -employeeNumber: 80000229 -mail: mvales228@example.edu -businessCategory:Purchasing +surname: Mccall +givenName: Natalie +cn: Natalie Mccall +uid: nmccall +#title: alum +employeeNumber: 800000228 +mail: Natalie.Mccall@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=lbrown229,ou=people,dc=internet2,dc=edu +dn: uid=jmitchel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Lori -cn: Lori Brown -uid: lbrown229 -title: faculty -employeeNumber: 80000230 -mail: lbrown229@example.edu -businessCategory:Advising +surname: Mitchell +givenName: John +cn: John Mitchell +uid: jmitchel +#title: alum +employeeNumber: 800000229 +mail: John.Mitchell@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=rwilliams230,ou=people,dc=internet2,dc=edu +dn: uid=hhowell,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Robert -cn: Robert Williams -uid: rwilliams230 -title: staff -employeeNumber: 80000231 -mail: rwilliams230@example.edu -businessCategory:Physical Education +surname: Howell +givenName: Hunter +cn: Hunter Howell +uid: hhowell +#title: alum +employeeNumber: 800000230 +mail: Hunter.Howell@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=cthompson231,ou=people,dc=internet2,dc=edu +dn: uid=jharris,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Claire -cn: Claire Thompson -uid: cthompson231 -title: other -employeeNumber: 80000232 -mail: cthompson231@example.edu -businessCategory:Engineering +surname: Harris +givenName: Jaime +cn: Jaime Harris +uid: jharris +#title: alum +employeeNumber: 800000231 +mail: Jaime.Harris@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=ddavis232,ou=people,dc=internet2,dc=edu +dn: uid=mmcclain,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: David -cn: David Davis -uid: ddavis232 -title: faculty -employeeNumber: 80000233 -mail: ddavis232@example.edu -businessCategory:Computer Science +surname: Mcclain +givenName: Molly +cn: Molly Mcclain +uid: mmcclain +#title: alum +employeeNumber: 800000232 +mail: Molly.Mcclain@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=agasper233,ou=people,dc=internet2,dc=edu +dn: uid=kmorales,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Adian -cn: Adian Gasper -uid: agasper233 -title: student -employeeNumber: 80000234 -mail: agasper233@example.edu -businessCategory:Information Technology +surname: Morales +givenName: Kristine +cn: Kristine Morales +uid: kmorales +#title: alum +employeeNumber: 800000233 +mail: Kristine.Morales@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=glangenberg234,ou=people,dc=internet2,dc=edu +dn: uid=rkirby,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Greg -cn: Greg Langenberg -uid: glangenberg234 -title: other -employeeNumber: 80000235 -mail: glangenberg234@example.edu -businessCategory:Language Arts +surname: Kirby +givenName: Richard +cn: Richard Kirby +uid: rkirby +#title: alum +employeeNumber: 800000234 +mail: Richard.Kirby@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=jlewis235,ou=people,dc=internet2,dc=edu +dn: uid=janderso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: John -cn: John Lewis -uid: jlewis235 -title: alum -employeeNumber: 80000236 -mail: jlewis235@example.edu -businessCategory:Law +surname: Anderson +givenName: Jessica +cn: Jessica Anderson +uid: janderso +#title: alum +employeeNumber: 800000235 +mail: Jessica.Anderson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=lwalters236,ou=people,dc=internet2,dc=edu +dn: uid=jhunt,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Lexi -cn: Lexi Walters -uid: lwalters236 -title: faculty -employeeNumber: 80000237 -mail: lwalters236@example.edu -businessCategory:Purchasing +surname: Hunt +givenName: Jennifer +cn: Jennifer Hunt +uid: jhunt +#title: alum +employeeNumber: 800000236 +mail: Jennifer.Hunt@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=klopez237,ou=people,dc=internet2,dc=edu +dn: uid=amalone,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Kiersten -cn: Kiersten Lopez -uid: klopez237 -title: alum -employeeNumber: 80000238 -mail: klopez237@example.edu -businessCategory:Computer Science +surname: Malone +givenName: April +cn: April Malone +uid: amalone +#title: alum +employeeNumber: 800000237 +mail: April.Malone@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=ewhite238,ou=people,dc=internet2,dc=edu +dn: uid=scampos,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Emma -cn: Emma White -uid: ewhite238 -title: staff -employeeNumber: 80000239 -mail: ewhite238@example.edu -businessCategory:Computer Science +surname: Campos +givenName: Steven +cn: Steven Campos +uid: scampos +#title: alum +employeeNumber: 800000238 +mail: Steven.Campos@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=bgonazles239,ou=people,dc=internet2,dc=edu +dn: uid=aryan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Betty -cn: Betty Gonazles -uid: bgonazles239 -title: other -employeeNumber: 80000240 -mail: bgonazles239@example.edu -businessCategory:Information Technology +surname: Ryan +givenName: April +cn: April Ryan +uid: aryan +#title: alum +employeeNumber: 800000239 +mail: April.Ryan@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=tnielson240,ou=people,dc=internet2,dc=edu +dn: uid=jestes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Thomas -cn: Thomas Nielson -uid: tnielson240 -title: faculty -employeeNumber: 80000241 -mail: tnielson240@example.edu -businessCategory:Accounting +surname: Estes +givenName: Jonathan +cn: Jonathan Estes +uid: jestes +#title: alum +employeeNumber: 800000240 +mail: Jonathan.Estes@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=nclark241,ou=people,dc=internet2,dc=edu +dn: uid=doneal,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Nancy -cn: Nancy Clark -uid: nclark241 -title: other -employeeNumber: 80000242 -mail: nclark241@example.edu -businessCategory:Accounts Payable +surname: Oneal +givenName: Dawn +cn: Dawn Oneal +uid: doneal +#title: alum +employeeNumber: 800000241 +mail: Dawn.Oneal@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=pwilliams242,ou=people,dc=internet2,dc=edu +dn: uid=awilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Williams -givenName: Paul -cn: Paul Williams -uid: pwilliams242 -title: staff -employeeNumber: 80000243 -mail: pwilliams242@example.edu -businessCategory:Language Arts +givenName: Autumn +cn: Autumn Williams +uid: awilliam +#title: alum +employeeNumber: 800000242 +mail: Autumn.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jpeterson243,ou=people,dc=internet2,dc=edu +dn: uid=rmiller,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: James -cn: James Peterson -uid: jpeterson243 -title: student -employeeNumber: 80000244 -mail: jpeterson243@example.edu -businessCategory:Accounts Payable +surname: Miller +givenName: Rachel +cn: Rachel Miller +uid: rmiller +#title: alum +employeeNumber: 800000243 +mail: Rachel.Miller@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=dlewis244,ou=people,dc=internet2,dc=edu +dn: uid=cvasquez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: David -cn: David Lewis -uid: dlewis244 -title: alum -employeeNumber: 80000245 -mail: dlewis244@example.edu -businessCategory:Law +surname: Vasquez +givenName: Cynthia +cn: Cynthia Vasquez +uid: cvasquez +#title: alum +employeeNumber: 800000244 +mail: Cynthia.Vasquez@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jgasper245,ou=people,dc=internet2,dc=edu +dn: uid=jsoto,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Jim -cn: Jim Gasper -uid: jgasper245 -title: staff -employeeNumber: 80000246 -mail: jgasper245@example.edu -businessCategory:Financial Aid +surname: Soto +givenName: Joseph +cn: Joseph Soto +uid: jsoto +#title: alum +employeeNumber: 800000245 +mail: Joseph.Soto@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=plangenberg246,ou=people,dc=internet2,dc=edu +dn: uid=slopez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Paul -cn: Paul Langenberg -uid: plangenberg246 -title: faculty -employeeNumber: 80000247 -mail: plangenberg246@example.edu -businessCategory:Purchasing +surname: Lopez +givenName: Stephanie +cn: Stephanie Lopez +uid: slopez +#title: alum +employeeNumber: 800000246 +mail: Stephanie.Lopez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=awalters247,ou=people,dc=internet2,dc=edu +dn: uid=jhoffman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Ann -cn: Ann Walters -uid: awalters247 -title: other -employeeNumber: 80000248 -mail: awalters247@example.edu -businessCategory:Purchasing +surname: Hoffman +givenName: Joshua +cn: Joshua Hoffman +uid: jhoffman +#title: alum +employeeNumber: 800000247 +mail: Joshua.Hoffman@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=dhenderson248,ou=people,dc=internet2,dc=edu +dn: uid=kbrown,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Debbie -cn: Debbie Henderson -uid: dhenderson248 -title: alum -employeeNumber: 80000249 -mail: dhenderson248@example.edu -businessCategory:Information Technology +surname: Brown +givenName: Kevin +cn: Kevin Brown +uid: kbrown +#title: alum +employeeNumber: 800000248 +mail: Kevin.Brown@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=mlee249,ou=people,dc=internet2,dc=edu +dn: uid=lwaters,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Marie -cn: Marie Lee -uid: mlee249 -title: student -employeeNumber: 80000250 -mail: mlee249@example.edu -businessCategory:Accounting +surname: Waters +givenName: Lisa +cn: Lisa Waters +uid: lwaters +#title: alum +employeeNumber: 800000249 +mail: Lisa.Waters@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=mnielson250,ou=people,dc=internet2,dc=edu +dn: uid=klopez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Megan -cn: Megan Nielson -uid: mnielson250 -title: faculty -employeeNumber: 80000251 -mail: mnielson250@example.edu -businessCategory:Purchasing +surname: Lopez +givenName: Katie +cn: Katie Lopez +uid: klopez +#title: alum +employeeNumber: 800000250 +mail: Katie.Lopez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=hwhite251,ou=people,dc=internet2,dc=edu +dn: uid=sbest,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Heather -cn: Heather White -uid: hwhite251 -title: student -employeeNumber: 80000252 -mail: hwhite251@example.edu -businessCategory:Engineering +surname: Best +givenName: Stefanie +cn: Stefanie Best +uid: sbest +#title: alum +employeeNumber: 800000251 +mail: Stefanie.Best@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mlewis252,ou=people,dc=internet2,dc=edu +dn: uid=jarnold,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Maddie -cn: Maddie Lewis -uid: mlewis252 -title: student -employeeNumber: 80000253 -mail: mlewis252@example.edu -businessCategory:Law +surname: Arnold +givenName: Jennifer +cn: Jennifer Arnold +uid: jarnold +#title: alum +employeeNumber: 800000252 +mail: Jennifer.Arnold@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=mjohnson253,ou=people,dc=internet2,dc=edu +dn: uid=msmith,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Madison -cn: Madison Johnson -uid: mjohnson253 -title: faculty -employeeNumber: 80000254 -mail: mjohnson253@example.edu -businessCategory:Business +surname: Smith +givenName: Michael +cn: Michael Smith +uid: msmith +#title: alum +employeeNumber: 800000253 +mail: Michael.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=plee254,ou=people,dc=internet2,dc=edu +dn: uid=bsmith2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Perry -cn: Perry Lee -uid: plee254 -title: staff -employeeNumber: 80000255 -mail: plee254@example.edu -businessCategory:Purchasing +surname: Smith +givenName: Barry +cn: Barry Smith +uid: bsmith2 +#title: alum +employeeNumber: 800000254 +mail: Barry.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=jgasper255,ou=people,dc=internet2,dc=edu +dn: uid=abrown,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: John -cn: John Gasper -uid: jgasper255 -title: student -employeeNumber: 80000256 -mail: jgasper255@example.edu -businessCategory:Financial Aid +surname: Brown +givenName: Amber +cn: Amber Brown +uid: abrown +#title: alum +employeeNumber: 800000255 +mail: Amber.Brown@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=bnielson256,ou=people,dc=internet2,dc=edu +dn: uid=mhancock,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Betty -cn: Betty Nielson -uid: bnielson256 -title: staff -employeeNumber: 80000257 -mail: bnielson256@example.edu -businessCategory:Advising +surname: Hancock +givenName: Melissa +cn: Melissa Hancock +uid: mhancock +#title: alum +employeeNumber: 800000256 +mail: Melissa.Hancock@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=sclark257,ou=people,dc=internet2,dc=edu +dn: uid=iking,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Sarah -cn: Sarah Clark -uid: sclark257 -title: faculty -employeeNumber: 80000258 -mail: sclark257@example.edu -businessCategory:Language Arts +surname: King +givenName: Isaiah +cn: Isaiah King +uid: iking +#title: alum +employeeNumber: 800000257 +mail: Isaiah.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=nwalters258,ou=people,dc=internet2,dc=edu +dn: uid=ddiaz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Nancy -cn: Nancy Walters -uid: nwalters258 -title: faculty -employeeNumber: 80000259 -mail: nwalters258@example.edu -businessCategory:Language Arts +surname: Diaz +givenName: Daniel +cn: Daniel Diaz +uid: ddiaz +#title: alum +employeeNumber: 800000258 +mail: Daniel.Diaz@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=jsmith259,ou=people,dc=internet2,dc=edu +dn: uid=rking,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Jennifer -cn: Jennifer Smith -uid: jsmith259 -title: faculty -employeeNumber: 80000260 -mail: jsmith259@example.edu -businessCategory:Accounts Payable +surname: King +givenName: Ryan +cn: Ryan King +uid: rking +#title: alum +employeeNumber: 800000259 +mail: Ryan.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=awilliams260,ou=people,dc=internet2,dc=edu +dn: uid=ahopkins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Andrew -cn: Andrew Williams -uid: awilliams260 -title: faculty -employeeNumber: 80000261 -mail: awilliams260@example.edu -businessCategory:Business +surname: Hopkins +givenName: Amy +cn: Amy Hopkins +uid: ahopkins +#title: alum +employeeNumber: 800000260 +mail: Amy.Hopkins@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=sgrady261,ou=people,dc=internet2,dc=edu +dn: uid=grose,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Stephanie -cn: Stephanie Grady -uid: sgrady261 -title: alum -employeeNumber: 80000262 -mail: sgrady261@example.edu -businessCategory:Law +surname: Rose +givenName: Gary +cn: Gary Rose +uid: grose +#title: alum +employeeNumber: 800000261 +mail: Gary.Rose@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=swhite262,ou=people,dc=internet2,dc=edu +dn: uid=malvarad,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Sophia -cn: Sophia White -uid: swhite262 -title: alum -employeeNumber: 80000263 -mail: swhite262@example.edu -businessCategory:Language Arts +surname: Alvarado +givenName: Manuel +cn: Manuel Alvarado +uid: malvarad +#title: alum +employeeNumber: 800000262 +mail: Manuel.Alvarado@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=dlopez263,ou=people,dc=internet2,dc=edu +dn: uid=jwatson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Donna -cn: Donna Lopez -uid: dlopez263 -title: alum -employeeNumber: 80000264 -mail: dlopez263@example.edu -businessCategory:Accounts Payable +surname: Watson +givenName: Jason +cn: Jason Watson +uid: jwatson +#title: alum +employeeNumber: 800000263 +mail: Jason.Watson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=elopez264,ou=people,dc=internet2,dc=edu +dn: uid=thernand,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Eric -cn: Eric Lopez -uid: elopez264 -title: staff -employeeNumber: 80000265 -mail: elopez264@example.edu -businessCategory:Financial Aid +surname: Hernandez +givenName: Timothy +cn: Timothy Hernandez +uid: thernand +#title: alum +employeeNumber: 800000264 +mail: Timothy.Hernandez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=jmorrison265,ou=people,dc=internet2,dc=edu +dn: uid=dvillanu,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Jim -cn: Jim Morrison -uid: jmorrison265 -title: staff -employeeNumber: 80000266 -mail: jmorrison265@example.edu -businessCategory:Accounting +surname: Villanueva +givenName: Devon +cn: Devon Villanueva +uid: dvillanu +#title: alum +employeeNumber: 800000265 +mail: Devon.Villanueva@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=mlangenberg266,ou=people,dc=internet2,dc=edu +dn: uid=kwilkins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Megan -cn: Megan Langenberg -uid: mlangenberg266 -title: faculty -employeeNumber: 80000267 -mail: mlangenberg266@example.edu -businessCategory:Business +surname: Wilkinson +givenName: Kenneth +cn: Kenneth Wilkinson +uid: kwilkins +#title: alum +employeeNumber: 800000266 +mail: Kenneth.Wilkinson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=mhenderson267,ou=people,dc=internet2,dc=edu +dn: uid=mwhite,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Megan -cn: Megan Henderson -uid: mhenderson267 -title: faculty -employeeNumber: 80000268 -mail: mhenderson267@example.edu -businessCategory:Purchasing +surname: White +givenName: Michael +cn: Michael White +uid: mwhite +#title: alum +employeeNumber: 800000267 +mail: Michael.White@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=kvales268,ou=people,dc=internet2,dc=edu +dn: uid=jhoward,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Karoline -cn: Karoline Vales -uid: kvales268 -title: student -employeeNumber: 80000269 -mail: kvales268@example.edu -businessCategory:Advising +surname: Howard +givenName: Jeremy +cn: Jeremy Howard +uid: jhoward +#title: alum +employeeNumber: 800000268 +mail: Jeremy.Howard@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=ihenderson269,ou=people,dc=internet2,dc=edu +dn: uid=fcampbel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Isabella -cn: Isabella Henderson -uid: ihenderson269 -title: faculty -employeeNumber: 80000270 -mail: ihenderson269@example.edu -businessCategory:Information Technology +surname: Campbell +givenName: Frank +cn: Frank Campbell +uid: fcampbel +#title: alum +employeeNumber: 800000269 +mail: Frank.Campbell@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=lmartinez270,ou=people,dc=internet2,dc=edu +dn: uid=dgraves,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Lori -cn: Lori Martinez -uid: lmartinez270 -title: student -employeeNumber: 80000271 -mail: lmartinez270@example.edu -businessCategory:Engineering +surname: Graves +givenName: Donna +cn: Donna Graves +uid: dgraves +#title: alum +employeeNumber: 800000270 +mail: Donna.Graves@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=gjohnson271,ou=people,dc=internet2,dc=edu +dn: uid=dadams,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Greg -cn: Greg Johnson -uid: gjohnson271 -title: alum -employeeNumber: 80000272 -mail: gjohnson271@example.edu -businessCategory:Purchasing +surname: Adams +givenName: David +cn: David Adams +uid: dadams +#title: alum +employeeNumber: 800000271 +mail: David.Adams@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=pwilliams272,ou=people,dc=internet2,dc=edu +dn: uid=tcabrera,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Paul -cn: Paul Williams -uid: pwilliams272 -title: staff -employeeNumber: 80000273 -mail: pwilliams272@example.edu -businessCategory:Engineering +surname: Cabrera +givenName: Teresa +cn: Teresa Cabrera +uid: tcabrera +#title: alum +employeeNumber: 800000272 +mail: Teresa.Cabrera@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=aprice273,ou=people,dc=internet2,dc=edu +dn: uid=dshaw,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Andrew -cn: Andrew Price -uid: aprice273 -title: faculty -employeeNumber: 80000274 -mail: aprice273@example.edu -businessCategory:Information Technology +surname: Shaw +givenName: Diana +cn: Diana Shaw +uid: dshaw +#title: alum +employeeNumber: 800000273 +mail: Diana.Shaw@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=jscott274,ou=people,dc=internet2,dc=edu +dn: uid=amiller,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: John -cn: John Scott -uid: jscott274 -title: faculty -employeeNumber: 80000275 -mail: jscott274@example.edu -businessCategory:Accounting +surname: Miller +givenName: Amanda +cn: Amanda Miller +uid: amiller +#title: alum +employeeNumber: 800000274 +mail: Amanda.Miller@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=jbutler275,ou=people,dc=internet2,dc=edu +dn: uid=blee,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: James -cn: James Butler -uid: jbutler275 -title: student -employeeNumber: 80000276 -mail: jbutler275@example.edu -businessCategory:Language Arts +surname: Lee +givenName: Brandi +cn: Brandi Lee +uid: blee +#title: alum +employeeNumber: 800000275 +mail: Brandi.Lee@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=croberts276,ou=people,dc=internet2,dc=edu +dn: uid=jyoung,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Christina -cn: Christina Roberts -uid: croberts276 -title: alum -employeeNumber: 80000277 -mail: croberts276@example.edu -businessCategory:Advising +surname: Young +givenName: Jeffrey +cn: Jeffrey Young +uid: jyoung +#title: alum +employeeNumber: 800000276 +mail: Jeffrey.Young@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=gbrown277,ou=people,dc=internet2,dc=edu +dn: uid=bmcguire,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Greg -cn: Greg Brown -uid: gbrown277 -title: faculty -employeeNumber: 80000278 -mail: gbrown277@example.edu -businessCategory:Computer Science +surname: Mcguire +givenName: Barbara +cn: Barbara Mcguire +uid: bmcguire +#title: alum +employeeNumber: 800000277 +mail: Barbara.Mcguire@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=edavis278,ou=people,dc=internet2,dc=edu +dn: uid=aharvey,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Emma -cn: Emma Davis -uid: edavis278 -title: faculty -employeeNumber: 80000279 -mail: edavis278@example.edu -businessCategory:Financial Aid +surname: Harvey +givenName: Ann +cn: Ann Harvey +uid: aharvey +#title: alum +employeeNumber: 800000278 +mail: Ann.Harvey@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=elangenberg279,ou=people,dc=internet2,dc=edu +dn: uid=lmedina,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Emma -cn: Emma Langenberg -uid: elangenberg279 -title: student -employeeNumber: 80000280 -mail: elangenberg279@example.edu -businessCategory:Accounts Payable +surname: Medina +givenName: Lauren +cn: Lauren Medina +uid: lmedina +#title: alum +employeeNumber: 800000279 +mail: Lauren.Medina@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jjohnson280,ou=people,dc=internet2,dc=edu +dn: uid=drichard,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Jim -cn: Jim Johnson -uid: jjohnson280 -title: student -employeeNumber: 80000281 -mail: jjohnson280@example.edu -businessCategory:Advising +surname: Richardson +givenName: Daniel +cn: Daniel Richardson +uid: drichard +#title: alum +employeeNumber: 800000280 +mail: Daniel.Richardson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=dmartinez281,ou=people,dc=internet2,dc=edu +dn: uid=swood,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Debbie -cn: Debbie Martinez -uid: dmartinez281 -title: staff -employeeNumber: 80000282 -mail: dmartinez281@example.edu -businessCategory:Information Technology +surname: Wood +givenName: Stephanie +cn: Stephanie Wood +uid: swood +#title: alum +employeeNumber: 800000281 +mail: Stephanie.Wood@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=tpeterson282,ou=people,dc=internet2,dc=edu +dn: uid=mwright,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Thomas -cn: Thomas Peterson -uid: tpeterson282 -title: faculty -employeeNumber: 80000283 -mail: tpeterson282@example.edu -businessCategory:Law +surname: Wright +givenName: Mark +cn: Mark Wright +uid: mwright +#title: alum +employeeNumber: 800000282 +mail: Mark.Wright@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=amartinez283,ou=people,dc=internet2,dc=edu +dn: uid=bshaw,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Adian -cn: Adian Martinez -uid: amartinez283 -title: student -employeeNumber: 80000284 -mail: amartinez283@example.edu -businessCategory:Financial Aid +surname: Shaw +givenName: Bryan +cn: Bryan Shaw +uid: bshaw +#title: alum +employeeNumber: 800000283 +mail: Bryan.Shaw@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=lprice284,ou=people,dc=internet2,dc=edu +dn: uid=mwilson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Lisa -cn: Lisa Price -uid: lprice284 -title: alum -employeeNumber: 80000285 -mail: lprice284@example.edu -businessCategory:Accounting +surname: Wilson +givenName: Melissa +cn: Melissa Wilson +uid: mwilson +#title: alum +employeeNumber: 800000284 +mail: Melissa.Wilson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=alopez285,ou=people,dc=internet2,dc=edu +dn: uid=whawkins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Adian -cn: Adian Lopez -uid: alopez285 -title: faculty -employeeNumber: 80000286 -mail: alopez285@example.edu -businessCategory:Business +surname: Hawkins +givenName: William +cn: William Hawkins +uid: whawkins +#title: alum +employeeNumber: 800000285 +mail: William.Hawkins@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=pwalters286,ou=people,dc=internet2,dc=edu +dn: uid=kdickers,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Perry -cn: Perry Walters -uid: pwalters286 -title: student -employeeNumber: 80000287 -mail: pwalters286@example.edu -businessCategory:Purchasing +surname: Dickerson +givenName: Kelly +cn: Kelly Dickerson +uid: kdickers +#title: alum +employeeNumber: 800000286 +mail: Kelly.Dickerson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=cthompson287,ou=people,dc=internet2,dc=edu +dn: uid=awhitney,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Colin -cn: Colin Thompson -uid: cthompson287 -title: other -employeeNumber: 80000288 -mail: cthompson287@example.edu -businessCategory:Engineering +surname: Whitney +givenName: Anne +cn: Anne Whitney +uid: awhitney +#title: alum +employeeNumber: 800000287 +mail: Anne.Whitney@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=rdoe288,ou=people,dc=internet2,dc=edu +dn: uid=tdalton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Robert -cn: Robert Doe -uid: rdoe288 -title: staff -employeeNumber: 80000289 -mail: rdoe288@example.edu -businessCategory:Law +surname: Dalton +givenName: Tammy +cn: Tammy Dalton +uid: tdalton +#title: alum +employeeNumber: 800000288 +mail: Tammy.Dalton@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=mmorrison289,ou=people,dc=internet2,dc=edu +dn: uid=lortiz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Mia -cn: Mia Morrison -uid: mmorrison289 -title: student -employeeNumber: 80000290 -mail: mmorrison289@example.edu -businessCategory:Accounting +surname: Ortiz +givenName: Lisa +cn: Lisa Ortiz +uid: lortiz +#title: alum +employeeNumber: 800000289 +mail: Lisa.Ortiz@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=llopez290,ou=people,dc=internet2,dc=edu +dn: uid=dpaul,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Lisa -cn: Lisa Lopez -uid: llopez290 -title: staff -employeeNumber: 80000291 -mail: llopez290@example.edu -businessCategory:Advising +surname: Paul +givenName: Deborah +cn: Deborah Paul +uid: dpaul +#title: alum +employeeNumber: 800000290 +mail: Deborah.Paul@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=mthompson291,ou=people,dc=internet2,dc=edu +dn: uid=phughes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Madison -cn: Madison Thompson -uid: mthompson291 -title: staff -employeeNumber: 80000292 -mail: mthompson291@example.edu -businessCategory:Advising +surname: Hughes +givenName: Paul +cn: Paul Hughes +uid: phughes +#title: alum +employeeNumber: 800000291 +mail: Paul.Hughes@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=cbrown292,ou=people,dc=internet2,dc=edu +dn: uid=ctaylor,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Colin -cn: Colin Brown -uid: cbrown292 -title: staff -employeeNumber: 80000293 -mail: cbrown292@example.edu -businessCategory:Business +surname: Taylor +givenName: Christine +cn: Christine Taylor +uid: ctaylor +#title: alum +employeeNumber: 800000292 +mail: Christine.Taylor@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=ascott293,ou=people,dc=internet2,dc=edu +dn: uid=lhall,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Amber -cn: Amber Scott -uid: ascott293 -title: staff -employeeNumber: 80000294 -mail: ascott293@example.edu -businessCategory:Accounting +surname: Hall +givenName: Lauren +cn: Lauren Hall +uid: lhall +#title: alum +employeeNumber: 800000293 +mail: Lauren.Hall@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=landerson294,ou=people,dc=internet2,dc=edu +dn: uid=cwood,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Lori -cn: Lori Anderson -uid: landerson294 -title: other -employeeNumber: 80000295 -mail: landerson294@example.edu -businessCategory:Accounts Payable +surname: Wood +givenName: Christopher +cn: Christopher Wood +uid: cwood +#title: alum +employeeNumber: 800000294 +mail: Christopher.Wood@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=lwalters295,ou=people,dc=internet2,dc=edu +dn: uid=pgoodman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Lori -cn: Lori Walters -uid: lwalters295 -title: alum -employeeNumber: 80000296 -mail: lwalters295@example.edu -businessCategory:Information Technology +surname: Goodman +givenName: Phillip +cn: Phillip Goodman +uid: pgoodman +#title: alum +employeeNumber: 800000295 +mail: Phillip.Goodman@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=cdoe296,ou=people,dc=internet2,dc=edu +dn: uid=rgraham,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Christopher -cn: Christopher Doe -uid: cdoe296 -title: alum -employeeNumber: 80000297 -mail: cdoe296@example.edu -businessCategory:Advising +surname: Graham +givenName: Richard +cn: Richard Graham +uid: rgraham +#title: alum +employeeNumber: 800000296 +mail: Richard.Graham@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=nsmith297,ou=people,dc=internet2,dc=edu +dn: uid=rperez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Nancy -cn: Nancy Smith -uid: nsmith297 -title: faculty -employeeNumber: 80000298 -mail: nsmith297@example.edu -businessCategory:Advising +surname: Perez +givenName: Robert +cn: Robert Perez +uid: rperez +#title: alum +employeeNumber: 800000297 +mail: Robert.Perez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=blee298,ou=people,dc=internet2,dc=edu +dn: uid=cford,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Blake -cn: Blake Lee -uid: blee298 -title: other -employeeNumber: 80000299 -mail: blee298@example.edu -businessCategory:Financial Aid +surname: Ford +givenName: Cassandra +cn: Cassandra Ford +uid: cford +#title: alum +employeeNumber: 800000298 +mail: Cassandra.Ford@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=dwilliams299,ou=people,dc=internet2,dc=edu +dn: uid=dstanley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: David -cn: David Williams -uid: dwilliams299 -title: other -employeeNumber: 80000300 -mail: dwilliams299@example.edu -businessCategory:Language Arts +surname: Stanley +givenName: Daniel +cn: Daniel Stanley +uid: dstanley +#title: alum +employeeNumber: 800000299 +mail: Daniel.Stanley@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=emartinez300,ou=people,dc=internet2,dc=edu +dn: uid=bconley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Eric -cn: Eric Martinez -uid: emartinez300 -title: staff -employeeNumber: 80000301 -mail: emartinez300@example.edu -businessCategory:Business +surname: Conley +givenName: Bobby +cn: Bobby Conley +uid: bconley +#title: alum +employeeNumber: 800000300 +mail: Bobby.Conley@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=tmartinez301,ou=people,dc=internet2,dc=edu +dn: uid=tjones,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Thomas -cn: Thomas Martinez -uid: tmartinez301 -title: alum -employeeNumber: 80000302 -mail: tmartinez301@example.edu -businessCategory:Information Technology +surname: Jones +givenName: Timothy +cn: Timothy Jones +uid: tjones +#title: alum +employeeNumber: 800000301 +mail: Timothy.Jones@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=alangenberg302,ou=people,dc=internet2,dc=edu +dn: uid=mporter,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Andrew -cn: Andrew Langenberg -uid: alangenberg302 -title: faculty -employeeNumber: 80000303 -mail: alangenberg302@example.edu -businessCategory:Financial Aid +surname: Porter +givenName: Mark +cn: Mark Porter +uid: mporter +#title: alum +employeeNumber: 800000302 +mail: Mark.Porter@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=glee303,ou=people,dc=internet2,dc=edu +dn: uid=aconrad,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Greg -cn: Greg Lee -uid: glee303 -title: student -employeeNumber: 80000304 -mail: glee303@example.edu -businessCategory:Language Arts +surname: Conrad +givenName: Alejandro +cn: Alejandro Conrad +uid: aconrad +#title: alum +employeeNumber: 800000303 +mail: Alejandro.Conrad@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=bdoe304,ou=people,dc=internet2,dc=edu +dn: uid=eburnett,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Blake -cn: Blake Doe -uid: bdoe304 -title: faculty -employeeNumber: 80000305 -mail: bdoe304@example.edu -businessCategory:Law +surname: Burnett +givenName: Edward +cn: Edward Burnett +uid: eburnett +#title: alum +employeeNumber: 800000304 +mail: Edward.Burnett@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=dlangenberg305,ou=people,dc=internet2,dc=edu +dn: uid=lgillesp,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: David -cn: David Langenberg -uid: dlangenberg305 -title: student -employeeNumber: 80000306 -mail: dlangenberg305@example.edu -businessCategory:Advising +surname: Gillespie +givenName: Lance +cn: Lance Gillespie +uid: lgillesp +#title: alum +employeeNumber: 800000305 +mail: Lance.Gillespie@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=dthompson306,ou=people,dc=internet2,dc=edu +dn: uid=ecarroll,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Donna -cn: Donna Thompson -uid: dthompson306 -title: student -employeeNumber: 80000307 -mail: dthompson306@example.edu -businessCategory:Accounts Payable +surname: Carroll +givenName: Eric +cn: Eric Carroll +uid: ecarroll +#title: alum +employeeNumber: 800000306 +mail: Eric.Carroll@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mdavis307,ou=people,dc=internet2,dc=edu +dn: uid=eedwards,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Mary -cn: Mary Davis -uid: mdavis307 -title: student -employeeNumber: 80000308 -mail: mdavis307@example.edu -businessCategory:Purchasing +surname: Edwards +givenName: Erica +cn: Erica Edwards +uid: eedwards +#title: alum +employeeNumber: 800000307 +mail: Erica.Edwards@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jlee308,ou=people,dc=internet2,dc=edu +dn: uid=tsmith,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Jo -cn: Jo Lee -uid: jlee308 -title: other -employeeNumber: 80000309 -mail: jlee308@example.edu -businessCategory:Law +surname: Smith +givenName: Timothy +cn: Timothy Smith +uid: tsmith +#title: alum +employeeNumber: 800000308 +mail: Timothy.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=sroberts309,ou=people,dc=internet2,dc=edu +dn: uid=mcrawfor,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Steve -cn: Steve Roberts -uid: sroberts309 -title: faculty -employeeNumber: 80000310 -mail: sroberts309@example.edu -businessCategory:Physical Education +surname: Crawford +givenName: Matthew +cn: Matthew Crawford +uid: mcrawfor +#title: alum +employeeNumber: 800000309 +mail: Matthew.Crawford@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=jhenderson310,ou=people,dc=internet2,dc=edu +dn: uid=kgoodwin,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: John -cn: John Henderson -uid: jhenderson310 -title: alum -employeeNumber: 80000311 -mail: jhenderson310@example.edu -businessCategory:Language Arts +surname: Goodwin +givenName: Katherine +cn: Katherine Goodwin +uid: kgoodwin +#title: alum +employeeNumber: 800000310 +mail: Katherine.Goodwin@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=kdavis311,ou=people,dc=internet2,dc=edu +dn: uid=sscott,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Kiersten -cn: Kiersten Davis -uid: kdavis311 -title: faculty -employeeNumber: 80000312 -mail: kdavis311@example.edu -businessCategory:Language Arts +surname: Scott +givenName: Shannon +cn: Shannon Scott +uid: sscott +#title: alum +employeeNumber: 800000311 +mail: Shannon.Scott@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=lmartinez312,ou=people,dc=internet2,dc=edu +dn: uid=ebell,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Lori -cn: Lori Martinez -uid: lmartinez312 -title: staff -employeeNumber: 80000313 -mail: lmartinez312@example.edu -businessCategory:Physical Education +surname: Bell +givenName: Emily +cn: Emily Bell +uid: ebell +#title: alum +employeeNumber: 800000312 +mail: Emily.Bell@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=cbutler313,ou=people,dc=internet2,dc=edu +dn: uid=mhollowa,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Colin -cn: Colin Butler -uid: cbutler313 -title: faculty -employeeNumber: 80000314 -mail: cbutler313@example.edu -businessCategory:Financial Aid +surname: Holloway +givenName: Mary +cn: Mary Holloway +uid: mhollowa +#title: alum +employeeNumber: 800000313 +mail: Mary.Holloway@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=twalters314,ou=people,dc=internet2,dc=edu +dn: uid=ldavis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Thomas -cn: Thomas Walters -uid: twalters314 -title: faculty -employeeNumber: 80000315 -mail: twalters314@example.edu -businessCategory:Law +surname: Davis +givenName: Lori +cn: Lori Davis +uid: ldavis +#title: alum +employeeNumber: 800000314 +mail: Lori.Davis@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mlewis315,ou=people,dc=internet2,dc=edu +dn: uid=sjohnso2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Megan -cn: Megan Lewis -uid: mlewis315 -title: alum -employeeNumber: 80000316 -mail: mlewis315@example.edu -businessCategory:Language Arts +surname: Johnson +givenName: Sandra +cn: Sandra Johnson +uid: sjohnso2 +#title: alum +employeeNumber: 800000315 +mail: Sandra.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=cwalters316,ou=people,dc=internet2,dc=edu +dn: uid=jwillis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Christopher -cn: Christopher Walters -uid: cwalters316 -title: other -employeeNumber: 80000317 -mail: cwalters316@example.edu -businessCategory:Law +surname: Willis +givenName: John +cn: John Willis +uid: jwillis +#title: alum +employeeNumber: 800000316 +mail: John.Willis@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=bbutler317,ou=people,dc=internet2,dc=edu +dn: uid=jjimenez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Bill -cn: Bill Butler -uid: bbutler317 -title: alum -employeeNumber: 80000318 -mail: bbutler317@example.edu -businessCategory:Engineering +surname: Jimenez +givenName: Johnny +cn: Johnny Jimenez +uid: jjimenez +#title: alum +employeeNumber: 800000317 +mail: Johnny.Jimenez@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=awhite318,ou=people,dc=internet2,dc=edu +dn: uid=rmerritt,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Amber -cn: Amber White -uid: awhite318 -title: student -employeeNumber: 80000319 -mail: awhite318@example.edu -businessCategory:Purchasing +surname: Merritt +givenName: Robyn +cn: Robyn Merritt +uid: rmerritt +#title: alum +employeeNumber: 800000318 +mail: Robyn.Merritt@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=amartinez319,ou=people,dc=internet2,dc=edu +dn: uid=wdavid,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Andrew -cn: Andrew Martinez -uid: amartinez319 -title: faculty -employeeNumber: 80000320 -mail: amartinez319@example.edu -businessCategory:Engineering +surname: David +givenName: William +cn: William David +uid: wdavid +#title: alum +employeeNumber: 800000319 +mail: William.David@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=snielson320,ou=people,dc=internet2,dc=edu +dn: uid=shernand,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Sophia -cn: Sophia Nielson -uid: snielson320 -title: staff -employeeNumber: 80000321 -mail: snielson320@example.edu -businessCategory:Advising +surname: Hernandez +givenName: Sara +cn: Sara Hernandez +uid: shernand +#title: alum +employeeNumber: 800000320 +mail: Sara.Hernandez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mclark321,ou=people,dc=internet2,dc=edu +dn: uid=agarcia,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Mark -cn: Mark Clark -uid: mclark321 -title: student -employeeNumber: 80000322 -mail: mclark321@example.edu -businessCategory:Computer Science +surname: Garcia +givenName: Adam +cn: Adam Garcia +uid: agarcia +#title: alum +employeeNumber: 800000321 +mail: Adam.Garcia@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jsmith322,ou=people,dc=internet2,dc=edu +dn: uid=bmcdonal,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Jo -cn: Jo Smith -uid: jsmith322 -title: student -employeeNumber: 80000323 -mail: jsmith322@example.edu -businessCategory:Financial Aid +surname: Mcdonald +givenName: Bryan +cn: Bryan Mcdonald +uid: bmcdonal +#title: alum +employeeNumber: 800000322 +mail: Bryan.Mcdonald@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=mwilliams323,ou=people,dc=internet2,dc=edu +dn: uid=pboone,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Mary -cn: Mary Williams -uid: mwilliams323 -title: other -employeeNumber: 80000324 -mail: mwilliams323@example.edu -businessCategory:Law +surname: Boone +givenName: Pamela +cn: Pamela Boone +uid: pboone +#title: alum +employeeNumber: 800000323 +mail: Pamela.Boone@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=jmartinez324,ou=people,dc=internet2,dc=edu +dn: uid=dweaver,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: James -cn: James Martinez -uid: jmartinez324 -title: faculty -employeeNumber: 80000325 -mail: jmartinez324@example.edu -businessCategory:Accounts Payable +surname: Weaver +givenName: Daniel +cn: Daniel Weaver +uid: dweaver +#title: alum +employeeNumber: 800000324 +mail: Daniel.Weaver@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=mdavis325,ou=people,dc=internet2,dc=edu +dn: uid=jpollard,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Maddie -cn: Maddie Davis -uid: mdavis325 -title: faculty -employeeNumber: 80000326 -mail: mdavis325@example.edu -businessCategory:Physical Education +surname: Pollard +givenName: Jill +cn: Jill Pollard +uid: jpollard +#title: alum +employeeNumber: 800000325 +mail: Jill.Pollard@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=jgrady326,ou=people,dc=internet2,dc=edu +dn: uid=dmorris,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: John -cn: John Grady -uid: jgrady326 -title: faculty -employeeNumber: 80000327 -mail: jgrady326@example.edu -businessCategory:Financial Aid +surname: Morris +givenName: Danielle +cn: Danielle Morris +uid: dmorris +#title: alum +employeeNumber: 800000326 +mail: Danielle.Morris@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=emartinez327,ou=people,dc=internet2,dc=edu +dn: uid=jpeters,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Emma -cn: Emma Martinez -uid: emartinez327 -title: faculty -employeeNumber: 80000328 -mail: emartinez327@example.edu -businessCategory:Engineering +surname: Peters +givenName: Jennifer +cn: Jennifer Peters +uid: jpeters +#title: alum +employeeNumber: 800000327 +mail: Jennifer.Peters@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=lprice328,ou=people,dc=internet2,dc=edu +dn: uid=cfletche,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Lisa -cn: Lisa Price -uid: lprice328 -title: faculty -employeeNumber: 80000329 -mail: lprice328@example.edu -businessCategory:Purchasing +surname: Fletcher +givenName: Cathy +cn: Cathy Fletcher +uid: cfletche +#title: alum +employeeNumber: 800000328 +mail: Cathy.Fletcher@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=ewalters329,ou=people,dc=internet2,dc=edu +dn: uid=kvillarr,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Emma -cn: Emma Walters -uid: ewalters329 -title: staff -employeeNumber: 80000330 -mail: ewalters329@example.edu -businessCategory:Computer Science +surname: Villarreal +givenName: Kristin +cn: Kristin Villarreal +uid: kvillarr +#title: alum +employeeNumber: 800000329 +mail: Kristin.Villarreal@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=jlangenberg330,ou=people,dc=internet2,dc=edu +dn: uid=jporter,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Jennifer -cn: Jennifer Langenberg -uid: jlangenberg330 -title: faculty -employeeNumber: 80000331 -mail: jlangenberg330@example.edu -businessCategory:Financial Aid +surname: Porter +givenName: Jared +cn: Jared Porter +uid: jporter +#title: alum +employeeNumber: 800000330 +mail: Jared.Porter@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=dgrady331,ou=people,dc=internet2,dc=edu +dn: uid=jcrane,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Debbie -cn: Debbie Grady -uid: dgrady331 -title: staff -employeeNumber: 80000332 -mail: dgrady331@example.edu -businessCategory:Language Arts +surname: Crane +givenName: Javier +cn: Javier Crane +uid: jcrane +#title: alum +employeeNumber: 800000331 +mail: Javier.Crane@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=ascott332,ou=people,dc=internet2,dc=edu +dn: uid=agonzale,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Anna -cn: Anna Scott -uid: ascott332 -title: student -employeeNumber: 80000333 -mail: ascott332@example.edu -businessCategory:Accounting +surname: Gonzalez +givenName: Angela +cn: Angela Gonzalez +uid: agonzale +#title: alum +employeeNumber: 800000332 +mail: Angela.Gonzalez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=lgonazles333,ou=people,dc=internet2,dc=edu +dn: uid=mwebb,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Lisa -cn: Lisa Gonazles -uid: lgonazles333 -title: faculty -employeeNumber: 80000334 -mail: lgonazles333@example.edu -businessCategory:Physical Education +surname: Webb +givenName: Megan +cn: Megan Webb +uid: mwebb +#title: alum +employeeNumber: 800000333 +mail: Megan.Webb@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=aroberts334,ou=people,dc=internet2,dc=edu +dn: uid=jwillia2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Adian -cn: Adian Roberts -uid: aroberts334 -title: student -employeeNumber: 80000335 -mail: aroberts334@example.edu -businessCategory:Law +surname: Williams +givenName: Julie +cn: Julie Williams +uid: jwillia2 +#title: alum +employeeNumber: 800000334 +mail: Julie.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=dgasper335,ou=people,dc=internet2,dc=edu +dn: uid=cwalter,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Donna -cn: Donna Gasper -uid: dgasper335 -title: student -employeeNumber: 80000336 -mail: dgasper335@example.edu -businessCategory:Language Arts +surname: Walter +givenName: Courtney +cn: Courtney Walter +uid: cwalter +#title: alum +employeeNumber: 800000335 +mail: Courtney.Walter@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=mgrady336,ou=people,dc=internet2,dc=edu +dn: uid=mmorgan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Mary -cn: Mary Grady -uid: mgrady336 -title: other -employeeNumber: 80000337 -mail: mgrady336@example.edu -businessCategory:Purchasing +surname: Morgan +givenName: Matthew +cn: Matthew Morgan +uid: mmorgan +#title: alum +employeeNumber: 800000336 +mail: Matthew.Morgan@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=alopez337,ou=people,dc=internet2,dc=edu +dn: uid=krogers,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Anna -cn: Anna Lopez -uid: alopez337 -title: staff -employeeNumber: 80000338 -mail: alopez337@example.edu -businessCategory:Information Technology +surname: Rogers +givenName: Karen +cn: Karen Rogers +uid: krogers +#title: alum +employeeNumber: 800000337 +mail: Karen.Rogers@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=clangenberg338,ou=people,dc=internet2,dc=edu +dn: uid=afoster,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Christopher -cn: Christopher Langenberg -uid: clangenberg338 -title: alum -employeeNumber: 80000339 -mail: clangenberg338@example.edu -businessCategory:Purchasing +surname: Foster +givenName: Amy +cn: Amy Foster +uid: afoster +#title: alum +employeeNumber: 800000338 +mail: Amy.Foster@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jsmith339,ou=people,dc=internet2,dc=edu +dn: uid=sbaker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Jo -cn: Jo Smith -uid: jsmith339 -title: faculty -employeeNumber: 80000340 -mail: jsmith339@example.edu -businessCategory:Law +surname: Baker +givenName: Samantha +cn: Samantha Baker +uid: sbaker +#title: alum +employeeNumber: 800000339 +mail: Samantha.Baker@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=csmith340,ou=people,dc=internet2,dc=edu +dn: uid=aflores,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Christina -cn: Christina Smith -uid: csmith340 -title: student -employeeNumber: 80000341 -mail: csmith340@example.edu -businessCategory:Computer Science +surname: Flores +givenName: Ann +cn: Ann Flores +uid: aflores +#title: alum +employeeNumber: 800000340 +mail: Ann.Flores@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mvales341,ou=people,dc=internet2,dc=edu +dn: uid=rmcbride,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Mia -cn: Mia Vales -uid: mvales341 -title: faculty -employeeNumber: 80000342 -mail: mvales341@example.edu -businessCategory:Information Technology +surname: Mcbride +givenName: Rodney +cn: Rodney Mcbride +uid: rmcbride +#title: alum +employeeNumber: 800000341 +mail: Rodney.Mcbride@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=klee342,ou=people,dc=internet2,dc=edu +dn: uid=lwilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Karl -cn: Karl Lee -uid: klee342 -title: student -employeeNumber: 80000343 -mail: klee342@example.edu -businessCategory:Accounts Payable +surname: Williams +givenName: Lisa +cn: Lisa Williams +uid: lwilliam +#title: alum +employeeNumber: 800000342 +mail: Lisa.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mnielson343,ou=people,dc=internet2,dc=edu +dn: uid=mkirk,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Michael -cn: Michael Nielson -uid: mnielson343 -title: staff -employeeNumber: 80000344 -mail: mnielson343@example.edu -businessCategory:Engineering +surname: Kirk +givenName: Michelle +cn: Michelle Kirk +uid: mkirk +#title: alum +employeeNumber: 800000343 +mail: Michelle.Kirk@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=elopez344,ou=people,dc=internet2,dc=edu +dn: uid=lmoore,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Erik -cn: Erik Lopez -uid: elopez344 -title: student -employeeNumber: 80000345 -mail: elopez344@example.edu -businessCategory:Computer Science +surname: Moore +givenName: Lorraine +cn: Lorraine Moore +uid: lmoore +#title: alum +employeeNumber: 800000344 +mail: Lorraine.Moore@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mpeterson345,ou=people,dc=internet2,dc=edu +dn: uid=jmeyer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Megan -cn: Megan Peterson -uid: mpeterson345 -title: faculty -employeeNumber: 80000346 -mail: mpeterson345@example.edu -businessCategory:Information Technology +surname: Meyer +givenName: Jesse +cn: Jesse Meyer +uid: jmeyer +#title: alum +employeeNumber: 800000345 +mail: Jesse.Meyer@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=wmorrison346,ou=people,dc=internet2,dc=edu +dn: uid=jward,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: William -cn: William Morrison -uid: wmorrison346 -title: alum -employeeNumber: 80000347 -mail: wmorrison346@example.edu -businessCategory:Information Technology +surname: Ward +givenName: Joyce +cn: Joyce Ward +uid: jward +#title: alum +employeeNumber: 800000346 +mail: Joyce.Ward@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=hbutler347,ou=people,dc=internet2,dc=edu +dn: uid=lmunoz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Heather -cn: Heather Butler -uid: hbutler347 -title: faculty -employeeNumber: 80000348 -mail: hbutler347@example.edu -businessCategory:Purchasing +surname: Munoz +givenName: Lisa +cn: Lisa Munoz +uid: lmunoz +#title: alum +employeeNumber: 800000347 +mail: Lisa.Munoz@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=edoe348,ou=people,dc=internet2,dc=edu +dn: uid=clopez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Erik -cn: Erik Doe -uid: edoe348 -title: staff -employeeNumber: 80000349 -mail: edoe348@example.edu -businessCategory:Advising +surname: Lopez +givenName: Cheryl +cn: Cheryl Lopez +uid: clopez +#title: alum +employeeNumber: 800000348 +mail: Cheryl.Lopez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mgrady349,ou=people,dc=internet2,dc=edu +dn: uid=jlittle,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Megan -cn: Megan Grady -uid: mgrady349 -title: faculty -employeeNumber: 80000350 -mail: mgrady349@example.edu -businessCategory:Purchasing +surname: Little +givenName: Johnny +cn: Johnny Little +uid: jlittle +#title: alum +employeeNumber: 800000349 +mail: Johnny.Little@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=gscott350,ou=people,dc=internet2,dc=edu +dn: uid=ajuarez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Greg -cn: Greg Scott -uid: gscott350 -title: faculty -employeeNumber: 80000351 -mail: gscott350@example.edu -businessCategory:Information Technology +surname: Juarez +givenName: Aaron +cn: Aaron Juarez +uid: ajuarez +#title: alum +employeeNumber: 800000350 +mail: Aaron.Juarez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=ebutler351,ou=people,dc=internet2,dc=edu +dn: uid=dsulliva,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Erik -cn: Erik Butler -uid: ebutler351 -title: faculty -employeeNumber: 80000352 -mail: ebutler351@example.edu -businessCategory:Computer Science +surname: Sullivan +givenName: Debbie +cn: Debbie Sullivan +uid: dsulliva +#title: alum +employeeNumber: 800000351 +mail: Debbie.Sullivan@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=jgasper352,ou=people,dc=internet2,dc=edu +dn: uid=jortiz2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Jo -cn: Jo Gasper -uid: jgasper352 -title: alum -employeeNumber: 80000353 -mail: jgasper352@example.edu -businessCategory:Law +surname: Ortiz +givenName: Jessica +cn: Jessica Ortiz +uid: jortiz2 +#title: alum +employeeNumber: 800000352 +mail: Jessica.Ortiz@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=rpeterson353,ou=people,dc=internet2,dc=edu +dn: uid=eschultz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Robert -cn: Robert Peterson -uid: rpeterson353 -title: alum -employeeNumber: 80000354 -mail: rpeterson353@example.edu -businessCategory:Engineering +surname: Schultz +givenName: Elizabeth +cn: Elizabeth Schultz +uid: eschultz +#title: alum +employeeNumber: 800000353 +mail: Elizabeth.Schultz@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=gdavis354,ou=people,dc=internet2,dc=edu +dn: uid=atorres,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Greg -cn: Greg Davis -uid: gdavis354 -title: student -employeeNumber: 80000355 -mail: gdavis354@example.edu -businessCategory:Financial Aid +surname: Torres +givenName: Anthony +cn: Anthony Torres +uid: atorres +#title: alum +employeeNumber: 800000354 +mail: Anthony.Torres@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=hpeterson355,ou=people,dc=internet2,dc=edu +dn: uid=ljordan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Heather -cn: Heather Peterson -uid: hpeterson355 -title: student -employeeNumber: 80000356 -mail: hpeterson355@example.edu -businessCategory:Law +surname: Jordan +givenName: Laura +cn: Laura Jordan +uid: ljordan +#title: alum +employeeNumber: 800000355 +mail: Laura.Jordan@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=glopez356,ou=people,dc=internet2,dc=edu +dn: uid=jwalker2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Greg -cn: Greg Lopez -uid: glopez356 -title: staff -employeeNumber: 80000357 -mail: glopez356@example.edu -businessCategory:Accounting +surname: Walker +givenName: Jason +cn: Jason Walker +uid: jwalker2 +#title: alum +employeeNumber: 800000356 +mail: Jason.Walker@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=clee357,ou=people,dc=internet2,dc=edu +dn: uid=bgrant,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Claire -cn: Claire Lee -uid: clee357 -title: other -employeeNumber: 80000358 -mail: clee357@example.edu -businessCategory:Advising +surname: Grant +givenName: Barbara +cn: Barbara Grant +uid: bgrant +#title: alum +employeeNumber: 800000357 +mail: Barbara.Grant@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=iwilliams358,ou=people,dc=internet2,dc=edu +dn: uid=ahill,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Isabella -cn: Isabella Williams -uid: iwilliams358 -title: alum -employeeNumber: 80000359 -mail: iwilliams358@example.edu -businessCategory:Accounting +surname: Hill +givenName: Alicia +cn: Alicia Hill +uid: ahill +#title: alum +employeeNumber: 800000358 +mail: Alicia.Hill@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=gnielson359,ou=people,dc=internet2,dc=edu +dn: uid=dwilson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Greg -cn: Greg Nielson -uid: gnielson359 -title: faculty -employeeNumber: 80000360 -mail: gnielson359@example.edu -businessCategory:Purchasing +surname: Wilson +givenName: Donna +cn: Donna Wilson +uid: dwilson +#title: alum +employeeNumber: 800000359 +mail: Donna.Wilson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=sdoe360,ou=people,dc=internet2,dc=edu +dn: uid=dbaldwin,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Sarah -cn: Sarah Doe -uid: sdoe360 -title: staff -employeeNumber: 80000361 -mail: sdoe360@example.edu -businessCategory:Language Arts +surname: Baldwin +givenName: David +cn: David Baldwin +uid: dbaldwin +#title: alum +employeeNumber: 800000360 +mail: David.Baldwin@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jclark361,ou=people,dc=internet2,dc=edu +dn: uid=mheath,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Jeremy -cn: Jeremy Clark -uid: jclark361 -title: faculty -employeeNumber: 80000362 -mail: jclark361@example.edu -businessCategory:Business +surname: Heath +givenName: Maurice +cn: Maurice Heath +uid: mheath +#title: alum +employeeNumber: 800000361 +mail: Maurice.Heath@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=aprice362,ou=people,dc=internet2,dc=edu +dn: uid=hashley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Amber -cn: Amber Price -uid: aprice362 -title: faculty -employeeNumber: 80000363 -mail: aprice362@example.edu -businessCategory:Physical Education +surname: Ashley +givenName: Heather +cn: Heather Ashley +uid: hashley +#title: alum +employeeNumber: 800000362 +mail: Heather.Ashley@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=mwalters363,ou=people,dc=internet2,dc=edu +dn: uid=jwood,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Marie -cn: Marie Walters -uid: mwalters363 -title: faculty -employeeNumber: 80000364 -mail: mwalters363@example.edu -businessCategory:Language Arts +surname: Wood +givenName: Jeffrey +cn: Jeffrey Wood +uid: jwood +#title: alum +employeeNumber: 800000363 +mail: Jeffrey.Wood@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=svales364,ou=people,dc=internet2,dc=edu +dn: uid=jdiaz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Steve -cn: Steve Vales -uid: svales364 -title: student -employeeNumber: 80000365 -mail: svales364@example.edu -businessCategory:Law +surname: Diaz +givenName: Jeremy +cn: Jeremy Diaz +uid: jdiaz +#title: alum +employeeNumber: 800000364 +mail: Jeremy.Diaz@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=sthompson365,ou=people,dc=internet2,dc=edu +dn: uid=jswanson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Sophia -cn: Sophia Thompson -uid: sthompson365 -title: other -employeeNumber: 80000366 -mail: sthompson365@example.edu -businessCategory:Accounting +surname: Swanson +givenName: John +cn: John Swanson +uid: jswanson +#title: alum +employeeNumber: 800000365 +mail: John.Swanson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=svales366,ou=people,dc=internet2,dc=edu +dn: uid=jking,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Sarah -cn: Sarah Vales -uid: svales366 -title: faculty -employeeNumber: 80000367 -mail: svales366@example.edu -businessCategory:Purchasing +surname: King +givenName: Jamie +cn: Jamie King +uid: jking +#title: alum +employeeNumber: 800000366 +mail: Jamie.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=dsmith367,ou=people,dc=internet2,dc=edu +dn: uid=mriddle,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Donna -cn: Donna Smith -uid: dsmith367 -title: staff -employeeNumber: 80000368 -mail: dsmith367@example.edu -businessCategory:Financial Aid +surname: Riddle +givenName: Michelle +cn: Michelle Riddle +uid: mriddle +#title: alum +employeeNumber: 800000367 +mail: Michelle.Riddle@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=rbutler368,ou=people,dc=internet2,dc=edu +dn: uid=tflores,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Robert -cn: Robert Butler -uid: rbutler368 -title: faculty -employeeNumber: 80000369 -mail: rbutler368@example.edu -businessCategory:Law +surname: Flores +givenName: Terri +cn: Terri Flores +uid: tflores +#title: alum +employeeNumber: 800000368 +mail: Terri.Flores@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=rnielson369,ou=people,dc=internet2,dc=edu +dn: uid=gbrown,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Robert -cn: Robert Nielson -uid: rnielson369 -title: faculty -employeeNumber: 80000370 -mail: rnielson369@example.edu -businessCategory:Information Technology +surname: Brown +givenName: Gerald +cn: Gerald Brown +uid: gbrown +#title: alum +employeeNumber: 800000369 +mail: Gerald.Brown@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=iwhite370,ou=people,dc=internet2,dc=edu +dn: uid=wespinoz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Isabella -cn: Isabella White -uid: iwhite370 -title: alum -employeeNumber: 80000371 -mail: iwhite370@example.edu -businessCategory:Financial Aid +surname: Espinoza +givenName: William +cn: William Espinoza +uid: wespinoz +#title: alum +employeeNumber: 800000370 +mail: William.Espinoza@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=kvales371,ou=people,dc=internet2,dc=edu +dn: uid=mnewman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Kim -cn: Kim Vales -uid: kvales371 -title: faculty -employeeNumber: 80000372 -mail: kvales371@example.edu -businessCategory:Law +surname: Newman +givenName: Michelle +cn: Michelle Newman +uid: mnewman +#title: alum +employeeNumber: 800000371 +mail: Michelle.Newman@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=sdavis372,ou=people,dc=internet2,dc=edu +dn: uid=ralvarad,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Stephanie -cn: Stephanie Davis -uid: sdavis372 -title: staff -employeeNumber: 80000373 -mail: sdavis372@example.edu -businessCategory:Language Arts +surname: Alvarado +givenName: Renee +cn: Renee Alvarado +uid: ralvarad +#title: alum +employeeNumber: 800000372 +mail: Renee.Alvarado@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=aclark373,ou=people,dc=internet2,dc=edu +dn: uid=wponce,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Adian -cn: Adian Clark -uid: aclark373 -title: student -employeeNumber: 80000374 -mail: aclark373@example.edu -businessCategory:Business +surname: Ponce +givenName: William +cn: William Ponce +uid: wponce +#title: alum +employeeNumber: 800000373 +mail: William.Ponce@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=pmartinez374,ou=people,dc=internet2,dc=edu +dn: uid=rbrown,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Perry -cn: Perry Martinez -uid: pmartinez374 -title: student -employeeNumber: 80000375 -mail: pmartinez374@example.edu -businessCategory:Engineering +surname: Brown +givenName: Richard +cn: Richard Brown +uid: rbrown +#title: alum +employeeNumber: 800000374 +mail: Richard.Brown@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=plopez375,ou=people,dc=internet2,dc=edu +dn: uid=modonnel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Paul -cn: Paul Lopez -uid: plopez375 -title: alum -employeeNumber: 80000376 -mail: plopez375@example.edu -businessCategory:Financial Aid +surname: Odonnell +givenName: Misty +cn: Misty Odonnell +uid: modonnel +#title: alum +employeeNumber: 800000375 +mail: Misty.Odonnell@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mgrady376,ou=people,dc=internet2,dc=edu +dn: uid=jdixon,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Michael -cn: Michael Grady -uid: mgrady376 -title: student -employeeNumber: 80000377 -mail: mgrady376@example.edu -businessCategory:Language Arts +surname: Dixon +givenName: Jennifer +cn: Jennifer Dixon +uid: jdixon +#title: alum +employeeNumber: 800000376 +mail: Jennifer.Dixon@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=mhenderson377,ou=people,dc=internet2,dc=edu +dn: uid=mmoore,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Maddie -cn: Maddie Henderson -uid: mhenderson377 -title: faculty -employeeNumber: 80000378 -mail: mhenderson377@example.edu -businessCategory:Physical Education +surname: Moore +givenName: Marcus +cn: Marcus Moore +uid: mmoore +#title: alum +employeeNumber: 800000377 +mail: Marcus.Moore@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=anielson378,ou=people,dc=internet2,dc=edu +dn: uid=thernan2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Anna -cn: Anna Nielson -uid: anielson378 -title: other -employeeNumber: 80000379 -mail: anielson378@example.edu -businessCategory:Accounting +surname: Hernandez +givenName: Tracy +cn: Tracy Hernandez +uid: thernan2 +#title: alum +employeeNumber: 800000378 +mail: Tracy.Hernandez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=adavis379,ou=people,dc=internet2,dc=edu +dn: uid=nclark,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Anna -cn: Anna Davis -uid: adavis379 -title: alum -employeeNumber: 80000380 -mail: adavis379@example.edu -businessCategory:Physical Education +surname: Clark +givenName: Nicole +cn: Nicole Clark +uid: nclark +#title: alum +employeeNumber: 800000379 +mail: Nicole.Clark@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=mbutler380,ou=people,dc=internet2,dc=edu +dn: uid=dchan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Mark -cn: Mark Butler -uid: mbutler380 -title: faculty -employeeNumber: 80000381 -mail: mbutler380@example.edu -businessCategory:Computer Science +surname: Chan +givenName: Deanna +cn: Deanna Chan +uid: dchan +#title: alum +employeeNumber: 800000380 +mail: Deanna.Chan@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=gbutler381,ou=people,dc=internet2,dc=edu +dn: uid=haguilar,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Greg -cn: Greg Butler -uid: gbutler381 -title: other -employeeNumber: 80000382 -mail: gbutler381@example.edu -businessCategory:Advising +surname: Aguilar +givenName: Hunter +cn: Hunter Aguilar +uid: haguilar +#title: alum +employeeNumber: 800000381 +mail: Hunter.Aguilar@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=lscott382,ou=people,dc=internet2,dc=edu +dn: uid=hdavis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Lori -cn: Lori Scott -uid: lscott382 -title: staff -employeeNumber: 80000383 -mail: lscott382@example.edu -businessCategory:Business +surname: Davis +givenName: Heather +cn: Heather Davis +uid: hdavis +#title: alum +employeeNumber: 800000382 +mail: Heather.Davis@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=clopez383,ou=people,dc=internet2,dc=edu +dn: uid=sbrown,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Claire -cn: Claire Lopez -uid: clopez383 -title: student -employeeNumber: 80000384 -mail: clopez383@example.edu -businessCategory:Engineering +surname: Brown +givenName: Steve +cn: Steve Brown +uid: sbrown +#title: alum +employeeNumber: 800000383 +mail: Steve.Brown@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=edoe384,ou=people,dc=internet2,dc=edu +dn: uid=jbruce,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Erik -cn: Erik Doe -uid: edoe384 -title: staff -employeeNumber: 80000385 -mail: edoe384@example.edu -businessCategory:Purchasing +surname: Bruce +givenName: Jacqueline +cn: Jacqueline Bruce +uid: jbruce +#title: alum +employeeNumber: 800000384 +mail: Jacqueline.Bruce@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=cprice385,ou=people,dc=internet2,dc=edu +dn: uid=pterrell,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Christina -cn: Christina Price -uid: cprice385 -title: faculty -employeeNumber: 80000386 -mail: cprice385@example.edu -businessCategory:Financial Aid +surname: Terrell +givenName: Pamela +cn: Pamela Terrell +uid: pterrell +#title: alum +employeeNumber: 800000385 +mail: Pamela.Terrell@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=pgonazles386,ou=people,dc=internet2,dc=edu +dn: uid=acastill,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Paul -cn: Paul Gonazles -uid: pgonazles386 -title: faculty -employeeNumber: 80000387 -mail: pgonazles386@example.edu -businessCategory:Financial Aid +surname: Castillo +givenName: Ashley +cn: Ashley Castillo +uid: acastill +#title: alum +employeeNumber: 800000386 +mail: Ashley.Castillo@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=apeterson387,ou=people,dc=internet2,dc=edu +dn: uid=mward,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Andrew -cn: Andrew Peterson -uid: apeterson387 -title: faculty -employeeNumber: 80000388 -mail: apeterson387@example.edu -businessCategory:Accounts Payable +surname: Ward +givenName: Meghan +cn: Meghan Ward +uid: mward +#title: alum +employeeNumber: 800000387 +mail: Meghan.Ward@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=wlee388,ou=people,dc=internet2,dc=edu +dn: uid=tdaniels,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: William -cn: William Lee -uid: wlee388 -title: staff -employeeNumber: 80000389 -mail: wlee388@example.edu -businessCategory:Business +surname: Daniels +givenName: Thomas +cn: Thomas Daniels +uid: tdaniels +#title: alum +employeeNumber: 800000388 +mail: Thomas.Daniels@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mvales389,ou=people,dc=internet2,dc=edu +dn: uid=mpoole,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Mary -cn: Mary Vales -uid: mvales389 -title: faculty -employeeNumber: 80000390 -mail: mvales389@example.edu -businessCategory:Physical Education +surname: Poole +givenName: Michael +cn: Michael Poole +uid: mpoole +#title: alum +employeeNumber: 800000389 +mail: Michael.Poole@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=mlewis390,ou=people,dc=internet2,dc=edu +dn: uid=acasey,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Megan -cn: Megan Lewis -uid: mlewis390 -title: staff -employeeNumber: 80000391 -mail: mlewis390@example.edu -businessCategory:Law +surname: Casey +givenName: Alex +cn: Alex Casey +uid: acasey +#title: alum +employeeNumber: 800000390 +mail: Alex.Casey@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mroberts391,ou=people,dc=internet2,dc=edu +dn: uid=lblackbu,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Marie -cn: Marie Roberts -uid: mroberts391 -title: staff -employeeNumber: 80000392 -mail: mroberts391@example.edu -businessCategory:Financial Aid +surname: Blackburn +givenName: Linda +cn: Linda Blackburn +uid: lblackbu +#title: alum +employeeNumber: 800000391 +mail: Linda.Blackburn@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=bthompson392,ou=people,dc=internet2,dc=edu +dn: uid=hhiggins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Bill -cn: Bill Thompson -uid: bthompson392 -title: staff -employeeNumber: 80000393 -mail: bthompson392@example.edu -businessCategory:Information Technology +surname: Higgins +givenName: Hector +cn: Hector Higgins +uid: hhiggins +#title: alum +employeeNumber: 800000392 +mail: Hector.Higgins@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jdavis393,ou=people,dc=internet2,dc=edu +dn: uid=wcrawfor,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: John -cn: John Davis -uid: jdavis393 -title: student -employeeNumber: 80000394 -mail: jdavis393@example.edu -businessCategory:Business +surname: Crawford +givenName: Whitney +cn: Whitney Crawford +uid: wcrawfor +#title: alum +employeeNumber: 800000393 +mail: Whitney.Crawford@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=sthompson394,ou=people,dc=internet2,dc=edu +dn: uid=mmaldona,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Steve -cn: Steve Thompson -uid: sthompson394 -title: student -employeeNumber: 80000395 -mail: sthompson394@example.edu -businessCategory:Business +surname: Maldonado +givenName: Michelle +cn: Michelle Maldonado +uid: mmaldona +#title: alum +employeeNumber: 800000394 +mail: Michelle.Maldonado@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=cclark395,ou=people,dc=internet2,dc=edu +dn: uid=bjohnson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Christopher -cn: Christopher Clark -uid: cclark395 -title: faculty -employeeNumber: 80000396 -mail: cclark395@example.edu -businessCategory:Financial Aid +surname: Johnson +givenName: Brent +cn: Brent Johnson +uid: bjohnson +#title: alum +employeeNumber: 800000395 +mail: Brent.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=pmorrison396,ou=people,dc=internet2,dc=edu +dn: uid=rsmith,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Perry -cn: Perry Morrison -uid: pmorrison396 -title: faculty -employeeNumber: 80000397 -mail: pmorrison396@example.edu -businessCategory:Computer Science +surname: Smith +givenName: Robyn +cn: Robyn Smith +uid: rsmith +#title: alum +employeeNumber: 800000396 +mail: Robyn.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=ohenderson397,ou=people,dc=internet2,dc=edu +dn: uid=eramos,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Olivia -cn: Olivia Henderson -uid: ohenderson397 -title: alum -employeeNumber: 80000398 -mail: ohenderson397@example.edu -businessCategory:Accounting +surname: Ramos +givenName: Emily +cn: Emily Ramos +uid: eramos +#title: alum +employeeNumber: 800000397 +mail: Emily.Ramos@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=llopez398,ou=people,dc=internet2,dc=edu +dn: uid=mberger,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Lisa -cn: Lisa Lopez -uid: llopez398 -title: staff -employeeNumber: 80000399 -mail: llopez398@example.edu -businessCategory:Advising +surname: Berger +givenName: Michael +cn: Michael Berger +uid: mberger +#title: alum +employeeNumber: 800000398 +mail: Michael.Berger@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=mlewis399,ou=people,dc=internet2,dc=edu +dn: uid=jolsen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Maddie -cn: Maddie Lewis -uid: mlewis399 -title: faculty -employeeNumber: 80000400 -mail: mlewis399@example.edu -businessCategory:Advising +surname: Olsen +givenName: Jeffrey +cn: Jeffrey Olsen +uid: jolsen +#title: alum +employeeNumber: 800000399 +mail: Jeffrey.Olsen@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=ewilliams400,ou=people,dc=internet2,dc=edu +dn: uid=cfrankli,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Eric -cn: Eric Williams -uid: ewilliams400 -title: student -employeeNumber: 80000401 -mail: ewilliams400@example.edu -businessCategory:Physical Education +surname: Franklin +givenName: Cindy +cn: Cindy Franklin +uid: cfrankli +#title: alum +employeeNumber: 800000400 +mail: Cindy.Franklin@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=evales401,ou=people,dc=internet2,dc=edu +dn: uid=anguyen2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Emma -cn: Emma Vales -uid: evales401 -title: alum -employeeNumber: 80000402 -mail: evales401@example.edu -businessCategory:Law +surname: Nguyen +givenName: Autumn +cn: Autumn Nguyen +uid: anguyen2 +#title: alum +employeeNumber: 800000401 +mail: Autumn.Nguyen@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=dbrown402,ou=people,dc=internet2,dc=edu +dn: uid=jtodd,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Debbie -cn: Debbie Brown -uid: dbrown402 -title: other -employeeNumber: 80000403 -mail: dbrown402@example.edu -businessCategory:Language Arts +surname: Todd +givenName: Joseph +cn: Joseph Todd +uid: jtodd +#title: alum +employeeNumber: 800000402 +mail: Joseph.Todd@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=snielson403,ou=people,dc=internet2,dc=edu +dn: uid=mwagner,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Sophia -cn: Sophia Nielson -uid: snielson403 -title: alum -employeeNumber: 80000404 -mail: snielson403@example.edu -businessCategory:Accounting +surname: Wagner +givenName: Melanie +cn: Melanie Wagner +uid: mwagner +#title: alum +employeeNumber: 800000403 +mail: Melanie.Wagner@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=dwalters404,ou=people,dc=internet2,dc=edu +dn: uid=msmith2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: David -cn: David Walters -uid: dwalters404 -title: student -employeeNumber: 80000405 -mail: dwalters404@example.edu -businessCategory:Accounting +surname: Smith +givenName: Megan +cn: Megan Smith +uid: msmith2 +#title: alum +employeeNumber: 800000404 +mail: Megan.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=jwilliams405,ou=people,dc=internet2,dc=edu +dn: uid=mharris,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Jennifer -cn: Jennifer Williams -uid: jwilliams405 -title: alum -employeeNumber: 80000406 -mail: jwilliams405@example.edu -businessCategory:Purchasing +surname: Harris +givenName: Megan +cn: Megan Harris +uid: mharris +#title: alum +employeeNumber: 800000405 +mail: Megan.Harris@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=amorrison406,ou=people,dc=internet2,dc=edu +dn: uid=sharper,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Ava -cn: Ava Morrison -uid: amorrison406 -title: faculty -employeeNumber: 80000407 -mail: amorrison406@example.edu -businessCategory:Accounting +surname: Harper +givenName: Sarah +cn: Sarah Harper +uid: sharper +#title: alum +employeeNumber: 800000406 +mail: Sarah.Harper@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=ldoe407,ou=people,dc=internet2,dc=edu +dn: uid=mvincent,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Lori -cn: Lori Doe -uid: ldoe407 -title: student -employeeNumber: 80000408 -mail: ldoe407@example.edu -businessCategory:Financial Aid +surname: Vincent +givenName: Michael +cn: Michael Vincent +uid: mvincent +#title: alum +employeeNumber: 800000407 +mail: Michael.Vincent@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=lbrown408,ou=people,dc=internet2,dc=edu +dn: uid=ggross,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Lisa -cn: Lisa Brown -uid: lbrown408 -title: faculty -employeeNumber: 80000409 -mail: lbrown408@example.edu -businessCategory:Computer Science +surname: Gross +givenName: Gabriel +cn: Gabriel Gross +uid: ggross +#title: alum +employeeNumber: 800000408 +mail: Gabriel.Gross@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=ajohnson409,ou=people,dc=internet2,dc=edu +dn: uid=mbautist,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Andrew -cn: Andrew Johnson -uid: ajohnson409 -title: faculty -employeeNumber: 80000410 -mail: ajohnson409@example.edu -businessCategory:Purchasing +surname: Bautista +givenName: Michael +cn: Michael Bautista +uid: mbautist +#title: alum +employeeNumber: 800000409 +mail: Michael.Bautista@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=amartinez410,ou=people,dc=internet2,dc=edu +dn: uid=bcohen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Ann -cn: Ann Martinez -uid: amartinez410 -title: staff -employeeNumber: 80000411 -mail: amartinez410@example.edu -businessCategory:Information Technology +surname: Cohen +givenName: Brooke +cn: Brooke Cohen +uid: bcohen +#title: alum +employeeNumber: 800000410 +mail: Brooke.Cohen@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mnielson411,ou=people,dc=internet2,dc=edu +dn: uid=acampbel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Mary -cn: Mary Nielson -uid: mnielson411 -title: faculty -employeeNumber: 80000412 -mail: mnielson411@example.edu -businessCategory:Physical Education +surname: Campbell +givenName: Amy +cn: Amy Campbell +uid: acampbel +#title: alum +employeeNumber: 800000411 +mail: Amy.Campbell@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=rvales412,ou=people,dc=internet2,dc=edu +dn: uid=mscott,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Robert -cn: Robert Vales -uid: rvales412 -title: staff -employeeNumber: 80000413 -mail: rvales412@example.edu -businessCategory:Business +surname: Scott +givenName: Melissa +cn: Melissa Scott +uid: mscott +#title: alum +employeeNumber: 800000412 +mail: Melissa.Scott@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mclark413,ou=people,dc=internet2,dc=edu +dn: uid=jpeterso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Mary -cn: Mary Clark -uid: mclark413 -title: other -employeeNumber: 80000414 -mail: mclark413@example.edu -businessCategory:Advising +surname: Peterson +givenName: Jennifer +cn: Jennifer Peterson +uid: jpeterso +#title: alum +employeeNumber: 800000413 +mail: Jennifer.Peterson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=esmith414,ou=people,dc=internet2,dc=edu +dn: uid=kgoodwi2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Emma -cn: Emma Smith -uid: esmith414 -title: faculty -employeeNumber: 80000415 -mail: esmith414@example.edu -businessCategory:Accounting +surname: Goodwin +givenName: Kyle +cn: Kyle Goodwin +uid: kgoodwi2 +#title: alum +employeeNumber: 800000414 +mail: Kyle.Goodwin@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=elopez415,ou=people,dc=internet2,dc=edu +dn: uid=bgreene,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Eric -cn: Eric Lopez -uid: elopez415 -title: staff -employeeNumber: 80000416 -mail: elopez415@example.edu -businessCategory:Business +surname: Greene +givenName: Bryan +cn: Bryan Greene +uid: bgreene +#title: alum +employeeNumber: 800000415 +mail: Bryan.Greene@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=csmith416,ou=people,dc=internet2,dc=edu +dn: uid=jpatel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Christina -cn: Christina Smith -uid: csmith416 -title: faculty -employeeNumber: 80000417 -mail: csmith416@example.edu -businessCategory:Physical Education +surname: Patel +givenName: Jonathan +cn: Jonathan Patel +uid: jpatel +#title: alum +employeeNumber: 800000416 +mail: Jonathan.Patel@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=jclark417,ou=people,dc=internet2,dc=edu +dn: uid=jscott,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Jeremy -cn: Jeremy Clark -uid: jclark417 -title: faculty -employeeNumber: 80000418 -mail: jclark417@example.edu -businessCategory:Advising +surname: Scott +givenName: Jay +cn: Jay Scott +uid: jscott +#title: alum +employeeNumber: 800000417 +mail: Jay.Scott@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=wgrady418,ou=people,dc=internet2,dc=edu +dn: uid=charris,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: William -cn: William Grady -uid: wgrady418 -title: faculty -employeeNumber: 80000419 -mail: wgrady418@example.edu -businessCategory:Law +surname: Harris +givenName: Corey +cn: Corey Harris +uid: charris +#title: alum +employeeNumber: 800000418 +mail: Corey.Harris@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=abutler419,ou=people,dc=internet2,dc=edu +dn: uid=rjones,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Ava -cn: Ava Butler -uid: abutler419 -title: faculty -employeeNumber: 80000420 -mail: abutler419@example.edu -businessCategory:Computer Science +surname: Jones +givenName: Ryan +cn: Ryan Jones +uid: rjones +#title: alum +employeeNumber: 800000419 +mail: Ryan.Jones@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=dwalters420,ou=people,dc=internet2,dc=edu +dn: uid=nclark2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: David -cn: David Walters -uid: dwalters420 -title: staff -employeeNumber: 80000421 -mail: dwalters420@example.edu -businessCategory:Physical Education +surname: Clark +givenName: Nathaniel +cn: Nathaniel Clark +uid: nclark2 +#title: alum +employeeNumber: 800000420 +mail: Nathaniel.Clark@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=mhenderson421,ou=people,dc=internet2,dc=edu +dn: uid=zcastro,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Megan -cn: Megan Henderson -uid: mhenderson421 -title: student -employeeNumber: 80000422 -mail: mhenderson421@example.edu -businessCategory:Engineering +surname: Castro +givenName: Zachary +cn: Zachary Castro +uid: zcastro +#title: alum +employeeNumber: 800000421 +mail: Zachary.Castro@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=jlewis422,ou=people,dc=internet2,dc=edu +dn: uid=mstaffor,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Jennifer -cn: Jennifer Lewis -uid: jlewis422 -title: faculty -employeeNumber: 80000423 -mail: jlewis422@example.edu -businessCategory:Accounts Payable +surname: Stafford +givenName: Mary +cn: Mary Stafford +uid: mstaffor +#title: alum +employeeNumber: 800000422 +mail: Mary.Stafford@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=mgonazles423,ou=people,dc=internet2,dc=edu +dn: uid=vvillega,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Michael -cn: Michael Gonazles -uid: mgonazles423 -title: student -employeeNumber: 80000424 -mail: mgonazles423@example.edu -businessCategory:Accounting +surname: Villegas +givenName: Victoria +cn: Victoria Villegas +uid: vvillega +#title: alum +employeeNumber: 800000423 +mail: Victoria.Villegas@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=sroberts424,ou=people,dc=internet2,dc=edu +dn: uid=sgregory,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Sophia -cn: Sophia Roberts -uid: sroberts424 -title: faculty -employeeNumber: 80000425 -mail: sroberts424@example.edu -businessCategory:Language Arts +surname: Gregory +givenName: Scott +cn: Scott Gregory +uid: sgregory +#title: alum +employeeNumber: 800000424 +mail: Scott.Gregory@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=bhenderson425,ou=people,dc=internet2,dc=edu +dn: uid=bwilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Blake -cn: Blake Henderson -uid: bhenderson425 -title: student -employeeNumber: 80000426 -mail: bhenderson425@example.edu -businessCategory:Financial Aid +surname: Williams +givenName: Brian +cn: Brian Williams +uid: bwilliam +#title: alum +employeeNumber: 800000425 +mail: Brian.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=dwalters426,ou=people,dc=internet2,dc=edu +dn: uid=msandova,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Donna -cn: Donna Walters -uid: dwalters426 -title: faculty -employeeNumber: 80000427 -mail: dwalters426@example.edu -businessCategory:Purchasing +surname: Sandoval +givenName: Misty +cn: Misty Sandoval +uid: msandova +#title: alum +employeeNumber: 800000426 +mail: Misty.Sandoval@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=avales427,ou=people,dc=internet2,dc=edu +dn: uid=arichard,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Adian -cn: Adian Vales -uid: avales427 -title: student -employeeNumber: 80000428 -mail: avales427@example.edu -businessCategory:Information Technology +surname: Richard +givenName: Amanda +cn: Amanda Richard +uid: arichard +#title: alum +employeeNumber: 800000427 +mail: Amanda.Richard@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=eroberts428,ou=people,dc=internet2,dc=edu +dn: uid=ajohnson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Emma -cn: Emma Roberts -uid: eroberts428 -title: student -employeeNumber: 80000429 -mail: eroberts428@example.edu -businessCategory:Accounts Payable +surname: Johnson +givenName: Ashley +cn: Ashley Johnson +uid: ajohnson +#title: alum +employeeNumber: 800000428 +mail: Ashley.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=rclark429,ou=people,dc=internet2,dc=edu +dn: uid=tcampbel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Robert -cn: Robert Clark -uid: rclark429 -title: staff -employeeNumber: 80000430 -mail: rclark429@example.edu -businessCategory:Accounting +surname: Campbell +givenName: Troy +cn: Troy Campbell +uid: tcampbel +#title: alum +employeeNumber: 800000429 +mail: Troy.Campbell@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=kmorrison430,ou=people,dc=internet2,dc=edu +dn: uid=jyoung2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Karoline -cn: Karoline Morrison -uid: kmorrison430 -title: faculty -employeeNumber: 80000431 -mail: kmorrison430@example.edu -businessCategory:Business +surname: Young +givenName: James +cn: James Young +uid: jyoung2 +#title: alum +employeeNumber: 800000430 +mail: James.Young@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mlopez431,ou=people,dc=internet2,dc=edu +dn: uid=awebb,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Maddie -cn: Maddie Lopez -uid: mlopez431 -title: alum -employeeNumber: 80000432 -mail: mlopez431@example.edu -businessCategory:Physical Education +surname: Webb +givenName: Anthony +cn: Anthony Webb +uid: awebb +#title: alum +employeeNumber: 800000431 +mail: Anthony.Webb@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jdavis432,ou=people,dc=internet2,dc=edu +dn: uid=hbartlet,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: James -cn: James Davis -uid: jdavis432 -title: alum -employeeNumber: 80000433 -mail: jdavis432@example.edu -businessCategory:Law +surname: Bartlett +givenName: Hector +cn: Hector Bartlett +uid: hbartlet +#title: alum +employeeNumber: 800000432 +mail: Hector.Bartlett@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=sgonazles433,ou=people,dc=internet2,dc=edu +dn: uid=jhaas,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Steve -cn: Steve Gonazles -uid: sgonazles433 -title: alum -employeeNumber: 80000434 -mail: sgonazles433@example.edu -businessCategory:Advising +surname: Haas +givenName: Jorge +cn: Jorge Haas +uid: jhaas +#title: alum +employeeNumber: 800000433 +mail: Jorge.Haas@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=gnielson434,ou=people,dc=internet2,dc=edu +dn: uid=kbailey,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Greg -cn: Greg Nielson -uid: gnielson434 -title: student -employeeNumber: 80000435 -mail: gnielson434@example.edu -businessCategory:Language Arts +surname: Bailey +givenName: Katie +cn: Katie Bailey +uid: kbailey +#title: alum +employeeNumber: 800000434 +mail: Katie.Bailey@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=rprice435,ou=people,dc=internet2,dc=edu +dn: uid=jhill,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Robert -cn: Robert Price -uid: rprice435 -title: alum -employeeNumber: 80000436 -mail: rprice435@example.edu -businessCategory:Accounts Payable +surname: Hill +givenName: Jerry +cn: Jerry Hill +uid: jhill +#title: alum +employeeNumber: 800000435 +mail: Jerry.Hill@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=jmartinez436,ou=people,dc=internet2,dc=edu +dn: uid=dbutler2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: James -cn: James Martinez -uid: jmartinez436 -title: alum -employeeNumber: 80000437 -mail: jmartinez436@example.edu -businessCategory:Advising +surname: Butler +givenName: Dale +cn: Dale Butler +uid: dbutler2 +#title: alum +employeeNumber: 800000436 +mail: Dale.Butler@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jpeterson437,ou=people,dc=internet2,dc=edu +dn: uid=tsmith2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Jennifer -cn: Jennifer Peterson -uid: jpeterson437 -title: alum -employeeNumber: 80000438 -mail: jpeterson437@example.edu -businessCategory:Language Arts +surname: Smith +givenName: Tony +cn: Tony Smith +uid: tsmith2 +#title: alum +employeeNumber: 800000437 +mail: Tony.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=slangenberg438,ou=people,dc=internet2,dc=edu +dn: uid=ascott,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Sophia -cn: Sophia Langenberg -uid: slangenberg438 -title: faculty -employeeNumber: 80000439 -mail: slangenberg438@example.edu -businessCategory:Purchasing +surname: Scott +givenName: Amber +cn: Amber Scott +uid: ascott +#title: alum +employeeNumber: 800000438 +mail: Amber.Scott@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=manderson439,ou=people,dc=internet2,dc=edu +dn: uid=kleonard,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Mark -cn: Mark Anderson -uid: manderson439 -title: alum -employeeNumber: 80000440 -mail: manderson439@example.edu -businessCategory:Law +surname: Leonard +givenName: Kevin +cn: Kevin Leonard +uid: kleonard +#title: alum +employeeNumber: 800000439 +mail: Kevin.Leonard@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=oprice440,ou=people,dc=internet2,dc=edu +dn: uid=csulliva,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Olivia -cn: Olivia Price -uid: oprice440 -title: student -employeeNumber: 80000441 -mail: oprice440@example.edu -businessCategory:Financial Aid +surname: Sullivan +givenName: Christina +cn: Christina Sullivan +uid: csulliva +#title: alum +employeeNumber: 800000440 +mail: Christina.Sullivan@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=epeterson441,ou=people,dc=internet2,dc=edu +dn: uid=vsanchez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Emma -cn: Emma Peterson -uid: epeterson441 -title: faculty -employeeNumber: 80000442 -mail: epeterson441@example.edu -businessCategory:Purchasing +surname: Sanchez +givenName: Victoria +cn: Victoria Sanchez +uid: vsanchez +#title: alum +employeeNumber: 800000441 +mail: Victoria.Sanchez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=jsmith442,ou=people,dc=internet2,dc=edu +dn: uid=rsmith2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Smith -givenName: James -cn: James Smith -uid: jsmith442 -title: staff -employeeNumber: 80000443 -mail: jsmith442@example.edu -businessCategory:Physical Education +givenName: Renee +cn: Renee Smith +uid: rsmith2 +#title: alum +employeeNumber: 800000442 +mail: Renee.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=jlee443,ou=people,dc=internet2,dc=edu +dn: uid=cpierce,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Jo -cn: Jo Lee -uid: jlee443 -title: staff -employeeNumber: 80000444 -mail: jlee443@example.edu -businessCategory:Law +surname: Pierce +givenName: Christopher +cn: Christopher Pierce +uid: cpierce +#title: alum +employeeNumber: 800000443 +mail: Christopher.Pierce@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=mvales444,ou=people,dc=internet2,dc=edu +dn: uid=dsloan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Mary -cn: Mary Vales -uid: mvales444 -title: alum -employeeNumber: 80000445 -mail: mvales444@example.edu -businessCategory:Information Technology +surname: Sloan +givenName: Donald +cn: Donald Sloan +uid: dsloan +#title: alum +employeeNumber: 800000444 +mail: Donald.Sloan@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mpeterson445,ou=people,dc=internet2,dc=edu +dn: uid=mwilkers,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Megan -cn: Megan Peterson -uid: mpeterson445 -title: alum -employeeNumber: 80000446 -mail: mpeterson445@example.edu -businessCategory:Purchasing +surname: Wilkerson +givenName: Marvin +cn: Marvin Wilkerson +uid: mwilkers +#title: alum +employeeNumber: 800000445 +mail: Marvin.Wilkerson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=mwilliams446,ou=people,dc=internet2,dc=edu +dn: uid=mmccarth,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Mia -cn: Mia Williams -uid: mwilliams446 -title: alum -employeeNumber: 80000447 -mail: mwilliams446@example.edu -businessCategory:Purchasing +surname: Mccarthy +givenName: Michelle +cn: Michelle Mccarthy +uid: mmccarth +#title: alum +employeeNumber: 800000446 +mail: Michelle.Mccarthy@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=dbutler447,ou=people,dc=internet2,dc=edu +dn: uid=jmiller,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Debbie -cn: Debbie Butler -uid: dbutler447 -title: faculty -employeeNumber: 80000448 -mail: dbutler447@example.edu -businessCategory:Business +surname: Miller +givenName: Joseph +cn: Joseph Miller +uid: jmiller +#title: alum +employeeNumber: 800000447 +mail: Joseph.Miller@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=npeterson448,ou=people,dc=internet2,dc=edu +dn: uid=tjohnso2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Nancy -cn: Nancy Peterson -uid: npeterson448 -title: student -employeeNumber: 80000449 -mail: npeterson448@example.edu -businessCategory:Business +surname: Johnson +givenName: Tanya +cn: Tanya Johnson +uid: tjohnso2 +#title: alum +employeeNumber: 800000448 +mail: Tanya.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=dwalters449,ou=people,dc=internet2,dc=edu +dn: uid=jmiller2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Debbie -cn: Debbie Walters -uid: dwalters449 -title: student -employeeNumber: 80000450 -mail: dwalters449@example.edu -businessCategory:Law +surname: Miller +givenName: Jeremiah +cn: Jeremiah Miller +uid: jmiller2 +#title: alum +employeeNumber: 800000449 +mail: Jeremiah.Miller@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=blopez450,ou=people,dc=internet2,dc=edu +dn: uid=janders2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Betty -cn: Betty Lopez -uid: blopez450 -title: alum -employeeNumber: 80000451 -mail: blopez450@example.edu -businessCategory:Computer Science +surname: Anderson +givenName: James +cn: James Anderson +uid: janders2 +#title: alum +employeeNumber: 800000450 +mail: James.Anderson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jsmith451,ou=people,dc=internet2,dc=edu +dn: uid=msmith3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Smith -givenName: Jeremy -cn: Jeremy Smith -uid: jsmith451 -title: alum -employeeNumber: 80000452 -mail: jsmith451@example.edu -businessCategory:Engineering +givenName: Michael +cn: Michael Smith +uid: msmith3 +#title: alum +employeeNumber: 800000451 +mail: Michael.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=plangenberg452,ou=people,dc=internet2,dc=edu +dn: uid=kconley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Paul -cn: Paul Langenberg -uid: plangenberg452 -title: faculty -employeeNumber: 80000453 -mail: plangenberg452@example.edu -businessCategory:Financial Aid +surname: Conley +givenName: Keith +cn: Keith Conley +uid: kconley +#title: alum +employeeNumber: 800000452 +mail: Keith.Conley@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mnielson453,ou=people,dc=internet2,dc=edu +dn: uid=dcallaha,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Mary -cn: Mary Nielson -uid: mnielson453 -title: alum -employeeNumber: 80000454 -mail: mnielson453@example.edu -businessCategory:Advising +surname: Callahan +givenName: David +cn: David Callahan +uid: dcallaha +#title: alum +employeeNumber: 800000453 +mail: David.Callahan@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jpeterson454,ou=people,dc=internet2,dc=edu +dn: uid=whess,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Jennifer -cn: Jennifer Peterson -uid: jpeterson454 -title: alum -employeeNumber: 80000455 -mail: jpeterson454@example.edu -businessCategory:Business +surname: Hess +givenName: Walter +cn: Walter Hess +uid: whess +#title: alum +employeeNumber: 800000454 +mail: Walter.Hess@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=ahenderson455,ou=people,dc=internet2,dc=edu +dn: uid=rwilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Adian -cn: Adian Henderson -uid: ahenderson455 -title: alum -employeeNumber: 80000456 -mail: ahenderson455@example.edu -businessCategory:Language Arts +surname: Williams +givenName: Robert +cn: Robert Williams +uid: rwilliam +#title: alum +employeeNumber: 800000455 +mail: Robert.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=dlee456,ou=people,dc=internet2,dc=edu +dn: uid=pfuller,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: David -cn: David Lee -uid: dlee456 -title: student -employeeNumber: 80000457 -mail: dlee456@example.edu -businessCategory:Accounting +surname: Fuller +givenName: Philip +cn: Philip Fuller +uid: pfuller +#title: alum +employeeNumber: 800000456 +mail: Philip.Fuller@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=jscott457,ou=people,dc=internet2,dc=edu +dn: uid=mdavis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: John -cn: John Scott -uid: jscott457 -title: staff -employeeNumber: 80000458 -mail: jscott457@example.edu -businessCategory:Business +surname: Davis +givenName: Michelle +cn: Michelle Davis +uid: mdavis +#title: alum +employeeNumber: 800000457 +mail: Michelle.Davis@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=bsmith458,ou=people,dc=internet2,dc=edu +dn: uid=ccastro,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Blake -cn: Blake Smith -uid: bsmith458 -title: student -employeeNumber: 80000459 -mail: bsmith458@example.edu -businessCategory:Financial Aid +surname: Castro +givenName: Cody +cn: Cody Castro +uid: ccastro +#title: alum +employeeNumber: 800000458 +mail: Cody.Castro@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=janderson459,ou=people,dc=internet2,dc=edu +dn: uid=dgardner,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Jo -cn: Jo Anderson -uid: janderson459 -title: staff -employeeNumber: 80000460 -mail: janderson459@example.edu -businessCategory:Financial Aid +surname: Gardner +givenName: Donna +cn: Donna Gardner +uid: dgardner +#title: alum +employeeNumber: 800000459 +mail: Donna.Gardner@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=amorrison460,ou=people,dc=internet2,dc=edu +dn: uid=asulliva,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Ava -cn: Ava Morrison -uid: amorrison460 -title: staff -employeeNumber: 80000461 -mail: amorrison460@example.edu -businessCategory:Accounts Payable +surname: Sullivan +givenName: Anita +cn: Anita Sullivan +uid: asulliva +#title: alum +employeeNumber: 800000460 +mail: Anita.Sullivan@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jdavis461,ou=people,dc=internet2,dc=edu +dn: uid=smccarth,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Jo -cn: Jo Davis -uid: jdavis461 -title: student -employeeNumber: 80000462 -mail: jdavis461@example.edu -businessCategory:Purchasing +surname: Mccarthy +givenName: Sarah +cn: Sarah Mccarthy +uid: smccarth +#title: alum +employeeNumber: 800000461 +mail: Sarah.Mccarthy@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=opeterson462,ou=people,dc=internet2,dc=edu +dn: uid=tcarter,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Olivia -cn: Olivia Peterson -uid: opeterson462 -title: faculty -employeeNumber: 80000463 -mail: opeterson462@example.edu -businessCategory:Business +surname: Carter +givenName: Tony +cn: Tony Carter +uid: tcarter +#title: alum +employeeNumber: 800000462 +mail: Tony.Carter@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=tpeterson463,ou=people,dc=internet2,dc=edu +dn: uid=scook,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Thomas -cn: Thomas Peterson -uid: tpeterson463 -title: other -employeeNumber: 80000464 -mail: tpeterson463@example.edu -businessCategory:Information Technology +surname: Cook +givenName: Sarah +cn: Sarah Cook +uid: scook +#title: alum +employeeNumber: 800000463 +mail: Sarah.Cook@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=lhenderson464,ou=people,dc=internet2,dc=edu +dn: uid=mdiaz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Lisa -cn: Lisa Henderson -uid: lhenderson464 -title: student -employeeNumber: 80000465 -mail: lhenderson464@example.edu -businessCategory:Engineering +surname: Diaz +givenName: Michael +cn: Michael Diaz +uid: mdiaz +#title: alum +employeeNumber: 800000464 +mail: Michael.Diaz@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=aanderson465,ou=people,dc=internet2,dc=edu +dn: uid=hfranco,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Ann -cn: Ann Anderson -uid: aanderson465 -title: alum -employeeNumber: 80000466 -mail: aanderson465@example.edu -businessCategory:Advising +surname: Franco +givenName: Harold +cn: Harold Franco +uid: hfranco +#title: alum +employeeNumber: 800000465 +mail: Harold.Franco@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=jsmith466,ou=people,dc=internet2,dc=edu +dn: uid=lalvarad,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: John -cn: John Smith -uid: jsmith466 -title: other -employeeNumber: 80000467 -mail: jsmith466@example.edu -businessCategory:Law +surname: Alvarado +givenName: Laura +cn: Laura Alvarado +uid: lalvarad +#title: alum +employeeNumber: 800000466 +mail: Laura.Alvarado@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=alee467,ou=people,dc=internet2,dc=edu +dn: uid=jmurphy,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Andrew -cn: Andrew Lee -uid: alee467 -title: student -employeeNumber: 80000468 -mail: alee467@example.edu -businessCategory:Accounting +surname: Murphy +givenName: Joseph +cn: Joseph Murphy +uid: jmurphy +#title: alum +employeeNumber: 800000467 +mail: Joseph.Murphy@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=agrady468,ou=people,dc=internet2,dc=edu +dn: uid=ewalker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Anna -cn: Anna Grady -uid: agrady468 -title: student -employeeNumber: 80000469 -mail: agrady468@example.edu -businessCategory:Information Technology +surname: Walker +givenName: Elizabeth +cn: Elizabeth Walker +uid: ewalker +#title: alum +employeeNumber: 800000468 +mail: Elizabeth.Walker@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=bwilliams469,ou=people,dc=internet2,dc=edu +dn: uid=jpierce,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Bill -cn: Bill Williams -uid: bwilliams469 -title: staff -employeeNumber: 80000470 -mail: bwilliams469@example.edu -businessCategory:Engineering +surname: Pierce +givenName: Jacob +cn: Jacob Pierce +uid: jpierce +#title: alum +employeeNumber: 800000469 +mail: Jacob.Pierce@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=cwhite470,ou=people,dc=internet2,dc=edu +dn: uid=ehoward,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Christina -cn: Christina White -uid: cwhite470 -title: student -employeeNumber: 80000471 -mail: cwhite470@example.edu -businessCategory:Purchasing +surname: Howard +givenName: Emily +cn: Emily Howard +uid: ehoward +#title: alum +employeeNumber: 800000470 +mail: Emily.Howard@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=twilliams471,ou=people,dc=internet2,dc=edu +dn: uid=zmercer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Thomas -cn: Thomas Williams -uid: twilliams471 -title: faculty -employeeNumber: 80000472 -mail: twilliams471@example.edu -businessCategory:Law +surname: Mercer +givenName: Zachary +cn: Zachary Mercer +uid: zmercer +#title: alum +employeeNumber: 800000471 +mail: Zachary.Mercer@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=cgrady472,ou=people,dc=internet2,dc=edu +dn: uid=saguilar,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Colin -cn: Colin Grady -uid: cgrady472 -title: faculty -employeeNumber: 80000473 -mail: cgrady472@example.edu -businessCategory:Accounting +surname: Aguilar +givenName: Sharon +cn: Sharon Aguilar +uid: saguilar +#title: alum +employeeNumber: 800000472 +mail: Sharon.Aguilar@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=mgasper473,ou=people,dc=internet2,dc=edu +dn: uid=dbutler3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Michael -cn: Michael Gasper -uid: mgasper473 -title: student -employeeNumber: 80000474 -mail: mgasper473@example.edu -businessCategory:Financial Aid +surname: Butler +givenName: Deborah +cn: Deborah Butler +uid: dbutler3 +#title: alum +employeeNumber: 800000473 +mail: Deborah.Butler@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=kroberts474,ou=people,dc=internet2,dc=edu +dn: uid=sthompso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Kiersten -cn: Kiersten Roberts -uid: kroberts474 -title: faculty -employeeNumber: 80000475 -mail: kroberts474@example.edu -businessCategory:Physical Education +surname: Thompson +givenName: Stephen +cn: Stephen Thompson +uid: sthompso +#title: alum +employeeNumber: 800000474 +mail: Stephen.Thompson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=dmorrison475,ou=people,dc=internet2,dc=edu +dn: uid=kdalton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: David -cn: David Morrison -uid: dmorrison475 -title: staff -employeeNumber: 80000476 -mail: dmorrison475@example.edu -businessCategory:Language Arts +surname: Dalton +givenName: Kristin +cn: Kristin Dalton +uid: kdalton +#title: alum +employeeNumber: 800000475 +mail: Kristin.Dalton@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=lgrady476,ou=people,dc=internet2,dc=edu +dn: uid=mthomas,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Lori -cn: Lori Grady -uid: lgrady476 -title: staff -employeeNumber: 80000477 -mail: lgrady476@example.edu -businessCategory:Accounts Payable +surname: Thomas +givenName: Michael +cn: Michael Thomas +uid: mthomas +#title: alum +employeeNumber: 800000476 +mail: Michael.Thomas@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=jlangenberg477,ou=people,dc=internet2,dc=edu +dn: uid=czuniga,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Jo -cn: Jo Langenberg -uid: jlangenberg477 -title: faculty -employeeNumber: 80000478 -mail: jlangenberg477@example.edu -businessCategory:Physical Education +surname: Zuniga +givenName: Charles +cn: Charles Zuniga +uid: czuniga +#title: alum +employeeNumber: 800000477 +mail: Charles.Zuniga@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=cbutler478,ou=people,dc=internet2,dc=edu +dn: uid=lmadden,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Christina -cn: Christina Butler -uid: cbutler478 -title: faculty -employeeNumber: 80000479 -mail: cbutler478@example.edu -businessCategory:Accounts Payable +surname: Madden +givenName: Latasha +cn: Latasha Madden +uid: lmadden +#title: alum +employeeNumber: 800000478 +mail: Latasha.Madden@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=wlee479,ou=people,dc=internet2,dc=edu +dn: uid=bstokes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: William -cn: William Lee -uid: wlee479 -title: alum -employeeNumber: 80000480 -mail: wlee479@example.edu -businessCategory:Computer Science +surname: Stokes +givenName: Benjamin +cn: Benjamin Stokes +uid: bstokes +#title: alum +employeeNumber: 800000479 +mail: Benjamin.Stokes@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=alangenberg480,ou=people,dc=internet2,dc=edu +dn: uid=lsims,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Ann -cn: Ann Langenberg -uid: alangenberg480 -title: staff -employeeNumber: 80000481 -mail: alangenberg480@example.edu -businessCategory:Financial Aid +surname: Sims +givenName: Laura +cn: Laura Sims +uid: lsims +#title: alum +employeeNumber: 800000480 +mail: Laura.Sims@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=bjohnson481,ou=people,dc=internet2,dc=edu +dn: uid=aferguso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Betty -cn: Betty Johnson -uid: bjohnson481 -title: student -employeeNumber: 80000482 -mail: bjohnson481@example.edu -businessCategory:Financial Aid +surname: Ferguson +givenName: Angela +cn: Angela Ferguson +uid: aferguso +#title: alum +employeeNumber: 800000481 +mail: Angela.Ferguson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=edavis482,ou=people,dc=internet2,dc=edu +dn: uid=psmith,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Emma -cn: Emma Davis -uid: edavis482 -title: faculty -employeeNumber: 80000483 -mail: edavis482@example.edu -businessCategory:Engineering +surname: Smith +givenName: Peggy +cn: Peggy Smith +uid: psmith +#title: alum +employeeNumber: 800000482 +mail: Peggy.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=jroberts483,ou=people,dc=internet2,dc=edu +dn: uid=edomingu,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Jennifer -cn: Jennifer Roberts -uid: jroberts483 -title: alum -employeeNumber: 80000484 -mail: jroberts483@example.edu -businessCategory:Financial Aid +surname: Dominguez +givenName: Elizabeth +cn: Elizabeth Dominguez +uid: edomingu +#title: alum +employeeNumber: 800000483 +mail: Elizabeth.Dominguez@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=sanderson484,ou=people,dc=internet2,dc=edu +dn: uid=jgraham,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Steve -cn: Steve Anderson -uid: sanderson484 -title: student -employeeNumber: 80000485 -mail: sanderson484@example.edu -businessCategory:Advising +surname: Graham +givenName: Jose +cn: Jose Graham +uid: jgraham +#title: alum +employeeNumber: 800000484 +mail: Jose.Graham@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=janderson485,ou=people,dc=internet2,dc=edu +dn: uid=sgarcia,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: James -cn: James Anderson -uid: janderson485 -title: faculty -employeeNumber: 80000486 -mail: janderson485@example.edu -businessCategory:Financial Aid +surname: Garcia +givenName: Shawn +cn: Shawn Garcia +uid: sgarcia +#title: alum +employeeNumber: 800000485 +mail: Shawn.Garcia@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=dwalters486,ou=people,dc=internet2,dc=edu +dn: uid=bhoffman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Debbie -cn: Debbie Walters -uid: dwalters486 -title: staff -employeeNumber: 80000487 -mail: dwalters486@example.edu -businessCategory:Computer Science +surname: Hoffman +givenName: Brandi +cn: Brandi Hoffman +uid: bhoffman +#title: alum +employeeNumber: 800000486 +mail: Brandi.Hoffman@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=wmartinez487,ou=people,dc=internet2,dc=edu +dn: uid=acole,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: William -cn: William Martinez -uid: wmartinez487 -title: staff -employeeNumber: 80000488 -mail: wmartinez487@example.edu -businessCategory:Purchasing +surname: Cole +givenName: Amy +cn: Amy Cole +uid: acole +#title: alum +employeeNumber: 800000487 +mail: Amy.Cole@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=jgasper488,ou=people,dc=internet2,dc=edu +dn: uid=bcollins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Jennifer -cn: Jennifer Gasper -uid: jgasper488 -title: student -employeeNumber: 80000489 -mail: jgasper488@example.edu -businessCategory:Physical Education +surname: Collins +givenName: Benjamin +cn: Benjamin Collins +uid: bcollins +#title: alum +employeeNumber: 800000488 +mail: Benjamin.Collins@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=cpeterson489,ou=people,dc=internet2,dc=edu +dn: uid=asteele,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Claire -cn: Claire Peterson -uid: cpeterson489 -title: student -employeeNumber: 80000490 -mail: cpeterson489@example.edu -businessCategory:Physical Education +surname: Steele +givenName: Andrew +cn: Andrew Steele +uid: asteele +#title: alum +employeeNumber: 800000489 +mail: Andrew.Steele@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=jlewis490,ou=people,dc=internet2,dc=edu +dn: uid=dmalone,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: James -cn: James Lewis -uid: jlewis490 -title: student -employeeNumber: 80000491 -mail: jlewis490@example.edu -businessCategory:Advising +surname: Malone +givenName: David +cn: David Malone +uid: dmalone +#title: alum +employeeNumber: 800000490 +mail: David.Malone@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=sroberts491,ou=people,dc=internet2,dc=edu +dn: uid=fpreston,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Stephanie -cn: Stephanie Roberts -uid: sroberts491 -title: alum -employeeNumber: 80000492 -mail: sroberts491@example.edu -businessCategory:Advising +surname: Preston +givenName: Felicia +cn: Felicia Preston +uid: fpreston +#title: alum +employeeNumber: 800000491 +mail: Felicia.Preston@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=pwalters492,ou=people,dc=internet2,dc=edu +dn: uid=jlopez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Paul -cn: Paul Walters -uid: pwalters492 -title: staff -employeeNumber: 80000493 -mail: pwalters492@example.edu -businessCategory:Engineering +surname: Lopez +givenName: James +cn: James Lopez +uid: jlopez +#title: alum +employeeNumber: 800000492 +mail: James.Lopez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=aroberts493,ou=people,dc=internet2,dc=edu +dn: uid=jvaughn,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Adian -cn: Adian Roberts -uid: aroberts493 -title: alum -employeeNumber: 80000494 -mail: aroberts493@example.edu -businessCategory:Purchasing +surname: Vaughn +givenName: Julie +cn: Julie Vaughn +uid: jvaughn +#title: alum +employeeNumber: 800000493 +mail: Julie.Vaughn@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jhenderson494,ou=people,dc=internet2,dc=edu +dn: uid=rwalton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Jim -cn: Jim Henderson -uid: jhenderson494 -title: staff -employeeNumber: 80000495 -mail: jhenderson494@example.edu -businessCategory:Accounting +surname: Walton +givenName: Rhonda +cn: Rhonda Walton +uid: rwalton +#title: alum +employeeNumber: 800000494 +mail: Rhonda.Walton@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mjohnson495,ou=people,dc=internet2,dc=edu +dn: uid=jrichard,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Maddie -cn: Maddie Johnson -uid: mjohnson495 -title: student -employeeNumber: 80000496 -mail: mjohnson495@example.edu -businessCategory:Engineering +surname: Richardson +givenName: John +cn: John Richardson +uid: jrichard +#title: alum +employeeNumber: 800000495 +mail: John.Richardson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=wmartinez496,ou=people,dc=internet2,dc=edu +dn: uid=tmckenzi,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: William -cn: William Martinez -uid: wmartinez496 -title: alum -employeeNumber: 80000497 -mail: wmartinez496@example.edu -businessCategory:Business +surname: Mckenzie +givenName: Troy +cn: Troy Mckenzie +uid: tmckenzi +#title: alum +employeeNumber: 800000496 +mail: Troy.Mckenzie@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jbrown497,ou=people,dc=internet2,dc=edu +dn: uid=smejia,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Jeremy -cn: Jeremy Brown -uid: jbrown497 -title: staff -employeeNumber: 80000498 -mail: jbrown497@example.edu -businessCategory:Computer Science +surname: Mejia +givenName: Stacey +cn: Stacey Mejia +uid: smejia +#title: alum +employeeNumber: 800000497 +mail: Stacey.Mejia@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=idoe498,ou=people,dc=internet2,dc=edu +dn: uid=celliott,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Isabella -cn: Isabella Doe -uid: idoe498 -title: faculty -employeeNumber: 80000499 -mail: idoe498@example.edu -businessCategory:Advising +surname: Elliott +givenName: Claudia +cn: Claudia Elliott +uid: celliott +#title: alum +employeeNumber: 800000498 +mail: Claudia.Elliott@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=jgrady499,ou=people,dc=internet2,dc=edu +dn: uid=ahudson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Jo -cn: Jo Grady -uid: jgrady499 -title: other -employeeNumber: 80000500 -mail: jgrady499@example.edu -businessCategory:Advising +surname: Hudson +givenName: Angela +cn: Angela Hudson +uid: ahudson +#title: alum +employeeNumber: 800000499 +mail: Angela.Hudson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=enielson500,ou=people,dc=internet2,dc=edu +dn: uid=mpollard,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Erik -cn: Erik Nielson -uid: enielson500 -title: student -employeeNumber: 80000501 -mail: enielson500@example.edu -businessCategory:Language Arts +surname: Pollard +givenName: Michelle +cn: Michelle Pollard +uid: mpollard +#title: alum +employeeNumber: 800000500 +mail: Michelle.Pollard@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=sgrady501,ou=people,dc=internet2,dc=edu +dn: uid=rhall,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Stephanie -cn: Stephanie Grady -uid: sgrady501 -title: student -employeeNumber: 80000502 -mail: sgrady501@example.edu -businessCategory:Computer Science +surname: Hall +givenName: Robert +cn: Robert Hall +uid: rhall +#title: alum +employeeNumber: 800000501 +mail: Robert.Hall@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=lvales502,ou=people,dc=internet2,dc=edu +dn: uid=kwood,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Lisa -cn: Lisa Vales -uid: lvales502 -title: faculty -employeeNumber: 80000503 -mail: lvales502@example.edu -businessCategory:Law +surname: Wood +givenName: Katie +cn: Katie Wood +uid: kwood +#title: alum +employeeNumber: 800000502 +mail: Katie.Wood@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=chenderson503,ou=people,dc=internet2,dc=edu +dn: uid=medwards,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Christopher -cn: Christopher Henderson -uid: chenderson503 -title: faculty -employeeNumber: 80000504 -mail: chenderson503@example.edu -businessCategory:Advising +surname: Edwards +givenName: Matthew +cn: Matthew Edwards +uid: medwards +#title: alum +employeeNumber: 800000503 +mail: Matthew.Edwards@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=jpeterson504,ou=people,dc=internet2,dc=edu +dn: uid=jshaw2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Jeremy -cn: Jeremy Peterson -uid: jpeterson504 -title: faculty -employeeNumber: 80000505 -mail: jpeterson504@example.edu -businessCategory:Physical Education +surname: Shaw +givenName: Jessica +cn: Jessica Shaw +uid: jshaw2 +#title: alum +employeeNumber: 800000504 +mail: Jessica.Shaw@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=jnielson505,ou=people,dc=internet2,dc=edu +dn: uid=lmiller2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Jennifer -cn: Jennifer Nielson -uid: jnielson505 -title: other -employeeNumber: 80000506 -mail: jnielson505@example.edu -businessCategory:Business +surname: Miller +givenName: Lisa +cn: Lisa Miller +uid: lmiller2 +#title: alum +employeeNumber: 800000505 +mail: Lisa.Miller@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=amorrison506,ou=people,dc=internet2,dc=edu +dn: uid=rfinley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Adian -cn: Adian Morrison -uid: amorrison506 -title: alum -employeeNumber: 80000507 -mail: amorrison506@example.edu -businessCategory:Business +surname: Finley +givenName: Robert +cn: Robert Finley +uid: rfinley +#title: alum +employeeNumber: 800000506 +mail: Robert.Finley@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=jpeterson507,ou=people,dc=internet2,dc=edu +dn: uid=jspears,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson +surname: Spears givenName: Jennifer -cn: Jennifer Peterson -uid: jpeterson507 -title: faculty -employeeNumber: 80000508 -mail: jpeterson507@example.edu -businessCategory:Engineering +cn: Jennifer Spears +uid: jspears +#title: alum +employeeNumber: 800000507 +mail: Jennifer.Spears@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=agasper508,ou=people,dc=internet2,dc=edu +dn: uid=krichard,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Ava -cn: Ava Gasper -uid: agasper508 -title: faculty -employeeNumber: 80000509 -mail: agasper508@example.edu -businessCategory:Financial Aid +surname: Richardson +givenName: Katherine +cn: Katherine Richardson +uid: krichard +#title: alum +employeeNumber: 800000508 +mail: Katherine.Richardson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=rbutler509,ou=people,dc=internet2,dc=edu +dn: uid=hgomez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Robert -cn: Robert Butler -uid: rbutler509 -title: faculty -employeeNumber: 80000510 -mail: rbutler509@example.edu -businessCategory:Language Arts +surname: Gomez +givenName: Haley +cn: Haley Gomez +uid: hgomez +#title: alum +employeeNumber: 800000509 +mail: Haley.Gomez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=nbutler510,ou=people,dc=internet2,dc=edu +dn: uid=jadams,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Nancy -cn: Nancy Butler -uid: nbutler510 -title: alum -employeeNumber: 80000511 -mail: nbutler510@example.edu -businessCategory:Accounting +surname: Adams +givenName: Joshua +cn: Joshua Adams +uid: jadams +#title: alum +employeeNumber: 800000510 +mail: Joshua.Adams@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=iscott511,ou=people,dc=internet2,dc=edu +dn: uid=mjenkins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Isabella -cn: Isabella Scott -uid: iscott511 -title: staff -employeeNumber: 80000512 -mail: iscott511@example.edu -businessCategory:Financial Aid +surname: Jenkins +givenName: Micheal +cn: Micheal Jenkins +uid: mjenkins +#title: alum +employeeNumber: 800000511 +mail: Micheal.Jenkins@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=cwilliams512,ou=people,dc=internet2,dc=edu +dn: uid=tking,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Claire -cn: Claire Williams -uid: cwilliams512 -title: staff -employeeNumber: 80000513 -mail: cwilliams512@example.edu -businessCategory:Engineering +surname: King +givenName: Timothy +cn: Timothy King +uid: tking +#title: alum +employeeNumber: 800000512 +mail: Timothy.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=sgasper513,ou=people,dc=internet2,dc=edu +dn: uid=pgoodwin,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Steve -cn: Steve Gasper -uid: sgasper513 -title: staff -employeeNumber: 80000514 -mail: sgasper513@example.edu -businessCategory:Purchasing +surname: Goodwin +givenName: Phillip +cn: Phillip Goodwin +uid: pgoodwin +#title: alum +employeeNumber: 800000513 +mail: Phillip.Goodwin@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=cvales514,ou=people,dc=internet2,dc=edu +dn: uid=jponce,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Claire -cn: Claire Vales -uid: cvales514 -title: faculty -employeeNumber: 80000515 -mail: cvales514@example.edu -businessCategory:Engineering +surname: Ponce +givenName: John +cn: John Ponce +uid: jponce +#title: alum +employeeNumber: 800000514 +mail: John.Ponce@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=mgonazles515,ou=people,dc=internet2,dc=edu +dn: uid=bvasquez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Mary -cn: Mary Gonazles -uid: mgonazles515 -title: faculty -employeeNumber: 80000516 -mail: mgonazles515@example.edu -businessCategory:Accounts Payable +surname: Vasquez +givenName: Becky +cn: Becky Vasquez +uid: bvasquez +#title: alum +employeeNumber: 800000515 +mail: Becky.Vasquez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=swilliams516,ou=people,dc=internet2,dc=edu +dn: uid=jmaldona,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Steve -cn: Steve Williams -uid: swilliams516 -title: student -employeeNumber: 80000517 -mail: swilliams516@example.edu -businessCategory:Engineering +surname: Maldonado +givenName: James +cn: James Maldonado +uid: jmaldona +#title: alum +employeeNumber: 800000516 +mail: James.Maldonado@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jmorrison517,ou=people,dc=internet2,dc=edu +dn: uid=jmathis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: James -cn: James Morrison -uid: jmorrison517 -title: faculty -employeeNumber: 80000518 -mail: jmorrison517@example.edu -businessCategory:Accounting +surname: Mathis +givenName: Joshua +cn: Joshua Mathis +uid: jmathis +#title: alum +employeeNumber: 800000517 +mail: Joshua.Mathis@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=cprice518,ou=people,dc=internet2,dc=edu +dn: uid=kbenson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Christina -cn: Christina Price -uid: cprice518 -title: faculty -employeeNumber: 80000519 -mail: cprice518@example.edu -businessCategory:Engineering +surname: Benson +givenName: Kelly +cn: Kelly Benson +uid: kbenson +#title: alum +employeeNumber: 800000518 +mail: Kelly.Benson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=clewis519,ou=people,dc=internet2,dc=edu +dn: uid=gerickso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Christopher -cn: Christopher Lewis -uid: clewis519 -title: student -employeeNumber: 80000520 -mail: clewis519@example.edu -businessCategory:Information Technology +surname: Erickson +givenName: Gary +cn: Gary Erickson +uid: gerickso +#title: alum +employeeNumber: 800000519 +mail: Gary.Erickson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=omartinez520,ou=people,dc=internet2,dc=edu +dn: uid=drivera,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Olivia -cn: Olivia Martinez -uid: omartinez520 -title: other -employeeNumber: 80000521 -mail: omartinez520@example.edu -businessCategory:Physical Education +surname: Rivera +givenName: Daniel +cn: Daniel Rivera +uid: drivera +#title: alum +employeeNumber: 800000520 +mail: Daniel.Rivera@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=dwilliams521,ou=people,dc=internet2,dc=edu +dn: uid=kjames,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Debbie -cn: Debbie Williams -uid: dwilliams521 -title: alum -employeeNumber: 80000522 -mail: dwilliams521@example.edu -businessCategory:Information Technology +surname: James +givenName: Keith +cn: Keith James +uid: kjames +#title: alum +employeeNumber: 800000521 +mail: Keith.James@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=awhite522,ou=people,dc=internet2,dc=edu +dn: uid=asulliv2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Andrew -cn: Andrew White -uid: awhite522 -title: student -employeeNumber: 80000523 -mail: awhite522@example.edu -businessCategory:Computer Science +surname: Sullivan +givenName: Ashley +cn: Ashley Sullivan +uid: asulliv2 +#title: alum +employeeNumber: 800000522 +mail: Ashley.Sullivan@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jprice523,ou=people,dc=internet2,dc=edu +dn: uid=chuff,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: John -cn: John Price -uid: jprice523 -title: staff -employeeNumber: 80000524 -mail: jprice523@example.edu -businessCategory:Computer Science +surname: Huff +givenName: Christy +cn: Christy Huff +uid: chuff +#title: alum +employeeNumber: 800000523 +mail: Christy.Huff@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=nlewis524,ou=people,dc=internet2,dc=edu +dn: uid=ewoods,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Nancy -cn: Nancy Lewis -uid: nlewis524 -title: alum -employeeNumber: 80000525 -mail: nlewis524@example.edu -businessCategory:Computer Science +surname: Woods +givenName: Emily +cn: Emily Woods +uid: ewoods +#title: alum +employeeNumber: 800000524 +mail: Emily.Woods@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=abrown525,ou=people,dc=internet2,dc=edu +dn: uid=cware,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Amber -cn: Amber Brown -uid: abrown525 -title: alum -employeeNumber: 80000526 -mail: abrown525@example.edu -businessCategory:Engineering +surname: Ware +givenName: Christina +cn: Christina Ware +uid: cware +#title: alum +employeeNumber: 800000525 +mail: Christina.Ware@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=athompson526,ou=people,dc=internet2,dc=edu +dn: uid=jrose,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Anna -cn: Anna Thompson -uid: athompson526 -title: other -employeeNumber: 80000527 -mail: athompson526@example.edu -businessCategory:Physical Education +surname: Rose +givenName: Jeffrey +cn: Jeffrey Rose +uid: jrose +#title: alum +employeeNumber: 800000526 +mail: Jeffrey.Rose@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=njohnson527,ou=people,dc=internet2,dc=edu +dn: uid=chammond,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Nancy -cn: Nancy Johnson -uid: njohnson527 -title: student -employeeNumber: 80000528 -mail: njohnson527@example.edu -businessCategory:Computer Science +surname: Hammond +givenName: Charles +cn: Charles Hammond +uid: chammond +#title: alum +employeeNumber: 800000527 +mail: Charles.Hammond@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=kclark528,ou=people,dc=internet2,dc=edu +dn: uid=dwilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Karl -cn: Karl Clark -uid: kclark528 -title: staff -employeeNumber: 80000529 -mail: kclark528@example.edu -businessCategory:Accounts Payable +surname: Williams +givenName: Denise +cn: Denise Williams +uid: dwilliam +#title: alum +employeeNumber: 800000528 +mail: Denise.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=lwilliams529,ou=people,dc=internet2,dc=edu +dn: uid=amitchel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Lori -cn: Lori Williams -uid: lwilliams529 -title: faculty -employeeNumber: 80000530 -mail: lwilliams529@example.edu -businessCategory:Accounting +surname: Mitchell +givenName: Angela +cn: Angela Mitchell +uid: amitchel +#title: alum +employeeNumber: 800000529 +mail: Angela.Mitchell@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=ebrown530,ou=people,dc=internet2,dc=edu +dn: uid=jrobins2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Erik -cn: Erik Brown -uid: ebrown530 -title: faculty -employeeNumber: 80000531 -mail: ebrown530@example.edu -businessCategory:Engineering +surname: Robinson +givenName: John +cn: John Robinson +uid: jrobins2 +#title: alum +employeeNumber: 800000530 +mail: John.Robinson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=hnielson531,ou=people,dc=internet2,dc=edu +dn: uid=bfritz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Heather -cn: Heather Nielson -uid: hnielson531 -title: staff -employeeNumber: 80000532 -mail: hnielson531@example.edu -businessCategory:Business +surname: Fritz +givenName: Bridget +cn: Bridget Fritz +uid: bfritz +#title: alum +employeeNumber: 800000531 +mail: Bridget.Fritz@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=pwalters532,ou=people,dc=internet2,dc=edu +dn: uid=dcampbel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Perry -cn: Perry Walters -uid: pwalters532 -title: faculty -employeeNumber: 80000533 -mail: pwalters532@example.edu -businessCategory:Accounting +surname: Campbell +givenName: Daniel +cn: Daniel Campbell +uid: dcampbel +#title: alum +employeeNumber: 800000532 +mail: Daniel.Campbell@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=manderson533,ou=people,dc=internet2,dc=edu +dn: uid=mpeterso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Michael -cn: Michael Anderson -uid: manderson533 -title: student -employeeNumber: 80000534 -mail: manderson533@example.edu -businessCategory:Physical Education +surname: Peterson +givenName: Mark +cn: Mark Peterson +uid: mpeterso +#title: alum +employeeNumber: 800000533 +mail: Mark.Peterson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=wvales534,ou=people,dc=internet2,dc=edu +dn: uid=jhoward2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: William -cn: William Vales -uid: wvales534 -title: other -employeeNumber: 80000535 -mail: wvales534@example.edu -businessCategory:Language Arts +surname: Howard +givenName: Jason +cn: Jason Howard +uid: jhoward2 +#title: alum +employeeNumber: 800000534 +mail: Jason.Howard@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=sdoe535,ou=people,dc=internet2,dc=edu +dn: uid=nmccoy,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Sophia -cn: Sophia Doe -uid: sdoe535 -title: staff -employeeNumber: 80000536 -mail: sdoe535@example.edu -businessCategory:Accounts Payable +surname: Mccoy +givenName: Nicole +cn: Nicole Mccoy +uid: nmccoy +#title: alum +employeeNumber: 800000535 +mail: Nicole.Mccoy@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=cwalters536,ou=people,dc=internet2,dc=edu +dn: uid=brice,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Claire -cn: Claire Walters -uid: cwalters536 -title: other -employeeNumber: 80000537 -mail: cwalters536@example.edu -businessCategory:Information Technology +surname: Rice +givenName: Brad +cn: Brad Rice +uid: brice +#title: alum +employeeNumber: 800000536 +mail: Brad.Rice@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=lgonazles537,ou=people,dc=internet2,dc=edu +dn: uid=jsimon,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Lori -cn: Lori Gonazles -uid: lgonazles537 -title: staff -employeeNumber: 80000538 -mail: lgonazles537@example.edu -businessCategory:Financial Aid +surname: Simon +givenName: Jessica +cn: Jessica Simon +uid: jsimon +#title: alum +employeeNumber: 800000537 +mail: Jessica.Simon@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=mgasper538,ou=people,dc=internet2,dc=edu +dn: uid=lross,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Megan -cn: Megan Gasper -uid: mgasper538 -title: student -employeeNumber: 80000539 -mail: mgasper538@example.edu -businessCategory:Engineering +surname: Ross +givenName: Lori +cn: Lori Ross +uid: lross +#title: alum +employeeNumber: 800000538 +mail: Lori.Ross@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=mscott539,ou=people,dc=internet2,dc=edu +dn: uid=jdaniels,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Maddie -cn: Maddie Scott -uid: mscott539 -title: student -employeeNumber: 80000540 -mail: mscott539@example.edu -businessCategory:Accounting +surname: Daniels +givenName: Joshua +cn: Joshua Daniels +uid: jdaniels +#title: alum +employeeNumber: 800000539 +mail: Joshua.Daniels@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jclark540,ou=people,dc=internet2,dc=edu +dn: uid=tflores2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Jim -cn: Jim Clark -uid: jclark540 -title: staff -employeeNumber: 80000541 -mail: jclark540@example.edu -businessCategory:Advising +surname: Flores +givenName: Tyler +cn: Tyler Flores +uid: tflores2 +#title: alum +employeeNumber: 800000540 +mail: Tyler.Flores@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=wlewis541,ou=people,dc=internet2,dc=edu +dn: uid=mwalker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: William -cn: William Lewis -uid: wlewis541 -title: staff -employeeNumber: 80000542 -mail: wlewis541@example.edu -businessCategory:Advising +surname: Walker +givenName: Michael +cn: Michael Walker +uid: mwalker +#title: alum +employeeNumber: 800000541 +mail: Michael.Walker@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mthompson542,ou=people,dc=internet2,dc=edu +dn: uid=jharper,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Marie -cn: Marie Thompson -uid: mthompson542 -title: faculty -employeeNumber: 80000543 -mail: mthompson542@example.edu -businessCategory:Physical Education +surname: Harper +givenName: Jorge +cn: Jorge Harper +uid: jharper +#title: alum +employeeNumber: 800000542 +mail: Jorge.Harper@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=kprice543,ou=people,dc=internet2,dc=edu +dn: uid=njordan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Karoline -cn: Karoline Price -uid: kprice543 -title: alum -employeeNumber: 80000544 -mail: kprice543@example.edu -businessCategory:Engineering +surname: Jordan +givenName: Nancy +cn: Nancy Jordan +uid: njordan +#title: alum +employeeNumber: 800000543 +mail: Nancy.Jordan@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=rvales544,ou=people,dc=internet2,dc=edu +dn: uid=frobinso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Robert -cn: Robert Vales -uid: rvales544 -title: staff -employeeNumber: 80000545 -mail: rvales544@example.edu -businessCategory:Information Technology +surname: Robinson +givenName: Felicia +cn: Felicia Robinson +uid: frobinso +#title: alum +employeeNumber: 800000544 +mail: Felicia.Robinson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=aprice545,ou=people,dc=internet2,dc=edu +dn: uid=gbennett,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Ava -cn: Ava Price -uid: aprice545 -title: faculty -employeeNumber: 80000546 -mail: aprice545@example.edu -businessCategory:Information Technology +surname: Bennett +givenName: Gail +cn: Gail Bennett +uid: gbennett +#title: alum +employeeNumber: 800000545 +mail: Gail.Bennett@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=lthompson546,ou=people,dc=internet2,dc=edu +dn: uid=lmcintos,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Lisa -cn: Lisa Thompson -uid: lthompson546 -title: faculty -employeeNumber: 80000547 -mail: lthompson546@example.edu -businessCategory:Computer Science +surname: Mcintosh +givenName: Lori +cn: Lori Mcintosh +uid: lmcintos +#title: alum +employeeNumber: 800000546 +mail: Lori.Mcintosh@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=iwhite547,ou=people,dc=internet2,dc=edu +dn: uid=mbrooks,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Isabella -cn: Isabella White -uid: iwhite547 -title: student -employeeNumber: 80000548 -mail: iwhite547@example.edu -businessCategory:Engineering +surname: Brooks +givenName: Matthew +cn: Matthew Brooks +uid: mbrooks +#title: alum +employeeNumber: 800000547 +mail: Matthew.Brooks@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=sthompson548,ou=people,dc=internet2,dc=edu +dn: uid=lbush,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Stephanie -cn: Stephanie Thompson -uid: sthompson548 -title: alum -employeeNumber: 80000549 -mail: sthompson548@example.edu -businessCategory:Accounting +surname: Bush +givenName: Laura +cn: Laura Bush +uid: lbush +#title: alum +employeeNumber: 800000548 +mail: Laura.Bush@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=hbutler549,ou=people,dc=internet2,dc=edu +dn: uid=bhobbs,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Heather -cn: Heather Butler -uid: hbutler549 -title: alum -employeeNumber: 80000550 -mail: hbutler549@example.edu -businessCategory:Business +surname: Hobbs +givenName: Bryan +cn: Bryan Hobbs +uid: bhobbs +#title: alum +employeeNumber: 800000549 +mail: Bryan.Hobbs@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jdoe550,ou=people,dc=internet2,dc=edu +dn: uid=ngarcia,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: James -cn: James Doe -uid: jdoe550 -title: alum -employeeNumber: 80000551 -mail: jdoe550@example.edu -businessCategory:Accounting +surname: Garcia +givenName: Natalie +cn: Natalie Garcia +uid: ngarcia +#title: alum +employeeNumber: 800000550 +mail: Natalie.Garcia@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mpeterson551,ou=people,dc=internet2,dc=edu +dn: uid=mgonzale,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Maddie -cn: Maddie Peterson -uid: mpeterson551 -title: staff -employeeNumber: 80000552 -mail: mpeterson551@example.edu -businessCategory:Financial Aid +surname: Gonzalez +givenName: Megan +cn: Megan Gonzalez +uid: mgonzale +#title: alum +employeeNumber: 800000551 +mail: Megan.Gonzalez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=broberts552,ou=people,dc=internet2,dc=edu +dn: uid=jgreen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Betty -cn: Betty Roberts -uid: broberts552 -title: alum -employeeNumber: 80000553 -mail: broberts552@example.edu -businessCategory:Language Arts +surname: Green +givenName: John +cn: John Green +uid: jgreen +#title: alum +employeeNumber: 800000552 +mail: John.Green@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=esmith553,ou=people,dc=internet2,dc=edu +dn: uid=aosborne,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Emma -cn: Emma Smith -uid: esmith553 -title: faculty -employeeNumber: 80000554 -mail: esmith553@example.edu -businessCategory:Purchasing +surname: Osborne +givenName: Adam +cn: Adam Osborne +uid: aosborne +#title: alum +employeeNumber: 800000553 +mail: Adam.Osborne@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=kclark554,ou=people,dc=internet2,dc=edu +dn: uid=dbenson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Kim -cn: Kim Clark -uid: kclark554 -title: faculty -employeeNumber: 80000555 -mail: kclark554@example.edu -businessCategory:Language Arts +surname: Benson +givenName: Denise +cn: Denise Benson +uid: dbenson +#title: alum +employeeNumber: 800000554 +mail: Denise.Benson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=dlee555,ou=people,dc=internet2,dc=edu +dn: uid=cbrewer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Donna -cn: Donna Lee -uid: dlee555 -title: faculty -employeeNumber: 80000556 -mail: dlee555@example.edu -businessCategory:Purchasing +surname: Brewer +givenName: Caroline +cn: Caroline Brewer +uid: cbrewer +#title: alum +employeeNumber: 800000555 +mail: Caroline.Brewer@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=cdoe556,ou=people,dc=internet2,dc=edu +dn: uid=jdecker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Claire -cn: Claire Doe -uid: cdoe556 -title: student -employeeNumber: 80000557 -mail: cdoe556@example.edu -businessCategory:Language Arts +surname: Decker +givenName: John +cn: John Decker +uid: jdecker +#title: alum +employeeNumber: 800000556 +mail: John.Decker@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=mlewis557,ou=people,dc=internet2,dc=edu +dn: uid=jmoore,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Megan -cn: Megan Lewis -uid: mlewis557 -title: staff -employeeNumber: 80000558 -mail: mlewis557@example.edu -businessCategory:Engineering +surname: Moore +givenName: Jenna +cn: Jenna Moore +uid: jmoore +#title: alum +employeeNumber: 800000557 +mail: Jenna.Moore@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=khenderson558,ou=people,dc=internet2,dc=edu +dn: uid=mwilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Karl -cn: Karl Henderson -uid: khenderson558 -title: alum -employeeNumber: 80000559 -mail: khenderson558@example.edu -businessCategory:Financial Aid +surname: Williams +givenName: Michael +cn: Michael Williams +uid: mwilliam +#title: alum +employeeNumber: 800000558 +mail: Michael.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jwalters559,ou=people,dc=internet2,dc=edu +dn: uid=jlopez2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: John -cn: John Walters -uid: jwalters559 -title: faculty -employeeNumber: 80000560 -mail: jwalters559@example.edu -businessCategory:Language Arts +surname: Lopez +givenName: Jason +cn: Jason Lopez +uid: jlopez2 +#title: alum +employeeNumber: 800000559 +mail: Jason.Lopez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=kroberts560,ou=people,dc=internet2,dc=edu +dn: uid=smanning,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Karl -cn: Karl Roberts -uid: kroberts560 -title: student -employeeNumber: 80000561 -mail: kroberts560@example.edu -businessCategory:Language Arts +surname: Manning +givenName: Stephanie +cn: Stephanie Manning +uid: smanning +#title: alum +employeeNumber: 800000560 +mail: Stephanie.Manning@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mmorrison561,ou=people,dc=internet2,dc=edu +dn: uid=dlozano,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Megan -cn: Megan Morrison -uid: mmorrison561 -title: alum -employeeNumber: 80000562 -mail: mmorrison561@example.edu -businessCategory:Advising +surname: Lozano +givenName: David +cn: David Lozano +uid: dlozano +#title: alum +employeeNumber: 800000561 +mail: David.Lozano@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mgrady562,ou=people,dc=internet2,dc=edu +dn: uid=lle,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Megan -cn: Megan Grady -uid: mgrady562 -title: faculty -employeeNumber: 80000563 -mail: mgrady562@example.edu -businessCategory:Accounts Payable +surname: Le +givenName: Lauren +cn: Lauren Le +uid: lle +#title: alum +employeeNumber: 800000562 +mail: Lauren.Le@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=iprice563,ou=people,dc=internet2,dc=edu +dn: uid=afields,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Isabella -cn: Isabella Price -uid: iprice563 -title: staff -employeeNumber: 80000564 -mail: iprice563@example.edu -businessCategory:Financial Aid +surname: Fields +givenName: Ashlee +cn: Ashlee Fields +uid: afields +#title: alum +employeeNumber: 800000563 +mail: Ashlee.Fields@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=mvales564,ou=people,dc=internet2,dc=edu +dn: uid=anewton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Maddie -cn: Maddie Vales -uid: mvales564 -title: other -employeeNumber: 80000565 -mail: mvales564@example.edu -businessCategory:Information Technology +surname: Newton +givenName: Austin +cn: Austin Newton +uid: anewton +#title: alum +employeeNumber: 800000564 +mail: Austin.Newton@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mthompson565,ou=people,dc=internet2,dc=edu +dn: uid=dwillia2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Mark -cn: Mark Thompson -uid: mthompson565 -title: alum -employeeNumber: 80000566 -mail: mthompson565@example.edu -businessCategory:Purchasing +surname: Williams +givenName: Daniel +cn: Daniel Williams +uid: dwillia2 +#title: alum +employeeNumber: 800000565 +mail: Daniel.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=rgrady566,ou=people,dc=internet2,dc=edu +dn: uid=psmith2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Robert -cn: Robert Grady -uid: rgrady566 -title: staff -employeeNumber: 80000567 -mail: rgrady566@example.edu -businessCategory:Accounting +surname: Smith +givenName: Patricia +cn: Patricia Smith +uid: psmith2 +#title: alum +employeeNumber: 800000566 +mail: Patricia.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=imartinez567,ou=people,dc=internet2,dc=edu +dn: uid=lhuffman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Isabella -cn: Isabella Martinez -uid: imartinez567 -title: alum -employeeNumber: 80000568 -mail: imartinez567@example.edu -businessCategory:Accounts Payable +surname: Huffman +givenName: Lucas +cn: Lucas Huffman +uid: lhuffman +#title: alum +employeeNumber: 800000567 +mail: Lucas.Huffman@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=pvales568,ou=people,dc=internet2,dc=edu +dn: uid=earmstro,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Perry -cn: Perry Vales -uid: pvales568 -title: faculty -employeeNumber: 80000569 -mail: pvales568@example.edu -businessCategory:Physical Education +surname: Armstrong +givenName: Elizabeth +cn: Elizabeth Armstrong +uid: earmstro +#title: alum +employeeNumber: 800000568 +mail: Elizabeth.Armstrong@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=jthompson569,ou=people,dc=internet2,dc=edu +dn: uid=zwagner,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Jeremy -cn: Jeremy Thompson -uid: jthompson569 -title: faculty -employeeNumber: 80000570 -mail: jthompson569@example.edu -businessCategory:Purchasing +surname: Wagner +givenName: Zachary +cn: Zachary Wagner +uid: zwagner +#title: alum +employeeNumber: 800000569 +mail: Zachary.Wagner@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=cgasper570,ou=people,dc=internet2,dc=edu +dn: uid=kleon,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Christina -cn: Christina Gasper -uid: cgasper570 -title: faculty -employeeNumber: 80000571 -mail: cgasper570@example.edu -businessCategory:Accounts Payable +surname: Leon +givenName: Kellie +cn: Kellie Leon +uid: kleon +#title: alum +employeeNumber: 800000570 +mail: Kellie.Leon@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=lbrown571,ou=people,dc=internet2,dc=edu +dn: uid=jsulliva,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Lexi -cn: Lexi Brown -uid: lbrown571 -title: student -employeeNumber: 80000572 -mail: lbrown571@example.edu -businessCategory:Accounts Payable +surname: Sullivan +givenName: Joseph +cn: Joseph Sullivan +uid: jsulliva +#title: alum +employeeNumber: 800000571 +mail: Joseph.Sullivan@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=asmith572,ou=people,dc=internet2,dc=edu +dn: uid=nthompso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Ava -cn: Ava Smith -uid: asmith572 -title: faculty -employeeNumber: 80000573 -mail: asmith572@example.edu -businessCategory:Purchasing +surname: Thompson +givenName: Noah +cn: Noah Thompson +uid: nthompso +#title: alum +employeeNumber: 800000572 +mail: Noah.Thompson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=snielson573,ou=people,dc=internet2,dc=edu +dn: uid=egonzale,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Sarah -cn: Sarah Nielson -uid: snielson573 -title: faculty -employeeNumber: 80000574 -mail: snielson573@example.edu -businessCategory:Language Arts +surname: Gonzalez +givenName: Eric +cn: Eric Gonzalez +uid: egonzale +#title: alum +employeeNumber: 800000573 +mail: Eric.Gonzalez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=sgasper574,ou=people,dc=internet2,dc=edu +dn: uid=kfox,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Sarah -cn: Sarah Gasper -uid: sgasper574 -title: other -employeeNumber: 80000575 -mail: sgasper574@example.edu -businessCategory:Computer Science +surname: Fox +givenName: Karen +cn: Karen Fox +uid: kfox +#title: alum +employeeNumber: 800000574 +mail: Karen.Fox@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=eroberts575,ou=people,dc=internet2,dc=edu +dn: uid=rmills,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Eric -cn: Eric Roberts -uid: eroberts575 -title: student -employeeNumber: 80000576 -mail: eroberts575@example.edu -businessCategory:Information Technology +surname: Mills +givenName: Randy +cn: Randy Mills +uid: rmills +#title: alum +employeeNumber: 800000575 +mail: Randy.Mills@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=plewis576,ou=people,dc=internet2,dc=edu +dn: uid=rmurray,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Paul -cn: Paul Lewis -uid: plewis576 -title: faculty -employeeNumber: 80000577 -mail: plewis576@example.edu -businessCategory:Computer Science +surname: Murray +givenName: Robert +cn: Robert Murray +uid: rmurray +#title: alum +employeeNumber: 800000576 +mail: Robert.Murray@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=rbutler577,ou=people,dc=internet2,dc=edu +dn: uid=badams,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Robert -cn: Robert Butler -uid: rbutler577 -title: faculty -employeeNumber: 80000578 -mail: rbutler577@example.edu -businessCategory:Financial Aid +surname: Adams +givenName: Barbara +cn: Barbara Adams +uid: badams +#title: alum +employeeNumber: 800000577 +mail: Barbara.Adams@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=sclark578,ou=people,dc=internet2,dc=edu +dn: uid=ierickso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Steve -cn: Steve Clark -uid: sclark578 -title: faculty -employeeNumber: 80000579 -mail: sclark578@example.edu -businessCategory:Computer Science +surname: Erickson +givenName: Isaac +cn: Isaac Erickson +uid: ierickso +#title: alum +employeeNumber: 800000578 +mail: Isaac.Erickson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=bmartinez579,ou=people,dc=internet2,dc=edu +dn: uid=ppatel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Bill -cn: Bill Martinez -uid: bmartinez579 -title: student -employeeNumber: 80000580 -mail: bmartinez579@example.edu -businessCategory:Accounts Payable +surname: Patel +givenName: Paul +cn: Paul Patel +uid: ppatel +#title: alum +employeeNumber: 800000579 +mail: Paul.Patel@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=nscott580,ou=people,dc=internet2,dc=edu +dn: uid=amoses,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Nancy -cn: Nancy Scott -uid: nscott580 -title: faculty -employeeNumber: 80000581 -mail: nscott580@example.edu -businessCategory:Computer Science +surname: Moses +givenName: Andrea +cn: Andrea Moses +uid: amoses +#title: alum +employeeNumber: 800000580 +mail: Andrea.Moses@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=odavis581,ou=people,dc=internet2,dc=edu +dn: uid=rstewart,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Olivia -cn: Olivia Davis -uid: odavis581 -title: staff -employeeNumber: 80000582 -mail: odavis581@example.edu -businessCategory:Purchasing +surname: Stewart +givenName: Regina +cn: Regina Stewart +uid: rstewart +#title: alum +employeeNumber: 800000581 +mail: Regina.Stewart@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=mmartinez582,ou=people,dc=internet2,dc=edu +dn: uid=cpearson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Maddie -cn: Maddie Martinez -uid: mmartinez582 -title: faculty -employeeNumber: 80000583 -mail: mmartinez582@example.edu -businessCategory:Purchasing +surname: Pearson +givenName: Christopher +cn: Christopher Pearson +uid: cpearson +#title: alum +employeeNumber: 800000582 +mail: Christopher.Pearson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=jsmith583,ou=people,dc=internet2,dc=edu +dn: uid=cjohnso2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: James -cn: James Smith -uid: jsmith583 -title: alum -employeeNumber: 80000584 -mail: jsmith583@example.edu -businessCategory:Computer Science +surname: Johnson +givenName: Cody +cn: Cody Johnson +uid: cjohnso2 +#title: alum +employeeNumber: 800000583 +mail: Cody.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jthompson584,ou=people,dc=internet2,dc=edu +dn: uid=rchung,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: John -cn: John Thompson -uid: jthompson584 -title: staff -employeeNumber: 80000585 -mail: jthompson584@example.edu -businessCategory:Physical Education +surname: Chung +givenName: Rebecca +cn: Rebecca Chung +uid: rchung +#title: alum +employeeNumber: 800000584 +mail: Rebecca.Chung@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=nbrown585,ou=people,dc=internet2,dc=edu +dn: uid=cjimenez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Nancy -cn: Nancy Brown -uid: nbrown585 -title: staff -employeeNumber: 80000586 -mail: nbrown585@example.edu -businessCategory:Engineering +surname: Jimenez +givenName: Cathy +cn: Cathy Jimenez +uid: cjimenez +#title: alum +employeeNumber: 800000585 +mail: Cathy.Jimenez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mbrown586,ou=people,dc=internet2,dc=edu +dn: uid=lmartine,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Megan -cn: Megan Brown -uid: mbrown586 -title: faculty -employeeNumber: 80000587 -mail: mbrown586@example.edu -businessCategory:Language Arts +surname: Martinez +givenName: Laurie +cn: Laurie Martinez +uid: lmartine +#title: alum +employeeNumber: 800000586 +mail: Laurie.Martinez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=wsmith587,ou=people,dc=internet2,dc=edu +dn: uid=srubio,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: William -cn: William Smith -uid: wsmith587 -title: student -employeeNumber: 80000588 -mail: wsmith587@example.edu -businessCategory:Computer Science +surname: Rubio +givenName: Shannon +cn: Shannon Rubio +uid: srubio +#title: alum +employeeNumber: 800000587 +mail: Shannon.Rubio@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=rjohnson588,ou=people,dc=internet2,dc=edu +dn: uid=rolson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Robert -cn: Robert Johnson -uid: rjohnson588 -title: other -employeeNumber: 80000589 -mail: rjohnson588@example.edu -businessCategory:Law +surname: Olson +givenName: Richard +cn: Richard Olson +uid: rolson +#title: alum +employeeNumber: 800000588 +mail: Richard.Olson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=cprice589,ou=people,dc=internet2,dc=edu +dn: uid=kjohnso2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Colin -cn: Colin Price -uid: cprice589 -title: alum -employeeNumber: 80000590 -mail: cprice589@example.edu -businessCategory:Business +surname: Johnson +givenName: Kenneth +cn: Kenneth Johnson +uid: kjohnso2 +#title: alum +employeeNumber: 800000589 +mail: Kenneth.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=lpeterson590,ou=people,dc=internet2,dc=edu +dn: uid=jgoodwin,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Lori -cn: Lori Peterson -uid: lpeterson590 -title: student -employeeNumber: 80000591 -mail: lpeterson590@example.edu -businessCategory:Physical Education +surname: Goodwin +givenName: Julia +cn: Julia Goodwin +uid: jgoodwin +#title: alum +employeeNumber: 800000590 +mail: Julia.Goodwin@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=csmith591,ou=people,dc=internet2,dc=edu +dn: uid=wlane,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Christina -cn: Christina Smith -uid: csmith591 -title: faculty -employeeNumber: 80000592 -mail: csmith591@example.edu -businessCategory:Advising +surname: Lane +givenName: William +cn: William Lane +uid: wlane +#title: alum +employeeNumber: 800000591 +mail: William.Lane@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=bmartinez592,ou=people,dc=internet2,dc=edu +dn: uid=cdunn,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Bill -cn: Bill Martinez -uid: bmartinez592 -title: staff -employeeNumber: 80000593 -mail: bmartinez592@example.edu -businessCategory:Advising +surname: Dunn +givenName: Chase +cn: Chase Dunn +uid: cdunn +#title: alum +employeeNumber: 800000592 +mail: Chase.Dunn@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jbutler593,ou=people,dc=internet2,dc=edu +dn: uid=jsimmons,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: James -cn: James Butler -uid: jbutler593 -title: staff -employeeNumber: 80000594 -mail: jbutler593@example.edu -businessCategory:Accounts Payable +surname: Simmons +givenName: Joseph +cn: Joseph Simmons +uid: jsimmons +#title: alum +employeeNumber: 800000593 +mail: Joseph.Simmons@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=ldoe594,ou=people,dc=internet2,dc=edu +dn: uid=mmarshal,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Lexi -cn: Lexi Doe -uid: ldoe594 -title: faculty -employeeNumber: 80000595 -mail: ldoe594@example.edu -businessCategory:Law +surname: Marshall +givenName: Mario +cn: Mario Marshall +uid: mmarshal +#title: alum +employeeNumber: 800000594 +mail: Mario.Marshall@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=cgasper595,ou=people,dc=internet2,dc=edu +dn: uid=asanchez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Claire -cn: Claire Gasper -uid: cgasper595 -title: staff -employeeNumber: 80000596 -mail: cgasper595@example.edu -businessCategory:Advising +surname: Sanchez +givenName: Amy +cn: Amy Sanchez +uid: asanchez +#title: alum +employeeNumber: 800000595 +mail: Amy.Sanchez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=jmorrison596,ou=people,dc=internet2,dc=edu +dn: uid=dlong2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Jim -cn: Jim Morrison -uid: jmorrison596 -title: alum -employeeNumber: 80000597 -mail: jmorrison596@example.edu -businessCategory:Language Arts +surname: Long +givenName: Danielle +cn: Danielle Long +uid: dlong2 +#title: alum +employeeNumber: 800000596 +mail: Danielle.Long@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=sjohnson597,ou=people,dc=internet2,dc=edu +dn: uid=jmassey,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Sophia -cn: Sophia Johnson -uid: sjohnson597 -title: staff -employeeNumber: 80000598 -mail: sjohnson597@example.edu -businessCategory:Language Arts +surname: Massey +givenName: James +cn: James Massey +uid: jmassey +#title: alum +employeeNumber: 800000597 +mail: James.Massey@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jnielson598,ou=people,dc=internet2,dc=edu +dn: uid=dhawkins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Jim -cn: Jim Nielson -uid: jnielson598 -title: staff -employeeNumber: 80000599 -mail: jnielson598@example.edu -businessCategory:Engineering +surname: Hawkins +givenName: David +cn: David Hawkins +uid: dhawkins +#title: alum +employeeNumber: 800000598 +mail: David.Hawkins@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jclark599,ou=people,dc=internet2,dc=edu +dn: uid=scastro,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Jo -cn: Jo Clark -uid: jclark599 -title: faculty -employeeNumber: 80000600 -mail: jclark599@example.edu -businessCategory:Language Arts +surname: Castro +givenName: Sarah +cn: Sarah Castro +uid: scastro +#title: alum +employeeNumber: 800000599 +mail: Sarah.Castro@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=lvales600,ou=people,dc=internet2,dc=edu +dn: uid=cnielsen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Lexi -cn: Lexi Vales -uid: lvales600 -title: other -employeeNumber: 80000601 -mail: lvales600@example.edu -businessCategory:Language Arts +surname: Nielsen +givenName: Christine +cn: Christine Nielsen +uid: cnielsen +#title: alum +employeeNumber: 800000600 +mail: Christine.Nielsen@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=wthompson601,ou=people,dc=internet2,dc=edu +dn: uid=crivera,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: William -cn: William Thompson -uid: wthompson601 -title: faculty -employeeNumber: 80000602 -mail: wthompson601@example.edu -businessCategory:Engineering +surname: Rivera +givenName: Courtney +cn: Courtney Rivera +uid: crivera +#title: alum +employeeNumber: 800000601 +mail: Courtney.Rivera@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=blee602,ou=people,dc=internet2,dc=edu +dn: uid=asanche2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Betty -cn: Betty Lee -uid: blee602 -title: staff -employeeNumber: 80000603 -mail: blee602@example.edu -businessCategory:Accounting +surname: Sanchez +givenName: Aaron +cn: Aaron Sanchez +uid: asanche2 +#title: alum +employeeNumber: 800000602 +mail: Aaron.Sanchez@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=kwalters603,ou=people,dc=internet2,dc=edu +dn: uid=llopez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Kim -cn: Kim Walters -uid: kwalters603 -title: other -employeeNumber: 80000604 -mail: kwalters603@example.edu -businessCategory:Computer Science +surname: Lopez +givenName: Larry +cn: Larry Lopez +uid: llopez +#title: alum +employeeNumber: 800000603 +mail: Larry.Lopez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=jprice604,ou=people,dc=internet2,dc=edu +dn: uid=pcarter,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: John -cn: John Price -uid: jprice604 -title: staff -employeeNumber: 80000605 -mail: jprice604@example.edu -businessCategory:Business +surname: Carter +givenName: Patricia +cn: Patricia Carter +uid: pcarter +#title: alum +employeeNumber: 800000604 +mail: Patricia.Carter@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=amartinez605,ou=people,dc=internet2,dc=edu +dn: uid=levans,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Adian -cn: Adian Martinez -uid: amartinez605 -title: staff -employeeNumber: 80000606 -mail: amartinez605@example.edu -businessCategory:Accounting +surname: Evans +givenName: Laura +cn: Laura Evans +uid: levans +#title: alum +employeeNumber: 800000605 +mail: Laura.Evans@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=cwilliams606,ou=people,dc=internet2,dc=edu +dn: uid=eyoung,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Colin -cn: Colin Williams -uid: cwilliams606 -title: other -employeeNumber: 80000607 -mail: cwilliams606@example.edu -businessCategory:Accounting +surname: Young +givenName: Eric +cn: Eric Young +uid: eyoung +#title: alum +employeeNumber: 800000606 +mail: Eric.Young@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=dprice607,ou=people,dc=internet2,dc=edu +dn: uid=mmartine,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Donna -cn: Donna Price -uid: dprice607 -title: staff -employeeNumber: 80000608 -mail: dprice607@example.edu -businessCategory:Language Arts +surname: Martinez +givenName: Megan +cn: Megan Martinez +uid: mmartine +#title: alum +employeeNumber: 800000607 +mail: Megan.Martinez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=agasper608,ou=people,dc=internet2,dc=edu +dn: uid=rmaldona,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Anna -cn: Anna Gasper -uid: agasper608 -title: faculty -employeeNumber: 80000609 -mail: agasper608@example.edu -businessCategory:Accounts Payable +surname: Maldonado +givenName: Rebecca +cn: Rebecca Maldonado +uid: rmaldona +#title: alum +employeeNumber: 800000608 +mail: Rebecca.Maldonado@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=ppeterson609,ou=people,dc=internet2,dc=edu +dn: uid=csmith2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Paul -cn: Paul Peterson -uid: ppeterson609 -title: faculty -employeeNumber: 80000610 -mail: ppeterson609@example.edu -businessCategory:Language Arts +surname: Smith +givenName: Courtney +cn: Courtney Smith +uid: csmith2 +#title: alum +employeeNumber: 800000609 +mail: Courtney.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=gjohnson610,ou=people,dc=internet2,dc=edu +dn: uid=abennett,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Greg -cn: Greg Johnson -uid: gjohnson610 -title: staff -employeeNumber: 80000611 -mail: gjohnson610@example.edu -businessCategory:Language Arts +surname: Bennett +givenName: Angela +cn: Angela Bennett +uid: abennett +#title: alum +employeeNumber: 800000610 +mail: Angela.Bennett@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=wgrady611,ou=people,dc=internet2,dc=edu +dn: uid=djohnson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: William -cn: William Grady -uid: wgrady611 -title: staff -employeeNumber: 80000612 -mail: wgrady611@example.edu -businessCategory:Purchasing +surname: Johnson +givenName: Daniel +cn: Daniel Johnson +uid: djohnson +#title: alum +employeeNumber: 800000611 +mail: Daniel.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=nthompson612,ou=people,dc=internet2,dc=edu +dn: uid=rbaird,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Nancy -cn: Nancy Thompson -uid: nthompson612 -title: staff -employeeNumber: 80000613 -mail: nthompson612@example.edu -businessCategory:Accounts Payable +surname: Baird +givenName: Randy +cn: Randy Baird +uid: rbaird +#title: alum +employeeNumber: 800000612 +mail: Randy.Baird@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=sanderson613,ou=people,dc=internet2,dc=edu +dn: uid=lkaiser,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Stephanie -cn: Stephanie Anderson -uid: sanderson613 -title: student -employeeNumber: 80000614 -mail: sanderson613@example.edu -businessCategory:Accounts Payable +surname: Kaiser +givenName: Lindsay +cn: Lindsay Kaiser +uid: lkaiser +#title: alum +employeeNumber: 800000613 +mail: Lindsay.Kaiser@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=awilliams614,ou=people,dc=internet2,dc=edu +dn: uid=kcunning,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Andrew -cn: Andrew Williams -uid: awilliams614 -title: staff -employeeNumber: 80000615 -mail: awilliams614@example.edu -businessCategory:Language Arts +surname: Cunningham +givenName: Kathryn +cn: Kathryn Cunningham +uid: kcunning +#title: alum +employeeNumber: 800000614 +mail: Kathryn.Cunningham@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=ibrown615,ou=people,dc=internet2,dc=edu +dn: uid=nsoto,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Isabella -cn: Isabella Brown -uid: ibrown615 -title: staff -employeeNumber: 80000616 -mail: ibrown615@example.edu -businessCategory:Information Technology +surname: Soto +givenName: Nathan +cn: Nathan Soto +uid: nsoto +#title: alum +employeeNumber: 800000615 +mail: Nathan.Soto@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=mgrady616,ou=people,dc=internet2,dc=edu +dn: uid=jowens,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Madison -cn: Madison Grady -uid: mgrady616 -title: faculty -employeeNumber: 80000617 -mail: mgrady616@example.edu -businessCategory:Engineering +surname: Owens +givenName: Jack +cn: Jack Owens +uid: jowens +#title: alum +employeeNumber: 800000616 +mail: Jack.Owens@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mwhite617,ou=people,dc=internet2,dc=edu +dn: uid=csmith3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Michael -cn: Michael White -uid: mwhite617 -title: student -employeeNumber: 80000618 -mail: mwhite617@example.edu -businessCategory:Engineering +surname: Smith +givenName: Crystal +cn: Crystal Smith +uid: csmith3 +#title: alum +employeeNumber: 800000617 +mail: Crystal.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=mwalters618,ou=people,dc=internet2,dc=edu +dn: uid=atorres2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Maddie -cn: Maddie Walters -uid: mwalters618 -title: student -employeeNumber: 80000619 -mail: mwalters618@example.edu -businessCategory:Physical Education +surname: Torres +givenName: Ashley +cn: Ashley Torres +uid: atorres2 +#title: alum +employeeNumber: 800000618 +mail: Ashley.Torres@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mwilliams619,ou=people,dc=internet2,dc=edu +dn: uid=cbarnett,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Michael -cn: Michael Williams -uid: mwilliams619 -title: staff -employeeNumber: 80000620 -mail: mwilliams619@example.edu -businessCategory:Accounts Payable +surname: Barnett +givenName: Christopher +cn: Christopher Barnett +uid: cbarnett +#title: alum +employeeNumber: 800000619 +mail: Christopher.Barnett@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=mgrady620,ou=people,dc=internet2,dc=edu +dn: uid=lking2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Madison -cn: Madison Grady -uid: mgrady620 -title: faculty -employeeNumber: 80000621 -mail: mgrady620@example.edu -businessCategory:Financial Aid +surname: King +givenName: Laura +cn: Laura King +uid: lking2 +#title: alum +employeeNumber: 800000620 +mail: Laura.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=dclark621,ou=people,dc=internet2,dc=edu +dn: uid=dgonzale,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: David -cn: David Clark -uid: dclark621 -title: student -employeeNumber: 80000622 -mail: dclark621@example.edu -businessCategory:Computer Science +surname: Gonzalez +givenName: Dennis +cn: Dennis Gonzalez +uid: dgonzale +#title: alum +employeeNumber: 800000621 +mail: Dennis.Gonzalez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=tgasper622,ou=people,dc=internet2,dc=edu +dn: uid=bcarlson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Thomas -cn: Thomas Gasper -uid: tgasper622 -title: staff -employeeNumber: 80000623 -mail: tgasper622@example.edu -businessCategory:Business +surname: Carlson +givenName: Benjamin +cn: Benjamin Carlson +uid: bcarlson +#title: alum +employeeNumber: 800000622 +mail: Benjamin.Carlson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=ipeterson623,ou=people,dc=internet2,dc=edu +dn: uid=tfitzpat,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Isabella -cn: Isabella Peterson -uid: ipeterson623 -title: faculty -employeeNumber: 80000624 -mail: ipeterson623@example.edu -businessCategory:Advising +surname: Fitzpatrick +givenName: Tyler +cn: Tyler Fitzpatrick +uid: tfitzpat +#title: alum +employeeNumber: 800000623 +mail: Tyler.Fitzpatrick@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=slewis624,ou=people,dc=internet2,dc=edu +dn: uid=astrong,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Sophia -cn: Sophia Lewis -uid: slewis624 -title: student -employeeNumber: 80000625 -mail: slewis624@example.edu -businessCategory:Advising +surname: Strong +givenName: Anthony +cn: Anthony Strong +uid: astrong +#title: alum +employeeNumber: 800000624 +mail: Anthony.Strong@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=pprice625,ou=people,dc=internet2,dc=edu +dn: uid=achen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Perry -cn: Perry Price -uid: pprice625 -title: faculty -employeeNumber: 80000626 -mail: pprice625@example.edu -businessCategory:Information Technology +surname: Chen +givenName: Alexa +cn: Alexa Chen +uid: achen +#title: alum +employeeNumber: 800000625 +mail: Alexa.Chen@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=slee626,ou=people,dc=internet2,dc=edu +dn: uid=jgibbs,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Sarah -cn: Sarah Lee -uid: slee626 -title: faculty -employeeNumber: 80000627 -mail: slee626@example.edu -businessCategory:Advising +surname: Gibbs +givenName: Joshua +cn: Joshua Gibbs +uid: jgibbs +#title: alum +employeeNumber: 800000626 +mail: Joshua.Gibbs@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=jbrown627,ou=people,dc=internet2,dc=edu +dn: uid=chorne,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: John -cn: John Brown -uid: jbrown627 -title: alum -employeeNumber: 80000628 -mail: jbrown627@example.edu -businessCategory:Law +surname: Horne +givenName: Cheryl +cn: Cheryl Horne +uid: chorne +#title: alum +employeeNumber: 800000627 +mail: Cheryl.Horne@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=cpeterson628,ou=people,dc=internet2,dc=edu +dn: uid=khunter,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Claire -cn: Claire Peterson -uid: cpeterson628 -title: alum -employeeNumber: 80000629 -mail: cpeterson628@example.edu -businessCategory:Computer Science +surname: Hunter +givenName: Keith +cn: Keith Hunter +uid: khunter +#title: alum +employeeNumber: 800000628 +mail: Keith.Hunter@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=eprice629,ou=people,dc=internet2,dc=edu +dn: uid=awilson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Emma -cn: Emma Price -uid: eprice629 -title: alum -employeeNumber: 80000630 -mail: eprice629@example.edu -businessCategory:Business +surname: Wilson +givenName: Angela +cn: Angela Wilson +uid: awilson +#title: alum +employeeNumber: 800000629 +mail: Angela.Wilson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=cdavis630,ou=people,dc=internet2,dc=edu +dn: uid=lmorris,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Claire -cn: Claire Davis -uid: cdavis630 -title: faculty -employeeNumber: 80000631 -mail: cdavis630@example.edu -businessCategory:Information Technology +surname: Morris +givenName: Lauren +cn: Lauren Morris +uid: lmorris +#title: alum +employeeNumber: 800000630 +mail: Lauren.Morris@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=awhite631,ou=people,dc=internet2,dc=edu +dn: uid=bhorton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Amber -cn: Amber White -uid: awhite631 -title: other -employeeNumber: 80000632 -mail: awhite631@example.edu -businessCategory:Information Technology +surname: Horton +givenName: Brian +cn: Brian Horton +uid: bhorton +#title: alum +employeeNumber: 800000631 +mail: Brian.Horton@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mbutler632,ou=people,dc=internet2,dc=edu +dn: uid=karnold,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Mary -cn: Mary Butler -uid: mbutler632 -title: faculty -employeeNumber: 80000633 -mail: mbutler632@example.edu -businessCategory:Physical Education +surname: Arnold +givenName: Kristin +cn: Kristin Arnold +uid: karnold +#title: alum +employeeNumber: 800000632 +mail: Kristin.Arnold@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=jdoe633,ou=people,dc=internet2,dc=edu +dn: uid=mcarroll,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: John -cn: John Doe -uid: jdoe633 -title: alum -employeeNumber: 80000634 -mail: jdoe633@example.edu -businessCategory:Financial Aid +surname: Carroll +givenName: Melissa +cn: Melissa Carroll +uid: mcarroll +#title: alum +employeeNumber: 800000633 +mail: Melissa.Carroll@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=pclark634,ou=people,dc=internet2,dc=edu +dn: uid=jjones,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Perry -cn: Perry Clark -uid: pclark634 -title: staff -employeeNumber: 80000635 -mail: pclark634@example.edu -businessCategory:Business +surname: Jones +givenName: Jennifer +cn: Jennifer Jones +uid: jjones +#title: alum +employeeNumber: 800000634 +mail: Jennifer.Jones@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=pthompson635,ou=people,dc=internet2,dc=edu +dn: uid=sscott2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Perry -cn: Perry Thompson -uid: pthompson635 -title: faculty -employeeNumber: 80000636 -mail: pthompson635@example.edu -businessCategory:Accounting +surname: Scott +givenName: Scott +cn: Scott Scott +uid: sscott2 +#title: alum +employeeNumber: 800000635 +mail: Scott.Scott@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=janderson636,ou=people,dc=internet2,dc=edu +dn: uid=hhowell2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: John -cn: John Anderson -uid: janderson636 -title: student -employeeNumber: 80000637 -mail: janderson636@example.edu -businessCategory:Computer Science +surname: Howell +givenName: Heather +cn: Heather Howell +uid: hhowell2 +#title: alum +employeeNumber: 800000636 +mail: Heather.Howell@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=smorrison637,ou=people,dc=internet2,dc=edu +dn: uid=gcross,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Sarah -cn: Sarah Morrison -uid: smorrison637 -title: staff -employeeNumber: 80000638 -mail: smorrison637@example.edu -businessCategory:Purchasing +surname: Cross +givenName: Gregory +cn: Gregory Cross +uid: gcross +#title: alum +employeeNumber: 800000637 +mail: Gregory.Cross@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=glee638,ou=people,dc=internet2,dc=edu +dn: uid=dpayne,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Greg -cn: Greg Lee -uid: glee638 -title: staff -employeeNumber: 80000639 -mail: glee638@example.edu -businessCategory:Accounts Payable +surname: Payne +givenName: David +cn: David Payne +uid: dpayne +#title: alum +employeeNumber: 800000638 +mail: David.Payne@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=jhenderson639,ou=people,dc=internet2,dc=edu +dn: uid=tfischer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: James -cn: James Henderson -uid: jhenderson639 -title: student -employeeNumber: 80000640 -mail: jhenderson639@example.edu -businessCategory:Engineering +surname: Fischer +givenName: Tracey +cn: Tracey Fischer +uid: tfischer +#title: alum +employeeNumber: 800000639 +mail: Tracey.Fischer@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jlopez640,ou=people,dc=internet2,dc=edu +dn: uid=astevens,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Jeremy -cn: Jeremy Lopez -uid: jlopez640 -title: student -employeeNumber: 80000641 -mail: jlopez640@example.edu -businessCategory:Law +surname: Stevenson +givenName: Allen +cn: Allen Stevenson +uid: astevens +#title: alum +employeeNumber: 800000640 +mail: Allen.Stevenson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=knielson641,ou=people,dc=internet2,dc=edu +dn: uid=aandrews,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Kiersten -cn: Kiersten Nielson -uid: knielson641 -title: staff -employeeNumber: 80000642 -mail: knielson641@example.edu -businessCategory:Law +surname: Andrews +givenName: Allison +cn: Allison Andrews +uid: aandrews +#title: alum +employeeNumber: 800000641 +mail: Allison.Andrews@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mclark642,ou=people,dc=internet2,dc=edu +dn: uid=jjames,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Mia -cn: Mia Clark -uid: mclark642 -title: other -employeeNumber: 80000643 -mail: mclark642@example.edu -businessCategory:Advising +surname: James +givenName: Jack +cn: Jack James +uid: jjames +#title: alum +employeeNumber: 800000642 +mail: Jack.James@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=lbutler643,ou=people,dc=internet2,dc=edu +dn: uid=speterso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Lori -cn: Lori Butler -uid: lbutler643 -title: staff -employeeNumber: 80000644 -mail: lbutler643@example.edu -businessCategory:Purchasing +surname: Peterson +givenName: Stacey +cn: Stacey Peterson +uid: speterso +#title: alum +employeeNumber: 800000643 +mail: Stacey.Peterson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=blewis644,ou=people,dc=internet2,dc=edu +dn: uid=kmarshal,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Blake -cn: Blake Lewis -uid: blewis644 -title: alum -employeeNumber: 80000645 -mail: blewis644@example.edu -businessCategory:Engineering +surname: Marshall +givenName: Kyle +cn: Kyle Marshall +uid: kmarshal +#title: alum +employeeNumber: 800000644 +mail: Kyle.Marshall@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jvales645,ou=people,dc=internet2,dc=edu +dn: uid=bbryant,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Jo -cn: Jo Vales -uid: jvales645 -title: other -employeeNumber: 80000646 -mail: jvales645@example.edu -businessCategory:Business +surname: Bryant +givenName: Briana +cn: Briana Bryant +uid: bbryant +#title: alum +employeeNumber: 800000645 +mail: Briana.Bryant@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=jdoe646,ou=people,dc=internet2,dc=edu +dn: uid=jkelly,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Jo -cn: Jo Doe -uid: jdoe646 -title: faculty -employeeNumber: 80000647 -mail: jdoe646@example.edu -businessCategory:Engineering +surname: Kelly +givenName: Justin +cn: Justin Kelly +uid: jkelly +#title: alum +employeeNumber: 800000646 +mail: Justin.Kelly@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=gwhite647,ou=people,dc=internet2,dc=edu +dn: uid=rrosario,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Greg -cn: Greg White -uid: gwhite647 -title: other -employeeNumber: 80000648 -mail: gwhite647@example.edu -businessCategory:Information Technology +surname: Rosario +givenName: Randy +cn: Randy Rosario +uid: rrosario +#title: alum +employeeNumber: 800000647 +mail: Randy.Rosario@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=ethompson648,ou=people,dc=internet2,dc=edu +dn: uid=bhowell,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Eric -cn: Eric Thompson -uid: ethompson648 -title: student -employeeNumber: 80000649 -mail: ethompson648@example.edu -businessCategory:Accounting +surname: Howell +givenName: Brian +cn: Brian Howell +uid: bhowell +#title: alum +employeeNumber: 800000648 +mail: Brian.Howell@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=ggrady649,ou=people,dc=internet2,dc=edu +dn: uid=shartman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Greg -cn: Greg Grady -uid: ggrady649 -title: other -employeeNumber: 80000650 -mail: ggrady649@example.edu -businessCategory:Language Arts +surname: Hartman +givenName: Sean +cn: Sean Hartman +uid: shartman +#title: alum +employeeNumber: 800000649 +mail: Sean.Hartman@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=jprice650,ou=people,dc=internet2,dc=edu +dn: uid=joliver,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Jo -cn: Jo Price -uid: jprice650 -title: student -employeeNumber: 80000651 -mail: jprice650@example.edu -businessCategory:Accounts Payable +surname: Oliver +givenName: Jade +cn: Jade Oliver +uid: joliver +#title: alum +employeeNumber: 800000650 +mail: Jade.Oliver@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=dnielson651,ou=people,dc=internet2,dc=edu +dn: uid=ksimmons,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: David -cn: David Nielson -uid: dnielson651 -title: alum -employeeNumber: 80000652 -mail: dnielson651@example.edu -businessCategory:Business +surname: Simmons +givenName: Kenneth +cn: Kenneth Simmons +uid: ksimmons +#title: alum +employeeNumber: 800000651 +mail: Kenneth.Simmons@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=bmorrison652,ou=people,dc=internet2,dc=edu +dn: uid=sjohnso3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Blake -cn: Blake Morrison -uid: bmorrison652 -title: faculty -employeeNumber: 80000653 -mail: bmorrison652@example.edu -businessCategory:Information Technology +surname: Johnson +givenName: Sharon +cn: Sharon Johnson +uid: sjohnso3 +#title: alum +employeeNumber: 800000652 +mail: Sharon.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mlopez653,ou=people,dc=internet2,dc=edu +dn: uid=abrowni2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Madison -cn: Madison Lopez -uid: mlopez653 -title: faculty -employeeNumber: 80000654 -mail: mlopez653@example.edu -businessCategory:Accounts Payable +surname: Browning +givenName: Amanda +cn: Amanda Browning +uid: abrowni2 +#title: alum +employeeNumber: 800000653 +mail: Amanda.Browning@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mdoe654,ou=people,dc=internet2,dc=edu +dn: uid=jklein,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Maddie -cn: Maddie Doe -uid: mdoe654 -title: other -employeeNumber: 80000655 -mail: mdoe654@example.edu -businessCategory:Accounts Payable +surname: Klein +givenName: Jorge +cn: Jorge Klein +uid: jklein +#title: alum +employeeNumber: 800000654 +mail: Jorge.Klein@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=ilopez655,ou=people,dc=internet2,dc=edu +dn: uid=privera,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Isabella -cn: Isabella Lopez -uid: ilopez655 -title: staff -employeeNumber: 80000656 -mail: ilopez655@example.edu -businessCategory:Financial Aid +surname: Rivera +givenName: Pamela +cn: Pamela Rivera +uid: privera +#title: alum +employeeNumber: 800000655 +mail: Pamela.Rivera@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=wlopez656,ou=people,dc=internet2,dc=edu +dn: uid=cperez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: William -cn: William Lopez -uid: wlopez656 -title: other -employeeNumber: 80000657 -mail: wlopez656@example.edu -businessCategory:Information Technology +surname: Perez +givenName: Christy +cn: Christy Perez +uid: cperez +#title: alum +employeeNumber: 800000656 +mail: Christy.Perez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=dmartinez657,ou=people,dc=internet2,dc=edu +dn: uid=jpugh,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: David -cn: David Martinez -uid: dmartinez657 -title: staff -employeeNumber: 80000658 -mail: dmartinez657@example.edu -businessCategory:Language Arts +surname: Pugh +givenName: Jerry +cn: Jerry Pugh +uid: jpugh +#title: alum +employeeNumber: 800000657 +mail: Jerry.Pugh@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=cpeterson658,ou=people,dc=internet2,dc=edu +dn: uid=tcompton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Christina -cn: Christina Peterson -uid: cpeterson658 -title: staff -employeeNumber: 80000659 -mail: cpeterson658@example.edu -businessCategory:Purchasing +surname: Compton +givenName: Timothy +cn: Timothy Compton +uid: tcompton +#title: alum +employeeNumber: 800000658 +mail: Timothy.Compton@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mmartinez659,ou=people,dc=internet2,dc=edu +dn: uid=pjohnson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Mary -cn: Mary Martinez -uid: mmartinez659 -title: faculty -employeeNumber: 80000660 -mail: mmartinez659@example.edu -businessCategory:Financial Aid +surname: Johnson +givenName: Patricia +cn: Patricia Johnson +uid: pjohnson +#title: alum +employeeNumber: 800000659 +mail: Patricia.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=kwilliams660,ou=people,dc=internet2,dc=edu +dn: uid=drivera2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Kiersten -cn: Kiersten Williams -uid: kwilliams660 -title: alum -employeeNumber: 80000661 -mail: kwilliams660@example.edu -businessCategory:Language Arts +surname: Rivera +givenName: David +cn: David Rivera +uid: drivera2 +#title: alum +employeeNumber: 800000660 +mail: David.Rivera@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=djohnson661,ou=people,dc=internet2,dc=edu +dn: uid=lwhite,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: David -cn: David Johnson -uid: djohnson661 -title: faculty -employeeNumber: 80000662 -mail: djohnson661@example.edu -businessCategory:Advising +surname: White +givenName: Linda +cn: Linda White +uid: lwhite +#title: alum +employeeNumber: 800000661 +mail: Linda.White@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=tdavis662,ou=people,dc=internet2,dc=edu +dn: uid=dmitchel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Thomas -cn: Thomas Davis -uid: tdavis662 -title: student -employeeNumber: 80000663 -mail: tdavis662@example.edu -businessCategory:Language Arts +surname: Mitchell +givenName: Donald +cn: Donald Mitchell +uid: dmitchel +#title: alum +employeeNumber: 800000662 +mail: Donald.Mitchell@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=dwhite663,ou=people,dc=internet2,dc=edu +dn: uid=jking2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: David -cn: David White -uid: dwhite663 -title: other -employeeNumber: 80000664 -mail: dwhite663@example.edu -businessCategory:Engineering +surname: King +givenName: John +cn: John King +uid: jking2 +#title: alum +employeeNumber: 800000663 +mail: John.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mmartinez664,ou=people,dc=internet2,dc=edu +dn: uid=dlittle,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Madison -cn: Madison Martinez -uid: mmartinez664 -title: alum -employeeNumber: 80000665 -mail: mmartinez664@example.edu -businessCategory:Accounting +surname: Little +givenName: Daniel +cn: Daniel Little +uid: dlittle +#title: alum +employeeNumber: 800000664 +mail: Daniel.Little@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=ilewis665,ou=people,dc=internet2,dc=edu +dn: uid=gvalenti,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Isabella -cn: Isabella Lewis -uid: ilewis665 -title: faculty -employeeNumber: 80000666 -mail: ilewis665@example.edu -businessCategory:Accounts Payable +surname: Valentine +givenName: Gregory +cn: Gregory Valentine +uid: gvalenti +#title: alum +employeeNumber: 800000665 +mail: Gregory.Valentine@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=mgasper666,ou=people,dc=internet2,dc=edu +dn: uid=jzamora,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Maddie -cn: Maddie Gasper -uid: mgasper666 -title: student -employeeNumber: 80000667 -mail: mgasper666@example.edu -businessCategory:Purchasing +surname: Zamora +givenName: John +cn: John Zamora +uid: jzamora +#title: alum +employeeNumber: 800000666 +mail: John.Zamora@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=dgrady667,ou=people,dc=internet2,dc=edu +dn: uid=tmorgan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: David -cn: David Grady -uid: dgrady667 -title: alum -employeeNumber: 80000668 -mail: dgrady667@example.edu -businessCategory:Accounts Payable +surname: Morgan +givenName: Tina +cn: Tina Morgan +uid: tmorgan +#title: alum +employeeNumber: 800000667 +mail: Tina.Morgan@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=ajohnson668,ou=people,dc=internet2,dc=edu +dn: uid=cmurphy,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Ava -cn: Ava Johnson -uid: ajohnson668 -title: staff -employeeNumber: 80000669 -mail: ajohnson668@example.edu -businessCategory:Financial Aid +surname: Murphy +givenName: Chelsea +cn: Chelsea Murphy +uid: cmurphy +#title: alum +employeeNumber: 800000668 +mail: Chelsea.Murphy@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=lbutler669,ou=people,dc=internet2,dc=edu +dn: uid=apoole,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Lori -cn: Lori Butler -uid: lbutler669 -title: alum -employeeNumber: 80000670 -mail: lbutler669@example.edu -businessCategory:Engineering +surname: Poole +givenName: Alejandro +cn: Alejandro Poole +uid: apoole +#title: alum +employeeNumber: 800000669 +mail: Alejandro.Poole@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jscott670,ou=people,dc=internet2,dc=edu +dn: uid=tmitchel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Jo -cn: Jo Scott -uid: jscott670 -title: student -employeeNumber: 80000671 -mail: jscott670@example.edu -businessCategory:Financial Aid +surname: Mitchell +givenName: Tonya +cn: Tonya Mitchell +uid: tmitchel +#title: alum +employeeNumber: 800000670 +mail: Tonya.Mitchell@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=mgasper671,ou=people,dc=internet2,dc=edu +dn: uid=ccarroll,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Maddie -cn: Maddie Gasper -uid: mgasper671 -title: other -employeeNumber: 80000672 -mail: mgasper671@example.edu -businessCategory:Accounting +surname: Carroll +givenName: Claire +cn: Claire Carroll +uid: ccarroll +#title: alum +employeeNumber: 800000671 +mail: Claire.Carroll@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=kbrown672,ou=people,dc=internet2,dc=edu +dn: uid=shebert,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Kiersten -cn: Kiersten Brown -uid: kbrown672 -title: alum -employeeNumber: 80000673 -mail: kbrown672@example.edu -businessCategory:Accounts Payable +surname: Hebert +givenName: Stephen +cn: Stephen Hebert +uid: shebert +#title: alum +employeeNumber: 800000672 +mail: Stephen.Hebert@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=dscott673,ou=people,dc=internet2,dc=edu +dn: uid=pfisher,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: David -cn: David Scott -uid: dscott673 -title: faculty -employeeNumber: 80000674 -mail: dscott673@example.edu -businessCategory:Financial Aid +surname: Fisher +givenName: Patricia +cn: Patricia Fisher +uid: pfisher +#title: alum +employeeNumber: 800000673 +mail: Patricia.Fisher@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=ahenderson674,ou=people,dc=internet2,dc=edu +dn: uid=mmcgee,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Amber -cn: Amber Henderson -uid: ahenderson674 -title: student -employeeNumber: 80000675 -mail: ahenderson674@example.edu -businessCategory:Business +surname: Mcgee +givenName: Michelle +cn: Michelle Mcgee +uid: mmcgee +#title: alum +employeeNumber: 800000674 +mail: Michelle.Mcgee@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=mvales675,ou=people,dc=internet2,dc=edu +dn: uid=mreilly,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Mark -cn: Mark Vales -uid: mvales675 -title: staff -employeeNumber: 80000676 -mail: mvales675@example.edu -businessCategory:Accounts Payable +surname: Reilly +givenName: Monica +cn: Monica Reilly +uid: mreilly +#title: alum +employeeNumber: 800000675 +mail: Monica.Reilly@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=twalters676,ou=people,dc=internet2,dc=edu +dn: uid=mpacheco,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Thomas -cn: Thomas Walters -uid: twalters676 -title: alum -employeeNumber: 80000677 -mail: twalters676@example.edu -businessCategory:Language Arts +surname: Pacheco +givenName: Michael +cn: Michael Pacheco +uid: mpacheco +#title: alum +employeeNumber: 800000676 +mail: Michael.Pacheco@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=tgasper677,ou=people,dc=internet2,dc=edu +dn: uid=lgonzale,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Thomas -cn: Thomas Gasper -uid: tgasper677 -title: alum -employeeNumber: 80000678 -mail: tgasper677@example.edu -businessCategory:Business +surname: Gonzalez +givenName: Linda +cn: Linda Gonzalez +uid: lgonzale +#title: alum +employeeNumber: 800000677 +mail: Linda.Gonzalez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=agasper678,ou=people,dc=internet2,dc=edu +dn: uid=kmason,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Adian -cn: Adian Gasper -uid: agasper678 -title: staff -employeeNumber: 80000679 -mail: agasper678@example.edu -businessCategory:Advising +surname: Mason +givenName: Kenneth +cn: Kenneth Mason +uid: kmason +#title: alum +employeeNumber: 800000678 +mail: Kenneth.Mason@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=cvales679,ou=people,dc=internet2,dc=edu +dn: uid=criley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Christopher -cn: Christopher Vales -uid: cvales679 -title: faculty -employeeNumber: 80000680 -mail: cvales679@example.edu -businessCategory:Computer Science +surname: Riley +givenName: Cassidy +cn: Cassidy Riley +uid: criley +#title: alum +employeeNumber: 800000679 +mail: Cassidy.Riley@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=plopez680,ou=people,dc=internet2,dc=edu +dn: uid=jbarber,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Paul -cn: Paul Lopez -uid: plopez680 -title: student -employeeNumber: 80000681 -mail: plopez680@example.edu -businessCategory:Computer Science +surname: Barber +givenName: Jodi +cn: Jodi Barber +uid: jbarber +#title: alum +employeeNumber: 800000680 +mail: Jodi.Barber@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jdoe681,ou=people,dc=internet2,dc=edu +dn: uid=tpeters,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: James -cn: James Doe -uid: jdoe681 -title: staff -employeeNumber: 80000682 -mail: jdoe681@example.edu -businessCategory:Law +surname: Peters +givenName: Thomas +cn: Thomas Peters +uid: tpeters +#title: alum +employeeNumber: 800000681 +mail: Thomas.Peters@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=ewilliams682,ou=people,dc=internet2,dc=edu +dn: uid=ngonzale,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Erik -cn: Erik Williams -uid: ewilliams682 -title: staff -employeeNumber: 80000683 -mail: ewilliams682@example.edu -businessCategory:Information Technology +surname: Gonzalez +givenName: Nicole +cn: Nicole Gonzalez +uid: ngonzale +#title: alum +employeeNumber: 800000682 +mail: Nicole.Gonzalez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=slee683,ou=people,dc=internet2,dc=edu +dn: uid=jrodrigu,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Sophia -cn: Sophia Lee -uid: slee683 -title: other -employeeNumber: 80000684 -mail: slee683@example.edu -businessCategory:Advising +surname: Rodriguez +givenName: Julia +cn: Julia Rodriguez +uid: jrodrigu +#title: alum +employeeNumber: 800000683 +mail: Julia.Rodriguez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=kanderson684,ou=people,dc=internet2,dc=edu +dn: uid=banderso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Anderson -givenName: Kiersten -cn: Kiersten Anderson -uid: kanderson684 -title: student -employeeNumber: 80000685 -mail: kanderson684@example.edu -businessCategory:Engineering +givenName: Brandon +cn: Brandon Anderson +uid: banderso +#title: alum +employeeNumber: 800000684 +mail: Brandon.Anderson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=ahenderson685,ou=people,dc=internet2,dc=edu +dn: uid=zcampos,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Adian -cn: Adian Henderson -uid: ahenderson685 -title: staff -employeeNumber: 80000686 -mail: ahenderson685@example.edu -businessCategory:Language Arts +surname: Campos +givenName: Zachary +cn: Zachary Campos +uid: zcampos +#title: alum +employeeNumber: 800000685 +mail: Zachary.Campos@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=kdavis686,ou=people,dc=internet2,dc=edu +dn: uid=kholmes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Kiersten -cn: Kiersten Davis -uid: kdavis686 -title: other -employeeNumber: 80000687 -mail: kdavis686@example.edu -businessCategory:Financial Aid +surname: Holmes +givenName: Kenneth +cn: Kenneth Holmes +uid: kholmes +#title: alum +employeeNumber: 800000686 +mail: Kenneth.Holmes@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=olopez687,ou=people,dc=internet2,dc=edu +dn: uid=showard,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Olivia -cn: Olivia Lopez -uid: olopez687 -title: faculty -employeeNumber: 80000688 -mail: olopez687@example.edu -businessCategory:Language Arts +surname: Howard +givenName: Stephanie +cn: Stephanie Howard +uid: showard +#title: alum +employeeNumber: 800000687 +mail: Stephanie.Howard@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=dhenderson688,ou=people,dc=internet2,dc=edu +dn: uid=ataylor,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Debbie -cn: Debbie Henderson -uid: dhenderson688 -title: alum -employeeNumber: 80000689 -mail: dhenderson688@example.edu -businessCategory:Engineering +surname: Taylor +givenName: Angela +cn: Angela Taylor +uid: ataylor +#title: alum +employeeNumber: 800000688 +mail: Angela.Taylor@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=gwilliams689,ou=people,dc=internet2,dc=edu +dn: uid=jhumphre,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Greg -cn: Greg Williams -uid: gwilliams689 -title: student -employeeNumber: 80000690 -mail: gwilliams689@example.edu -businessCategory:Physical Education +surname: Humphrey +givenName: Johnny +cn: Johnny Humphrey +uid: jhumphre +#title: alum +employeeNumber: 800000689 +mail: Johnny.Humphrey@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=pprice690,ou=people,dc=internet2,dc=edu +dn: uid=tespinoz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Paul -cn: Paul Price -uid: pprice690 -title: student -employeeNumber: 80000691 -mail: pprice690@example.edu -businessCategory:Law +surname: Espinoza +givenName: Tina +cn: Tina Espinoza +uid: tespinoz +#title: alum +employeeNumber: 800000690 +mail: Tina.Espinoza@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=mclark691,ou=people,dc=internet2,dc=edu +dn: uid=pwillia2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Madison -cn: Madison Clark -uid: mclark691 -title: student -employeeNumber: 80000692 -mail: mclark691@example.edu -businessCategory:Engineering +surname: Williams +givenName: Patricia +cn: Patricia Williams +uid: pwillia2 +#title: alum +employeeNumber: 800000691 +mail: Patricia.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=proberts692,ou=people,dc=internet2,dc=edu +dn: uid=llindsey,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Perry -cn: Perry Roberts -uid: proberts692 -title: student -employeeNumber: 80000693 -mail: proberts692@example.edu -businessCategory:Financial Aid +surname: Lindsey +givenName: Lynn +cn: Lynn Lindsey +uid: llindsey +#title: alum +employeeNumber: 800000692 +mail: Lynn.Lindsey@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=ppeterson693,ou=people,dc=internet2,dc=edu +dn: uid=lbartlet,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Paul -cn: Paul Peterson -uid: ppeterson693 -title: other -employeeNumber: 80000694 -mail: ppeterson693@example.edu -businessCategory:Accounting +surname: Bartlett +givenName: Lynn +cn: Lynn Bartlett +uid: lbartlet +#title: alum +employeeNumber: 800000693 +mail: Lynn.Bartlett@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=aroberts694,ou=people,dc=internet2,dc=edu +dn: uid=jperry,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Amber -cn: Amber Roberts -uid: aroberts694 -title: faculty -employeeNumber: 80000695 -mail: aroberts694@example.edu -businessCategory:Engineering +surname: Perry +givenName: Joshua +cn: Joshua Perry +uid: jperry +#title: alum +employeeNumber: 800000694 +mail: Joshua.Perry@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=elewis695,ou=people,dc=internet2,dc=edu +dn: uid=rbennett,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Eric -cn: Eric Lewis -uid: elewis695 -title: staff -employeeNumber: 80000696 -mail: elewis695@example.edu -businessCategory:Engineering +surname: Bennett +givenName: Richard +cn: Richard Bennett +uid: rbennett +#title: alum +employeeNumber: 800000695 +mail: Richard.Bennett@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=sbrown696,ou=people,dc=internet2,dc=edu +dn: uid=sgreene,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Sarah -cn: Sarah Brown -uid: sbrown696 -title: staff -employeeNumber: 80000697 -mail: sbrown696@example.edu -businessCategory:Purchasing +surname: Greene +givenName: Susan +cn: Susan Greene +uid: sgreene +#title: alum +employeeNumber: 800000696 +mail: Susan.Greene@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=mgonazles697,ou=people,dc=internet2,dc=edu +dn: uid=sbaldwin,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Mark -cn: Mark Gonazles -uid: mgonazles697 -title: staff -employeeNumber: 80000698 -mail: mgonazles697@example.edu -businessCategory:Language Arts +surname: Baldwin +givenName: Savannah +cn: Savannah Baldwin +uid: sbaldwin +#title: alum +employeeNumber: 800000697 +mail: Savannah.Baldwin@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jprice698,ou=people,dc=internet2,dc=edu +dn: uid=mwillia2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: John -cn: John Price -uid: jprice698 -title: staff -employeeNumber: 80000699 -mail: jprice698@example.edu -businessCategory:Purchasing +surname: Williams +givenName: Megan +cn: Megan Williams +uid: mwillia2 +#title: alum +employeeNumber: 800000698 +mail: Megan.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=ebrown699,ou=people,dc=internet2,dc=edu +dn: uid=nsexton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Emma -cn: Emma Brown -uid: ebrown699 -title: student -employeeNumber: 80000700 -mail: ebrown699@example.edu -businessCategory:Purchasing +surname: Sexton +givenName: Nicholas +cn: Nicholas Sexton +uid: nsexton +#title: alum +employeeNumber: 800000699 +mail: Nicholas.Sexton@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=jwalters700,ou=people,dc=internet2,dc=edu +dn: uid=rhunter,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Jennifer -cn: Jennifer Walters -uid: jwalters700 -title: alum -employeeNumber: 80000701 -mail: jwalters700@example.edu -businessCategory:Accounts Payable +surname: Hunter +givenName: Ryan +cn: Ryan Hunter +uid: rhunter +#title: alum +employeeNumber: 800000700 +mail: Ryan.Hunter@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=kgasper701,ou=people,dc=internet2,dc=edu +dn: uid=mhernand,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Karoline -cn: Karoline Gasper -uid: kgasper701 -title: faculty -employeeNumber: 80000702 -mail: kgasper701@example.edu -businessCategory:Business +surname: Hernandez +givenName: Michael +cn: Michael Hernandez +uid: mhernand +#title: alum +employeeNumber: 800000701 +mail: Michael.Hernandez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=bmartinez702,ou=people,dc=internet2,dc=edu +dn: uid=jgreer2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Bill -cn: Bill Martinez -uid: bmartinez702 -title: alum -employeeNumber: 80000703 -mail: bmartinez702@example.edu -businessCategory:Accounts Payable +surname: Greer +givenName: Jose +cn: Jose Greer +uid: jgreer2 +#title: alum +employeeNumber: 800000702 +mail: Jose.Greer@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=ewalters703,ou=people,dc=internet2,dc=edu +dn: uid=cpage,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Emma -cn: Emma Walters -uid: ewalters703 -title: staff -employeeNumber: 80000704 -mail: ewalters703@example.edu -businessCategory:Business +surname: Page +givenName: Caitlin +cn: Caitlin Page +uid: cpage +#title: alum +employeeNumber: 800000703 +mail: Caitlin.Page@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=jprice704,ou=people,dc=internet2,dc=edu +dn: uid=dsimon,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Jeremy -cn: Jeremy Price -uid: jprice704 -title: student -employeeNumber: 80000705 -mail: jprice704@example.edu -businessCategory:Physical Education +surname: Simon +givenName: Deborah +cn: Deborah Simon +uid: dsimon +#title: alum +employeeNumber: 800000704 +mail: Deborah.Simon@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=aprice705,ou=people,dc=internet2,dc=edu +dn: uid=breed,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Ann -cn: Ann Price -uid: aprice705 -title: staff -employeeNumber: 80000706 -mail: aprice705@example.edu -businessCategory:Accounting +surname: Reed +givenName: Brenda +cn: Brenda Reed +uid: breed +#title: alum +employeeNumber: 800000705 +mail: Brenda.Reed@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=aclark706,ou=people,dc=internet2,dc=edu +dn: uid=krobinso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Adian -cn: Adian Clark -uid: aclark706 -title: student -employeeNumber: 80000707 -mail: aclark706@example.edu -businessCategory:Financial Aid +surname: Robinson +givenName: Kevin +cn: Kevin Robinson +uid: krobinso +#title: alum +employeeNumber: 800000706 +mail: Kevin.Robinson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=panderson707,ou=people,dc=internet2,dc=edu +dn: uid=cbrown,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Paul -cn: Paul Anderson -uid: panderson707 -title: staff -employeeNumber: 80000708 -mail: panderson707@example.edu -businessCategory:Engineering +surname: Brown +givenName: Chelsey +cn: Chelsey Brown +uid: cbrown +#title: alum +employeeNumber: 800000707 +mail: Chelsey.Brown@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=mroberts708,ou=people,dc=internet2,dc=edu +dn: uid=sdelacru,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Megan -cn: Megan Roberts -uid: mroberts708 -title: staff -employeeNumber: 80000709 -mail: mroberts708@example.edu -businessCategory:Engineering +surname: Delacruz +givenName: Stephanie +cn: Stephanie Delacruz +uid: sdelacru +#title: alum +employeeNumber: 800000708 +mail: Stephanie.Delacruz@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=gbrown709,ou=people,dc=internet2,dc=edu +dn: uid=skennedy,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Greg -cn: Greg Brown -uid: gbrown709 -title: staff -employeeNumber: 80000710 -mail: gbrown709@example.edu -businessCategory:Physical Education +surname: Kennedy +givenName: Suzanne +cn: Suzanne Kennedy +uid: skennedy +#title: alum +employeeNumber: 800000709 +mail: Suzanne.Kennedy@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=jprice710,ou=people,dc=internet2,dc=edu +dn: uid=cbarry,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: John -cn: John Price -uid: jprice710 -title: faculty -employeeNumber: 80000711 -mail: jprice710@example.edu -businessCategory:Business +surname: Barry +givenName: Christina +cn: Christina Barry +uid: cbarry +#title: alum +employeeNumber: 800000710 +mail: Christina.Barry@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=rgasper711,ou=people,dc=internet2,dc=edu +dn: uid=ajackson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Robert -cn: Robert Gasper -uid: rgasper711 -title: faculty -employeeNumber: 80000712 -mail: rgasper711@example.edu -businessCategory:Accounts Payable +surname: Jackson +givenName: Anna +cn: Anna Jackson +uid: ajackson +#title: alum +employeeNumber: 800000711 +mail: Anna.Jackson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=sgonazles712,ou=people,dc=internet2,dc=edu +dn: uid=sgarcia2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Steve -cn: Steve Gonazles -uid: sgonazles712 -title: staff -employeeNumber: 80000713 -mail: sgonazles712@example.edu -businessCategory:Financial Aid +surname: Garcia +givenName: Sharon +cn: Sharon Garcia +uid: sgarcia2 +#title: alum +employeeNumber: 800000712 +mail: Sharon.Garcia@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=athompson713,ou=people,dc=internet2,dc=edu +dn: uid=cjohnso3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Anna -cn: Anna Thompson -uid: athompson713 -title: other -employeeNumber: 80000714 -mail: athompson713@example.edu -businessCategory:Information Technology +surname: Johnson +givenName: Cody +cn: Cody Johnson +uid: cjohnso3 +#title: alum +employeeNumber: 800000713 +mail: Cody.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=rthompson714,ou=people,dc=internet2,dc=edu +dn: uid=ychristi,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Robert -cn: Robert Thompson -uid: rthompson714 -title: student -employeeNumber: 80000715 -mail: rthompson714@example.edu -businessCategory:Computer Science +surname: Christian +givenName: Yolanda +cn: Yolanda Christian +uid: ychristi +#title: alum +employeeNumber: 800000714 +mail: Yolanda.Christian@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=kgrady715,ou=people,dc=internet2,dc=edu +dn: uid=jcortez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Karoline -cn: Karoline Grady -uid: kgrady715 -title: staff -employeeNumber: 80000716 -mail: kgrady715@example.edu -businessCategory:Financial Aid +surname: Cortez +givenName: Jamie +cn: Jamie Cortez +uid: jcortez +#title: alum +employeeNumber: 800000715 +mail: Jamie.Cortez@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=lvales716,ou=people,dc=internet2,dc=edu +dn: uid=driley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Lori -cn: Lori Vales -uid: lvales716 -title: staff -employeeNumber: 80000717 -mail: lvales716@example.edu -businessCategory:Physical Education +surname: Riley +givenName: Dennis +cn: Dennis Riley +uid: driley +#title: alum +employeeNumber: 800000716 +mail: Dennis.Riley@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=elangenberg717,ou=people,dc=internet2,dc=edu +dn: uid=jvalenci,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Eric -cn: Eric Langenberg -uid: elangenberg717 -title: faculty -employeeNumber: 80000718 -mail: elangenberg717@example.edu -businessCategory:Business +surname: Valencia +givenName: Jason +cn: Jason Valencia +uid: jvalenci +#title: alum +employeeNumber: 800000717 +mail: Jason.Valencia@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=sbutler718,ou=people,dc=internet2,dc=edu +dn: uid=erobinso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Sophia -cn: Sophia Butler -uid: sbutler718 -title: student -employeeNumber: 80000719 -mail: sbutler718@example.edu -businessCategory:Engineering +surname: Robinson +givenName: Eddie +cn: Eddie Robinson +uid: erobinso +#title: alum +employeeNumber: 800000718 +mail: Eddie.Robinson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=kanderson719,ou=people,dc=internet2,dc=edu +dn: uid=jbaldwin,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Karoline -cn: Karoline Anderson -uid: kanderson719 -title: staff -employeeNumber: 80000720 -mail: kanderson719@example.edu -businessCategory:Financial Aid +surname: Baldwin +givenName: Jacqueline +cn: Jacqueline Baldwin +uid: jbaldwin +#title: alum +employeeNumber: 800000719 +mail: Jacqueline.Baldwin@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=csmith720,ou=people,dc=internet2,dc=edu +dn: uid=wli,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Christopher -cn: Christopher Smith -uid: csmith720 -title: faculty -employeeNumber: 80000721 -mail: csmith720@example.edu -businessCategory:Computer Science +surname: Li +givenName: William +cn: William Li +uid: wli +#title: alum +employeeNumber: 800000720 +mail: William.Li@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mwilliams721,ou=people,dc=internet2,dc=edu +dn: uid=jlopez3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Mary -cn: Mary Williams -uid: mwilliams721 -title: staff -employeeNumber: 80000722 -mail: mwilliams721@example.edu -businessCategory:Financial Aid +surname: Lopez +givenName: Joshua +cn: Joshua Lopez +uid: jlopez3 +#title: alum +employeeNumber: 800000721 +mail: Joshua.Lopez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=blopez722,ou=people,dc=internet2,dc=edu +dn: uid=tweiss,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Betty -cn: Betty Lopez -uid: blopez722 -title: staff -employeeNumber: 80000723 -mail: blopez722@example.edu -businessCategory:Purchasing +surname: Weiss +givenName: Tiffany +cn: Tiffany Weiss +uid: tweiss +#title: alum +employeeNumber: 800000722 +mail: Tiffany.Weiss@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=jgasper723,ou=people,dc=internet2,dc=edu +dn: uid=kgentry,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Jennifer -cn: Jennifer Gasper -uid: jgasper723 -title: alum -employeeNumber: 80000724 -mail: jgasper723@example.edu -businessCategory:Financial Aid +surname: Gentry +givenName: Kaitlyn +cn: Kaitlyn Gentry +uid: kgentry +#title: alum +employeeNumber: 800000723 +mail: Kaitlyn.Gentry@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=lpeterson724,ou=people,dc=internet2,dc=edu +dn: uid=tlopez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Lexi -cn: Lexi Peterson -uid: lpeterson724 -title: staff -employeeNumber: 80000725 -mail: lpeterson724@example.edu -businessCategory:Language Arts +surname: Lopez +givenName: Theresa +cn: Theresa Lopez +uid: tlopez +#title: alum +employeeNumber: 800000724 +mail: Theresa.Lopez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=ghenderson725,ou=people,dc=internet2,dc=edu +dn: uid=jwallace,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Greg -cn: Greg Henderson -uid: ghenderson725 -title: alum -employeeNumber: 80000726 -mail: ghenderson725@example.edu -businessCategory:Engineering +surname: Wallace +givenName: Jessica +cn: Jessica Wallace +uid: jwallace +#title: alum +employeeNumber: 800000725 +mail: Jessica.Wallace@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=ogonazles726,ou=people,dc=internet2,dc=edu +dn: uid=kstephen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Olivia -cn: Olivia Gonazles -uid: ogonazles726 -title: staff -employeeNumber: 80000727 -mail: ogonazles726@example.edu -businessCategory:Business +surname: Stephenson +givenName: Kimberly +cn: Kimberly Stephenson +uid: kstephen +#title: alum +employeeNumber: 800000726 +mail: Kimberly.Stephenson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=smartinez727,ou=people,dc=internet2,dc=edu +dn: uid=rwebb,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Steve -cn: Steve Martinez -uid: smartinez727 -title: alum -employeeNumber: 80000728 -mail: smartinez727@example.edu -businessCategory:Engineering +surname: Webb +givenName: Robert +cn: Robert Webb +uid: rwebb +#title: alum +employeeNumber: 800000727 +mail: Robert.Webb@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=glangenberg728,ou=people,dc=internet2,dc=edu +dn: uid=dlarson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Greg -cn: Greg Langenberg -uid: glangenberg728 -title: staff -employeeNumber: 80000729 -mail: glangenberg728@example.edu -businessCategory:Engineering +surname: Larson +givenName: Dennis +cn: Dennis Larson +uid: dlarson +#title: alum +employeeNumber: 800000728 +mail: Dennis.Larson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=jvales729,ou=people,dc=internet2,dc=edu +dn: uid=rdeleon,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Jeremy -cn: Jeremy Vales -uid: jvales729 -title: student -employeeNumber: 80000730 -mail: jvales729@example.edu -businessCategory:Computer Science +surname: Deleon +givenName: Ricardo +cn: Ricardo Deleon +uid: rdeleon +#title: alum +employeeNumber: 800000729 +mail: Ricardo.Deleon@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jmorrison730,ou=people,dc=internet2,dc=edu +dn: uid=pblancha,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Jennifer -cn: Jennifer Morrison -uid: jmorrison730 -title: staff -employeeNumber: 80000731 -mail: jmorrison730@example.edu -businessCategory:Computer Science +surname: Blanchard +givenName: Penny +cn: Penny Blanchard +uid: pblancha +#title: alum +employeeNumber: 800000730 +mail: Penny.Blanchard@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=dwalters731,ou=people,dc=internet2,dc=edu +dn: uid=llowery,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: David -cn: David Walters -uid: dwalters731 -title: faculty -employeeNumber: 80000732 -mail: dwalters731@example.edu -businessCategory:Language Arts +surname: Lowery +givenName: Laura +cn: Laura Lowery +uid: llowery +#title: alum +employeeNumber: 800000731 +mail: Laura.Lowery@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=canderson732,ou=people,dc=internet2,dc=edu +dn: uid=mcurtis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Colin -cn: Colin Anderson -uid: canderson732 -title: alum -employeeNumber: 80000733 -mail: canderson732@example.edu -businessCategory:Engineering +surname: Curtis +givenName: Maria +cn: Maria Curtis +uid: mcurtis +#title: alum +employeeNumber: 800000732 +mail: Maria.Curtis@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=othompson733,ou=people,dc=internet2,dc=edu +dn: uid=nprice,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Olivia -cn: Olivia Thompson -uid: othompson733 -title: faculty -employeeNumber: 80000734 -mail: othompson733@example.edu -businessCategory:Physical Education +surname: Price +givenName: Nicole +cn: Nicole Price +uid: nprice +#title: alum +employeeNumber: 800000733 +mail: Nicole.Price@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=bvales734,ou=people,dc=internet2,dc=edu +dn: uid=rbenson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Betty -cn: Betty Vales -uid: bvales734 -title: student -employeeNumber: 80000735 -mail: bvales734@example.edu -businessCategory:Computer Science +surname: Benson +givenName: Rebecca +cn: Rebecca Benson +uid: rbenson +#title: alum +employeeNumber: 800000734 +mail: Rebecca.Benson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=kprice735,ou=people,dc=internet2,dc=edu +dn: uid=kstone,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Karoline -cn: Karoline Price -uid: kprice735 -title: faculty -employeeNumber: 80000736 -mail: kprice735@example.edu -businessCategory:Purchasing +surname: Stone +givenName: Kristin +cn: Kristin Stone +uid: kstone +#title: alum +employeeNumber: 800000735 +mail: Kristin.Stone@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=dwilliams736,ou=people,dc=internet2,dc=edu +dn: uid=mmartin2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Donna -cn: Donna Williams -uid: dwilliams736 -title: staff -employeeNumber: 80000737 -mail: dwilliams736@example.edu -businessCategory:Engineering +surname: Martinez +givenName: Margaret +cn: Margaret Martinez +uid: mmartin2 +#title: alum +employeeNumber: 800000736 +mail: Margaret.Martinez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=ksmith737,ou=people,dc=internet2,dc=edu +dn: uid=janders3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Kiersten -cn: Kiersten Smith -uid: ksmith737 -title: faculty -employeeNumber: 80000738 -mail: ksmith737@example.edu -businessCategory:Law +surname: Anderson +givenName: Jaime +cn: Jaime Anderson +uid: janders3 +#title: alum +employeeNumber: 800000737 +mail: Jaime.Anderson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=bwalters738,ou=people,dc=internet2,dc=edu +dn: uid=clewis2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Bill -cn: Bill Walters -uid: bwalters738 -title: staff -employeeNumber: 80000739 -mail: bwalters738@example.edu -businessCategory:Engineering +surname: Lewis +givenName: Christina +cn: Christina Lewis +uid: clewis2 +#title: alum +employeeNumber: 800000738 +mail: Christina.Lewis@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=kroberts739,ou=people,dc=internet2,dc=edu +dn: uid=rschwart,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Kim -cn: Kim Roberts -uid: kroberts739 -title: faculty -employeeNumber: 80000740 -mail: kroberts739@example.edu -businessCategory:Accounts Payable +surname: Schwartz +givenName: Rose +cn: Rose Schwartz +uid: rschwart +#title: alum +employeeNumber: 800000739 +mail: Rose.Schwartz@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=pthompson740,ou=people,dc=internet2,dc=edu +dn: uid=llee,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Paul -cn: Paul Thompson -uid: pthompson740 -title: staff -employeeNumber: 80000741 -mail: pthompson740@example.edu -businessCategory:Advising +surname: Lee +givenName: Leslie +cn: Leslie Lee +uid: llee +#title: alum +employeeNumber: 800000740 +mail: Leslie.Lee@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=tbrown741,ou=people,dc=internet2,dc=edu +dn: uid=cbradley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Thomas -cn: Thomas Brown -uid: tbrown741 -title: faculty -employeeNumber: 80000742 -mail: tbrown741@example.edu -businessCategory:Computer Science +surname: Bradley +givenName: Christopher +cn: Christopher Bradley +uid: cbradley +#title: alum +employeeNumber: 800000741 +mail: Christopher.Bradley@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=wthompson742,ou=people,dc=internet2,dc=edu +dn: uid=cfowler,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: William -cn: William Thompson -uid: wthompson742 -title: alum -employeeNumber: 80000743 -mail: wthompson742@example.edu -businessCategory:Physical Education +surname: Fowler +givenName: Charles +cn: Charles Fowler +uid: cfowler +#title: alum +employeeNumber: 800000742 +mail: Charles.Fowler@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=abutler743,ou=people,dc=internet2,dc=edu +dn: uid=bjones,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Ava -cn: Ava Butler -uid: abutler743 -title: staff -employeeNumber: 80000744 -mail: abutler743@example.edu -businessCategory:Purchasing +surname: Jones +givenName: Bruce +cn: Bruce Jones +uid: bjones +#title: alum +employeeNumber: 800000743 +mail: Bruce.Jones@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=mlangenberg744,ou=people,dc=internet2,dc=edu +dn: uid=bhamilto,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Mary -cn: Mary Langenberg -uid: mlangenberg744 -title: faculty -employeeNumber: 80000745 -mail: mlangenberg744@example.edu -businessCategory:Business +surname: Hamilton +givenName: Brady +cn: Brady Hamilton +uid: bhamilto +#title: alum +employeeNumber: 800000744 +mail: Brady.Hamilton@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=mlangenberg745,ou=people,dc=internet2,dc=edu +dn: uid=randrews,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Marie -cn: Marie Langenberg -uid: mlangenberg745 -title: student -employeeNumber: 80000746 -mail: mlangenberg745@example.edu -businessCategory:Business +surname: Andrews +givenName: Richard +cn: Richard Andrews +uid: randrews +#title: alum +employeeNumber: 800000745 +mail: Richard.Andrews@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=sgrady746,ou=people,dc=internet2,dc=edu +dn: uid=akelley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Sophia -cn: Sophia Grady -uid: sgrady746 -title: faculty -employeeNumber: 80000747 -mail: sgrady746@example.edu -businessCategory:Accounts Payable +surname: Kelley +givenName: Andrew +cn: Andrew Kelley +uid: akelley +#title: alum +employeeNumber: 800000746 +mail: Andrew.Kelley@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=tclark747,ou=people,dc=internet2,dc=edu +dn: uid=mford2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Thomas -cn: Thomas Clark -uid: tclark747 -title: faculty -employeeNumber: 80000748 -mail: tclark747@example.edu -businessCategory:Accounts Payable +surname: Ford +givenName: Matthew +cn: Matthew Ford +uid: mford2 +#title: alum +employeeNumber: 800000747 +mail: Matthew.Ford@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=mjohnson748,ou=people,dc=internet2,dc=edu +dn: uid=swilkins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Mark -cn: Mark Johnson -uid: mjohnson748 -title: staff -employeeNumber: 80000749 -mail: mjohnson748@example.edu -businessCategory:Physical Education +surname: Wilkinson +givenName: Stephanie +cn: Stephanie Wilkinson +uid: swilkins +#title: alum +employeeNumber: 800000748 +mail: Stephanie.Wilkinson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=tanderson749,ou=people,dc=internet2,dc=edu +dn: uid=lsheppar,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Thomas -cn: Thomas Anderson -uid: tanderson749 -title: alum -employeeNumber: 80000750 -mail: tanderson749@example.edu -businessCategory:Advising +surname: Sheppard +givenName: Lindsey +cn: Lindsey Sheppard +uid: lsheppar +#title: alum +employeeNumber: 800000749 +mail: Lindsey.Sheppard@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=dgonazles750,ou=people,dc=internet2,dc=edu +dn: uid=dwhitake,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Debbie -cn: Debbie Gonazles -uid: dgonazles750 -title: faculty -employeeNumber: 80000751 -mail: dgonazles750@example.edu -businessCategory:Financial Aid +surname: Whitaker +givenName: Daniel +cn: Daniel Whitaker +uid: dwhitake +#title: alum +employeeNumber: 800000750 +mail: Daniel.Whitaker@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=alopez751,ou=people,dc=internet2,dc=edu +dn: uid=krichar2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Ann -cn: Ann Lopez -uid: alopez751 -title: other -employeeNumber: 80000752 -mail: alopez751@example.edu -businessCategory:Advising +surname: Richardson +givenName: Kathleen +cn: Kathleen Richardson +uid: krichar2 +#title: alum +employeeNumber: 800000751 +mail: Kathleen.Richardson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=cgasper752,ou=people,dc=internet2,dc=edu +dn: uid=afleming,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Christopher -cn: Christopher Gasper -uid: cgasper752 -title: student -employeeNumber: 80000753 -mail: cgasper752@example.edu -businessCategory:Information Technology +surname: Fleming +givenName: Andrew +cn: Andrew Fleming +uid: afleming +#title: alum +employeeNumber: 800000752 +mail: Andrew.Fleming@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=sscott753,ou=people,dc=internet2,dc=edu +dn: uid=ewilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Sophia -cn: Sophia Scott -uid: sscott753 -title: staff -employeeNumber: 80000754 -mail: sscott753@example.edu -businessCategory:Information Technology +surname: Williams +givenName: Erica +cn: Erica Williams +uid: ewilliam +#title: alum +employeeNumber: 800000753 +mail: Erica.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=kvales754,ou=people,dc=internet2,dc=edu +dn: uid=kblevins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Karoline -cn: Karoline Vales -uid: kvales754 -title: staff -employeeNumber: 80000755 -mail: kvales754@example.edu -businessCategory:Law +surname: Blevins +givenName: Katherine +cn: Katherine Blevins +uid: kblevins +#title: alum +employeeNumber: 800000754 +mail: Katherine.Blevins@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=adoe755,ou=people,dc=internet2,dc=edu +dn: uid=lforbes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Andrew -cn: Andrew Doe -uid: adoe755 -title: faculty -employeeNumber: 80000756 -mail: adoe755@example.edu -businessCategory:Advising +surname: Forbes +givenName: Luis +cn: Luis Forbes +uid: lforbes +#title: alum +employeeNumber: 800000755 +mail: Luis.Forbes@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=nhenderson756,ou=people,dc=internet2,dc=edu +dn: uid=aandrew2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Nancy -cn: Nancy Henderson -uid: nhenderson756 -title: staff -employeeNumber: 80000757 -mail: nhenderson756@example.edu -businessCategory:Engineering +surname: Andrews +givenName: Anna +cn: Anna Andrews +uid: aandrew2 +#title: alum +employeeNumber: 800000756 +mail: Anna.Andrews@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=awalters757,ou=people,dc=internet2,dc=edu +dn: uid=cmunoz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Ava -cn: Ava Walters -uid: awalters757 -title: alum -employeeNumber: 80000758 -mail: awalters757@example.edu -businessCategory:Law +surname: Munoz +givenName: Cassandra +cn: Cassandra Munoz +uid: cmunoz +#title: alum +employeeNumber: 800000757 +mail: Cassandra.Munoz@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=mhenderson758,ou=people,dc=internet2,dc=edu +dn: uid=mrodrigu,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Mary -cn: Mary Henderson -uid: mhenderson758 -title: staff -employeeNumber: 80000759 -mail: mhenderson758@example.edu -businessCategory:Accounts Payable +surname: Rodriguez +givenName: Matthew +cn: Matthew Rodriguez +uid: mrodrigu +#title: alum +employeeNumber: 800000758 +mail: Matthew.Rodriguez@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=mmartinez759,ou=people,dc=internet2,dc=edu +dn: uid=dblack,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Marie -cn: Marie Martinez -uid: mmartinez759 -title: faculty -employeeNumber: 80000760 -mail: mmartinez759@example.edu -businessCategory:Accounts Payable +surname: Black +givenName: David +cn: David Black +uid: dblack +#title: alum +employeeNumber: 800000759 +mail: David.Black@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=pwhite760,ou=people,dc=internet2,dc=edu +dn: uid=wthompso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Paul -cn: Paul White -uid: pwhite760 -title: faculty -employeeNumber: 80000761 -mail: pwhite760@example.edu -businessCategory:Accounting +surname: Thompson +givenName: William +cn: William Thompson +uid: wthompso +#title: alum +employeeNumber: 800000760 +mail: William.Thompson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=ethompson761,ou=people,dc=internet2,dc=edu +dn: uid=mwelch,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Emma -cn: Emma Thompson -uid: ethompson761 -title: staff -employeeNumber: 80000762 -mail: ethompson761@example.edu -businessCategory:Engineering +surname: Welch +givenName: Melody +cn: Melody Welch +uid: mwelch +#title: alum +employeeNumber: 800000761 +mail: Melody.Welch@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=ddavis762,ou=people,dc=internet2,dc=edu +dn: uid=amorris,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: David -cn: David Davis -uid: ddavis762 -title: other -employeeNumber: 80000763 -mail: ddavis762@example.edu -businessCategory:Accounting +surname: Morris +givenName: Adam +cn: Adam Morris +uid: amorris +#title: alum +employeeNumber: 800000762 +mail: Adam.Morris@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mpeterson763,ou=people,dc=internet2,dc=edu +dn: uid=talexand,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Mia -cn: Mia Peterson -uid: mpeterson763 -title: student -employeeNumber: 80000764 -mail: mpeterson763@example.edu -businessCategory:Language Arts +surname: Alexander +givenName: Timothy +cn: Timothy Alexander +uid: talexand +#title: alum +employeeNumber: 800000763 +mail: Timothy.Alexander@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=cscott764,ou=people,dc=internet2,dc=edu +dn: uid=bcampbel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Claire -cn: Claire Scott -uid: cscott764 -title: staff -employeeNumber: 80000765 -mail: cscott764@example.edu -businessCategory:Information Technology +surname: Campbell +givenName: Bethany +cn: Bethany Campbell +uid: bcampbel +#title: alum +employeeNumber: 800000764 +mail: Bethany.Campbell@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=mscott765,ou=people,dc=internet2,dc=edu +dn: uid=sbowers,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Marie -cn: Marie Scott -uid: mscott765 -title: staff -employeeNumber: 80000766 -mail: mscott765@example.edu -businessCategory:Law +surname: Bowers +givenName: Steven +cn: Steven Bowers +uid: sbowers +#title: alum +employeeNumber: 800000765 +mail: Steven.Bowers@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=proberts766,ou=people,dc=internet2,dc=edu +dn: uid=jguerrer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Perry -cn: Perry Roberts -uid: proberts766 -title: alum -employeeNumber: 80000767 -mail: proberts766@example.edu -businessCategory:Information Technology +surname: Guerrero +givenName: James +cn: James Guerrero +uid: jguerrer +#title: alum +employeeNumber: 800000766 +mail: James.Guerrero@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jwhite767,ou=people,dc=internet2,dc=edu +dn: uid=dlewis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Jo -cn: Jo White -uid: jwhite767 -title: staff -employeeNumber: 80000768 -mail: jwhite767@example.edu -businessCategory:Purchasing +surname: Lewis +givenName: Danielle +cn: Danielle Lewis +uid: dlewis +#title: alum +employeeNumber: 800000767 +mail: Danielle.Lewis@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=ggrady768,ou=people,dc=internet2,dc=edu +dn: uid=manderso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Greg -cn: Greg Grady -uid: ggrady768 -title: alum -employeeNumber: 80000769 -mail: ggrady768@example.edu -businessCategory:Financial Aid +surname: Anderson +givenName: Maureen +cn: Maureen Anderson +uid: manderso +#title: alum +employeeNumber: 800000768 +mail: Maureen.Anderson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=kbrown769,ou=people,dc=internet2,dc=edu +dn: uid=lbrown,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Brown -givenName: Kim -cn: Kim Brown -uid: kbrown769 -title: student -employeeNumber: 80000770 -mail: kbrown769@example.edu -businessCategory:Purchasing +givenName: Laura +cn: Laura Brown +uid: lbrown +#title: alum +employeeNumber: 800000769 +mail: Laura.Brown@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=dwalters770,ou=people,dc=internet2,dc=edu +dn: uid=ahowe,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Debbie -cn: Debbie Walters -uid: dwalters770 -title: student -employeeNumber: 80000771 -mail: dwalters770@example.edu -businessCategory:Information Technology +surname: Howe +givenName: Amber +cn: Amber Howe +uid: ahowe +#title: alum +employeeNumber: 800000770 +mail: Amber.Howe@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=broberts771,ou=people,dc=internet2,dc=edu +dn: uid=alandry,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Betty -cn: Betty Roberts -uid: broberts771 -title: staff -employeeNumber: 80000772 -mail: broberts771@example.edu -businessCategory:Physical Education +surname: Landry +givenName: Amanda +cn: Amanda Landry +uid: alandry +#title: alum +employeeNumber: 800000771 +mail: Amanda.Landry@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=cdoe772,ou=people,dc=internet2,dc=edu +dn: uid=jbond,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Christina -cn: Christina Doe -uid: cdoe772 -title: faculty -employeeNumber: 80000773 -mail: cdoe772@example.edu -businessCategory:Engineering +surname: Bond +givenName: James +cn: James Bond +uid: jbond +#title: alum +employeeNumber: 800000772 +mail: James.Bond@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=lpeterson773,ou=people,dc=internet2,dc=edu +dn: uid=vmartine,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Lori -cn: Lori Peterson -uid: lpeterson773 -title: other -employeeNumber: 80000774 -mail: lpeterson773@example.edu -businessCategory:Purchasing +surname: Martinez +givenName: Valerie +cn: Valerie Martinez +uid: vmartine +#title: alum +employeeNumber: 800000773 +mail: Valerie.Martinez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=dgasper774,ou=people,dc=internet2,dc=edu +dn: uid=dsmith,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: David -cn: David Gasper -uid: dgasper774 -title: staff -employeeNumber: 80000775 -mail: dgasper774@example.edu -businessCategory:Law +surname: Smith +givenName: Denise +cn: Denise Smith +uid: dsmith +#title: alum +employeeNumber: 800000774 +mail: Denise.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mbrown775,ou=people,dc=internet2,dc=edu +dn: uid=hperez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Mary -cn: Mary Brown -uid: mbrown775 -title: staff -employeeNumber: 80000776 -mail: mbrown775@example.edu -businessCategory:Accounting +surname: Perez +givenName: Herbert +cn: Herbert Perez +uid: hperez +#title: alum +employeeNumber: 800000775 +mail: Herbert.Perez@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=ascott776,ou=people,dc=internet2,dc=edu +dn: uid=ahansen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott +surname: Hansen givenName: Andrew -cn: Andrew Scott -uid: ascott776 -title: student -employeeNumber: 80000777 -mail: ascott776@example.edu -businessCategory:Engineering +cn: Andrew Hansen +uid: ahansen +#title: alum +employeeNumber: 800000776 +mail: Andrew.Hansen@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=pdavis777,ou=people,dc=internet2,dc=edu +dn: uid=mnash,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Perry -cn: Perry Davis -uid: pdavis777 -title: student -employeeNumber: 80000778 -mail: pdavis777@example.edu -businessCategory:Accounting +surname: Nash +givenName: Mikayla +cn: Mikayla Nash +uid: mnash +#title: alum +employeeNumber: 800000777 +mail: Mikayla.Nash@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=cgrady778,ou=people,dc=internet2,dc=edu +dn: uid=kmoore,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Colin -cn: Colin Grady -uid: cgrady778 -title: faculty -employeeNumber: 80000779 -mail: cgrady778@example.edu -businessCategory:Advising +surname: Moore +givenName: Kevin +cn: Kevin Moore +uid: kmoore +#title: alum +employeeNumber: 800000778 +mail: Kevin.Moore@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=cprice779,ou=people,dc=internet2,dc=edu +dn: uid=cking,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Colin -cn: Colin Price -uid: cprice779 -title: faculty -employeeNumber: 80000780 -mail: cprice779@example.edu -businessCategory:Purchasing +surname: King +givenName: Chelsea +cn: Chelsea King +uid: cking +#title: alum +employeeNumber: 800000779 +mail: Chelsea.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=mlewis780,ou=people,dc=internet2,dc=edu +dn: uid=jrios,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Michael -cn: Michael Lewis -uid: mlewis780 -title: alum -employeeNumber: 80000781 -mail: mlewis780@example.edu -businessCategory:Financial Aid +surname: Rios +givenName: Jerry +cn: Jerry Rios +uid: jrios +#title: alum +employeeNumber: 800000780 +mail: Jerry.Rios@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mmorrison781,ou=people,dc=internet2,dc=edu +dn: uid=smoyer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Mary -cn: Mary Morrison -uid: mmorrison781 -title: student -employeeNumber: 80000782 -mail: mmorrison781@example.edu -businessCategory:Financial Aid +surname: Moyer +givenName: Sierra +cn: Sierra Moyer +uid: smoyer +#title: alum +employeeNumber: 800000781 +mail: Sierra.Moyer@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=wvales782,ou=people,dc=internet2,dc=edu +dn: uid=cbaker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: William -cn: William Vales -uid: wvales782 -title: staff -employeeNumber: 80000783 -mail: wvales782@example.edu -businessCategory:Advising +surname: Baker +givenName: Cynthia +cn: Cynthia Baker +uid: cbaker +#title: alum +employeeNumber: 800000782 +mail: Cynthia.Baker@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=bjohnson783,ou=people,dc=internet2,dc=edu +dn: uid=jfoster,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Betty -cn: Betty Johnson -uid: bjohnson783 -title: faculty -employeeNumber: 80000784 -mail: bjohnson783@example.edu -businessCategory:Accounting +surname: Foster +givenName: James +cn: James Foster +uid: jfoster +#title: alum +employeeNumber: 800000783 +mail: James.Foster@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=rgasper784,ou=people,dc=internet2,dc=edu +dn: uid=tdunlap,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Robert -cn: Robert Gasper -uid: rgasper784 -title: faculty -employeeNumber: 80000785 -mail: rgasper784@example.edu -businessCategory:Purchasing +surname: Dunlap +givenName: Tiffany +cn: Tiffany Dunlap +uid: tdunlap +#title: alum +employeeNumber: 800000784 +mail: Tiffany.Dunlap@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=alewis785,ou=people,dc=internet2,dc=edu +dn: uid=dstewart,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Amber -cn: Amber Lewis -uid: alewis785 -title: faculty -employeeNumber: 80000786 -mail: alewis785@example.edu -businessCategory:Language Arts +surname: Stewart +givenName: Dawn +cn: Dawn Stewart +uid: dstewart +#title: alum +employeeNumber: 800000785 +mail: Dawn.Stewart@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=pwalters786,ou=people,dc=internet2,dc=edu +dn: uid=dramirez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Paul -cn: Paul Walters -uid: pwalters786 -title: faculty -employeeNumber: 80000787 -mail: pwalters786@example.edu -businessCategory:Law +surname: Ramirez +givenName: Douglas +cn: Douglas Ramirez +uid: dramirez +#title: alum +employeeNumber: 800000786 +mail: Douglas.Ramirez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=dwalters787,ou=people,dc=internet2,dc=edu +dn: uid=kwalker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Debbie -cn: Debbie Walters -uid: dwalters787 -title: student -employeeNumber: 80000788 -mail: dwalters787@example.edu -businessCategory:Computer Science +surname: Walker +givenName: Kimberly +cn: Kimberly Walker +uid: kwalker +#title: alum +employeeNumber: 800000787 +mail: Kimberly.Walker@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=swhite788,ou=people,dc=internet2,dc=edu +dn: uid=tvillarr,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Stephanie -cn: Stephanie White -uid: swhite788 -title: faculty -employeeNumber: 80000789 -mail: swhite788@example.edu -businessCategory:Business +surname: Villarreal +givenName: Toni +cn: Toni Villarreal +uid: tvillarr +#title: alum +employeeNumber: 800000788 +mail: Toni.Villarreal@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=dsmith789,ou=people,dc=internet2,dc=edu +dn: uid=zparks,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Debbie -cn: Debbie Smith -uid: dsmith789 -title: faculty -employeeNumber: 80000790 -mail: dsmith789@example.edu -businessCategory:Language Arts +surname: Parks +givenName: Zachary +cn: Zachary Parks +uid: zparks +#title: alum +employeeNumber: 800000789 +mail: Zachary.Parks@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=abutler790,ou=people,dc=internet2,dc=edu +dn: uid=amontoya,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Anna -cn: Anna Butler -uid: abutler790 -title: student -employeeNumber: 80000791 -mail: abutler790@example.edu -businessCategory:Law +surname: Montoya +givenName: Alexander +cn: Alexander Montoya +uid: amontoya +#title: alum +employeeNumber: 800000790 +mail: Alexander.Montoya@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=agrady791,ou=people,dc=internet2,dc=edu +dn: uid=dbartlet,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Andrew -cn: Andrew Grady -uid: agrady791 -title: staff -employeeNumber: 80000792 -mail: agrady791@example.edu -businessCategory:Information Technology +surname: Bartlett +givenName: Deborah +cn: Deborah Bartlett +uid: dbartlet +#title: alum +employeeNumber: 800000791 +mail: Deborah.Bartlett@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=jmartinez792,ou=people,dc=internet2,dc=edu +dn: uid=mtorres,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: John -cn: John Martinez -uid: jmartinez792 -title: staff -employeeNumber: 80000793 -mail: jmartinez792@example.edu -businessCategory:Accounts Payable +surname: Torres +givenName: Michael +cn: Michael Torres +uid: mtorres +#title: alum +employeeNumber: 800000792 +mail: Michael.Torres@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=bpeterson793,ou=people,dc=internet2,dc=edu +dn: uid=dalexand,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Bill -cn: Bill Peterson -uid: bpeterson793 -title: alum -employeeNumber: 80000794 -mail: bpeterson793@example.edu -businessCategory:Accounting +surname: Alexander +givenName: Deborah +cn: Deborah Alexander +uid: dalexand +#title: alum +employeeNumber: 800000793 +mail: Deborah.Alexander@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=klewis794,ou=people,dc=internet2,dc=edu +dn: uid=rross2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Karl -cn: Karl Lewis -uid: klewis794 -title: faculty -employeeNumber: 80000795 -mail: klewis794@example.edu -businessCategory:Computer Science +surname: Ross +givenName: Ryan +cn: Ryan Ross +uid: rross2 +#title: alum +employeeNumber: 800000794 +mail: Ryan.Ross@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=nmartinez795,ou=people,dc=internet2,dc=edu +dn: uid=ssantiag,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Nancy -cn: Nancy Martinez -uid: nmartinez795 -title: student -employeeNumber: 80000796 -mail: nmartinez795@example.edu -businessCategory:Law +surname: Santiago +givenName: Sarah +cn: Sarah Santiago +uid: ssantiag +#title: alum +employeeNumber: 800000795 +mail: Sarah.Santiago@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=ahenderson796,ou=people,dc=internet2,dc=edu +dn: uid=cmorgan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Ann -cn: Ann Henderson -uid: ahenderson796 -title: student -employeeNumber: 80000797 -mail: ahenderson796@example.edu -businessCategory:Computer Science +surname: Morgan +givenName: Chloe +cn: Chloe Morgan +uid: cmorgan +#title: alum +employeeNumber: 800000796 +mail: Chloe.Morgan@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=psmith797,ou=people,dc=internet2,dc=edu +dn: uid=shammond,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Perry -cn: Perry Smith -uid: psmith797 -title: student -employeeNumber: 80000798 -mail: psmith797@example.edu -businessCategory:Accounting +surname: Hammond +givenName: Sarah +cn: Sarah Hammond +uid: shammond +#title: alum +employeeNumber: 800000797 +mail: Sarah.Hammond@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mwalters798,ou=people,dc=internet2,dc=edu +dn: uid=ajones2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Megan -cn: Megan Walters -uid: mwalters798 -title: staff -employeeNumber: 80000799 -mail: mwalters798@example.edu -businessCategory:Computer Science +surname: Jones +givenName: Amy +cn: Amy Jones +uid: ajones2 +#title: alum +employeeNumber: 800000798 +mail: Amy.Jones@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jlopez799,ou=people,dc=internet2,dc=edu +dn: uid=dgomez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: James -cn: James Lopez -uid: jlopez799 -title: faculty -employeeNumber: 80000800 -mail: jlopez799@example.edu -businessCategory:Engineering +surname: Gomez +givenName: Daniel +cn: Daniel Gomez +uid: dgomez +#title: alum +employeeNumber: 800000799 +mail: Daniel.Gomez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=ddavis800,ou=people,dc=internet2,dc=edu +dn: uid=mwright2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: David -cn: David Davis -uid: ddavis800 -title: staff -employeeNumber: 80000801 -mail: ddavis800@example.edu -businessCategory:Information Technology +surname: Wright +givenName: Mark +cn: Mark Wright +uid: mwright2 +#title: alum +employeeNumber: 800000800 +mail: Mark.Wright@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=kdoe801,ou=people,dc=internet2,dc=edu +dn: uid=rhoward,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Kim -cn: Kim Doe -uid: kdoe801 -title: faculty -employeeNumber: 80000802 -mail: kdoe801@example.edu -businessCategory:Engineering +surname: Howard +givenName: Robert +cn: Robert Howard +uid: rhoward +#title: alum +employeeNumber: 800000801 +mail: Robert.Howard@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=alopez802,ou=people,dc=internet2,dc=edu +dn: uid=klynn,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Amber -cn: Amber Lopez -uid: alopez802 -title: other -employeeNumber: 80000803 -mail: alopez802@example.edu -businessCategory:Engineering +surname: Lynn +givenName: Kimberly +cn: Kimberly Lynn +uid: klynn +#title: alum +employeeNumber: 800000802 +mail: Kimberly.Lynn@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mscott803,ou=people,dc=internet2,dc=edu +dn: uid=rlawrenc,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Maddie -cn: Maddie Scott -uid: mscott803 -title: staff -employeeNumber: 80000804 -mail: mscott803@example.edu -businessCategory:Financial Aid +surname: Lawrence +givenName: Robert +cn: Robert Lawrence +uid: rlawrenc +#title: alum +employeeNumber: 800000803 +mail: Robert.Lawrence@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=agonazles804,ou=people,dc=internet2,dc=edu +dn: uid=jwilson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Adian -cn: Adian Gonazles -uid: agonazles804 -title: other -employeeNumber: 80000805 -mail: agonazles804@example.edu -businessCategory:Engineering +surname: Wilson +givenName: Jennifer +cn: Jennifer Wilson +uid: jwilson +#title: alum +employeeNumber: 800000804 +mail: Jennifer.Wilson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=kjohnson805,ou=people,dc=internet2,dc=edu +dn: uid=kjohnso3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Johnson -givenName: Karl -cn: Karl Johnson -uid: kjohnson805 -title: alum -employeeNumber: 80000806 -mail: kjohnson805@example.edu -businessCategory:Financial Aid +givenName: Kevin +cn: Kevin Johnson +uid: kjohnso3 +#title: alum +employeeNumber: 800000805 +mail: Kevin.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mbutler806,ou=people,dc=internet2,dc=edu +dn: uid=ktate,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Mary -cn: Mary Butler -uid: mbutler806 -title: staff -employeeNumber: 80000807 -mail: mbutler806@example.edu -businessCategory:Accounts Payable +surname: Tate +givenName: Kara +cn: Kara Tate +uid: ktate +#title: alum +employeeNumber: 800000806 +mail: Kara.Tate@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jwhite807,ou=people,dc=internet2,dc=edu +dn: uid=sbowers2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Jo -cn: Jo White -uid: jwhite807 -title: staff -employeeNumber: 80000808 -mail: jwhite807@example.edu -businessCategory:Accounts Payable +surname: Bowers +givenName: Sandra +cn: Sandra Bowers +uid: sbowers2 +#title: alum +employeeNumber: 800000807 +mail: Sandra.Bowers@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=mwhite808,ou=people,dc=internet2,dc=edu +dn: uid=jmarshal,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Mark -cn: Mark White -uid: mwhite808 -title: alum -employeeNumber: 80000809 -mail: mwhite808@example.edu -businessCategory:Information Technology +surname: Marshall +givenName: Jessica +cn: Jessica Marshall +uid: jmarshal +#title: alum +employeeNumber: 800000808 +mail: Jessica.Marshall@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=sgasper809,ou=people,dc=internet2,dc=edu +dn: uid=shurley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Sophia -cn: Sophia Gasper -uid: sgasper809 -title: alum -employeeNumber: 80000810 -mail: sgasper809@example.edu -businessCategory:Law +surname: Hurley +givenName: Sydney +cn: Sydney Hurley +uid: shurley +#title: alum +employeeNumber: 800000809 +mail: Sydney.Hurley@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=gwalters810,ou=people,dc=internet2,dc=edu +dn: uid=lbailey,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Greg -cn: Greg Walters -uid: gwalters810 -title: other -employeeNumber: 80000811 -mail: gwalters810@example.edu -businessCategory:Financial Aid +surname: Bailey +givenName: Louis +cn: Louis Bailey +uid: lbailey +#title: alum +employeeNumber: 800000810 +mail: Louis.Bailey@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=slopez811,ou=people,dc=internet2,dc=edu +dn: uid=rday,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Steve -cn: Steve Lopez -uid: slopez811 -title: other -employeeNumber: 80000812 -mail: slopez811@example.edu -businessCategory:Information Technology +surname: Day +givenName: Robert +cn: Robert Day +uid: rday +#title: alum +employeeNumber: 800000811 +mail: Robert.Day@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=lthompson812,ou=people,dc=internet2,dc=edu +dn: uid=cfisher,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Lisa -cn: Lisa Thompson -uid: lthompson812 -title: staff -employeeNumber: 80000813 -mail: lthompson812@example.edu -businessCategory:Financial Aid +surname: Fisher +givenName: Chris +cn: Chris Fisher +uid: cfisher +#title: alum +employeeNumber: 800000812 +mail: Chris.Fisher@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=gdavis813,ou=people,dc=internet2,dc=edu +dn: uid=vjoseph,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Greg -cn: Greg Davis -uid: gdavis813 -title: faculty -employeeNumber: 80000814 -mail: gdavis813@example.edu -businessCategory:Information Technology +surname: Joseph +givenName: Veronica +cn: Veronica Joseph +uid: vjoseph +#title: alum +employeeNumber: 800000813 +mail: Veronica.Joseph@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=esmith814,ou=people,dc=internet2,dc=edu +dn: uid=bhensley,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Erik -cn: Erik Smith -uid: esmith814 -title: faculty -employeeNumber: 80000815 -mail: esmith814@example.edu -businessCategory:Information Technology +surname: Hensley +givenName: Benjamin +cn: Benjamin Hensley +uid: bhensley +#title: alum +employeeNumber: 800000814 +mail: Benjamin.Hensley@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=jwalters815,ou=people,dc=internet2,dc=edu +dn: uid=eholt,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Jo -cn: Jo Walters -uid: jwalters815 -title: staff -employeeNumber: 80000816 -mail: jwalters815@example.edu -businessCategory:Computer Science +surname: Holt +givenName: Ethan +cn: Ethan Holt +uid: eholt +#title: alum +employeeNumber: 800000815 +mail: Ethan.Holt@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jwhite816,ou=people,dc=internet2,dc=edu +dn: uid=jcox,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Jo -cn: Jo White -uid: jwhite816 -title: faculty -employeeNumber: 80000817 -mail: jwhite816@example.edu -businessCategory:Computer Science +surname: Cox +givenName: James +cn: James Cox +uid: jcox +#title: alum +employeeNumber: 800000816 +mail: James.Cox@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=ddavis817,ou=people,dc=internet2,dc=edu +dn: uid=bedwards,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Donna -cn: Donna Davis -uid: ddavis817 -title: staff -employeeNumber: 80000818 -mail: ddavis817@example.edu -businessCategory:Computer Science +surname: Edwards +givenName: Brenda +cn: Brenda Edwards +uid: bedwards +#title: alum +employeeNumber: 800000817 +mail: Brenda.Edwards@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=llangenberg818,ou=people,dc=internet2,dc=edu +dn: uid=jtorres,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Lisa -cn: Lisa Langenberg -uid: llangenberg818 -title: faculty -employeeNumber: 80000819 -mail: llangenberg818@example.edu -businessCategory:Law +surname: Torres +givenName: Jason +cn: Jason Torres +uid: jtorres +#title: alum +employeeNumber: 800000818 +mail: Jason.Torres@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=swalters819,ou=people,dc=internet2,dc=edu +dn: uid=mmorgan2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Stephanie -cn: Stephanie Walters -uid: swalters819 -title: other -employeeNumber: 80000820 -mail: swalters819@example.edu -businessCategory:Accounting +surname: Morgan +givenName: Matthew +cn: Matthew Morgan +uid: mmorgan2 +#title: alum +employeeNumber: 800000819 +mail: Matthew.Morgan@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=ogonazles820,ou=people,dc=internet2,dc=edu +dn: uid=jfitzger,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Olivia -cn: Olivia Gonazles -uid: ogonazles820 -title: other -employeeNumber: 80000821 -mail: ogonazles820@example.edu -businessCategory:Accounts Payable +surname: Fitzgerald +givenName: John +cn: John Fitzgerald +uid: jfitzger +#title: alum +employeeNumber: 800000820 +mail: John.Fitzgerald@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=athompson821,ou=people,dc=internet2,dc=edu +dn: uid=kbarnes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Andrew -cn: Andrew Thompson -uid: athompson821 -title: faculty -employeeNumber: 80000822 -mail: athompson821@example.edu -businessCategory:Accounting +surname: Barnes +givenName: Kendra +cn: Kendra Barnes +uid: kbarnes +#title: alum +employeeNumber: 800000821 +mail: Kendra.Barnes@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=ddoe822,ou=people,dc=internet2,dc=edu +dn: uid=kcole,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Debbie -cn: Debbie Doe -uid: ddoe822 -title: other -employeeNumber: 80000823 -mail: ddoe822@example.edu -businessCategory:Purchasing +surname: Cole +givenName: Kyle +cn: Kyle Cole +uid: kcole +#title: alum +employeeNumber: 800000822 +mail: Kyle.Cole@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=jvales823,ou=people,dc=internet2,dc=edu +dn: uid=mbutler,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Jennifer -cn: Jennifer Vales -uid: jvales823 -title: student -employeeNumber: 80000824 -mail: jvales823@example.edu -businessCategory:Purchasing +surname: Butler +givenName: Matthew +cn: Matthew Butler +uid: mbutler +#title: alum +employeeNumber: 800000823 +mail: Matthew.Butler@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=idavis824,ou=people,dc=internet2,dc=edu +dn: uid=jwillia3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Isabella -cn: Isabella Davis -uid: idavis824 -title: alum -employeeNumber: 80000825 -mail: idavis824@example.edu -businessCategory:Law +surname: Williams +givenName: James +cn: James Williams +uid: jwillia3 +#title: alum +employeeNumber: 800000824 +mail: James.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=dhenderson825,ou=people,dc=internet2,dc=edu +dn: uid=mnguyen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Donna -cn: Donna Henderson -uid: dhenderson825 -title: staff -employeeNumber: 80000826 -mail: dhenderson825@example.edu -businessCategory:Financial Aid +surname: Nguyen +givenName: Mercedes +cn: Mercedes Nguyen +uid: mnguyen +#title: alum +employeeNumber: 800000825 +mail: Mercedes.Nguyen@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=hlopez826,ou=people,dc=internet2,dc=edu +dn: uid=bking,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Heather -cn: Heather Lopez -uid: hlopez826 -title: student -employeeNumber: 80000827 -mail: hlopez826@example.edu -businessCategory:Business +surname: King +givenName: Bailey +cn: Bailey King +uid: bking +#title: alum +employeeNumber: 800000826 +mail: Bailey.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=cwilliams827,ou=people,dc=internet2,dc=edu +dn: uid=cward,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Claire -cn: Claire Williams -uid: cwilliams827 -title: student -employeeNumber: 80000828 -mail: cwilliams827@example.edu -businessCategory:Accounting +surname: Ward +givenName: Clayton +cn: Clayton Ward +uid: cward +#title: alum +employeeNumber: 800000827 +mail: Clayton.Ward@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=ganderson828,ou=people,dc=internet2,dc=edu +dn: uid=kpineda,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Greg -cn: Greg Anderson -uid: ganderson828 -title: faculty -employeeNumber: 80000829 -mail: ganderson828@example.edu -businessCategory:Purchasing +surname: Pineda +givenName: Katelyn +cn: Katelyn Pineda +uid: kpineda +#title: alum +employeeNumber: 800000828 +mail: Katelyn.Pineda@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mwilliams829,ou=people,dc=internet2,dc=edu +dn: uid=jgardner,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Mark -cn: Mark Williams -uid: mwilliams829 -title: alum -employeeNumber: 80000830 -mail: mwilliams829@example.edu -businessCategory:Information Technology +surname: Gardner +givenName: Jennifer +cn: Jennifer Gardner +uid: jgardner +#title: alum +employeeNumber: 800000829 +mail: Jennifer.Gardner@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=wgonazles830,ou=people,dc=internet2,dc=edu +dn: uid=cthompso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: William -cn: William Gonazles -uid: wgonazles830 -title: student -employeeNumber: 80000831 -mail: wgonazles830@example.edu -businessCategory:Language Arts +surname: Thompson +givenName: Christopher +cn: Christopher Thompson +uid: cthompso +#title: alum +employeeNumber: 800000830 +mail: Christopher.Thompson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=msmith831,ou=people,dc=internet2,dc=edu +dn: uid=swhite2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Mary -cn: Mary Smith -uid: msmith831 -title: staff -employeeNumber: 80000832 -mail: msmith831@example.edu -businessCategory:Financial Aid +surname: White +givenName: Stacey +cn: Stacey White +uid: swhite2 +#title: alum +employeeNumber: 800000831 +mail: Stacey.White@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jlee832,ou=people,dc=internet2,dc=edu +dn: uid=jmccarty,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Jim -cn: Jim Lee -uid: jlee832 -title: student -employeeNumber: 80000833 -mail: jlee832@example.edu -businessCategory:Language Arts +surname: Mccarty +givenName: Jay +cn: Jay Mccarty +uid: jmccarty +#title: alum +employeeNumber: 800000832 +mail: Jay.Mccarty@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=bmorrison833,ou=people,dc=internet2,dc=edu +dn: uid=rmcgee,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Betty -cn: Betty Morrison -uid: bmorrison833 -title: staff -employeeNumber: 80000834 -mail: bmorrison833@example.edu -businessCategory:Law +surname: Mcgee +givenName: Robert +cn: Robert Mcgee +uid: rmcgee +#title: alum +employeeNumber: 800000833 +mail: Robert.Mcgee@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=cdoe834,ou=people,dc=internet2,dc=edu +dn: uid=breed2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Claire -cn: Claire Doe -uid: cdoe834 -title: faculty -employeeNumber: 80000835 -mail: cdoe834@example.edu -businessCategory:Accounting +surname: Reed +givenName: Brian +cn: Brian Reed +uid: breed2 +#title: alum +employeeNumber: 800000834 +mail: Brian.Reed@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=mdavis835,ou=people,dc=internet2,dc=edu +dn: uid=bflores,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Megan -cn: Megan Davis -uid: mdavis835 -title: alum -employeeNumber: 80000836 -mail: mdavis835@example.edu -businessCategory:Law +surname: Flores +givenName: Brian +cn: Brian Flores +uid: bflores +#title: alum +employeeNumber: 800000835 +mail: Brian.Flores@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=avales836,ou=people,dc=internet2,dc=edu +dn: uid=soconnel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Andrew -cn: Andrew Vales -uid: avales836 -title: alum -employeeNumber: 80000837 -mail: avales836@example.edu -businessCategory:Accounts Payable +surname: Oconnell +givenName: Spencer +cn: Spencer Oconnell +uid: soconnel +#title: alum +employeeNumber: 800000836 +mail: Spencer.Oconnell@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=ajohnson837,ou=people,dc=internet2,dc=edu +dn: uid=kkaiser,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Andrew -cn: Andrew Johnson -uid: ajohnson837 -title: alum -employeeNumber: 80000838 -mail: ajohnson837@example.edu -businessCategory:Computer Science +surname: Kaiser +givenName: Keith +cn: Keith Kaiser +uid: kkaiser +#title: alum +employeeNumber: 800000837 +mail: Keith.Kaiser@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=jsmith838,ou=people,dc=internet2,dc=edu +dn: uid=clester,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: John -cn: John Smith -uid: jsmith838 -title: alum -employeeNumber: 80000839 -mail: jsmith838@example.edu -businessCategory:Law +surname: Lester +givenName: Curtis +cn: Curtis Lester +uid: clester +#title: alum +employeeNumber: 800000838 +mail: Curtis.Lester@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=kbutler839,ou=people,dc=internet2,dc=edu +dn: uid=gjoseph,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Karoline -cn: Karoline Butler -uid: kbutler839 -title: faculty -employeeNumber: 80000840 -mail: kbutler839@example.edu -businessCategory:Advising +surname: Joseph +givenName: Gordon +cn: Gordon Joseph +uid: gjoseph +#title: alum +employeeNumber: 800000839 +mail: Gordon.Joseph@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=mwhite840,ou=people,dc=internet2,dc=edu +dn: uid=rdrake,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Marie -cn: Marie White -uid: mwhite840 -title: faculty -employeeNumber: 80000841 -mail: mwhite840@example.edu -businessCategory:Computer Science +surname: Drake +givenName: Roberta +cn: Roberta Drake +uid: rdrake +#title: alum +employeeNumber: 800000840 +mail: Roberta.Drake@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=awilliams841,ou=people,dc=internet2,dc=edu +dn: uid=mdavidso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Amber -cn: Amber Williams -uid: awilliams841 -title: staff -employeeNumber: 80000842 -mail: awilliams841@example.edu -businessCategory:Accounts Payable +surname: Davidson +givenName: Margaret +cn: Margaret Davidson +uid: mdavidso +#title: alum +employeeNumber: 800000841 +mail: Margaret.Davidson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=rmartinez842,ou=people,dc=internet2,dc=edu +dn: uid=jsteele,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Robert -cn: Robert Martinez -uid: rmartinez842 -title: staff -employeeNumber: 80000843 -mail: rmartinez842@example.edu -businessCategory:Information Technology +surname: Steele +givenName: Judy +cn: Judy Steele +uid: jsteele +#title: alum +employeeNumber: 800000842 +mail: Judy.Steele@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=kbutler843,ou=people,dc=internet2,dc=edu +dn: uid=lmorgan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Karl -cn: Karl Butler -uid: kbutler843 -title: alum -employeeNumber: 80000844 -mail: kbutler843@example.edu -businessCategory:Information Technology +surname: Morgan +givenName: Louis +cn: Louis Morgan +uid: lmorgan +#title: alum +employeeNumber: 800000843 +mail: Louis.Morgan@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=snielson844,ou=people,dc=internet2,dc=edu +dn: uid=dmcmilla,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Sophia -cn: Sophia Nielson -uid: snielson844 -title: other -employeeNumber: 80000845 -mail: snielson844@example.edu -businessCategory:Law +surname: Mcmillan +givenName: David +cn: David Mcmillan +uid: dmcmilla +#title: alum +employeeNumber: 800000844 +mail: David.Mcmillan@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=alangenberg845,ou=people,dc=internet2,dc=edu +dn: uid=cmiller,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Amber -cn: Amber Langenberg -uid: alangenberg845 -title: alum -employeeNumber: 80000846 -mail: alangenberg845@example.edu -businessCategory:Computer Science +surname: Miller +givenName: Christy +cn: Christy Miller +uid: cmiller +#title: alum +employeeNumber: 800000845 +mail: Christy.Miller@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=sgrady846,ou=people,dc=internet2,dc=edu +dn: uid=ablair,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Sarah -cn: Sarah Grady -uid: sgrady846 -title: other -employeeNumber: 80000847 -mail: sgrady846@example.edu -businessCategory:Financial Aid +surname: Blair +givenName: Ashlee +cn: Ashlee Blair +uid: ablair +#title: alum +employeeNumber: 800000846 +mail: Ashlee.Blair@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=wgonazles847,ou=people,dc=internet2,dc=edu +dn: uid=adavenpo,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: William -cn: William Gonazles -uid: wgonazles847 -title: student -employeeNumber: 80000848 -mail: wgonazles847@example.edu -businessCategory:Physical Education +surname: Davenport +givenName: Alexander +cn: Alexander Davenport +uid: adavenpo +#title: alum +employeeNumber: 800000847 +mail: Alexander.Davenport@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=ajohnson848,ou=people,dc=internet2,dc=edu +dn: uid=msanders,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Ava -cn: Ava Johnson -uid: ajohnson848 -title: student -employeeNumber: 80000849 -mail: ajohnson848@example.edu -businessCategory:Engineering +surname: Sanders +givenName: Megan +cn: Megan Sanders +uid: msanders +#title: alum +employeeNumber: 800000848 +mail: Megan.Sanders@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=alee849,ou=people,dc=internet2,dc=edu +dn: uid=sjohnso4,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Andrew -cn: Andrew Lee -uid: alee849 -title: student -employeeNumber: 80000850 -mail: alee849@example.edu -businessCategory:Physical Education +surname: Johnson +givenName: Sherri +cn: Sherri Johnson +uid: sjohnso4 +#title: alum +employeeNumber: 800000849 +mail: Sherri.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mlewis850,ou=people,dc=internet2,dc=edu +dn: uid=jlewis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Lewis -givenName: Marie -cn: Marie Lewis -uid: mlewis850 -title: alum -employeeNumber: 80000851 -mail: mlewis850@example.edu -businessCategory:Engineering +givenName: Jennifer +cn: Jennifer Lewis +uid: jlewis +#title: alum +employeeNumber: 800000850 +mail: Jennifer.Lewis@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=droberts851,ou=people,dc=internet2,dc=edu +dn: uid=kevans,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Debbie -cn: Debbie Roberts -uid: droberts851 -title: faculty -employeeNumber: 80000852 -mail: droberts851@example.edu -businessCategory:Accounting +surname: Evans +givenName: Kristen +cn: Kristen Evans +uid: kevans +#title: alum +employeeNumber: 800000851 +mail: Kristen.Evans@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=adoe852,ou=people,dc=internet2,dc=edu +dn: uid=jmeyer2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Ava -cn: Ava Doe -uid: adoe852 -title: other -employeeNumber: 80000853 -mail: adoe852@example.edu -businessCategory:Purchasing +surname: Meyer +givenName: Jeffrey +cn: Jeffrey Meyer +uid: jmeyer2 +#title: alum +employeeNumber: 800000852 +mail: Jeffrey.Meyer@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=lthompson853,ou=people,dc=internet2,dc=edu +dn: uid=jallen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Lexi -cn: Lexi Thompson -uid: lthompson853 -title: other -employeeNumber: 80000854 -mail: lthompson853@example.edu -businessCategory:Accounts Payable +surname: Allen +givenName: Jeremy +cn: Jeremy Allen +uid: jallen +#title: alum +employeeNumber: 800000853 +mail: Jeremy.Allen@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mroberts854,ou=people,dc=internet2,dc=edu +dn: uid=mcook,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Mia -cn: Mia Roberts -uid: mroberts854 -title: faculty -employeeNumber: 80000855 -mail: mroberts854@example.edu -businessCategory:Accounting +surname: Cook +givenName: Melissa +cn: Melissa Cook +uid: mcook +#title: alum +employeeNumber: 800000854 +mail: Melissa.Cook@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mnielson855,ou=people,dc=internet2,dc=edu +dn: uid=tryan,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Michael -cn: Michael Nielson -uid: mnielson855 -title: alum -employeeNumber: 80000856 -mail: mnielson855@example.edu -businessCategory:Engineering +surname: Ryan +givenName: Thomas +cn: Thomas Ryan +uid: tryan +#title: alum +employeeNumber: 800000855 +mail: Thomas.Ryan@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=obrown856,ou=people,dc=internet2,dc=edu +dn: uid=mschwart,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Olivia -cn: Olivia Brown -uid: obrown856 -title: faculty -employeeNumber: 80000857 -mail: obrown856@example.edu -businessCategory:Business +surname: Schwartz +givenName: Matthew +cn: Matthew Schwartz +uid: mschwart +#title: alum +employeeNumber: 800000856 +mail: Matthew.Schwartz@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=kpeterson857,ou=people,dc=internet2,dc=edu +dn: uid=mrichard,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Kiersten -cn: Kiersten Peterson -uid: kpeterson857 -title: student -employeeNumber: 80000858 -mail: kpeterson857@example.edu -businessCategory:Computer Science +surname: Richardson +givenName: Melissa +cn: Melissa Richardson +uid: mrichard +#title: alum +employeeNumber: 800000857 +mail: Melissa.Richardson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=jgrady858,ou=people,dc=internet2,dc=edu +dn: uid=nfreeman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Jeremy -cn: Jeremy Grady -uid: jgrady858 -title: staff -employeeNumber: 80000859 -mail: jgrady858@example.edu -businessCategory:Information Technology +surname: Freeman +givenName: Nicole +cn: Nicole Freeman +uid: nfreeman +#title: alum +employeeNumber: 800000858 +mail: Nicole.Freeman@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=aroberts859,ou=people,dc=internet2,dc=edu +dn: uid=crice,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Ann -cn: Ann Roberts -uid: aroberts859 -title: student -employeeNumber: 80000860 -mail: aroberts859@example.edu -businessCategory:Financial Aid +surname: Rice +givenName: Christopher +cn: Christopher Rice +uid: crice +#title: alum +employeeNumber: 800000859 +mail: Christopher.Rice@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=manderson860,ou=people,dc=internet2,dc=edu +dn: uid=mdavis2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Megan -cn: Megan Anderson -uid: manderson860 -title: faculty -employeeNumber: 80000861 -mail: manderson860@example.edu -businessCategory:Information Technology +surname: Davis +givenName: Melvin +cn: Melvin Davis +uid: mdavis2 +#title: alum +employeeNumber: 800000860 +mail: Melvin.Davis@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=jmorrison861,ou=people,dc=internet2,dc=edu +dn: uid=kstewart,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Jeremy -cn: Jeremy Morrison -uid: jmorrison861 -title: faculty -employeeNumber: 80000862 -mail: jmorrison861@example.edu -businessCategory:Law +surname: Stewart +givenName: Kimberly +cn: Kimberly Stewart +uid: kstewart +#title: alum +employeeNumber: 800000861 +mail: Kimberly.Stewart@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=ehenderson862,ou=people,dc=internet2,dc=edu +dn: uid=kdouglas,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Emma -cn: Emma Henderson -uid: ehenderson862 -title: staff -employeeNumber: 80000863 -mail: ehenderson862@example.edu -businessCategory:Language Arts +surname: Douglas +givenName: Katelyn +cn: Katelyn Douglas +uid: kdouglas +#title: alum +employeeNumber: 800000862 +mail: Katelyn.Douglas@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mlee863,ou=people,dc=internet2,dc=edu +dn: uid=calvarez,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Michael -cn: Michael Lee -uid: mlee863 -title: staff -employeeNumber: 80000864 -mail: mlee863@example.edu -businessCategory:Computer Science +surname: Alvarez +givenName: Cheyenne +cn: Cheyenne Alvarez +uid: calvarez +#title: alum +employeeNumber: 800000863 +mail: Cheyenne.Alvarez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=cgasper864,ou=people,dc=internet2,dc=edu +dn: uid=pcannon,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Colin -cn: Colin Gasper -uid: cgasper864 -title: alum -employeeNumber: 80000865 -mail: cgasper864@example.edu -businessCategory:Physical Education +surname: Cannon +givenName: Patricia +cn: Patricia Cannon +uid: pcannon +#title: alum +employeeNumber: 800000864 +mail: Patricia.Cannon@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: alum -dn: uid=kpeterson865,ou=people,dc=internet2,dc=edu +dn: uid=kandrews,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Karoline -cn: Karoline Peterson -uid: kpeterson865 -title: staff -employeeNumber: 80000866 -mail: kpeterson865@example.edu -businessCategory:Language Arts +surname: Andrews +givenName: Kelsey +cn: Kelsey Andrews +uid: kandrews +#title: alum +employeeNumber: 800000865 +mail: Kelsey.Andrews@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=athompson866,ou=people,dc=internet2,dc=edu +dn: uid=mwilson2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Andrew -cn: Andrew Thompson -uid: athompson866 -title: other -employeeNumber: 80000867 -mail: athompson866@example.edu -businessCategory:Law +surname: Wilson +givenName: Michael +cn: Michael Wilson +uid: mwilson2 +#title: alum +employeeNumber: 800000866 +mail: Michael.Wilson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=klewis867,ou=people,dc=internet2,dc=edu +dn: uid=nproctor,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Karl -cn: Karl Lewis -uid: klewis867 -title: alum -employeeNumber: 80000868 -mail: klewis867@example.edu -businessCategory:Computer Science +surname: Proctor +givenName: Nicole +cn: Nicole Proctor +uid: nproctor +#title: alum +employeeNumber: 800000867 +mail: Nicole.Proctor@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=ahenderson868,ou=people,dc=internet2,dc=edu +dn: uid=lwu,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Andrew -cn: Andrew Henderson -uid: ahenderson868 -title: faculty -employeeNumber: 80000869 -mail: ahenderson868@example.edu -businessCategory:Information Technology +surname: Wu +givenName: Lisa +cn: Lisa Wu +uid: lwu +#title: alum +employeeNumber: 800000868 +mail: Lisa.Wu@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=tpeterson869,ou=people,dc=internet2,dc=edu +dn: uid=mking,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Thomas -cn: Thomas Peterson -uid: tpeterson869 -title: alum -employeeNumber: 80000870 -mail: tpeterson869@example.edu -businessCategory:Law +surname: King +givenName: Morgan +cn: Morgan King +uid: mking +#title: alum +employeeNumber: 800000869 +mail: Morgan.King@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=apeterson870,ou=people,dc=internet2,dc=edu +dn: uid=jrodrig2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Ann -cn: Ann Peterson -uid: apeterson870 -title: faculty -employeeNumber: 80000871 -mail: apeterson870@example.edu -businessCategory:Engineering +surname: Rodriguez +givenName: Jessica +cn: Jessica Rodriguez +uid: jrodrig2 +#title: alum +employeeNumber: 800000870 +mail: Jessica.Rodriguez@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mmorrison871,ou=people,dc=internet2,dc=edu +dn: uid=tmartin,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Mark -cn: Mark Morrison -uid: mmorrison871 -title: faculty -employeeNumber: 80000872 -mail: mmorrison871@example.edu -businessCategory:Law +surname: Martin +givenName: Tyler +cn: Tyler Martin +uid: tmartin +#title: alum +employeeNumber: 800000871 +mail: Tyler.Martin@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=kjohnson872,ou=people,dc=internet2,dc=edu +dn: uid=awells,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Karl -cn: Karl Johnson -uid: kjohnson872 -title: other -employeeNumber: 80000873 -mail: kjohnson872@example.edu -businessCategory:Physical Education +surname: Wells +givenName: Angela +cn: Angela Wells +uid: awells +#title: alum +employeeNumber: 800000872 +mail: Angela.Wells@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=ssmith873,ou=people,dc=internet2,dc=edu +dn: uid=lallen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Steve -cn: Steve Smith -uid: ssmith873 -title: staff -employeeNumber: 80000874 -mail: ssmith873@example.edu -businessCategory:Accounting +surname: Allen +givenName: Lisa +cn: Lisa Allen +uid: lallen +#title: alum +employeeNumber: 800000873 +mail: Lisa.Allen@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=kwhite874,ou=people,dc=internet2,dc=edu +dn: uid=mmunoz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Karl -cn: Karl White -uid: kwhite874 -title: student -employeeNumber: 80000875 -mail: kwhite874@example.edu -businessCategory:Business +surname: Munoz +givenName: Matthew +cn: Matthew Munoz +uid: mmunoz +#title: alum +employeeNumber: 800000874 +mail: Matthew.Munoz@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=ggonazles875,ou=people,dc=internet2,dc=edu +dn: uid=cklein,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Greg -cn: Greg Gonazles -uid: ggonazles875 -title: staff -employeeNumber: 80000876 -mail: ggonazles875@example.edu -businessCategory:Law +surname: Klein +givenName: Crystal +cn: Crystal Klein +uid: cklein +#title: alum +employeeNumber: 800000875 +mail: Crystal.Klein@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=klangenberg876,ou=people,dc=internet2,dc=edu +dn: uid=bvance,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Karl -cn: Karl Langenberg -uid: klangenberg876 -title: staff -employeeNumber: 80000877 -mail: klangenberg876@example.edu -businessCategory:Law +surname: Vance +givenName: Brandi +cn: Brandi Vance +uid: bvance +#title: alum +employeeNumber: 800000876 +mail: Brandi.Vance@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=mwalters877,ou=people,dc=internet2,dc=edu +dn: uid=kknox,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Madison -cn: Madison Walters -uid: mwalters877 -title: staff -employeeNumber: 80000878 -mail: mwalters877@example.edu -businessCategory:Information Technology +surname: Knox +givenName: Kyle +cn: Kyle Knox +uid: kknox +#title: alum +employeeNumber: 800000877 +mail: Kyle.Knox@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=sgasper878,ou=people,dc=internet2,dc=edu +dn: uid=scampbel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Sophia -cn: Sophia Gasper -uid: sgasper878 -title: student -employeeNumber: 80000879 -mail: sgasper878@example.edu -businessCategory:Purchasing +surname: Campbell +givenName: Sharon +cn: Sharon Campbell +uid: scampbel +#title: alum +employeeNumber: 800000878 +mail: Sharon.Campbell@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=janderson879,ou=people,dc=internet2,dc=edu +dn: uid=bwalters,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: James -cn: James Anderson -uid: janderson879 -title: staff -employeeNumber: 80000880 -mail: janderson879@example.edu -businessCategory:Financial Aid +surname: Walters +givenName: Breanna +cn: Breanna Walters +uid: bwalters +#title: alum +employeeNumber: 800000879 +mail: Breanna.Walters@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=dprice880,ou=people,dc=internet2,dc=edu +dn: uid=amason,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Donna -cn: Donna Price -uid: dprice880 -title: faculty -employeeNumber: 80000881 -mail: dprice880@example.edu -businessCategory:Physical Education +surname: Mason +givenName: Adam +cn: Adam Mason +uid: amason +#title: alum +employeeNumber: 800000880 +mail: Adam.Mason@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=dgonazles881,ou=people,dc=internet2,dc=edu +dn: uid=jrogers,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: David -cn: David Gonazles -uid: dgonazles881 -title: student -employeeNumber: 80000882 -mail: dgonazles881@example.edu -businessCategory:Accounting +surname: Rogers +givenName: Jacob +cn: Jacob Rogers +uid: jrogers +#title: alum +employeeNumber: 800000881 +mail: Jacob.Rogers@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=athompson882,ou=people,dc=internet2,dc=edu +dn: uid=jbender,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Anna -cn: Anna Thompson -uid: athompson882 -title: alum -employeeNumber: 80000883 -mail: athompson882@example.edu -businessCategory:Accounts Payable +surname: Bender +givenName: Joseph +cn: Joseph Bender +uid: jbender +#title: alum +employeeNumber: 800000882 +mail: Joseph.Bender@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=lprice883,ou=people,dc=internet2,dc=edu +dn: uid=cperez2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Lori -cn: Lori Price -uid: lprice883 -title: student -employeeNumber: 80000884 -mail: lprice883@example.edu -businessCategory:Engineering +surname: Perez +givenName: Candice +cn: Candice Perez +uid: cperez2 +#title: alum +employeeNumber: 800000883 +mail: Candice.Perez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=ahenderson884,ou=people,dc=internet2,dc=edu +dn: uid=cwatson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Ann -cn: Ann Henderson -uid: ahenderson884 -title: staff -employeeNumber: 80000885 -mail: ahenderson884@example.edu -businessCategory:Engineering +surname: Watson +givenName: Christopher +cn: Christopher Watson +uid: cwatson +#title: alum +employeeNumber: 800000884 +mail: Christopher.Watson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=agasper885,ou=people,dc=internet2,dc=edu +dn: uid=jgarcia,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Adian -cn: Adian Gasper -uid: agasper885 -title: student -employeeNumber: 80000886 -mail: agasper885@example.edu -businessCategory:Advising +surname: Garcia +givenName: Jacob +cn: Jacob Garcia +uid: jgarcia +#title: alum +employeeNumber: 800000885 +mail: Jacob.Garcia@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=jwilliams886,ou=people,dc=internet2,dc=edu +dn: uid=lshea,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Jeremy -cn: Jeremy Williams -uid: jwilliams886 -title: staff -employeeNumber: 80000887 -mail: jwilliams886@example.edu -businessCategory:Language Arts +surname: Shea +givenName: Lisa +cn: Lisa Shea +uid: lshea +#title: alum +employeeNumber: 800000886 +mail: Lisa.Shea@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=ehenderson887,ou=people,dc=internet2,dc=edu +dn: uid=hwalker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Erik -cn: Erik Henderson -uid: ehenderson887 -title: staff -employeeNumber: 80000888 -mail: ehenderson887@example.edu -businessCategory:Information Technology +surname: Walker +givenName: Heather +cn: Heather Walker +uid: hwalker +#title: alum +employeeNumber: 800000887 +mail: Heather.Walker@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=osmith888,ou=people,dc=internet2,dc=edu +dn: uid=jcross2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Olivia -cn: Olivia Smith -uid: osmith888 -title: staff -employeeNumber: 80000889 -mail: osmith888@example.edu -businessCategory:Computer Science +surname: Cross +givenName: Jamie +cn: Jamie Cross +uid: jcross2 +#title: alum +employeeNumber: 800000888 +mail: Jamie.Cross@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=obutler889,ou=people,dc=internet2,dc=edu +dn: uid=troberts,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Olivia -cn: Olivia Butler -uid: obutler889 -title: student -employeeNumber: 80000890 -mail: obutler889@example.edu -businessCategory:Business +surname: Robertson +givenName: Tiffany +cn: Tiffany Robertson +uid: troberts +#title: alum +employeeNumber: 800000889 +mail: Tiffany.Robertson@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=swilliams890,ou=people,dc=internet2,dc=edu +dn: uid=jcollin2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Sarah -cn: Sarah Williams -uid: swilliams890 -title: faculty -employeeNumber: 80000891 -mail: swilliams890@example.edu -businessCategory:Information Technology +surname: Collins +givenName: John +cn: John Collins +uid: jcollin2 +#title: alum +employeeNumber: 800000890 +mail: John.Collins@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=aprice891,ou=people,dc=internet2,dc=edu +dn: uid=cjackson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Anna -cn: Anna Price -uid: aprice891 -title: faculty -employeeNumber: 80000892 -mail: aprice891@example.edu -businessCategory:Accounting +surname: Jackson +givenName: Christopher +cn: Christopher Jackson +uid: cjackson +#title: alum +employeeNumber: 800000891 +mail: Christopher.Jackson@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=mgrady892,ou=people,dc=internet2,dc=edu +dn: uid=tturner,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Maddie -cn: Maddie Grady -uid: mgrady892 -title: faculty -employeeNumber: 80000893 -mail: mgrady892@example.edu -businessCategory:Advising +surname: Turner +givenName: Thomas +cn: Thomas Turner +uid: tturner +#title: alum +employeeNumber: 800000892 +mail: Thomas.Turner@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: alum -dn: uid=agonazles893,ou=people,dc=internet2,dc=edu +dn: uid=lpayne,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Andrew -cn: Andrew Gonazles -uid: agonazles893 -title: faculty -employeeNumber: 80000894 -mail: agonazles893@example.edu -businessCategory:Financial Aid +surname: Payne +givenName: Leslie +cn: Leslie Payne +uid: lpayne +#title: alum +employeeNumber: 800000893 +mail: Leslie.Payne@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=ebutler894,ou=people,dc=internet2,dc=edu +dn: uid=ccrawfor,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Emma -cn: Emma Butler -uid: ebutler894 -title: staff -employeeNumber: 80000895 -mail: ebutler894@example.edu -businessCategory:Advising +surname: Crawford +givenName: Christopher +cn: Christopher Crawford +uid: ccrawfor +#title: alum +employeeNumber: 800000894 +mail: Christopher.Crawford@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=llee895,ou=people,dc=internet2,dc=edu +dn: uid=mflores,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Lexi -cn: Lexi Lee -uid: llee895 -title: alum -employeeNumber: 80000896 -mail: llee895@example.edu -businessCategory:Business +surname: Flores +givenName: Marvin +cn: Marvin Flores +uid: mflores +#title: alum +employeeNumber: 800000895 +mail: Marvin.Flores@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=aclark896,ou=people,dc=internet2,dc=edu +dn: uid=sfox,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Clark -givenName: Anna -cn: Anna Clark -uid: aclark896 -title: faculty -employeeNumber: 80000897 -mail: aclark896@example.edu -businessCategory:Language Arts +surname: Fox +givenName: Sarah +cn: Sarah Fox +uid: sfox +#title: alum +employeeNumber: 800000896 +mail: Sarah.Fox@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=mprice897,ou=people,dc=internet2,dc=edu +dn: uid=mmurphy,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Mia -cn: Mia Price -uid: mprice897 -title: student -employeeNumber: 80000898 -mail: mprice897@example.edu -businessCategory:Law +surname: Murphy +givenName: Michelle +cn: Michelle Murphy +uid: mmurphy +#title: alum +employeeNumber: 800000897 +mail: Michelle.Murphy@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jmartinez898,ou=people,dc=internet2,dc=edu +dn: uid=scontrer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: John -cn: John Martinez -uid: jmartinez898 -title: alum -employeeNumber: 80000899 -mail: jmartinez898@example.edu -businessCategory:Accounts Payable +surname: Contreras +givenName: Steven +cn: Steven Contreras +uid: scontrer +#title: alum +employeeNumber: 800000898 +mail: Steven.Contreras@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=alopez899,ou=people,dc=internet2,dc=edu +dn: uid=ahayes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Amber -cn: Amber Lopez -uid: alopez899 -title: staff -employeeNumber: 80000900 -mail: alopez899@example.edu -businessCategory:Advising +surname: Hayes +givenName: Amanda +cn: Amanda Hayes +uid: ahayes +#title: alum +employeeNumber: 800000899 +mail: Amanda.Hayes@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=clopez900,ou=people,dc=internet2,dc=edu +dn: uid=jdaugher,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Claire -cn: Claire Lopez -uid: clopez900 -title: student -employeeNumber: 80000901 -mail: clopez900@example.edu -businessCategory:Information Technology +surname: Daugherty +givenName: Jeffrey +cn: Jeffrey Daugherty +uid: jdaugher +#title: alum +employeeNumber: 800000900 +mail: Jeffrey.Daugherty@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=agrady901,ou=people,dc=internet2,dc=edu +dn: uid=cwalters,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Ann -cn: Ann Grady -uid: agrady901 -title: student -employeeNumber: 80000902 -mail: agrady901@example.edu -businessCategory:Accounts Payable +surname: Walters +givenName: Cristian +cn: Cristian Walters +uid: cwalters +#title: alum +employeeNumber: 800000901 +mail: Cristian.Walters@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=mgasper902,ou=people,dc=internet2,dc=edu +dn: uid=cjohnso4,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Mark -cn: Mark Gasper -uid: mgasper902 -title: staff -employeeNumber: 80000903 -mail: mgasper902@example.edu -businessCategory:Law +surname: Johnson +givenName: Crystal +cn: Crystal Johnson +uid: cjohnso4 +#title: alum +employeeNumber: 800000902 +mail: Crystal.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=hgrady903,ou=people,dc=internet2,dc=edu +dn: uid=pparker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Heather -cn: Heather Grady -uid: hgrady903 -title: alum -employeeNumber: 80000904 -mail: hgrady903@example.edu -businessCategory:Financial Aid +surname: Parker +givenName: Paula +cn: Paula Parker +uid: pparker +#title: alum +employeeNumber: 800000903 +mail: Paula.Parker@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=rdoe904,ou=people,dc=internet2,dc=edu +dn: uid=merickso,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Robert -cn: Robert Doe -uid: rdoe904 -title: other -employeeNumber: 80000905 -mail: rdoe904@example.edu -businessCategory:Physical Education +surname: Erickson +givenName: Monica +cn: Monica Erickson +uid: merickso +#title: alum +employeeNumber: 800000904 +mail: Monica.Erickson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=rnielson905,ou=people,dc=internet2,dc=edu +dn: uid=rjohnson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Robert -cn: Robert Nielson -uid: rnielson905 -title: staff -employeeNumber: 80000906 -mail: rnielson905@example.edu -businessCategory:Computer Science +surname: Johnson +givenName: Ronald +cn: Ronald Johnson +uid: rjohnson +#title: alum +employeeNumber: 800000905 +mail: Ronald.Johnson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=dlopez906,ou=people,dc=internet2,dc=edu +dn: uid=cle,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: David -cn: David Lopez -uid: dlopez906 -title: staff -employeeNumber: 80000907 -mail: dlopez906@example.edu -businessCategory:Engineering +surname: Le +givenName: Christine +cn: Christine Le +uid: cle +#title: alum +employeeNumber: 800000906 +mail: Christine.Le@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=jwalters907,ou=people,dc=internet2,dc=edu +dn: uid=cfranco,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: James -cn: James Walters -uid: jwalters907 -title: student -employeeNumber: 80000908 -mail: jwalters907@example.edu -businessCategory:Computer Science +surname: Franco +givenName: Cynthia +cn: Cynthia Franco +uid: cfranco +#title: alum +employeeNumber: 800000907 +mail: Cynthia.Franco@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=kvales908,ou=people,dc=internet2,dc=edu +dn: uid=jadams2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Kim -cn: Kim Vales -uid: kvales908 -title: faculty -employeeNumber: 80000909 -mail: kvales908@example.edu -businessCategory:Law +surname: Adams +givenName: James +cn: James Adams +uid: jadams2 +#title: alum +employeeNumber: 800000908 +mail: James.Adams@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=mscott909,ou=people,dc=internet2,dc=edu +dn: uid=lfreeman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Megan -cn: Megan Scott -uid: mscott909 -title: faculty -employeeNumber: 80000910 -mail: mscott909@example.edu -businessCategory:Information Technology +surname: Freeman +givenName: Leslie +cn: Leslie Freeman +uid: lfreeman +#title: alum +employeeNumber: 800000909 +mail: Leslie.Freeman@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=obrown910,ou=people,dc=internet2,dc=edu +dn: uid=lrojas,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Olivia -cn: Olivia Brown -uid: obrown910 -title: faculty -employeeNumber: 80000911 -mail: obrown910@example.edu -businessCategory:Financial Aid +surname: Rojas +givenName: Lacey +cn: Lacey Rojas +uid: lrojas +#title: alum +employeeNumber: 800000910 +mail: Lacey.Rojas@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=hlopez911,ou=people,dc=internet2,dc=edu +dn: uid=cjenkins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Heather -cn: Heather Lopez -uid: hlopez911 -title: faculty -employeeNumber: 80000912 -mail: hlopez911@example.edu -businessCategory:Accounting +surname: Jenkins +givenName: Christopher +cn: Christopher Jenkins +uid: cjenkins +#title: alum +employeeNumber: 800000911 +mail: Christopher.Jenkins@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=kmorrison912,ou=people,dc=internet2,dc=edu +dn: uid=ascott2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Karl -cn: Karl Morrison -uid: kmorrison912 -title: student -employeeNumber: 80000913 -mail: kmorrison912@example.edu -businessCategory:Accounts Payable +surname: Scott +givenName: Alyssa +cn: Alyssa Scott +uid: ascott2 +#title: alum +employeeNumber: 800000912 +mail: Alyssa.Scott@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=ldoe913,ou=people,dc=internet2,dc=edu +dn: uid=sparrish,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Lexi -cn: Lexi Doe -uid: ldoe913 -title: alum -employeeNumber: 80000914 -mail: ldoe913@example.edu -businessCategory:Advising +surname: Parrish +givenName: Sherri +cn: Sherri Parrish +uid: sparrish +#title: alum +employeeNumber: 800000913 +mail: Sherri.Parrish@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=thenderson914,ou=people,dc=internet2,dc=edu +dn: uid=sstevens,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Thomas -cn: Thomas Henderson -uid: thenderson914 -title: faculty -employeeNumber: 80000915 -mail: thenderson914@example.edu -businessCategory:Advising +surname: Stevens +givenName: Selena +cn: Selena Stevens +uid: sstevens +#title: alum +employeeNumber: 800000914 +mail: Selena.Stevens@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: student -dn: uid=klewis915,ou=people,dc=internet2,dc=edu +dn: uid=dramire2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Kiersten -cn: Kiersten Lewis -uid: klewis915 -title: student -employeeNumber: 80000916 -mail: klewis915@example.edu -businessCategory:Accounting +surname: Ramirez +givenName: Daniel +cn: Daniel Ramirez +uid: dramire2 +#title: alum +employeeNumber: 800000915 +mail: Daniel.Ramirez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: community -dn: uid=edoe916,ou=people,dc=internet2,dc=edu +dn: uid=rnguyen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Erik -cn: Erik Doe -uid: edoe916 -title: student -employeeNumber: 80000917 -mail: edoe916@example.edu -businessCategory:Law +surname: Nguyen +givenName: Renee +cn: Renee Nguyen +uid: rnguyen +#title: alum +employeeNumber: 800000916 +mail: Renee.Nguyen@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=dbutler917,ou=people,dc=internet2,dc=edu +dn: uid=dbrown2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: David -cn: David Butler -uid: dbutler917 -title: faculty -employeeNumber: 80000918 -mail: dbutler917@example.edu -businessCategory:Financial Aid +surname: Brown +givenName: Drew +cn: Drew Brown +uid: dbrown2 +#title: alum +employeeNumber: 800000917 +mail: Drew.Brown@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=kmartinez918,ou=people,dc=internet2,dc=edu +dn: uid=gkerr,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Karl -cn: Karl Martinez -uid: kmartinez918 -title: faculty -employeeNumber: 80000919 -mail: kmartinez918@example.edu -businessCategory:Financial Aid +surname: Kerr +givenName: Grant +cn: Grant Kerr +uid: gkerr +#title: alum +employeeNumber: 800000918 +mail: Grant.Kerr@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=eanderson919,ou=people,dc=internet2,dc=edu +dn: uid=lnguyen,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Eric -cn: Eric Anderson -uid: eanderson919 -title: other -employeeNumber: 80000920 -mail: eanderson919@example.edu -businessCategory:Computer Science +surname: Nguyen +givenName: Linda +cn: Linda Nguyen +uid: lnguyen +#title: alum +employeeNumber: 800000919 +mail: Linda.Nguyen@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mlee920,ou=people,dc=internet2,dc=edu +dn: uid=pcain,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Madison -cn: Madison Lee -uid: mlee920 -title: staff -employeeNumber: 80000921 -mail: mlee920@example.edu -businessCategory:Advising +surname: Cain +givenName: Paula +cn: Paula Cain +uid: pcain +#title: alum +employeeNumber: 800000920 +mail: Paula.Cain@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=pmartinez921,ou=people,dc=internet2,dc=edu +dn: uid=bmontgom,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Paul -cn: Paul Martinez -uid: pmartinez921 -title: other -employeeNumber: 80000922 -mail: pmartinez921@example.edu -businessCategory:Physical Education +surname: Montgomery +givenName: Bianca +cn: Bianca Montgomery +uid: bmontgom +#title: alum +employeeNumber: 800000921 +mail: Bianca.Montgomery@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=dthompson922,ou=people,dc=internet2,dc=edu +dn: uid=kswanson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Debbie -cn: Debbie Thompson -uid: dthompson922 -title: staff -employeeNumber: 80000923 -mail: dthompson922@example.edu -businessCategory:Accounting +surname: Swanson +givenName: Kathleen +cn: Kathleen Swanson +uid: kswanson +#title: alum +employeeNumber: 800000922 +mail: Kathleen.Swanson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=clangenberg923,ou=people,dc=internet2,dc=edu +dn: uid=dsingh,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Colin -cn: Colin Langenberg -uid: clangenberg923 -title: other -employeeNumber: 80000924 -mail: clangenberg923@example.edu -businessCategory:Language Arts +surname: Singh +givenName: Diane +cn: Diane Singh +uid: dsingh +#title: alum +employeeNumber: 800000923 +mail: Diane.Singh@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=hlewis924,ou=people,dc=internet2,dc=edu +dn: uid=wcolon,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Heather -cn: Heather Lewis -uid: hlewis924 -title: alum -employeeNumber: 80000925 -mail: hlewis924@example.edu -businessCategory:Accounting +surname: Colon +givenName: Wendy +cn: Wendy Colon +uid: wcolon +#title: alum +employeeNumber: 800000924 +mail: Wendy.Colon@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=lscott925,ou=people,dc=internet2,dc=edu +dn: uid=kgarcia,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Lexi -cn: Lexi Scott -uid: lscott925 -title: faculty -employeeNumber: 80000926 -mail: lscott925@example.edu -businessCategory:Engineering +surname: Garcia +givenName: Kirsten +cn: Kirsten Garcia +uid: kgarcia +#title: alum +employeeNumber: 800000925 +mail: Kirsten.Garcia@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=amorrison926,ou=people,dc=internet2,dc=edu +dn: uid=tbowman,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Adian -cn: Adian Morrison -uid: amorrison926 -title: staff -employeeNumber: 80000927 -mail: amorrison926@example.edu -businessCategory:Computer Science +surname: Bowman +givenName: Tom +cn: Tom Bowman +uid: tbowman +#title: alum +employeeNumber: 800000926 +mail: Tom.Bowman@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jgrady927,ou=people,dc=internet2,dc=edu +dn: uid=aalexand,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Jo -cn: Jo Grady -uid: jgrady927 -title: staff -employeeNumber: 80000928 -mail: jgrady927@example.edu -businessCategory:Accounting +surname: Alexander +givenName: Ashley +cn: Ashley Alexander +uid: aalexand +#title: alum +employeeNumber: 800000927 +mail: Ashley.Alexander@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=owilliams928,ou=people,dc=internet2,dc=edu +dn: uid=clopez2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Williams -givenName: Olivia -cn: Olivia Williams -uid: owilliams928 -title: student -employeeNumber: 80000929 -mail: owilliams928@example.edu -businessCategory:Physical Education +surname: Lopez +givenName: Christian +cn: Christian Lopez +uid: clopez2 +#title: alum +employeeNumber: 800000928 +mail: Christian.Lopez@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=tdavis929,ou=people,dc=internet2,dc=edu +dn: uid=gwolf,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Thomas -cn: Thomas Davis -uid: tdavis929 -title: faculty -employeeNumber: 80000930 -mail: tdavis929@example.edu -businessCategory:Law +surname: Wolf +givenName: George +cn: George Wolf +uid: gwolf +#title: alum +employeeNumber: 800000929 +mail: George.Wolf@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: staff -dn: uid=sbutler930,ou=people,dc=internet2,dc=edu +dn: uid=lvang,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Sophia -cn: Sophia Butler -uid: sbutler930 -title: faculty -employeeNumber: 80000931 -mail: sbutler930@example.edu -businessCategory:Business +surname: Vang +givenName: Lisa +cn: Lisa Vang +uid: lvang +#title: alum +employeeNumber: 800000930 +mail: Lisa.Vang@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=ssmith931,ou=people,dc=internet2,dc=edu +dn: uid=kanthony,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Sarah -cn: Sarah Smith -uid: ssmith931 -title: alum -employeeNumber: 80000932 -mail: ssmith931@example.edu -businessCategory:Engineering +surname: Anthony +givenName: Kevin +cn: Kevin Anthony +uid: kanthony +#title: alum +employeeNumber: 800000931 +mail: Kevin.Anthony@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mroberts932,ou=people,dc=internet2,dc=edu +dn: uid=jgarcia2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Maddie -cn: Maddie Roberts -uid: mroberts932 -title: staff -employeeNumber: 80000933 -mail: mroberts932@example.edu -businessCategory:Physical Education +surname: Garcia +givenName: Joseph +cn: Joseph Garcia +uid: jgarcia2 +#title: alum +employeeNumber: 800000932 +mail: Joseph.Garcia@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=cjohnson933,ou=people,dc=internet2,dc=edu +dn: uid=msmith4,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Claire -cn: Claire Johnson -uid: cjohnson933 -title: other -employeeNumber: 80000934 -mail: cjohnson933@example.edu -businessCategory:Engineering +surname: Smith +givenName: Michele +cn: Michele Smith +uid: msmith4 +#title: alum +employeeNumber: 800000933 +mail: Michele.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=lwalters934,ou=people,dc=internet2,dc=edu +dn: uid=jknight,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Lisa -cn: Lisa Walters -uid: lwalters934 -title: other -employeeNumber: 80000935 -mail: lwalters934@example.edu -businessCategory:Accounting +surname: Knight +givenName: Justin +cn: Justin Knight +uid: jknight +#title: alum +employeeNumber: 800000934 +mail: Justin.Knight@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mmorrison935,ou=people,dc=internet2,dc=edu +dn: uid=hsmith,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Mark -cn: Mark Morrison -uid: mmorrison935 -title: staff -employeeNumber: 80000936 -mail: mmorrison935@example.edu -businessCategory:Law +surname: Smith +givenName: Haley +cn: Haley Smith +uid: hsmith +#title: alum +employeeNumber: 800000935 +mail: Haley.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=kbutler936,ou=people,dc=internet2,dc=edu +dn: uid=whaynes,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Butler -givenName: Kim -cn: Kim Butler -uid: kbutler936 -title: student -employeeNumber: 80000937 -mail: kbutler936@example.edu -businessCategory:Law +surname: Haynes +givenName: William +cn: William Haynes +uid: whaynes +#title: alum +employeeNumber: 800000936 +mail: William.Haynes@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=jnielson937,ou=people,dc=internet2,dc=edu +dn: uid=smaxwell,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Jeremy -cn: Jeremy Nielson -uid: jnielson937 -title: staff -employeeNumber: 80000938 -mail: jnielson937@example.edu -businessCategory:Law +surname: Maxwell +givenName: Sonia +cn: Sonia Maxwell +uid: smaxwell +#title: alum +employeeNumber: 800000937 +mail: Sonia.Maxwell@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=smorrison938,ou=people,dc=internet2,dc=edu +dn: uid=ahardy,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Stephanie -cn: Stephanie Morrison -uid: smorrison938 -title: student -employeeNumber: 80000939 -mail: smorrison938@example.edu -businessCategory:Information Technology +surname: Hardy +givenName: Alexander +cn: Alexander Hardy +uid: ahardy +#title: alum +employeeNumber: 800000938 +mail: Alexander.Hardy@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=tdoe939,ou=people,dc=internet2,dc=edu +dn: uid=dlewis2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Thomas -cn: Thomas Doe -uid: tdoe939 -title: other -employeeNumber: 80000940 -mail: tdoe939@example.edu -businessCategory:Law +surname: Lewis +givenName: Denise +cn: Denise Lewis +uid: dlewis2 +#title: alum +employeeNumber: 800000939 +mail: Denise.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=nalvarez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Alvarez +givenName: Nichole +cn: Nichole Alvarez +uid: nalvarez +#title: alum +employeeNumber: 800000940 +mail: Nichole.Alvarez@mock.edu.invalid +userPassword: password + +dn: uid=rlee,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: Randy +cn: Randy Lee +uid: rlee +#title: alum +employeeNumber: 800000941 +mail: Randy.Lee@mock.edu.invalid +userPassword: password + +dn: uid=tyoung,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Young +givenName: Taylor +cn: Taylor Young +uid: tyoung +#title: alum +employeeNumber: 800000942 +mail: Taylor.Young@mock.edu.invalid +userPassword: password + +dn: uid=awagner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wagner +givenName: Anne +cn: Anne Wagner +uid: awagner +#title: alum +employeeNumber: 800000943 +mail: Anne.Wagner@mock.edu.invalid +userPassword: password + +dn: uid=sberry2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Berry +givenName: Steven +cn: Steven Berry +uid: sberry2 +#title: alum +employeeNumber: 800000944 +mail: Steven.Berry@mock.edu.invalid +userPassword: password + +dn: uid=trodrigu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Tiffany +cn: Tiffany Rodriguez +uid: trodrigu +#title: alum +employeeNumber: 800000945 +mail: Tiffany.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=alopez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Alejandra +cn: Alejandra Lopez +uid: alopez +#title: alum +employeeNumber: 800000946 +mail: Alejandra.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=gflores,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Flores +givenName: Gabrielle +cn: Gabrielle Flores +uid: gflores +#title: alum +employeeNumber: 800000947 +mail: Gabrielle.Flores@mock.edu.invalid +userPassword: password + +dn: uid=jpotts,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Potts +givenName: Justin +cn: Justin Potts +uid: jpotts +#title: alum +employeeNumber: 800000948 +mail: Justin.Potts@mock.edu.invalid +userPassword: password + +dn: uid=cking2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: King +givenName: Connie +cn: Connie King +uid: cking2 +#title: alum +employeeNumber: 800000949 +mail: Connie.King@mock.edu.invalid +userPassword: password + +dn: uid=mcollier,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Collier +givenName: Michael +cn: Michael Collier +uid: mcollier +#title: alum +employeeNumber: 800000950 +mail: Michael.Collier@mock.edu.invalid +userPassword: password + +dn: uid=dwhite,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: White +givenName: Dana +cn: Dana White +uid: dwhite +#title: alum +employeeNumber: 800000951 +mail: Dana.White@mock.edu.invalid +userPassword: password + +dn: uid=mwarren,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Warren +givenName: Mark +cn: Mark Warren +uid: mwarren +#title: alum +employeeNumber: 800000952 +mail: Mark.Warren@mock.edu.invalid +userPassword: password + +dn: uid=jrojas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rojas +givenName: Joel +cn: Joel Rojas +uid: jrojas +#title: alum +employeeNumber: 800000953 +mail: Joel.Rojas@mock.edu.invalid +userPassword: password + +dn: uid=bhammond,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hammond +givenName: Brittany +cn: Brittany Hammond +uid: bhammond +#title: alum +employeeNumber: 800000954 +mail: Brittany.Hammond@mock.edu.invalid +userPassword: password + +dn: uid=rramirez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramirez +givenName: Regina +cn: Regina Ramirez +uid: rramirez +#title: alum +employeeNumber: 800000955 +mail: Regina.Ramirez@mock.edu.invalid +userPassword: password + +dn: uid=jfranco,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Franco +givenName: Jason +cn: Jason Franco +uid: jfranco +#title: alum +employeeNumber: 800000956 +mail: Jason.Franco@mock.edu.invalid +userPassword: password + +dn: uid=ataylor2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Alexander +cn: Alexander Taylor +uid: ataylor2 +#title: alum +employeeNumber: 800000957 +mail: Alexander.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=jroberso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roberson +givenName: Jennifer +cn: Jennifer Roberson +uid: jroberso +#title: alum +employeeNumber: 800000958 +mail: Jennifer.Roberson@mock.edu.invalid +userPassword: password + +dn: uid=jlee,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: John +cn: John Lee +uid: jlee +#title: alum +employeeNumber: 800000959 +mail: John.Lee@mock.edu.invalid +userPassword: password + +dn: uid=tharris,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Thomas +cn: Thomas Harris +uid: tharris +#title: alum +employeeNumber: 800000960 +mail: Thomas.Harris@mock.edu.invalid +userPassword: password + +dn: uid=ppatters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patterson +givenName: Phyllis +cn: Phyllis Patterson +uid: ppatters +#title: alum +employeeNumber: 800000961 +mail: Phyllis.Patterson@mock.edu.invalid +userPassword: password + +dn: uid=dreid,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reid +givenName: Dean +cn: Dean Reid +uid: dreid +#title: alum +employeeNumber: 800000962 +mail: Dean.Reid@mock.edu.invalid +userPassword: password + +dn: uid=mcooper,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cooper +givenName: Michelle +cn: Michelle Cooper +uid: mcooper +#title: alum +employeeNumber: 800000963 +mail: Michelle.Cooper@mock.edu.invalid +userPassword: password + +dn: uid=ryoung2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Young +givenName: Robert +cn: Robert Young +uid: ryoung2 +#title: alum +employeeNumber: 800000964 +mail: Robert.Young@mock.edu.invalid +userPassword: password + +dn: uid=sellis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ellis +givenName: Stephanie +cn: Stephanie Ellis +uid: sellis +#title: alum +employeeNumber: 800000965 +mail: Stephanie.Ellis@mock.edu.invalid +userPassword: password + +dn: uid=jcamacho,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Camacho +givenName: Jessica +cn: Jessica Camacho +uid: jcamacho +#title: alum +employeeNumber: 800000966 +mail: Jessica.Camacho@mock.edu.invalid +userPassword: password + +dn: uid=jjohnso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Jeremy +cn: Jeremy Johnson +uid: jjohnso2 +#title: alum +employeeNumber: 800000967 +mail: Jeremy.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=fgonzale,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Faith +cn: Faith Gonzalez +uid: fgonzale +#title: alum +employeeNumber: 800000968 +mail: Faith.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=dharris,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Daniel +cn: Daniel Harris +uid: dharris +#title: alum +employeeNumber: 800000969 +mail: Daniel.Harris@mock.edu.invalid +userPassword: password + +dn: uid=crobinso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Craig +cn: Craig Robinson +uid: crobinso +#title: alum +employeeNumber: 800000970 +mail: Craig.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=pmendez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mendez +givenName: Patrick +cn: Patrick Mendez +uid: pmendez +#title: alum +employeeNumber: 800000971 +mail: Patrick.Mendez@mock.edu.invalid +userPassword: password + +dn: uid=ghenders,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henderson +givenName: Gabriela +cn: Gabriela Henderson +uid: ghenders +#title: alum +employeeNumber: 800000972 +mail: Gabriela.Henderson@mock.edu.invalid +userPassword: password + +dn: uid=cmiller2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Courtney +cn: Courtney Miller +uid: cmiller2 +#title: alum +employeeNumber: 800000973 +mail: Courtney.Miller@mock.edu.invalid +userPassword: password + +dn: uid=aandrew3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Andrews +givenName: Alyssa +cn: Alyssa Andrews +uid: aandrew3 +#title: alum +employeeNumber: 800000974 +mail: Alyssa.Andrews@mock.edu.invalid +userPassword: password + +dn: uid=ejohnson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Erika +cn: Erika Johnson +uid: ejohnson +#title: alum +employeeNumber: 800000975 +mail: Erika.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=yscott,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Yvonne +cn: Yvonne Scott +uid: yscott +#title: alum +employeeNumber: 800000976 +mail: Yvonne.Scott@mock.edu.invalid +userPassword: password + +dn: uid=lgriffit,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Griffith +givenName: Lisa +cn: Lisa Griffith +uid: lgriffit +#title: alum +employeeNumber: 800000977 +mail: Lisa.Griffith@mock.edu.invalid +userPassword: password + +dn: uid=fmoore,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Frederick +cn: Frederick Moore +uid: fmoore +#title: alum +employeeNumber: 800000978 +mail: Frederick.Moore@mock.edu.invalid +userPassword: password + +dn: uid=cholmes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Holmes +givenName: Charles +cn: Charles Holmes +uid: cholmes +#title: alum +employeeNumber: 800000979 +mail: Charles.Holmes@mock.edu.invalid +userPassword: password + +dn: uid=rtaylor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Robert +cn: Robert Taylor +uid: rtaylor +#title: alum +employeeNumber: 800000980 +mail: Robert.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=dcooper,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cooper +givenName: Deborah +cn: Deborah Cooper +uid: dcooper +#title: alum +employeeNumber: 800000981 +mail: Deborah.Cooper@mock.edu.invalid +userPassword: password + +dn: uid=gperez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perez +givenName: Garrett +cn: Garrett Perez +uid: gperez +#title: alum +employeeNumber: 800000982 +mail: Garrett.Perez@mock.edu.invalid +userPassword: password + +dn: uid=wmoore,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: William +cn: William Moore +uid: wmoore +#title: alum +employeeNumber: 800000983 +mail: William.Moore@mock.edu.invalid +userPassword: password + +dn: uid=tedwards,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Edwards +givenName: Theresa +cn: Theresa Edwards +uid: tedwards +#title: alum +employeeNumber: 800000984 +mail: Theresa.Edwards@mock.edu.invalid +userPassword: password + +dn: uid=cwong,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wong +givenName: Cameron +cn: Cameron Wong +uid: cwong +#title: alum +employeeNumber: 800000985 +mail: Cameron.Wong@mock.edu.invalid +userPassword: password + +dn: uid=tmiller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Troy +cn: Troy Miller +uid: tmiller +#title: alum +employeeNumber: 800000986 +mail: Troy.Miller@mock.edu.invalid +userPassword: password + +dn: uid=hperry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perry +givenName: Haley +cn: Haley Perry +uid: hperry +#title: alum +employeeNumber: 800000987 +mail: Haley.Perry@mock.edu.invalid +userPassword: password + +dn: uid=slopez2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Sarah +cn: Sarah Lopez +uid: slopez2 +#title: alum +employeeNumber: 800000988 +mail: Sarah.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=cjohnso5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Courtney +cn: Courtney Johnson +uid: cjohnso5 +#title: alum +employeeNumber: 800000989 +mail: Courtney.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=jberg,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Berg +givenName: Joshua +cn: Joshua Berg +uid: jberg +#title: alum +employeeNumber: 800000990 +mail: Joshua.Berg@mock.edu.invalid +userPassword: password + +dn: uid=mbrown,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Megan +cn: Megan Brown +uid: mbrown +#title: alum +employeeNumber: 800000991 +mail: Megan.Brown@mock.edu.invalid +userPassword: password + +dn: uid=thill,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hill +givenName: Tina +cn: Tina Hill +uid: thill +#title: alum +employeeNumber: 800000992 +mail: Tina.Hill@mock.edu.invalid +userPassword: password + +dn: uid=dhunt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hunt +givenName: Daniel +cn: Daniel Hunt +uid: dhunt +#title: alum +employeeNumber: 800000993 +mail: Daniel.Hunt@mock.edu.invalid +userPassword: password + +dn: uid=dwilson2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Debbie +cn: Debbie Wilson +uid: dwilson2 +#title: alum +employeeNumber: 800000994 +mail: Debbie.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=mmartin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Matthew +cn: Matthew Martin +uid: mmartin +#title: alum +employeeNumber: 800000995 +mail: Matthew.Martin@mock.edu.invalid +userPassword: password + +dn: uid=sfrank,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Frank +givenName: Sheila +cn: Sheila Frank +uid: sfrank +#title: alum +employeeNumber: 800000996 +mail: Sheila.Frank@mock.edu.invalid +userPassword: password + +dn: uid=dparker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Parker +givenName: David +cn: David Parker +uid: dparker +#title: alum +employeeNumber: 800000997 +mail: David.Parker@mock.edu.invalid +userPassword: password + +dn: uid=gjones,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Garrett +cn: Garrett Jones +uid: gjones +#title: alum +employeeNumber: 800000998 +mail: Garrett.Jones@mock.edu.invalid +userPassword: password + +dn: uid=rcarter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carter +givenName: Richard +cn: Richard Carter +uid: rcarter +#title: alum +employeeNumber: 800000999 +mail: Richard.Carter@mock.edu.invalid +userPassword: password + +dn: uid=epollard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pollard +givenName: Elizabeth +cn: Elizabeth Pollard +uid: epollard +#title: alum +employeeNumber: 800001000 +mail: Elizabeth.Pollard@mock.edu.invalid +userPassword: password + +dn: uid=dmunoz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Munoz +givenName: Darren +cn: Darren Munoz +uid: dmunoz +#title: alum +employeeNumber: 800001001 +mail: Darren.Munoz@mock.edu.invalid +userPassword: password + +dn: uid=gcollins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Collins +givenName: Gabriel +cn: Gabriel Collins +uid: gcollins +#title: alum +employeeNumber: 800001002 +mail: Gabriel.Collins@mock.edu.invalid +userPassword: password + +dn: uid=nmatthew,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Matthews +givenName: Nancy +cn: Nancy Matthews +uid: nmatthew +#title: alum +employeeNumber: 800001003 +mail: Nancy.Matthews@mock.edu.invalid +userPassword: password + +dn: uid=nzimmerm,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Zimmerman +givenName: Nicholas +cn: Nicholas Zimmerman +uid: nzimmerm +#title: alum +employeeNumber: 800001004 +mail: Nicholas.Zimmerman@mock.edu.invalid +userPassword: password + +dn: uid=alang,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lang +givenName: Annette +cn: Annette Lang +uid: alang +#title: alum +employeeNumber: 800001005 +mail: Annette.Lang@mock.edu.invalid +userPassword: password + +dn: uid=nmullins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mullins +givenName: Nicholas +cn: Nicholas Mullins +uid: nmullins +#title: alum +employeeNumber: 800001006 +mail: Nicholas.Mullins@mock.edu.invalid +userPassword: password + +dn: uid=kspencer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Spencer +givenName: Kenneth +cn: Kenneth Spencer +uid: kspencer +#title: alum +employeeNumber: 800001007 +mail: Kenneth.Spencer@mock.edu.invalid +userPassword: password + +dn: uid=dmckinne,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mckinney +givenName: Debbie +cn: Debbie Mckinney +uid: dmckinne +#title: alum +employeeNumber: 800001008 +mail: Debbie.Mckinney@mock.edu.invalid +userPassword: password + +dn: uid=gjones2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Gloria +cn: Gloria Jones +uid: gjones2 +#title: alum +employeeNumber: 800001009 +mail: Gloria.Jones@mock.edu.invalid +userPassword: password + +dn: uid=kwatson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watson +givenName: Kathryn +cn: Kathryn Watson +uid: kwatson +#title: alum +employeeNumber: 800001010 +mail: Kathryn.Watson@mock.edu.invalid +userPassword: password + +dn: uid=myork,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: York +givenName: Maria +cn: Maria York +uid: myork +#title: alum +employeeNumber: 800001011 +mail: Maria.York@mock.edu.invalid +userPassword: password + +dn: uid=awood,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wood +givenName: Andrew +cn: Andrew Wood +uid: awood +#title: alum +employeeNumber: 800001012 +mail: Andrew.Wood@mock.edu.invalid +userPassword: password + +dn: uid=dramos,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramos +givenName: Dwayne +cn: Dwayne Ramos +uid: dramos +#title: alum +employeeNumber: 800001013 +mail: Dwayne.Ramos@mock.edu.invalid +userPassword: password + +dn: uid=rcarey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carey +givenName: Robert +cn: Robert Carey +uid: rcarey +#title: alum +employeeNumber: 800001014 +mail: Robert.Carey@mock.edu.invalid +userPassword: password + +dn: uid=jhanson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hanson +givenName: Jesus +cn: Jesus Hanson +uid: jhanson +#title: alum +employeeNumber: 800001015 +mail: Jesus.Hanson@mock.edu.invalid +userPassword: password + +dn: uid=smorales,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morales +givenName: Sandra +cn: Sandra Morales +uid: smorales +#title: alum +employeeNumber: 800001016 +mail: Sandra.Morales@mock.edu.invalid +userPassword: password + +dn: uid=jdiaz2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Diaz +givenName: Jon +cn: Jon Diaz +uid: jdiaz2 +#title: alum +employeeNumber: 800001017 +mail: Jon.Diaz@mock.edu.invalid +userPassword: password + +dn: uid=tday2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Day +givenName: Theresa +cn: Theresa Day +uid: tday2 +#title: alum +employeeNumber: 800001018 +mail: Theresa.Day@mock.edu.invalid +userPassword: password + +dn: uid=syang,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Yang +givenName: Sarah +cn: Sarah Yang +uid: syang +#title: alum +employeeNumber: 800001019 +mail: Sarah.Yang@mock.edu.invalid +userPassword: password + +dn: uid=jgaines,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gaines +givenName: Jennifer +cn: Jennifer Gaines +uid: jgaines +#title: alum +employeeNumber: 800001020 +mail: Jennifer.Gaines@mock.edu.invalid +userPassword: password + +dn: uid=aperez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perez +givenName: Adam +cn: Adam Perez +uid: aperez +#title: alum +employeeNumber: 800001021 +mail: Adam.Perez@mock.edu.invalid +userPassword: password + +dn: uid=mmclean,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mclean +givenName: Michael +cn: Michael Mclean +uid: mmclean +#title: alum +employeeNumber: 800001022 +mail: Michael.Mclean@mock.edu.invalid +userPassword: password + +dn: uid=khall,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hall +givenName: Kristi +cn: Kristi Hall +uid: khall +#title: alum +employeeNumber: 800001023 +mail: Kristi.Hall@mock.edu.invalid +userPassword: password + +dn: uid=lclark,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clark +givenName: Lauren +cn: Lauren Clark +uid: lclark +#title: alum +employeeNumber: 800001024 +mail: Lauren.Clark@mock.edu.invalid +userPassword: password + +dn: uid=tharring,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harrington +givenName: Tracey +cn: Tracey Harrington +uid: tharring +#title: alum +employeeNumber: 800001025 +mail: Tracey.Harrington@mock.edu.invalid +userPassword: password + +dn: uid=cgentry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gentry +givenName: Courtney +cn: Courtney Gentry +uid: cgentry +#title: alum +employeeNumber: 800001026 +mail: Courtney.Gentry@mock.edu.invalid +userPassword: password + +dn: uid=kross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ross +givenName: Kara +cn: Kara Ross +uid: kross +#title: alum +employeeNumber: 800001027 +mail: Kara.Ross@mock.edu.invalid +userPassword: password + +dn: uid=dsanchez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: David +cn: David Sanchez +uid: dsanchez +#title: alum +employeeNumber: 800001028 +mail: David.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=swalker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walker +givenName: Sara +cn: Sara Walker +uid: swalker +#title: alum +employeeNumber: 800001029 +mail: Sara.Walker@mock.edu.invalid +userPassword: password + +dn: uid=aosborn2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Osborne +givenName: Arthur +cn: Arthur Osborne +uid: aosborn2 +#title: alum +employeeNumber: 800001030 +mail: Arthur.Osborne@mock.edu.invalid +userPassword: password + +dn: uid=vmurphy,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murphy +givenName: Valerie +cn: Valerie Murphy +uid: vmurphy +#title: alum +employeeNumber: 800001031 +mail: Valerie.Murphy@mock.edu.invalid +userPassword: password + +dn: uid=jwallac2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wallace +givenName: Jesse +cn: Jesse Wallace +uid: jwallac2 +#title: alum +employeeNumber: 800001032 +mail: Jesse.Wallace@mock.edu.invalid +userPassword: password + +dn: uid=bsuarez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Suarez +givenName: Beth +cn: Beth Suarez +uid: bsuarez +#title: alum +employeeNumber: 800001033 +mail: Beth.Suarez@mock.edu.invalid +userPassword: password + +dn: uid=dholmes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Holmes +givenName: Derrick +cn: Derrick Holmes +uid: dholmes +#title: alum +employeeNumber: 800001034 +mail: Derrick.Holmes@mock.edu.invalid +userPassword: password + +dn: uid=bblackwe,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Blackwell +givenName: Brent +cn: Brent Blackwell +uid: bblackwe +#title: alum +employeeNumber: 800001035 +mail: Brent.Blackwell@mock.edu.invalid +userPassword: password + +dn: uid=gericks2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Erickson +givenName: Gregory +cn: Gregory Erickson +uid: gericks2 +#title: alum +employeeNumber: 800001036 +mail: Gregory.Erickson@mock.edu.invalid +userPassword: password + +dn: uid=awhite,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: White +givenName: Amy +cn: Amy White +uid: awhite +#title: alum +employeeNumber: 800001037 +mail: Amy.White@mock.edu.invalid +userPassword: password + +dn: uid=mpatters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patterson +givenName: Melissa +cn: Melissa Patterson +uid: mpatters +#title: alum +employeeNumber: 800001038 +mail: Melissa.Patterson@mock.edu.invalid +userPassword: password + +dn: uid=pfoster,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Foster +givenName: Paige +cn: Paige Foster +uid: pfoster +#title: alum +employeeNumber: 800001039 +mail: Paige.Foster@mock.edu.invalid +userPassword: password + +dn: uid=ljones,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Larry +cn: Larry Jones +uid: ljones +#title: alum +employeeNumber: 800001040 +mail: Larry.Jones@mock.edu.invalid +userPassword: password + +dn: uid=crivera2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rivera +givenName: Christopher +cn: Christopher Rivera +uid: crivera2 +#title: alum +employeeNumber: 800001041 +mail: Christopher.Rivera@mock.edu.invalid +userPassword: password + +dn: uid=asmith,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Andrew +cn: Andrew Smith +uid: asmith +#title: alum +employeeNumber: 800001042 +mail: Andrew.Smith@mock.edu.invalid +userPassword: password + +dn: uid=jwatson2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watson +givenName: Jessica +cn: Jessica Watson +uid: jwatson2 +#title: alum +employeeNumber: 800001043 +mail: Jessica.Watson@mock.edu.invalid +userPassword: password + +dn: uid=jpatter2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patterson +givenName: Jordan +cn: Jordan Patterson +uid: jpatter2 +#title: alum +employeeNumber: 800001044 +mail: Jordan.Patterson@mock.edu.invalid +userPassword: password + +dn: uid=lstevens,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stevens +givenName: Laura +cn: Laura Stevens +uid: lstevens +#title: alum +employeeNumber: 800001045 +mail: Laura.Stevens@mock.edu.invalid +userPassword: password + +dn: uid=twilson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Taylor +cn: Taylor Wilson +uid: twilson +#title: alum +employeeNumber: 800001046 +mail: Taylor.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=rjoyce,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Joyce +givenName: Robert +cn: Robert Joyce +uid: rjoyce +#title: alum +employeeNumber: 800001047 +mail: Robert.Joyce@mock.edu.invalid +userPassword: password + +dn: uid=msandov2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sandoval +givenName: Matthew +cn: Matthew Sandoval +uid: msandov2 +#title: alum +employeeNumber: 800001048 +mail: Matthew.Sandoval@mock.edu.invalid +userPassword: password + +dn: uid=jthompso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: James +cn: James Thompson +uid: jthompso +#title: alum +employeeNumber: 800001049 +mail: James.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=bgibson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gibson +givenName: Brett +cn: Brett Gibson +uid: bgibson +#title: alum +employeeNumber: 800001050 +mail: Brett.Gibson@mock.edu.invalid +userPassword: password + +dn: uid=jschmidt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schmidt +givenName: Jessica +cn: Jessica Schmidt +uid: jschmidt +#title: alum +employeeNumber: 800001051 +mail: Jessica.Schmidt@mock.edu.invalid +userPassword: password + +dn: uid=lsulliva,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sullivan +givenName: Lisa +cn: Lisa Sullivan +uid: lsulliva +#title: alum +employeeNumber: 800001052 +mail: Lisa.Sullivan@mock.edu.invalid +userPassword: password + +dn: uid=lthomas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Lori +cn: Lori Thomas +uid: lthomas +#title: alum +employeeNumber: 800001053 +mail: Lori.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=knewman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Newman +givenName: Kathy +cn: Kathy Newman +uid: knewman +#title: alum +employeeNumber: 800001054 +mail: Kathy.Newman@mock.edu.invalid +userPassword: password + +dn: uid=wsloan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sloan +givenName: William +cn: William Sloan +uid: wsloan +#title: alum +employeeNumber: 800001055 +mail: William.Sloan@mock.edu.invalid +userPassword: password + +dn: uid=plopez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Peter +cn: Peter Lopez +uid: plopez +#title: alum +employeeNumber: 800001056 +mail: Peter.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=lriley,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Riley +givenName: Leslie +cn: Leslie Riley +uid: lriley +#title: alum +employeeNumber: 800001057 +mail: Leslie.Riley@mock.edu.invalid +userPassword: password + +dn: uid=dcaldwel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Caldwell +givenName: Darryl +cn: Darryl Caldwell +uid: dcaldwel +#title: alum +employeeNumber: 800001058 +mail: Darryl.Caldwell@mock.edu.invalid +userPassword: password + +dn: uid=bbrown,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Bryan +cn: Bryan Brown +uid: bbrown +#title: alum +employeeNumber: 800001059 +mail: Bryan.Brown@mock.edu.invalid +userPassword: password + +dn: uid=gwade,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wade +givenName: Gabriel +cn: Gabriel Wade +uid: gwade +#title: alum +employeeNumber: 800001060 +mail: Gabriel.Wade@mock.edu.invalid +userPassword: password + +dn: uid=dbarrett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barrett +givenName: Derek +cn: Derek Barrett +uid: dbarrett +#title: alum +employeeNumber: 800001061 +mail: Derek.Barrett@mock.edu.invalid +userPassword: password + +dn: uid=charvey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harvey +givenName: Cheryl +cn: Cheryl Harvey +uid: charvey +#title: alum +employeeNumber: 800001062 +mail: Cheryl.Harvey@mock.edu.invalid +userPassword: password + +dn: uid=dpeterso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Peterson +givenName: Donald +cn: Donald Peterson +uid: dpeterso +#title: alum +employeeNumber: 800001063 +mail: Donald.Peterson@mock.edu.invalid +userPassword: password + +dn: uid=agarza,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garza +givenName: Andrea +cn: Andrea Garza +uid: agarza +#title: alum +employeeNumber: 800001064 +mail: Andrea.Garza@mock.edu.invalid +userPassword: password + +dn: uid=aclark,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clark +givenName: Albert +cn: Albert Clark +uid: aclark +#title: alum +employeeNumber: 800001065 +mail: Albert.Clark@mock.edu.invalid +userPassword: password + +dn: uid=abaker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baker +givenName: Alex +cn: Alex Baker +uid: abaker +#title: alum +employeeNumber: 800001066 +mail: Alex.Baker@mock.edu.invalid +userPassword: password + +dn: uid=spayne,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Payne +givenName: Stephanie +cn: Stephanie Payne +uid: spayne +#title: alum +employeeNumber: 800001067 +mail: Stephanie.Payne@mock.edu.invalid +userPassword: password + +dn: uid=rbarnes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barnes +givenName: Rebecca +cn: Rebecca Barnes +uid: rbarnes +#title: alum +employeeNumber: 800001068 +mail: Rebecca.Barnes@mock.edu.invalid +userPassword: password + +dn: uid=gjimenez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jimenez +givenName: Glenn +cn: Glenn Jimenez +uid: gjimenez +#title: alum +employeeNumber: 800001069 +mail: Glenn.Jimenez@mock.edu.invalid +userPassword: password + +dn: uid=nrogers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rogers +givenName: Nicole +cn: Nicole Rogers +uid: nrogers +#title: alum +employeeNumber: 800001070 +mail: Nicole.Rogers@mock.edu.invalid +userPassword: password + +dn: uid=jprice,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Price +givenName: Jesse +cn: Jesse Price +uid: jprice +#title: alum +employeeNumber: 800001071 +mail: Jesse.Price@mock.edu.invalid +userPassword: password + +dn: uid=jyork,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: York +givenName: Jillian +cn: Jillian York +uid: jyork +#title: alum +employeeNumber: 800001072 +mail: Jillian.York@mock.edu.invalid +userPassword: password + +dn: uid=cramos,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramos +givenName: Christopher +cn: Christopher Ramos +uid: cramos +#title: alum +employeeNumber: 800001073 +mail: Christopher.Ramos@mock.edu.invalid +userPassword: password + +dn: uid=bmendez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mendez +givenName: Bernard +cn: Bernard Mendez +uid: bmendez +#title: alum +employeeNumber: 800001074 +mail: Bernard.Mendez@mock.edu.invalid +userPassword: password + +dn: uid=schavez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chavez +givenName: Sarah +cn: Sarah Chavez +uid: schavez +#title: alum +employeeNumber: 800001075 +mail: Sarah.Chavez@mock.edu.invalid +userPassword: password + +dn: uid=tduncan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Duncan +givenName: Traci +cn: Traci Duncan +uid: tduncan +#title: alum +employeeNumber: 800001076 +mail: Traci.Duncan@mock.edu.invalid +userPassword: password + +dn: uid=sluna,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Luna +givenName: Stacy +cn: Stacy Luna +uid: sluna +#title: alum +employeeNumber: 800001077 +mail: Stacy.Luna@mock.edu.invalid +userPassword: password + +dn: uid=rkeller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Keller +givenName: Robert +cn: Robert Keller +uid: rkeller +#title: alum +employeeNumber: 800001078 +mail: Robert.Keller@mock.edu.invalid +userPassword: password + +dn: uid=mlane,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lane +givenName: Marie +cn: Marie Lane +uid: mlane +#title: alum +employeeNumber: 800001079 +mail: Marie.Lane@mock.edu.invalid +userPassword: password + +dn: uid=thall,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hall +givenName: Tina +cn: Tina Hall +uid: thall +#title: alum +employeeNumber: 800001080 +mail: Tina.Hall@mock.edu.invalid +userPassword: password + +dn: uid=bsanchez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: Brandi +cn: Brandi Sanchez +uid: bsanchez +#title: alum +employeeNumber: 800001081 +mail: Brandi.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=hsalinas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Salinas +givenName: Hannah +cn: Hannah Salinas +uid: hsalinas +#title: alum +employeeNumber: 800001082 +mail: Hannah.Salinas@mock.edu.invalid +userPassword: password + +dn: uid=mhardy,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hardy +givenName: Mitchell +cn: Mitchell Hardy +uid: mhardy +#title: alum +employeeNumber: 800001083 +mail: Mitchell.Hardy@mock.edu.invalid +userPassword: password + +dn: uid=ccarter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carter +givenName: Christopher +cn: Christopher Carter +uid: ccarter +#title: alum +employeeNumber: 800001084 +mail: Christopher.Carter@mock.edu.invalid +userPassword: password + +dn: uid=psanchez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: Pamela +cn: Pamela Sanchez +uid: psanchez +#title: alum +employeeNumber: 800001085 +mail: Pamela.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=bmolina,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Molina +givenName: Brittany +cn: Brittany Molina +uid: bmolina +#title: alum +employeeNumber: 800001086 +mail: Brittany.Molina@mock.edu.invalid +userPassword: password + +dn: uid=lgraham,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Graham +givenName: Laura +cn: Laura Graham +uid: lgraham +#title: alum +employeeNumber: 800001087 +mail: Laura.Graham@mock.edu.invalid +userPassword: password + +dn: uid=pcook,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cook +givenName: Paul +cn: Paul Cook +uid: pcook +#title: alum +employeeNumber: 800001088 +mail: Paul.Cook@mock.edu.invalid +userPassword: password + +dn: uid=jfrederi,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Frederick +givenName: Julie +cn: Julie Frederick +uid: jfrederi +#title: alum +employeeNumber: 800001089 +mail: Julie.Frederick@mock.edu.invalid +userPassword: password + +dn: uid=banders2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Benjamin +cn: Benjamin Anderson +uid: banders2 +#title: alum +employeeNumber: 800001090 +mail: Benjamin.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=vroberts,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roberts +givenName: Victoria +cn: Victoria Roberts +uid: vroberts +#title: alum +employeeNumber: 800001091 +mail: Victoria.Roberts@mock.edu.invalid +userPassword: password + +dn: uid=shartma2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hartman +givenName: Stephanie +cn: Stephanie Hartman +uid: shartma2 +#title: alum +employeeNumber: 800001092 +mail: Stephanie.Hartman@mock.edu.invalid +userPassword: password + +dn: uid=epalmer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Palmer +givenName: Eric +cn: Eric Palmer +uid: epalmer +#title: alum +employeeNumber: 800001093 +mail: Eric.Palmer@mock.edu.invalid +userPassword: password + +dn: uid=agardner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gardner +givenName: Alicia +cn: Alicia Gardner +uid: agardner +#title: alum +employeeNumber: 800001094 +mail: Alicia.Gardner@mock.edu.invalid +userPassword: password + +dn: uid=kstewar2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stewart +givenName: Kristen +cn: Kristen Stewart +uid: kstewar2 +#title: alum +employeeNumber: 800001095 +mail: Kristen.Stewart@mock.edu.invalid +userPassword: password + +dn: uid=jhenders,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henderson +givenName: Jeremiah +cn: Jeremiah Henderson +uid: jhenders +#title: alum +employeeNumber: 800001096 +mail: Jeremiah.Henderson@mock.edu.invalid +userPassword: password + +dn: uid=jwillia4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: John +cn: John Williams +uid: jwillia4 +#title: alum +employeeNumber: 800001097 +mail: John.Williams@mock.edu.invalid +userPassword: password + +dn: uid=jwilson2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: James +cn: James Wilson +uid: jwilson2 +#title: alum +employeeNumber: 800001098 +mail: James.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=bwillia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Briana +cn: Briana Williams +uid: bwillia2 +#title: alum +employeeNumber: 800001099 +mail: Briana.Williams@mock.edu.invalid +userPassword: password + +dn: uid=tcrane,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Crane +givenName: Tara +cn: Tara Crane +uid: tcrane +#title: alum +employeeNumber: 800001100 +mail: Tara.Crane@mock.edu.invalid +userPassword: password + +dn: uid=jjohnsto,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnston +givenName: Jason +cn: Jason Johnston +uid: jjohnsto +#title: alum +employeeNumber: 800001101 +mail: Jason.Johnston@mock.edu.invalid +userPassword: password + +dn: uid=cgonzale,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Charles +cn: Charles Gonzalez +uid: cgonzale +#title: alum +employeeNumber: 800001102 +mail: Charles.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=kgarcia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Katie +cn: Katie Garcia +uid: kgarcia2 +#title: alum +employeeNumber: 800001103 +mail: Katie.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=ktapia,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tapia +givenName: Karen +cn: Karen Tapia +uid: ktapia +#title: alum +employeeNumber: 800001104 +mail: Karen.Tapia@mock.edu.invalid +userPassword: password + +dn: uid=tsmith3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Todd +cn: Todd Smith +uid: tsmith3 +#title: alum +employeeNumber: 800001105 +mail: Todd.Smith@mock.edu.invalid +userPassword: password + +dn: uid=tgonzale,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Tara +cn: Tara Gonzalez +uid: tgonzale +#title: alum +employeeNumber: 800001106 +mail: Tara.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=treed,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reed +givenName: Tim +cn: Tim Reed +uid: treed +#title: alum +employeeNumber: 800001107 +mail: Tim.Reed@mock.edu.invalid +userPassword: password + +dn: uid=ahardy2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hardy +givenName: Amber +cn: Amber Hardy +uid: ahardy2 +#title: alum +employeeNumber: 800001108 +mail: Amber.Hardy@mock.edu.invalid +userPassword: password + +dn: uid=cwalker2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walker +givenName: Carl +cn: Carl Walker +uid: cwalker2 +#title: alum +employeeNumber: 800001109 +mail: Carl.Walker@mock.edu.invalid +userPassword: password + +dn: uid=tscott,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Thomas +cn: Thomas Scott +uid: tscott +#title: alum +employeeNumber: 800001110 +mail: Thomas.Scott@mock.edu.invalid +userPassword: password + +dn: uid=jmurphy2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murphy +givenName: Jacob +cn: Jacob Murphy +uid: jmurphy2 +#title: alum +employeeNumber: 800001111 +mail: Jacob.Murphy@mock.edu.invalid +userPassword: password + +dn: uid=mgomez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gomez +givenName: Megan +cn: Megan Gomez +uid: mgomez +#title: alum +employeeNumber: 800001112 +mail: Megan.Gomez@mock.edu.invalid +userPassword: password + +dn: uid=apotts,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Potts +givenName: Alexander +cn: Alexander Potts +uid: apotts +#title: alum +employeeNumber: 800001113 +mail: Alexander.Potts@mock.edu.invalid +userPassword: password + +dn: uid=nmendez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mendez +givenName: Natalie +cn: Natalie Mendez +uid: nmendez +#title: alum +employeeNumber: 800001114 +mail: Natalie.Mendez@mock.edu.invalid +userPassword: password + +dn: uid=gsantiag,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Santiago +givenName: Glenn +cn: Glenn Santiago +uid: gsantiag +#title: alum +employeeNumber: 800001115 +mail: Glenn.Santiago@mock.edu.invalid +userPassword: password + +dn: uid=dharriso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harrison +givenName: Dennis +cn: Dennis Harrison +uid: dharriso +#title: alum +employeeNumber: 800001116 +mail: Dennis.Harrison@mock.edu.invalid +userPassword: password + +dn: uid=gmorton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morton +givenName: George +cn: George Morton +uid: gmorton +#title: alum +employeeNumber: 800001117 +mail: George.Morton@mock.edu.invalid +userPassword: password + +dn: uid=aperkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perkins +givenName: Angela +cn: Angela Perkins +uid: aperkins +#title: alum +employeeNumber: 800001118 +mail: Angela.Perkins@mock.edu.invalid +userPassword: password + +dn: uid=jgreen2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Green +givenName: John +cn: John Green +uid: jgreen2 +#title: alum +employeeNumber: 800001119 +mail: John.Green@mock.edu.invalid +userPassword: password + +dn: uid=scarter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carter +givenName: Sherry +cn: Sherry Carter +uid: scarter +#title: alum +employeeNumber: 800001120 +mail: Sherry.Carter@mock.edu.invalid +userPassword: password + +dn: uid=ckerr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kerr +givenName: Carol +cn: Carol Kerr +uid: ckerr +#title: alum +employeeNumber: 800001121 +mail: Carol.Kerr@mock.edu.invalid +userPassword: password + +dn: uid=dfrancis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Francis +givenName: Dawn +cn: Dawn Francis +uid: dfrancis +#title: alum +employeeNumber: 800001122 +mail: Dawn.Francis@mock.edu.invalid +userPassword: password + +dn: uid=landerso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Louis +cn: Louis Anderson +uid: landerso +#title: alum +employeeNumber: 800001123 +mail: Louis.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=rkelly,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kelly +givenName: Robert +cn: Robert Kelly +uid: rkelly +#title: alum +employeeNumber: 800001124 +mail: Robert.Kelly@mock.edu.invalid +userPassword: password + +dn: uid=mdalton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dalton +givenName: Michele +cn: Michele Dalton +uid: mdalton +#title: alum +employeeNumber: 800001125 +mail: Michele.Dalton@mock.edu.invalid +userPassword: password + +dn: uid=wmartine,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: William +cn: William Martinez +uid: wmartine +#title: alum +employeeNumber: 800001126 +mail: William.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=chorne2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Horne +givenName: Christopher +cn: Christopher Horne +uid: chorne2 +#title: alum +employeeNumber: 800001127 +mail: Christopher.Horne@mock.edu.invalid +userPassword: password + +dn: uid=dbaker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baker +givenName: Dakota +cn: Dakota Baker +uid: dbaker +#title: alum +employeeNumber: 800001128 +mail: Dakota.Baker@mock.edu.invalid +userPassword: password + +dn: uid=jmcdona2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcdonald +givenName: Jason +cn: Jason Mcdonald +uid: jmcdona2 +#title: alum +employeeNumber: 800001129 +mail: Jason.Mcdonald@mock.edu.invalid +userPassword: password + +dn: uid=ccruz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cruz +givenName: Christina +cn: Christina Cruz +uid: ccruz +#title: alum +employeeNumber: 800001130 +mail: Christina.Cruz@mock.edu.invalid +userPassword: password + +dn: uid=chernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Cheryl +cn: Cheryl Hernandez +uid: chernand +#title: alum +employeeNumber: 800001131 +mail: Cheryl.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=kbrooks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brooks +givenName: Kaylee +cn: Kaylee Brooks +uid: kbrooks +#title: alum +employeeNumber: 800001132 +mail: Kaylee.Brooks@mock.edu.invalid +userPassword: password + +dn: uid=rgraham2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Graham +givenName: Robert +cn: Robert Graham +uid: rgraham2 +#title: alum +employeeNumber: 800001133 +mail: Robert.Graham@mock.edu.invalid +userPassword: password + +dn: uid=csmith4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Carmen +cn: Carmen Smith +uid: csmith4 +#title: alum +employeeNumber: 800001134 +mail: Carmen.Smith@mock.edu.invalid +userPassword: password + +dn: uid=dgreen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Green +givenName: Dawn +cn: Dawn Green +uid: dgreen +#title: alum +employeeNumber: 800001135 +mail: Dawn.Green@mock.edu.invalid +userPassword: password + +dn: uid=smitchel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mitchell +givenName: Sara +cn: Sara Mitchell +uid: smitchel +#title: alum +employeeNumber: 800001136 +mail: Sara.Mitchell@mock.edu.invalid +userPassword: password + +dn: uid=jmartin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Jeffrey +cn: Jeffrey Martin +uid: jmartin +#title: alum +employeeNumber: 800001137 +mail: Jeffrey.Martin@mock.edu.invalid +userPassword: password + +dn: uid=svasquez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Vasquez +givenName: Sarah +cn: Sarah Vasquez +uid: svasquez +#title: alum +employeeNumber: 800001138 +mail: Sarah.Vasquez@mock.edu.invalid +userPassword: password + +dn: uid=aherrera,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Herrera +givenName: Angelica +cn: Angelica Herrera +uid: aherrera +#title: alum +employeeNumber: 800001139 +mail: Angelica.Herrera@mock.edu.invalid +userPassword: password + +dn: uid=arusso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Russo +givenName: Aaron +cn: Aaron Russo +uid: arusso2 +#title: alum +employeeNumber: 800001140 +mail: Aaron.Russo@mock.edu.invalid +userPassword: password + +dn: uid=wgutierr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gutierrez +givenName: William +cn: William Gutierrez +uid: wgutierr +#title: alum +employeeNumber: 800001141 +mail: William.Gutierrez@mock.edu.invalid +userPassword: password + +dn: uid=ssanchez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: Shirley +cn: Shirley Sanchez +uid: ssanchez +#title: alum +employeeNumber: 800001142 +mail: Shirley.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=kmartine,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: Keith +cn: Keith Martinez +uid: kmartine +#title: alum +employeeNumber: 800001143 +mail: Keith.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=rdavis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Rebecca +cn: Rebecca Davis +uid: rdavis +#title: alum +employeeNumber: 800001144 +mail: Rebecca.Davis@mock.edu.invalid +userPassword: password + +dn: uid=eallen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Allen +givenName: Emma +cn: Emma Allen +uid: eallen +#title: alum +employeeNumber: 800001145 +mail: Emma.Allen@mock.edu.invalid +userPassword: password + +dn: uid=tblake,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Blake +givenName: Tyler +cn: Tyler Blake +uid: tblake +#title: alum +employeeNumber: 800001146 +mail: Tyler.Blake@mock.edu.invalid +userPassword: password + +dn: uid=banderson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Bob +cn: Bob Anderson +uid: banderson +#title: alum +employeeNumber: 800001147 +mail: Bob.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=kjohnso4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Kristen +cn: Kristen Johnson +uid: kjohnso4 +#title: alum +employeeNumber: 800001148 +mail: Kristen.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=mbrown2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Morgan +cn: Morgan Brown +uid: mbrown2 +#title: alum +employeeNumber: 800001149 +mail: Morgan.Brown@mock.edu.invalid +userPassword: password + +dn: uid=cdavidso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davidson +givenName: Charles +cn: Charles Davidson +uid: cdavidso +#title: alum +employeeNumber: 800001150 +mail: Charles.Davidson@mock.edu.invalid +userPassword: password + +dn: uid=jhoffma2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hoffman +givenName: Joshua +cn: Joshua Hoffman +uid: jhoffma2 +#title: alum +employeeNumber: 800001151 +mail: Joshua.Hoffman@mock.edu.invalid +userPassword: password + +dn: uid=gfritz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fritz +givenName: Gregory +cn: Gregory Fritz +uid: gfritz +#title: alum +employeeNumber: 800001152 +mail: Gregory.Fritz@mock.edu.invalid +userPassword: password + +dn: uid=ahoward,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Howard +givenName: Anne +cn: Anne Howard +uid: ahoward +#title: alum +employeeNumber: 800001153 +mail: Anne.Howard@mock.edu.invalid +userPassword: password + +dn: uid=mcooper2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cooper +givenName: Margaret +cn: Margaret Cooper +uid: mcooper2 +#title: alum +employeeNumber: 800001154 +mail: Margaret.Cooper@mock.edu.invalid +userPassword: password + +dn: uid=sramire2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramirez +givenName: Shane +cn: Shane Ramirez +uid: sramire2 +#title: alum +employeeNumber: 800001155 +mail: Shane.Ramirez@mock.edu.invalid +userPassword: password + +dn: uid=rtaylor2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Raymond +cn: Raymond Taylor +uid: rtaylor2 +#title: alum +employeeNumber: 800001156 +mail: Raymond.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=soliver,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Oliver +givenName: Sydney +cn: Sydney Oliver +uid: soliver +#title: alum +employeeNumber: 800001157 +mail: Sydney.Oliver@mock.edu.invalid +userPassword: password + +dn: uid=jwelch,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Welch +givenName: Jacob +cn: Jacob Welch +uid: jwelch +#title: alum +employeeNumber: 800001158 +mail: Jacob.Welch@mock.edu.invalid +userPassword: password + +dn: uid=mgreene,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Greene +givenName: Mackenzie +cn: Mackenzie Greene +uid: mgreene +#title: alum +employeeNumber: 800001159 +mail: Mackenzie.Greene@mock.edu.invalid +userPassword: password + +dn: uid=mgibson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gibson +givenName: Monica +cn: Monica Gibson +uid: mgibson +#title: alum +employeeNumber: 800001160 +mail: Monica.Gibson@mock.edu.invalid +userPassword: password + +dn: uid=bglover,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Glover +givenName: Bryan +cn: Bryan Glover +uid: bglover +#title: alum +employeeNumber: 800001161 +mail: Bryan.Glover@mock.edu.invalid +userPassword: password + +dn: uid=hsmith2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Heather +cn: Heather Smith +uid: hsmith2 +#title: alum +employeeNumber: 800001162 +mail: Heather.Smith@mock.edu.invalid +userPassword: password + +dn: uid=amorgan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morgan +givenName: April +cn: April Morgan +uid: amorgan +#title: alum +employeeNumber: 800001163 +mail: April.Morgan@mock.edu.invalid +userPassword: password + +dn: uid=mjenning,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jennings +givenName: Miguel +cn: Miguel Jennings +uid: mjenning +#title: alum +employeeNumber: 800001164 +mail: Miguel.Jennings@mock.edu.invalid +userPassword: password + +dn: uid=gkirby,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kirby +givenName: Gerald +cn: Gerald Kirby +uid: gkirby +#title: alum +employeeNumber: 800001165 +mail: Gerald.Kirby@mock.edu.invalid +userPassword: password + +dn: uid=ajones3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Aaron +cn: Aaron Jones +uid: ajones3 +#title: alum +employeeNumber: 800001166 +mail: Aaron.Jones@mock.edu.invalid +userPassword: password + +dn: uid=rgonzale,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Rodney +cn: Rodney Gonzalez +uid: rgonzale +#title: alum +employeeNumber: 800001167 +mail: Rodney.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=dmcintyr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcintyre +givenName: Desiree +cn: Desiree Mcintyre +uid: dmcintyr +#title: alum +employeeNumber: 800001168 +mail: Desiree.Mcintyre@mock.edu.invalid +userPassword: password + +dn: uid=msimpson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Simpson +givenName: Martin +cn: Martin Simpson +uid: msimpson +#title: alum +employeeNumber: 800001169 +mail: Martin.Simpson@mock.edu.invalid +userPassword: password + +dn: uid=mmartin3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Mark +cn: Mark Martin +uid: mmartin3 +#title: alum +employeeNumber: 800001170 +mail: Mark.Martin@mock.edu.invalid +userPassword: password + +dn: uid=asmith2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Andrew +cn: Andrew Smith +uid: asmith2 +#title: alum +employeeNumber: 800001171 +mail: Andrew.Smith@mock.edu.invalid +userPassword: password + +dn: uid=jgarcia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Jenna +cn: Jenna Garcia +uid: jgarcia3 +#title: alum +employeeNumber: 800001172 +mail: Jenna.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=sdiaz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Diaz +givenName: Susan +cn: Susan Diaz +uid: sdiaz +#title: alum +employeeNumber: 800001173 +mail: Susan.Diaz@mock.edu.invalid +userPassword: password + +dn: uid=dhudson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hudson +givenName: Dalton +cn: Dalton Hudson +uid: dhudson +#title: alum +employeeNumber: 800001174 +mail: Dalton.Hudson@mock.edu.invalid +userPassword: password + +dn: uid=mliu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Liu +givenName: Melinda +cn: Melinda Liu +uid: mliu +#title: alum +employeeNumber: 800001175 +mail: Melinda.Liu@mock.edu.invalid +userPassword: password + +dn: uid=jroth,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roth +givenName: Jennifer +cn: Jennifer Roth +uid: jroth +#title: alum +employeeNumber: 800001176 +mail: Jennifer.Roth@mock.edu.invalid +userPassword: password + +dn: uid=cmann,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mann +givenName: Chad +cn: Chad Mann +uid: cmann +#title: alum +employeeNumber: 800001177 +mail: Chad.Mann@mock.edu.invalid +userPassword: password + +dn: uid=dhayes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hayes +givenName: David +cn: David Hayes +uid: dhayes +#title: alum +employeeNumber: 800001178 +mail: David.Hayes@mock.edu.invalid +userPassword: password + +dn: uid=mcarter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carter +givenName: Michael +cn: Michael Carter +uid: mcarter +#title: alum +employeeNumber: 800001179 +mail: Michael.Carter@mock.edu.invalid +userPassword: password + +dn: uid=jlawson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lawson +givenName: Jessica +cn: Jessica Lawson +uid: jlawson +#title: alum +employeeNumber: 800001180 +mail: Jessica.Lawson@mock.edu.invalid +userPassword: password + +dn: uid=hharper,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harper +givenName: Heather +cn: Heather Harper +uid: hharper +#title: alum +employeeNumber: 800001181 +mail: Heather.Harper@mock.edu.invalid +userPassword: password + +dn: uid=jspears2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Spears +givenName: Jessica +cn: Jessica Spears +uid: jspears2 +#title: alum +employeeNumber: 800001182 +mail: Jessica.Spears@mock.edu.invalid +userPassword: password + +dn: uid=aguerra,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Guerra +givenName: Aaron +cn: Aaron Guerra +uid: aguerra +#title: alum +employeeNumber: 800001183 +mail: Aaron.Guerra@mock.edu.invalid +userPassword: password + +dn: uid=rmcintyr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcintyre +givenName: Ralph +cn: Ralph Mcintyre +uid: rmcintyr +#title: alum +employeeNumber: 800001184 +mail: Ralph.Mcintyre@mock.edu.invalid +userPassword: password + +dn: uid=sgraham,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Graham +givenName: Shane +cn: Shane Graham +uid: sgraham +#title: alum +employeeNumber: 800001185 +mail: Shane.Graham@mock.edu.invalid +userPassword: password + +dn: uid=cmorriso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morrison +givenName: Chelsea +cn: Chelsea Morrison +uid: cmorriso +#title: alum +employeeNumber: 800001186 +mail: Chelsea.Morrison@mock.edu.invalid +userPassword: password + +dn: uid=wbarnes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barnes +givenName: Wyatt +cn: Wyatt Barnes +uid: wbarnes +#title: alum +employeeNumber: 800001187 +mail: Wyatt.Barnes@mock.edu.invalid +userPassword: password + +dn: uid=adavis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Anna +cn: Anna Davis +uid: adavis +#title: alum +employeeNumber: 800001188 +mail: Anna.Davis@mock.edu.invalid +userPassword: password + +dn: uid=cjohnso6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Colleen +cn: Colleen Johnson +uid: cjohnso6 +#title: alum +employeeNumber: 800001189 +mail: Colleen.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=kjeffers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jefferson +givenName: Kenneth +cn: Kenneth Jefferson +uid: kjeffers +#title: alum +employeeNumber: 800001190 +mail: Kenneth.Jefferson@mock.edu.invalid +userPassword: password + +dn: uid=dsnyder,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Snyder +givenName: David +cn: David Snyder +uid: dsnyder +#title: alum +employeeNumber: 800001191 +mail: David.Snyder@mock.edu.invalid +userPassword: password + +dn: uid=lcraig,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Craig +givenName: Lisa +cn: Lisa Craig +uid: lcraig +#title: alum +employeeNumber: 800001192 +mail: Lisa.Craig@mock.edu.invalid +userPassword: password + +dn: uid=wenglish,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: English +givenName: William +cn: William English +uid: wenglish +#title: alum +employeeNumber: 800001193 +mail: William.English@mock.edu.invalid +userPassword: password + +dn: uid=rmills2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mills +givenName: Roger +cn: Roger Mills +uid: rmills2 +#title: alum +employeeNumber: 800001194 +mail: Roger.Mills@mock.edu.invalid +userPassword: password + +dn: uid=srodrig2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Steven +cn: Steven Rodriguez +uid: srodrig2 +#title: alum +employeeNumber: 800001195 +mail: Steven.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=carmstro,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Armstrong +givenName: Christine +cn: Christine Armstrong +uid: carmstro +#title: alum +employeeNumber: 800001196 +mail: Christine.Armstrong@mock.edu.invalid +userPassword: password + +dn: uid=ataylor3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Ann +cn: Ann Taylor +uid: ataylor3 +#title: alum +employeeNumber: 800001197 +mail: Ann.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=hhardy,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hardy +givenName: Hector +cn: Hector Hardy +uid: hhardy +#title: alum +employeeNumber: 800001198 +mail: Hector.Hardy@mock.edu.invalid +userPassword: password + +dn: uid=jschultz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schultz +givenName: Jessica +cn: Jessica Schultz +uid: jschultz +#title: alum +employeeNumber: 800001199 +mail: Jessica.Schultz@mock.edu.invalid +userPassword: password + +dn: uid=lvilla,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Villa +givenName: Laura +cn: Laura Villa +uid: lvilla +#title: alum +employeeNumber: 800001200 +mail: Laura.Villa@mock.edu.invalid +userPassword: password + +dn: uid=bjuarez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Juarez +givenName: Brandon +cn: Brandon Juarez +uid: bjuarez +#title: alum +employeeNumber: 800001201 +mail: Brandon.Juarez@mock.edu.invalid +userPassword: password + +dn: uid=madkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Adkins +givenName: Melinda +cn: Melinda Adkins +uid: madkins +#title: alum +employeeNumber: 800001202 +mail: Melinda.Adkins@mock.edu.invalid +userPassword: password + +dn: uid=mjohnson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Michael +cn: Michael Johnson +uid: mjohnson +#title: alum +employeeNumber: 800001203 +mail: Michael.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=awatkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watkins +givenName: Andre +cn: Andre Watkins +uid: awatkins +#title: alum +employeeNumber: 800001204 +mail: Andre.Watkins@mock.edu.invalid +userPassword: password + +dn: uid=cbrown2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Clarence +cn: Clarence Brown +uid: cbrown2 +#title: alum +employeeNumber: 800001205 +mail: Clarence.Brown@mock.edu.invalid +userPassword: password + +dn: uid=ahouse,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: House +givenName: Angela +cn: Angela House +uid: ahouse +#title: alum +employeeNumber: 800001206 +mail: Angela.House@mock.edu.invalid +userPassword: password + +dn: uid=wrodrigu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: William +cn: William Rodriguez +uid: wrodrigu +#title: alum +employeeNumber: 800001207 +mail: William.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=dwillia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Diana +cn: Diana Williams +uid: dwillia3 +#title: alum +employeeNumber: 800001208 +mail: Diana.Williams@mock.edu.invalid +userPassword: password + +dn: uid=mjohnso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Michael +cn: Michael Johnson +uid: mjohnso2 +#title: alum +employeeNumber: 800001209 +mail: Michael.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=jclarke,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clarke +givenName: Justin +cn: Justin Clarke +uid: jclarke +#title: alum +employeeNumber: 800001210 +mail: Justin.Clarke@mock.edu.invalid +userPassword: password + +dn: uid=amiddlet,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Middleton +givenName: Arthur +cn: Arthur Middleton +uid: amiddlet +#title: alum +employeeNumber: 800001211 +mail: Arthur.Middleton@mock.edu.invalid +userPassword: password + +dn: uid=ghester,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hester +givenName: Gregory +cn: Gregory Hester +uid: ghester +#title: alum +employeeNumber: 800001212 +mail: Gregory.Hester@mock.edu.invalid +userPassword: password + +dn: uid=cwilson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Christian +cn: Christian Wilson +uid: cwilson +#title: alum +employeeNumber: 800001213 +mail: Christian.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=amaldona,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Maldonado +givenName: Alyssa +cn: Alyssa Maldonado +uid: amaldona +#title: alum +employeeNumber: 800001214 +mail: Alyssa.Maldonado@mock.edu.invalid +userPassword: password + +dn: uid=tfernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fernandez +givenName: Tamara +cn: Tamara Fernandez +uid: tfernand +#title: alum +employeeNumber: 800001215 +mail: Tamara.Fernandez@mock.edu.invalid +userPassword: password + +dn: uid=cwyatt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wyatt +givenName: Caleb +cn: Caleb Wyatt +uid: cwyatt +#title: alum +employeeNumber: 800001216 +mail: Caleb.Wyatt@mock.edu.invalid +userPassword: password + +dn: uid=bbaker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baker +givenName: Brandon +cn: Brandon Baker +uid: bbaker +#title: alum +employeeNumber: 800001217 +mail: Brandon.Baker@mock.edu.invalid +userPassword: password + +dn: uid=agordon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gordon +givenName: Andrew +cn: Andrew Gordon +uid: agordon +#title: alum +employeeNumber: 800001218 +mail: Andrew.Gordon@mock.edu.invalid +userPassword: password + +dn: uid=ckent,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kent +givenName: Charles +cn: Charles Kent +uid: ckent +#title: alum +employeeNumber: 800001219 +mail: Charles.Kent@mock.edu.invalid +userPassword: password + +dn: uid=tnguyen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nguyen +givenName: Todd +cn: Todd Nguyen +uid: tnguyen +#title: alum +employeeNumber: 800001220 +mail: Todd.Nguyen@mock.edu.invalid +userPassword: password + +dn: uid=rpayne,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Payne +givenName: Renee +cn: Renee Payne +uid: rpayne +#title: alum +employeeNumber: 800001221 +mail: Renee.Payne@mock.edu.invalid +userPassword: password + +dn: uid=rbrown2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Ryan +cn: Ryan Brown +uid: rbrown2 +#title: alum +employeeNumber: 800001222 +mail: Ryan.Brown@mock.edu.invalid +userPassword: password + +dn: uid=gpaul,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Paul +givenName: Gregory +cn: Gregory Paul +uid: gpaul +#title: alum +employeeNumber: 800001223 +mail: Gregory.Paul@mock.edu.invalid +userPassword: password + +dn: uid=hyoung,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Young +givenName: Hannah +cn: Hannah Young +uid: hyoung +#title: alum +employeeNumber: 800001224 +mail: Hannah.Young@mock.edu.invalid +userPassword: password + +dn: uid=nkelley,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kelley +givenName: Nathan +cn: Nathan Kelley +uid: nkelley +#title: alum +employeeNumber: 800001225 +mail: Nathan.Kelley@mock.edu.invalid +userPassword: password + +dn: uid=mdelacru,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Delacruz +givenName: Marissa +cn: Marissa Delacruz +uid: mdelacru +#title: alum +employeeNumber: 800001226 +mail: Marissa.Delacruz@mock.edu.invalid +userPassword: password + +dn: uid=mmartin4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Michael +cn: Michael Martin +uid: mmartin4 +#title: alum +employeeNumber: 800001227 +mail: Michael.Martin@mock.edu.invalid +userPassword: password + +dn: uid=jbrown2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Justin +cn: Justin Brown +uid: jbrown2 +#title: alum +employeeNumber: 800001228 +mail: Justin.Brown@mock.edu.invalid +userPassword: password + +dn: uid=dwalls,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walls +givenName: Debbie +cn: Debbie Walls +uid: dwalls +#title: alum +employeeNumber: 800001229 +mail: Debbie.Walls@mock.edu.invalid +userPassword: password + +dn: uid=tbrown,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Travis +cn: Travis Brown +uid: tbrown +#title: alum +employeeNumber: 800001230 +mail: Travis.Brown@mock.edu.invalid +userPassword: password + +dn: uid=cgarcia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Christopher +cn: Christopher Garcia +uid: cgarcia2 +#title: alum +employeeNumber: 800001231 +mail: Christopher.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=bstokes2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stokes +givenName: Benjamin +cn: Benjamin Stokes +uid: bstokes2 +#title: alum +employeeNumber: 800001232 +mail: Benjamin.Stokes@mock.edu.invalid +userPassword: password + +dn: uid=rdyer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dyer +givenName: Robin +cn: Robin Dyer +uid: rdyer +#title: alum +employeeNumber: 800001233 +mail: Robin.Dyer@mock.edu.invalid +userPassword: password + +dn: uid=dturner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: David +cn: David Turner +uid: dturner +#title: alum +employeeNumber: 800001234 +mail: David.Turner@mock.edu.invalid +userPassword: password + +dn: uid=dvazquez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Vazquez +givenName: David +cn: David Vazquez +uid: dvazquez +#title: alum +employeeNumber: 800001235 +mail: David.Vazquez@mock.edu.invalid +userPassword: password + +dn: uid=jscott2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Julia +cn: Julia Scott +uid: jscott2 +#title: alum +employeeNumber: 800001236 +mail: Julia.Scott@mock.edu.invalid +userPassword: password + +dn: uid=aallen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Allen +givenName: Anthony +cn: Anthony Allen +uid: aallen +#title: alum +employeeNumber: 800001237 +mail: Anthony.Allen@mock.edu.invalid +userPassword: password + +dn: uid=wreyes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reyes +givenName: William +cn: William Reyes +uid: wreyes +#title: alum +employeeNumber: 800001238 +mail: William.Reyes@mock.edu.invalid +userPassword: password + +dn: uid=aschmidt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schmidt +givenName: Arthur +cn: Arthur Schmidt +uid: aschmidt +#title: alum +employeeNumber: 800001239 +mail: Arthur.Schmidt@mock.edu.invalid +userPassword: password + +dn: uid=jrhodes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rhodes +givenName: Jennifer +cn: Jennifer Rhodes +uid: jrhodes +#title: alum +employeeNumber: 800001240 +mail: Jennifer.Rhodes@mock.edu.invalid +userPassword: password + +dn: uid=cscott,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Christina +cn: Christina Scott +uid: cscott +#title: alum +employeeNumber: 800001241 +mail: Christina.Scott@mock.edu.invalid +userPassword: password + +dn: uid=knguyen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nguyen +givenName: Katie +cn: Katie Nguyen +uid: knguyen +#title: alum +employeeNumber: 800001242 +mail: Katie.Nguyen@mock.edu.invalid +userPassword: password + +dn: uid=dhoffman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hoffman +givenName: Daniel +cn: Daniel Hoffman +uid: dhoffman +#title: alum +employeeNumber: 800001243 +mail: Daniel.Hoffman@mock.edu.invalid +userPassword: password + +dn: uid=jwilkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilkinson +givenName: Joanna +cn: Joanna Wilkinson +uid: jwilkins +#title: alum +employeeNumber: 800001244 +mail: Joanna.Wilkinson@mock.edu.invalid +userPassword: password + +dn: uid=jrodrig3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: James +cn: James Rodriguez +uid: jrodrig3 +#title: alum +employeeNumber: 800001245 +mail: James.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=jharris2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Jennifer +cn: Jennifer Harris +uid: jharris2 +#title: alum +employeeNumber: 800001246 +mail: Jennifer.Harris@mock.edu.invalid +userPassword: password + +dn: uid=bberry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Berry +givenName: Benjamin +cn: Benjamin Berry +uid: bberry +#title: alum +employeeNumber: 800001247 +mail: Benjamin.Berry@mock.edu.invalid +userPassword: password + +dn: uid=kfreeman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Freeman +givenName: Kristina +cn: Kristina Freeman +uid: kfreeman +#title: alum +employeeNumber: 800001248 +mail: Kristina.Freeman@mock.edu.invalid +userPassword: password + +dn: uid=agarcia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Amanda +cn: Amanda Garcia +uid: agarcia2 +#title: alum +employeeNumber: 800001249 +mail: Amanda.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=tgriffit,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Griffith +givenName: Teresa +cn: Teresa Griffith +uid: tgriffit +#title: alum +employeeNumber: 800001250 +mail: Teresa.Griffith@mock.edu.invalid +userPassword: password + +dn: uid=aharding,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harding +givenName: Adam +cn: Adam Harding +uid: aharding +#title: alum +employeeNumber: 800001251 +mail: Adam.Harding@mock.edu.invalid +userPassword: password + +dn: uid=rcaldero,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Calderon +givenName: Ricardo +cn: Ricardo Calderon +uid: rcaldero +#title: alum +employeeNumber: 800001252 +mail: Ricardo.Calderon@mock.edu.invalid +userPassword: password + +dn: uid=abrewer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brewer +givenName: Andrew +cn: Andrew Brewer +uid: abrewer +#title: alum +employeeNumber: 800001253 +mail: Andrew.Brewer@mock.edu.invalid +userPassword: password + +dn: uid=dsmith2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Denise +cn: Denise Smith +uid: dsmith2 +#title: alum +employeeNumber: 800001254 +mail: Denise.Smith@mock.edu.invalid +userPassword: password + +dn: uid=matkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Atkins +givenName: Michael +cn: Michael Atkins +uid: matkins +#title: alum +employeeNumber: 800001255 +mail: Michael.Atkins@mock.edu.invalid +userPassword: password + +dn: uid=pkent,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kent +givenName: Paul +cn: Paul Kent +uid: pkent +#title: alum +employeeNumber: 800001256 +mail: Paul.Kent@mock.edu.invalid +userPassword: password + +dn: uid=nmartine,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: Nicholas +cn: Nicholas Martinez +uid: nmartine +#title: alum +employeeNumber: 800001257 +mail: Nicholas.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=lreed,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reed +givenName: Linda +cn: Linda Reed +uid: lreed +#title: alum +employeeNumber: 800001258 +mail: Linda.Reed@mock.edu.invalid +userPassword: password + +dn: uid=lwarren,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Warren +givenName: Lauren +cn: Lauren Warren +uid: lwarren +#title: alum +employeeNumber: 800001259 +mail: Lauren.Warren@mock.edu.invalid +userPassword: password + +dn: uid=lluna,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Luna +givenName: Lisa +cn: Lisa Luna +uid: lluna +#title: alum +employeeNumber: 800001260 +mail: Lisa.Luna@mock.edu.invalid +userPassword: password + +dn: uid=cbautist,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bautista +givenName: Christine +cn: Christine Bautista +uid: cbautist +#title: alum +employeeNumber: 800001261 +mail: Christine.Bautista@mock.edu.invalid +userPassword: password + +dn: uid=storres2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Torres +givenName: Shelly +cn: Shelly Torres +uid: storres2 +#title: alum +employeeNumber: 800001262 +mail: Shelly.Torres@mock.edu.invalid +userPassword: password + +dn: uid=kwells,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wells +givenName: Katelyn +cn: Katelyn Wells +uid: kwells +#title: alum +employeeNumber: 800001263 +mail: Katelyn.Wells@mock.edu.invalid +userPassword: password + +dn: uid=rmathis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mathis +givenName: Rebecca +cn: Rebecca Mathis +uid: rmathis +#title: alum +employeeNumber: 800001264 +mail: Rebecca.Mathis@mock.edu.invalid +userPassword: password + +dn: uid=mzhang,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Zhang +givenName: Marc +cn: Marc Zhang +uid: mzhang +#title: alum +employeeNumber: 800001265 +mail: Marc.Zhang@mock.edu.invalid +userPassword: password + +dn: uid=ppatton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patton +givenName: Peter +cn: Peter Patton +uid: ppatton +#title: alum +employeeNumber: 800001266 +mail: Peter.Patton@mock.edu.invalid +userPassword: password + +dn: uid=jle,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Le +givenName: Joshua +cn: Joshua Le +uid: jle +#title: alum +employeeNumber: 800001267 +mail: Joshua.Le@mock.edu.invalid +userPassword: password + +dn: uid=lwillia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williamson +givenName: Laura +cn: Laura Williamson +uid: lwillia2 +#title: alum +employeeNumber: 800001268 +mail: Laura.Williamson@mock.edu.invalid +userPassword: password + +dn: uid=lmcknigh,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcknight +givenName: Laura +cn: Laura Mcknight +uid: lmcknigh +#title: alum +employeeNumber: 800001269 +mail: Laura.Mcknight@mock.edu.invalid +userPassword: password + +dn: uid=avaldez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Valdez +givenName: Angela +cn: Angela Valdez +uid: avaldez +#title: alum +employeeNumber: 800001270 +mail: Angela.Valdez@mock.edu.invalid +userPassword: password + +dn: uid=grichard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richard +givenName: George +cn: George Richard +uid: grichard +#title: alum +employeeNumber: 800001271 +mail: George.Richard@mock.edu.invalid +userPassword: password + +dn: uid=egeorge,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: George +givenName: Erika +cn: Erika George +uid: egeorge +#title: alum +employeeNumber: 800001272 +mail: Erika.George@mock.edu.invalid +userPassword: password + +dn: uid=kporter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Porter +givenName: Kylie +cn: Kylie Porter +uid: kporter +#title: alum +employeeNumber: 800001273 +mail: Kylie.Porter@mock.edu.invalid +userPassword: password + +dn: uid=abartlet,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bartlett +givenName: Andrea +cn: Andrea Bartlett +uid: abartlet +#title: alum +employeeNumber: 800001274 +mail: Andrea.Bartlett@mock.edu.invalid +userPassword: password + +dn: uid=ksmith4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Karen +cn: Karen Smith +uid: ksmith4 +#title: alum +employeeNumber: 800001275 +mail: Karen.Smith@mock.edu.invalid +userPassword: password + +dn: uid=sgreen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Green +givenName: Stephanie +cn: Stephanie Green +uid: sgreen +#title: alum +employeeNumber: 800001276 +mail: Stephanie.Green@mock.edu.invalid +userPassword: password + +dn: uid=jdixon2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dixon +givenName: Joshua +cn: Joshua Dixon +uid: jdixon2 +#title: alum +employeeNumber: 800001277 +mail: Joshua.Dixon@mock.edu.invalid +userPassword: password + +dn: uid=jsmith,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Joel +cn: Joel Smith +uid: jsmith +#title: alum +employeeNumber: 800001278 +mail: Joel.Smith@mock.edu.invalid +userPassword: password + +dn: uid=kkelly2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kelly +givenName: Kimberly +cn: Kimberly Kelly +uid: kkelly2 +#title: alum +employeeNumber: 800001279 +mail: Kimberly.Kelly@mock.edu.invalid +userPassword: password + +dn: uid=matkinso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Atkinson +givenName: Margaret +cn: Margaret Atkinson +uid: matkinso +#title: alum +employeeNumber: 800001280 +mail: Margaret.Atkinson@mock.edu.invalid +userPassword: password + +dn: uid=csulliv2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sullivan +givenName: Christopher +cn: Christopher Sullivan +uid: csulliv2 +#title: alum +employeeNumber: 800001281 +mail: Christopher.Sullivan@mock.edu.invalid +userPassword: password + +dn: uid=cgray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gray +givenName: Chelsea +cn: Chelsea Gray +uid: cgray +#title: alum +employeeNumber: 800001282 +mail: Chelsea.Gray@mock.edu.invalid +userPassword: password + +dn: uid=avance,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Vance +givenName: Allison +cn: Allison Vance +uid: avance +#title: alum +employeeNumber: 800001283 +mail: Allison.Vance@mock.edu.invalid +userPassword: password + +dn: uid=jtaylor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Jennifer +cn: Jennifer Taylor +uid: jtaylor +#title: alum +employeeNumber: 800001284 +mail: Jennifer.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=blong,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Long +givenName: Brandon +cn: Brandon Long +uid: blong +#title: alum +employeeNumber: 800001285 +mail: Brandon.Long@mock.edu.invalid +userPassword: password + +dn: uid=egreen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Green +givenName: Eric +cn: Eric Green +uid: egreen +#title: alum +employeeNumber: 800001286 +mail: Eric.Green@mock.edu.invalid +userPassword: password + +dn: uid=mwillia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Michael +cn: Michael Williams +uid: mwillia3 +#title: alum +employeeNumber: 800001287 +mail: Michael.Williams@mock.edu.invalid +userPassword: password + +dn: uid=mjones,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Mary +cn: Mary Jones +uid: mjones +#title: alum +employeeNumber: 800001288 +mail: Mary.Jones@mock.edu.invalid +userPassword: password + +dn: uid=kkent,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kent +givenName: Kyle +cn: Kyle Kent +uid: kkent +#title: alum +employeeNumber: 800001289 +mail: Kyle.Kent@mock.edu.invalid +userPassword: password + +dn: uid=kgomez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gomez +givenName: Kathryn +cn: Kathryn Gomez +uid: kgomez +#title: alum +employeeNumber: 800001290 +mail: Kathryn.Gomez@mock.edu.invalid +userPassword: password + +dn: uid=mmills,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mills +givenName: Michael +cn: Michael Mills +uid: mmills +#title: alum +employeeNumber: 800001291 +mail: Michael.Mills@mock.edu.invalid +userPassword: password + +dn: uid=asulliv3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sullivan +givenName: Amanda +cn: Amanda Sullivan +uid: asulliv3 +#title: alum +employeeNumber: 800001292 +mail: Amanda.Sullivan@mock.edu.invalid +userPassword: password + +dn: uid=dchen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chen +givenName: Daniel +cn: Daniel Chen +uid: dchen +#title: alum +employeeNumber: 800001293 +mail: Daniel.Chen@mock.edu.invalid +userPassword: password + +dn: uid=aowens,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Owens +givenName: Alexander +cn: Alexander Owens +uid: aowens +#title: alum +employeeNumber: 800001294 +mail: Alexander.Owens@mock.edu.invalid +userPassword: password + +dn: uid=cgarriso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garrison +givenName: Christopher +cn: Christopher Garrison +uid: cgarriso +#title: alum +employeeNumber: 800001295 +mail: Christopher.Garrison@mock.edu.invalid +userPassword: password + +dn: uid=jmejia,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mejia +givenName: Jennifer +cn: Jennifer Mejia +uid: jmejia +#title: alum +employeeNumber: 800001296 +mail: Jennifer.Mejia@mock.edu.invalid +userPassword: password + +dn: uid=sschroed,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schroeder +givenName: Shaun +cn: Shaun Schroeder +uid: sschroed +#title: alum +employeeNumber: 800001297 +mail: Shaun.Schroeder@mock.edu.invalid +userPassword: password + +dn: uid=corr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Orr +givenName: Cody +cn: Cody Orr +uid: corr +#title: alum +employeeNumber: 800001298 +mail: Cody.Orr@mock.edu.invalid +userPassword: password + +dn: uid=bbrown2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Brandon +cn: Brandon Brown +uid: bbrown2 +#title: alum +employeeNumber: 800001299 +mail: Brandon.Brown@mock.edu.invalid +userPassword: password + +dn: uid=mbrown3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Morgan +cn: Morgan Brown +uid: mbrown3 +#title: alum +employeeNumber: 800001300 +mail: Morgan.Brown@mock.edu.invalid +userPassword: password + +dn: uid=pturner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: Phillip +cn: Phillip Turner +uid: pturner +#title: alum +employeeNumber: 800001301 +mail: Phillip.Turner@mock.edu.invalid +userPassword: password + +dn: uid=mwalter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walter +givenName: Mario +cn: Mario Walter +uid: mwalter +#title: alum +employeeNumber: 800001302 +mail: Mario.Walter@mock.edu.invalid +userPassword: password + +dn: uid=rdecker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Decker +givenName: Ryan +cn: Ryan Decker +uid: rdecker +#title: alum +employeeNumber: 800001303 +mail: Ryan.Decker@mock.edu.invalid +userPassword: password + +dn: uid=csmith5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Christopher +cn: Christopher Smith +uid: csmith5 +#title: alum +employeeNumber: 800001304 +mail: Christopher.Smith@mock.edu.invalid +userPassword: password + +dn: uid=lparker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Parker +givenName: Laura +cn: Laura Parker +uid: lparker +#title: alum +employeeNumber: 800001305 +mail: Laura.Parker@mock.edu.invalid +userPassword: password + +dn: uid=bmercer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mercer +givenName: Bruce +cn: Bruce Mercer +uid: bmercer +#title: alum +employeeNumber: 800001306 +mail: Bruce.Mercer@mock.edu.invalid +userPassword: password + +dn: uid=mstephen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stephens +givenName: Matthew +cn: Matthew Stephens +uid: mstephen +#title: alum +employeeNumber: 800001307 +mail: Matthew.Stephens@mock.edu.invalid +userPassword: password + +dn: uid=msalas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Salas +givenName: Melissa +cn: Melissa Salas +uid: msalas +#title: alum +employeeNumber: 800001308 +mail: Melissa.Salas@mock.edu.invalid +userPassword: password + +dn: uid=radams,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Adams +givenName: Rachel +cn: Rachel Adams +uid: radams +#title: alum +employeeNumber: 800001309 +mail: Rachel.Adams@mock.edu.invalid +userPassword: password + +dn: uid=pmiller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Patrick +cn: Patrick Miller +uid: pmiller +#title: alum +employeeNumber: 800001310 +mail: Patrick.Miller@mock.edu.invalid +userPassword: password + +dn: uid=spreston,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Preston +givenName: Steven +cn: Steven Preston +uid: spreston +#title: alum +employeeNumber: 800001311 +mail: Steven.Preston@mock.edu.invalid +userPassword: password + +dn: uid=kturner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: Kayla +cn: Kayla Turner +uid: kturner +#title: alum +employeeNumber: 800001312 +mail: Kayla.Turner@mock.edu.invalid +userPassword: password + +dn: uid=cjackso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Christopher +cn: Christopher Jackson +uid: cjackso2 +#title: alum +employeeNumber: 800001313 +mail: Christopher.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=aberry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Berry +givenName: Amy +cn: Amy Berry +uid: aberry +#title: alum +employeeNumber: 800001314 +mail: Amy.Berry@mock.edu.invalid +userPassword: password + +dn: uid=jkramer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kramer +givenName: Jillian +cn: Jillian Kramer +uid: jkramer +#title: alum +employeeNumber: 800001315 +mail: Jillian.Kramer@mock.edu.invalid +userPassword: password + +dn: uid=cwright,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wright +givenName: Christine +cn: Christine Wright +uid: cwright +#title: alum +employeeNumber: 800001316 +mail: Christine.Wright@mock.edu.invalid +userPassword: password + +dn: uid=drichar2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richardson +givenName: Donald +cn: Donald Richardson +uid: drichar2 +#title: alum +employeeNumber: 800001317 +mail: Donald.Richardson@mock.edu.invalid +userPassword: password + +dn: uid=cbullock,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bullock +givenName: Christy +cn: Christy Bullock +uid: cbullock +#title: alum +employeeNumber: 800001318 +mail: Christy.Bullock@mock.edu.invalid +userPassword: password + +dn: uid=smiller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Sharon +cn: Sharon Miller +uid: smiller +#title: alum +employeeNumber: 800001319 +mail: Sharon.Miller@mock.edu.invalid +userPassword: password + +dn: uid=jpeters2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Peters +givenName: Juan +cn: Juan Peters +uid: jpeters2 +#title: alum +employeeNumber: 800001320 +mail: Juan.Peters@mock.edu.invalid +userPassword: password + +dn: uid=shooper,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hooper +givenName: Stephanie +cn: Stephanie Hooper +uid: shooper +#title: alum +employeeNumber: 800001321 +mail: Stephanie.Hooper@mock.edu.invalid +userPassword: password + +dn: uid=cgarcia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Cindy +cn: Cindy Garcia +uid: cgarcia3 +#title: alum +employeeNumber: 800001322 +mail: Cindy.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=mmorales,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morales +givenName: Mitchell +cn: Mitchell Morales +uid: mmorales +#title: alum +employeeNumber: 800001323 +mail: Mitchell.Morales@mock.edu.invalid +userPassword: password + +dn: uid=lsharp,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sharp +givenName: Lori +cn: Lori Sharp +uid: lsharp +#title: alum +employeeNumber: 800001324 +mail: Lori.Sharp@mock.edu.invalid +userPassword: password + +dn: uid=jyoung3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Young +givenName: Jonathan +cn: Jonathan Young +uid: jyoung3 +#title: alum +employeeNumber: 800001325 +mail: Jonathan.Young@mock.edu.invalid +userPassword: password + +dn: uid=ebenjami,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Benjamin +givenName: Erica +cn: Erica Benjamin +uid: ebenjami +#title: alum +employeeNumber: 800001326 +mail: Erica.Benjamin@mock.edu.invalid +userPassword: password + +dn: uid=chicks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hicks +givenName: Carl +cn: Carl Hicks +uid: chicks +#title: alum +employeeNumber: 800001327 +mail: Carl.Hicks@mock.edu.invalid +userPassword: password + +dn: uid=sgeorge,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: George +givenName: Scott +cn: Scott George +uid: sgeorge +#title: alum +employeeNumber: 800001328 +mail: Scott.George@mock.edu.invalid +userPassword: password + +dn: uid=shunt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hunt +givenName: Shane +cn: Shane Hunt +uid: shunt +#title: alum +employeeNumber: 800001329 +mail: Shane.Hunt@mock.edu.invalid +userPassword: password + +dn: uid=jgoodwi2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Goodwin +givenName: John +cn: John Goodwin +uid: jgoodwi2 +#title: alum +employeeNumber: 800001330 +mail: John.Goodwin@mock.edu.invalid +userPassword: password + +dn: uid=ltorres,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Torres +givenName: Lawrence +cn: Lawrence Torres +uid: ltorres +#title: alum +employeeNumber: 800001331 +mail: Lawrence.Torres@mock.edu.invalid +userPassword: password + +dn: uid=dthomas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: David +cn: David Thomas +uid: dthomas +#title: alum +employeeNumber: 800001332 +mail: David.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=strujill,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Trujillo +givenName: Susan +cn: Susan Trujillo +uid: strujill +#title: alum +employeeNumber: 800001333 +mail: Susan.Trujillo@mock.edu.invalid +userPassword: password + +dn: uid=bsteele,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Steele +givenName: Brandon +cn: Brandon Steele +uid: bsteele +#title: alum +employeeNumber: 800001334 +mail: Brandon.Steele@mock.edu.invalid +userPassword: password + +dn: uid=kscott,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Katie +cn: Katie Scott +uid: kscott +#title: alum +employeeNumber: 800001335 +mail: Katie.Scott@mock.edu.invalid +userPassword: password + +dn: uid=jshields,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Shields +givenName: Jennifer +cn: Jennifer Shields +uid: jshields +#title: alum +employeeNumber: 800001336 +mail: Jennifer.Shields@mock.edu.invalid +userPassword: password + +dn: uid=cwoodard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Woodard +givenName: Christopher +cn: Christopher Woodard +uid: cwoodard +#title: alum +employeeNumber: 800001337 +mail: Christopher.Woodard@mock.edu.invalid +userPassword: password + +dn: uid=jhansen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hansen +givenName: Jennifer +cn: Jennifer Hansen +uid: jhansen +#title: alum +employeeNumber: 800001338 +mail: Jennifer.Hansen@mock.edu.invalid +userPassword: password + +dn: uid=vhester,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hester +givenName: Valerie +cn: Valerie Hester +uid: vhester +#title: alum +employeeNumber: 800001339 +mail: Valerie.Hester@mock.edu.invalid +userPassword: password + +dn: uid=dmathews,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mathews +givenName: David +cn: David Mathews +uid: dmathews +#title: alum +employeeNumber: 800001340 +mail: David.Mathews@mock.edu.invalid +userPassword: password + +dn: uid=djohnso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Dylan +cn: Dylan Johnson +uid: djohnso2 +#title: alum +employeeNumber: 800001341 +mail: Dylan.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=rrodrig2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Richard +cn: Richard Rodriguez +uid: rrodrig2 +#title: alum +employeeNumber: 800001342 +mail: Richard.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=cnichol2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nicholson +givenName: Chelsey +cn: Chelsey Nicholson +uid: cnichol2 +#title: alum +employeeNumber: 800001343 +mail: Chelsey.Nicholson@mock.edu.invalid +userPassword: password + +dn: uid=lgross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gross +givenName: Lynn +cn: Lynn Gross +uid: lgross +#title: alum +employeeNumber: 800001344 +mail: Lynn.Gross@mock.edu.invalid +userPassword: password + +dn: uid=rroberts,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roberts +givenName: Robin +cn: Robin Roberts +uid: rroberts +#title: alum +employeeNumber: 800001345 +mail: Robin.Roberts@mock.edu.invalid +userPassword: password + +dn: uid=drogers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rogers +givenName: Dennis +cn: Dennis Rogers +uid: drogers +#title: alum +employeeNumber: 800001346 +mail: Dennis.Rogers@mock.edu.invalid +userPassword: password + +dn: uid=ganderso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Gregory +cn: Gregory Anderson +uid: ganderso +#title: alum +employeeNumber: 800001347 +mail: Gregory.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=jcastill,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Castillo +givenName: Jennifer +cn: Jennifer Castillo +uid: jcastill +#title: alum +employeeNumber: 800001348 +mail: Jennifer.Castillo@mock.edu.invalid +userPassword: password + +dn: uid=nrodrigu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Nina +cn: Nina Rodriguez +uid: nrodrigu +#title: alum +employeeNumber: 800001349 +mail: Nina.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=vbrown,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Valerie +cn: Valerie Brown +uid: vbrown +#title: alum +employeeNumber: 800001350 +mail: Valerie.Brown@mock.edu.invalid +userPassword: password + +dn: uid=jbell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bell +givenName: Jennifer +cn: Jennifer Bell +uid: jbell +#title: alum +employeeNumber: 800001351 +mail: Jennifer.Bell@mock.edu.invalid +userPassword: password + +dn: uid=lmoore2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Lauren +cn: Lauren Moore +uid: lmoore2 +#title: alum +employeeNumber: 800001352 +mail: Lauren.Moore@mock.edu.invalid +userPassword: password + +dn: uid=bhull,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hull +givenName: Brian +cn: Brian Hull +uid: bhull +#title: alum +employeeNumber: 800001353 +mail: Brian.Hull@mock.edu.invalid +userPassword: password + +dn: uid=jholder,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Holder +givenName: James +cn: James Holder +uid: jholder +#title: alum +employeeNumber: 800001354 +mail: James.Holder@mock.edu.invalid +userPassword: password + +dn: uid=kcampos,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Campos +givenName: Kaitlyn +cn: Kaitlyn Campos +uid: kcampos +#title: alum +employeeNumber: 800001355 +mail: Kaitlyn.Campos@mock.edu.invalid +userPassword: password + +dn: uid=jmitche2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mitchell +givenName: Jessica +cn: Jessica Mitchell +uid: jmitche2 +#title: alum +employeeNumber: 800001356 +mail: Jessica.Mitchell@mock.edu.invalid +userPassword: password + +dn: uid=jwilson3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Jamie +cn: Jamie Wilson +uid: jwilson3 +#title: alum +employeeNumber: 800001357 +mail: Jamie.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=cgutierr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gutierrez +givenName: Carl +cn: Carl Gutierrez +uid: cgutierr +#title: alum +employeeNumber: 800001358 +mail: Carl.Gutierrez@mock.edu.invalid +userPassword: password + +dn: uid=bhood,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hood +givenName: Bethany +cn: Bethany Hood +uid: bhood +#title: alum +employeeNumber: 800001359 +mail: Bethany.Hood@mock.edu.invalid +userPassword: password + +dn: uid=msolomon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Solomon +givenName: Manuel +cn: Manuel Solomon +uid: msolomon +#title: alum +employeeNumber: 800001360 +mail: Manuel.Solomon@mock.edu.invalid +userPassword: password + +dn: uid=bwhitehe,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Whitehead +givenName: Brett +cn: Brett Whitehead +uid: bwhitehe +#title: alum +employeeNumber: 800001361 +mail: Brett.Whitehead@mock.edu.invalid +userPassword: password + +dn: uid=jaguilar,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Aguilar +givenName: Joseph +cn: Joseph Aguilar +uid: jaguilar +#title: alum +employeeNumber: 800001362 +mail: Joseph.Aguilar@mock.edu.invalid +userPassword: password + +dn: uid=zdixon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dixon +givenName: Zachary +cn: Zachary Dixon +uid: zdixon +#title: alum +employeeNumber: 800001363 +mail: Zachary.Dixon@mock.edu.invalid +userPassword: password + +dn: uid=rzimmerm,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Zimmerman +givenName: Robert +cn: Robert Zimmerman +uid: rzimmerm +#title: alum +employeeNumber: 800001364 +mail: Robert.Zimmerman@mock.edu.invalid +userPassword: password + +dn: uid=rhenry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henry +givenName: Rachel +cn: Rachel Henry +uid: rhenry +#title: alum +employeeNumber: 800001365 +mail: Rachel.Henry@mock.edu.invalid +userPassword: password + +dn: uid=drobinso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Dana +cn: Dana Robinson +uid: drobinso +#title: alum +employeeNumber: 800001366 +mail: Dana.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=kperkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perkins +givenName: Kelly +cn: Kelly Perkins +uid: kperkins +#title: alum +employeeNumber: 800001367 +mail: Kelly.Perkins@mock.edu.invalid +userPassword: password + +dn: uid=kbarber,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barber +givenName: Kristin +cn: Kristin Barber +uid: kbarber +#title: alum +employeeNumber: 800001368 +mail: Kristin.Barber@mock.edu.invalid +userPassword: password + +dn: uid=danders2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Andersen +givenName: Deborah +cn: Deborah Andersen +uid: danders2 +#title: alum +employeeNumber: 800001369 +mail: Deborah.Andersen@mock.edu.invalid +userPassword: password + +dn: uid=ssmith,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Seth +cn: Seth Smith +uid: ssmith +#title: alum +employeeNumber: 800001370 +mail: Seth.Smith@mock.edu.invalid +userPassword: password + +dn: uid=kdavis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Kayla +cn: Kayla Davis +uid: kdavis +#title: alum +employeeNumber: 800001371 +mail: Kayla.Davis@mock.edu.invalid +userPassword: password + +dn: uid=mcarlson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carlson +givenName: Michael +cn: Michael Carlson +uid: mcarlson +#title: alum +employeeNumber: 800001372 +mail: Michael.Carlson@mock.edu.invalid +userPassword: password + +dn: uid=mhernan2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Michelle +cn: Michelle Hernandez +uid: mhernan2 +#title: alum +employeeNumber: 800001373 +mail: Michelle.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=sperkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perkins +givenName: Sherri +cn: Sherri Perkins +uid: sperkins +#title: alum +employeeNumber: 800001374 +mail: Sherri.Perkins@mock.edu.invalid +userPassword: password + +dn: uid=fbarnes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barnes +givenName: Frederick +cn: Frederick Barnes +uid: fbarnes +#title: alum +employeeNumber: 800001375 +mail: Frederick.Barnes@mock.edu.invalid +userPassword: password + +dn: uid=kgreen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Green +givenName: Kelly +cn: Kelly Green +uid: kgreen +#title: alum +employeeNumber: 800001376 +mail: Kelly.Green@mock.edu.invalid +userPassword: password + +dn: uid=dandrews,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Andrews +givenName: Deborah +cn: Deborah Andrews +uid: dandrews +#title: alum +employeeNumber: 800001377 +mail: Deborah.Andrews@mock.edu.invalid +userPassword: password + +dn: uid=skhan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Khan +givenName: Sharon +cn: Sharon Khan +uid: skhan +#title: alum +employeeNumber: 800001378 +mail: Sharon.Khan@mock.edu.invalid +userPassword: password + +dn: uid=aboyer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Boyer +givenName: Andrew +cn: Andrew Boyer +uid: aboyer +#title: alum +employeeNumber: 800001379 +mail: Andrew.Boyer@mock.edu.invalid +userPassword: password + +dn: uid=mflores2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Flores +givenName: Mark +cn: Mark Flores +uid: mflores2 +#title: alum +employeeNumber: 800001380 +mail: Mark.Flores@mock.edu.invalid +userPassword: password + +dn: uid=zferguso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ferguson +givenName: Zachary +cn: Zachary Ferguson +uid: zferguso +#title: alum +employeeNumber: 800001381 +mail: Zachary.Ferguson@mock.edu.invalid +userPassword: password + +dn: uid=mcampbel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Campbell +givenName: Molly +cn: Molly Campbell +uid: mcampbel +#title: alum +employeeNumber: 800001382 +mail: Molly.Campbell@mock.edu.invalid +userPassword: password + +dn: uid=sking,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: King +givenName: Sara +cn: Sara King +uid: sking +#title: alum +employeeNumber: 800001383 +mail: Sara.King@mock.edu.invalid +userPassword: password + +dn: uid=tthomas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Tyler +cn: Tyler Thomas +uid: tthomas +#title: alum +employeeNumber: 800001384 +mail: Tyler.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=dbrown3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: David +cn: David Brown +uid: dbrown3 +#title: alum +employeeNumber: 800001385 +mail: David.Brown@mock.edu.invalid +userPassword: password + +dn: uid=bhouse,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: House +givenName: Brenda +cn: Brenda House +uid: bhouse +#title: alum +employeeNumber: 800001386 +mail: Brenda.House@mock.edu.invalid +userPassword: password + +dn: uid=rwillia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Robert +cn: Robert Williams +uid: rwillia2 +#title: alum +employeeNumber: 800001387 +mail: Robert.Williams@mock.edu.invalid +userPassword: password + +dn: uid=abarrera,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barrera +givenName: Aaron +cn: Aaron Barrera +uid: abarrera +#title: alum +employeeNumber: 800001388 +mail: Aaron.Barrera@mock.edu.invalid +userPassword: password + +dn: uid=jpowell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Powell +givenName: Jessica +cn: Jessica Powell +uid: jpowell +#title: alum +employeeNumber: 800001389 +mail: Jessica.Powell@mock.edu.invalid +userPassword: password + +dn: uid=cbarry2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barry +givenName: Crystal +cn: Crystal Barry +uid: cbarry2 +#title: alum +employeeNumber: 800001390 +mail: Crystal.Barry@mock.edu.invalid +userPassword: password + +dn: uid=twhitney,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Whitney +givenName: Timothy +cn: Timothy Whitney +uid: twhitney +#title: alum +employeeNumber: 800001391 +mail: Timothy.Whitney@mock.edu.invalid +userPassword: password + +dn: uid=rwashing,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Washington +givenName: Rebecca +cn: Rebecca Washington +uid: rwashing +#title: alum +employeeNumber: 800001392 +mail: Rebecca.Washington@mock.edu.invalid +userPassword: password + +dn: uid=ngonzal2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzales +givenName: Nicole +cn: Nicole Gonzales +uid: ngonzal2 +#title: alum +employeeNumber: 800001393 +mail: Nicole.Gonzales@mock.edu.invalid +userPassword: password + +dn: uid=blee2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: Brandon +cn: Brandon Lee +uid: blee2 +#title: alum +employeeNumber: 800001394 +mail: Brandon.Lee@mock.edu.invalid +userPassword: password + +dn: uid=lwillia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Lisa +cn: Lisa Williams +uid: lwillia3 +#title: alum +employeeNumber: 800001395 +mail: Lisa.Williams@mock.edu.invalid +userPassword: password + +dn: uid=rpace,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pace +givenName: Robert +cn: Robert Pace +uid: rpace +#title: alum +employeeNumber: 800001396 +mail: Robert.Pace@mock.edu.invalid +userPassword: password + +dn: uid=nmontgom,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Montgomery +givenName: Nancy +cn: Nancy Montgomery +uid: nmontgom +#title: alum +employeeNumber: 800001397 +mail: Nancy.Montgomery@mock.edu.invalid +userPassword: password + +dn: uid=nboyd,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Boyd +givenName: Nicole +cn: Nicole Boyd +uid: nboyd +#title: alum +employeeNumber: 800001398 +mail: Nicole.Boyd@mock.edu.invalid +userPassword: password + +dn: uid=kgraham,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Graham +givenName: Kimberly +cn: Kimberly Graham +uid: kgraham +#title: alum +employeeNumber: 800001399 +mail: Kimberly.Graham@mock.edu.invalid +userPassword: password + +dn: uid=mpeters2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Peterson +givenName: Michelle +cn: Michelle Peterson +uid: mpeters2 +#title: alum +employeeNumber: 800001400 +mail: Michelle.Peterson@mock.edu.invalid +userPassword: password + +dn: uid=bnguyen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nguyen +givenName: Brian +cn: Brian Nguyen +uid: bnguyen +#title: alum +employeeNumber: 800001401 +mail: Brian.Nguyen@mock.edu.invalid +userPassword: password + +dn: uid=pmaynard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Maynard +givenName: Paul +cn: Paul Maynard +uid: pmaynard +#title: alum +employeeNumber: 800001402 +mail: Paul.Maynard@mock.edu.invalid +userPassword: password + +dn: uid=yshaw,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Shaw +givenName: Yesenia +cn: Yesenia Shaw +uid: yshaw +#title: alum +employeeNumber: 800001403 +mail: Yesenia.Shaw@mock.edu.invalid +userPassword: password + +dn: uid=llong,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Long +givenName: Lori +cn: Lori Long +uid: llong +#title: alum +employeeNumber: 800001404 +mail: Lori.Long@mock.edu.invalid +userPassword: password + +dn: uid=skelly,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kelly +givenName: Scott +cn: Scott Kelly +uid: skelly +#title: alum +employeeNumber: 800001405 +mail: Scott.Kelly@mock.edu.invalid +userPassword: password + +dn: uid=dflynn,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Flynn +givenName: Daniel +cn: Daniel Flynn +uid: dflynn +#title: alum +employeeNumber: 800001406 +mail: Daniel.Flynn@mock.edu.invalid +userPassword: password + +dn: uid=jgray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gray +givenName: Joe +cn: Joe Gray +uid: jgray +#title: alum +employeeNumber: 800001407 +mail: Joe.Gray@mock.edu.invalid +userPassword: password + +dn: uid=mwelch2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Welch +givenName: Michele +cn: Michele Welch +uid: mwelch2 +#title: alum +employeeNumber: 800001408 +mail: Michele.Welch@mock.edu.invalid +userPassword: password + +dn: uid=pweaver,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Weaver +givenName: Phillip +cn: Phillip Weaver +uid: pweaver +#title: alum +employeeNumber: 800001409 +mail: Phillip.Weaver@mock.edu.invalid +userPassword: password + +dn: uid=nhorne,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Horne +givenName: Nicole +cn: Nicole Horne +uid: nhorne +#title: alum +employeeNumber: 800001410 +mail: Nicole.Horne@mock.edu.invalid +userPassword: password + +dn: uid=sburgess,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burgess +givenName: Steven +cn: Steven Burgess +uid: sburgess +#title: alum +employeeNumber: 800001411 +mail: Steven.Burgess@mock.edu.invalid +userPassword: password + +dn: uid=alane,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lane +givenName: Anthony +cn: Anthony Lane +uid: alane +#title: alum +employeeNumber: 800001412 +mail: Anthony.Lane@mock.edu.invalid +userPassword: password + +dn: uid=vfreeman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Freeman +givenName: Valerie +cn: Valerie Freeman +uid: vfreeman +#title: alum +employeeNumber: 800001413 +mail: Valerie.Freeman@mock.edu.invalid +userPassword: password + +dn: uid=jgoodman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Goodman +givenName: Joy +cn: Joy Goodman +uid: jgoodman +#title: alum +employeeNumber: 800001414 +mail: Joy.Goodman@mock.edu.invalid +userPassword: password + +dn: uid=csulliv3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sullivan +givenName: Christopher +cn: Christopher Sullivan +uid: csulliv3 +#title: alum +employeeNumber: 800001415 +mail: Christopher.Sullivan@mock.edu.invalid +userPassword: password + +dn: uid=tburke,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burke +givenName: Tiffany +cn: Tiffany Burke +uid: tburke +#title: alum +employeeNumber: 800001416 +mail: Tiffany.Burke@mock.edu.invalid +userPassword: password + +dn: uid=kclark,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clark +givenName: Kimberly +cn: Kimberly Clark +uid: kclark +#title: alum +employeeNumber: 800001417 +mail: Kimberly.Clark@mock.edu.invalid +userPassword: password + +dn: uid=jshepard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Shepard +givenName: Joseph +cn: Joseph Shepard +uid: jshepard +#title: alum +employeeNumber: 800001418 +mail: Joseph.Shepard@mock.edu.invalid +userPassword: password + +dn: uid=blong2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Long +givenName: Brenda +cn: Brenda Long +uid: blong2 +#title: alum +employeeNumber: 800001419 +mail: Brenda.Long@mock.edu.invalid +userPassword: password + +dn: uid=mwebster,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Webster +givenName: Michelle +cn: Michelle Webster +uid: mwebster +#title: alum +employeeNumber: 800001420 +mail: Michelle.Webster@mock.edu.invalid +userPassword: password + +dn: uid=dsimmons,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Simmons +givenName: Daniel +cn: Daniel Simmons +uid: dsimmons +#title: alum +employeeNumber: 800001421 +mail: Daniel.Simmons@mock.edu.invalid +userPassword: password + +dn: uid=jgarcia4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Joshua +cn: Joshua Garcia +uid: jgarcia4 +#title: alum +employeeNumber: 800001422 +mail: Joshua.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=pwalker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walker +givenName: Phyllis +cn: Phyllis Walker +uid: pwalker +#title: alum +employeeNumber: 800001423 +mail: Phyllis.Walker@mock.edu.invalid +userPassword: password + +dn: uid=nbutler,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Butler +givenName: Nancy +cn: Nancy Butler +uid: nbutler +#title: alum +employeeNumber: 800001424 +mail: Nancy.Butler@mock.edu.invalid +userPassword: password + +dn: uid=mcasey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Casey +givenName: Megan +cn: Megan Casey +uid: mcasey +#title: alum +employeeNumber: 800001425 +mail: Megan.Casey@mock.edu.invalid +userPassword: password + +dn: uid=jherman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Herman +givenName: James +cn: James Herman +uid: jherman +#title: alum +employeeNumber: 800001426 +mail: James.Herman@mock.edu.invalid +userPassword: password + +dn: uid=mcoleman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Coleman +givenName: Marilyn +cn: Marilyn Coleman +uid: mcoleman +#title: alum +employeeNumber: 800001427 +mail: Marilyn.Coleman@mock.edu.invalid +userPassword: password + +dn: uid=kmartin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Karen +cn: Karen Martin +uid: kmartin +#title: alum +employeeNumber: 800001428 +mail: Karen.Martin@mock.edu.invalid +userPassword: password + +dn: uid=jjackson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: John +cn: John Jackson +uid: jjackson +#title: alum +employeeNumber: 800001429 +mail: John.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=gwagner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wagner +givenName: Gregory +cn: Gregory Wagner +uid: gwagner +#title: alum +employeeNumber: 800001430 +mail: Gregory.Wagner@mock.edu.invalid +userPassword: password + +dn: uid=dgray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gray +givenName: David +cn: David Gray +uid: dgray +#title: alum +employeeNumber: 800001431 +mail: David.Gray@mock.edu.invalid +userPassword: password + +dn: uid=smiller2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Sandra +cn: Sandra Miller +uid: smiller2 +#title: alum +employeeNumber: 800001432 +mail: Sandra.Miller@mock.edu.invalid +userPassword: password + +dn: uid=pwillis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Willis +givenName: Pamela +cn: Pamela Willis +uid: pwillis +#title: alum +employeeNumber: 800001433 +mail: Pamela.Willis@mock.edu.invalid +userPassword: password + +dn: uid=cguerrer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Guerrero +givenName: Christopher +cn: Christopher Guerrero +uid: cguerrer +#title: alum +employeeNumber: 800001434 +mail: Christopher.Guerrero@mock.edu.invalid +userPassword: password + +dn: uid=ssantia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Santiago +givenName: Stanley +cn: Stanley Santiago +uid: ssantia2 +#title: alum +employeeNumber: 800001435 +mail: Stanley.Santiago@mock.edu.invalid +userPassword: password + +dn: uid=cgrant,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Grant +givenName: Christopher +cn: Christopher Grant +uid: cgrant +#title: alum +employeeNumber: 800001436 +mail: Christopher.Grant@mock.edu.invalid +userPassword: password + +dn: uid=rturner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: Richard +cn: Richard Turner +uid: rturner +#title: alum +employeeNumber: 800001437 +mail: Richard.Turner@mock.edu.invalid +userPassword: password + +dn: uid=kmccoy,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mccoy +givenName: Kelsey +cn: Kelsey Mccoy +uid: kmccoy +#title: alum +employeeNumber: 800001438 +mail: Kelsey.Mccoy@mock.edu.invalid +userPassword: password + +dn: uid=lhansen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hansen +givenName: Lori +cn: Lori Hansen +uid: lhansen +#title: alum +employeeNumber: 800001439 +mail: Lori.Hansen@mock.edu.invalid +userPassword: password + +dn: uid=lmoreno,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moreno +givenName: Lee +cn: Lee Moreno +uid: lmoreno +#title: alum +employeeNumber: 800001440 +mail: Lee.Moreno@mock.edu.invalid +userPassword: password + +dn: uid=kwhitney,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Whitney +givenName: Kelly +cn: Kelly Whitney +uid: kwhitney +#title: alum +employeeNumber: 800001441 +mail: Kelly.Whitney@mock.edu.invalid +userPassword: password + +dn: uid=csanchez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: Carla +cn: Carla Sanchez +uid: csanchez +#title: alum +employeeNumber: 800001442 +mail: Carla.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=ayoung,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Young +givenName: Alexis +cn: Alexis Young +uid: ayoung +#title: alum +employeeNumber: 800001443 +mail: Alexis.Young@mock.edu.invalid +userPassword: password + +dn: uid=hjones,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Hannah +cn: Hannah Jones +uid: hjones +#title: alum +employeeNumber: 800001444 +mail: Hannah.Jones@mock.edu.invalid +userPassword: password + +dn: uid=pturner2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: Patrick +cn: Patrick Turner +uid: pturner2 +#title: alum +employeeNumber: 800001445 +mail: Patrick.Turner@mock.edu.invalid +userPassword: password + +dn: uid=tburns,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burns +givenName: Tammy +cn: Tammy Burns +uid: tburns +#title: alum +employeeNumber: 800001446 +mail: Tammy.Burns@mock.edu.invalid +userPassword: password + +dn: uid=cbrewer2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brewer +givenName: Carla +cn: Carla Brewer +uid: cbrewer2 +#title: alum +employeeNumber: 800001447 +mail: Carla.Brewer@mock.edu.invalid +userPassword: password + +dn: uid=vbell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bell +givenName: Vanessa +cn: Vanessa Bell +uid: vbell +#title: alum +employeeNumber: 800001448 +mail: Vanessa.Bell@mock.edu.invalid +userPassword: password + +dn: uid=jthomps2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Joseph +cn: Joseph Thompson +uid: jthomps2 +#title: alum +employeeNumber: 800001449 +mail: Joseph.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=bbaker2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baker +givenName: Briana +cn: Briana Baker +uid: bbaker2 +#title: alum +employeeNumber: 800001450 +mail: Briana.Baker@mock.edu.invalid +userPassword: password + +dn: uid=aburnett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burnett +givenName: Amanda +cn: Amanda Burnett +uid: aburnett +#title: alum +employeeNumber: 800001451 +mail: Amanda.Burnett@mock.edu.invalid +userPassword: password + +dn: uid=amanning,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Manning +givenName: Austin +cn: Austin Manning +uid: amanning +#title: alum +employeeNumber: 800001452 +mail: Austin.Manning@mock.edu.invalid +userPassword: password + +dn: uid=ddixon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dixon +givenName: Derrick +cn: Derrick Dixon +uid: ddixon +#title: alum +employeeNumber: 800001453 +mail: Derrick.Dixon@mock.edu.invalid +userPassword: password + +dn: uid=tblackwe,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Blackwell +givenName: Teresa +cn: Teresa Blackwell +uid: tblackwe +#title: alum +employeeNumber: 800001454 +mail: Teresa.Blackwell@mock.edu.invalid +userPassword: password + +dn: uid=nromero,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Romero +givenName: Nicholas +cn: Nicholas Romero +uid: nromero +#title: alum +employeeNumber: 800001455 +mail: Nicholas.Romero@mock.edu.invalid +userPassword: password + +dn: uid=swalters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walters +givenName: Stacey +cn: Stacey Walters +uid: swalters +#title: alum +employeeNumber: 800001456 +mail: Stacey.Walters@mock.edu.invalid +userPassword: password + +dn: uid=jlee2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: James +cn: James Lee +uid: jlee2 +#title: alum +employeeNumber: 800001457 +mail: James.Lee@mock.edu.invalid +userPassword: password + +dn: uid=dortiz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ortiz +givenName: Douglas +cn: Douglas Ortiz +uid: dortiz +#title: alum +employeeNumber: 800001458 +mail: Douglas.Ortiz@mock.edu.invalid +userPassword: password + +dn: uid=kmoon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moon +givenName: Kurt +cn: Kurt Moon +uid: kmoon +#title: alum +employeeNumber: 800001459 +mail: Kurt.Moon@mock.edu.invalid +userPassword: password + +dn: uid=kanderso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Kathy +cn: Kathy Anderson +uid: kanderso +#title: alum +employeeNumber: 800001460 +mail: Kathy.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=gbarnes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barnes +givenName: Gregory +cn: Gregory Barnes +uid: gbarnes +#title: alum +employeeNumber: 800001461 +mail: Gregory.Barnes@mock.edu.invalid +userPassword: password + +dn: uid=pcooley,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cooley +givenName: Patricia +cn: Patricia Cooley +uid: pcooley +#title: alum +employeeNumber: 800001462 +mail: Patricia.Cooley@mock.edu.invalid +userPassword: password + +dn: uid=tsulliva,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sullivan +givenName: Tony +cn: Tony Sullivan +uid: tsulliva +#title: alum +employeeNumber: 800001463 +mail: Tony.Sullivan@mock.edu.invalid +userPassword: password + +dn: uid=mbird,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bird +givenName: Maria +cn: Maria Bird +uid: mbird +#title: alum +employeeNumber: 800001464 +mail: Maria.Bird@mock.edu.invalid +userPassword: password + +dn: uid=lhernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Logan +cn: Logan Hernandez +uid: lhernand +#title: alum +employeeNumber: 800001465 +mail: Logan.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=scumming,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cummings +givenName: Steven +cn: Steven Cummings +uid: scumming +#title: alum +employeeNumber: 800001466 +mail: Steven.Cummings@mock.edu.invalid +userPassword: password + +dn: uid=farroyo,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Arroyo +givenName: Francisco +cn: Francisco Arroyo +uid: farroyo +#title: alum +employeeNumber: 800001467 +mail: Francisco.Arroyo@mock.edu.invalid +userPassword: password + +dn: uid=gjohnson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Gregory +cn: Gregory Johnson +uid: gjohnson +#title: alum +employeeNumber: 800001468 +mail: Gregory.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=kmclean,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mclean +givenName: Kenneth +cn: Kenneth Mclean +uid: kmclean +#title: alum +employeeNumber: 800001469 +mail: Kenneth.Mclean@mock.edu.invalid +userPassword: password + +dn: uid=jtorres2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Torres +givenName: Joshua +cn: Joshua Torres +uid: jtorres2 +#title: alum +employeeNumber: 800001470 +mail: Joshua.Torres@mock.edu.invalid +userPassword: password + +dn: uid=mpatrick,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patrick +givenName: Monica +cn: Monica Patrick +uid: mpatrick +#title: alum +employeeNumber: 800001471 +mail: Monica.Patrick@mock.edu.invalid +userPassword: password + +dn: uid=mfrey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Frey +givenName: Matthew +cn: Matthew Frey +uid: mfrey +#title: alum +employeeNumber: 800001472 +mail: Matthew.Frey@mock.edu.invalid +userPassword: password + +dn: uid=sellis2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ellis +givenName: Seth +cn: Seth Ellis +uid: sellis2 +#title: alum +employeeNumber: 800001473 +mail: Seth.Ellis@mock.edu.invalid +userPassword: password + +dn: uid=mevans,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Evans +givenName: Michael +cn: Michael Evans +uid: mevans +#title: alum +employeeNumber: 800001474 +mail: Michael.Evans@mock.edu.invalid +userPassword: password + +dn: uid=amoore,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Ashley +cn: Ashley Moore +uid: amoore +#title: alum +employeeNumber: 800001475 +mail: Ashley.Moore@mock.edu.invalid +userPassword: password + +dn: uid=rwright,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wright +givenName: Richard +cn: Richard Wright +uid: rwright +#title: alum +employeeNumber: 800001476 +mail: Richard.Wright@mock.edu.invalid +userPassword: password + +dn: uid=mturner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: Matthew +cn: Matthew Turner +uid: mturner +#title: alum +employeeNumber: 800001477 +mail: Matthew.Turner@mock.edu.invalid +userPassword: password + +dn: uid=mrogers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rogers +givenName: Mark +cn: Mark Rogers +uid: mrogers +#title: alum +employeeNumber: 800001478 +mail: Mark.Rogers@mock.edu.invalid +userPassword: password + +dn: uid=dleonard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Leonard +givenName: Denise +cn: Denise Leonard +uid: dleonard +#title: alum +employeeNumber: 800001479 +mail: Denise.Leonard@mock.edu.invalid +userPassword: password + +dn: uid=amoreno2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moreno +givenName: April +cn: April Moreno +uid: amoreno2 +#title: alum +employeeNumber: 800001480 +mail: April.Moreno@mock.edu.invalid +userPassword: password + +dn: uid=zmartin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Zachary +cn: Zachary Martin +uid: zmartin +#title: alum +employeeNumber: 800001481 +mail: Zachary.Martin@mock.edu.invalid +userPassword: password + +dn: uid=khenson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henson +givenName: Kristi +cn: Kristi Henson +uid: khenson +#title: alum +employeeNumber: 800001482 +mail: Kristi.Henson@mock.edu.invalid +userPassword: password + +dn: uid=dhicks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hicks +givenName: Darlene +cn: Darlene Hicks +uid: dhicks +#title: alum +employeeNumber: 800001483 +mail: Darlene.Hicks@mock.edu.invalid +userPassword: password + +dn: uid=kdiaz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Diaz +givenName: Kyle +cn: Kyle Diaz +uid: kdiaz +#title: alum +employeeNumber: 800001484 +mail: Kyle.Diaz@mock.edu.invalid +userPassword: password + +dn: uid=twilliam,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Tina +cn: Tina Williams +uid: twilliam +#title: alum +employeeNumber: 800001485 +mail: Tina.Williams@mock.edu.invalid +userPassword: password + +dn: uid=chernan2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Carrie +cn: Carrie Hernandez +uid: chernan2 +#title: alum +employeeNumber: 800001486 +mail: Carrie.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=lburnett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burnett +givenName: Leah +cn: Leah Burnett +uid: lburnett +#title: alum +employeeNumber: 800001487 +mail: Leah.Burnett@mock.edu.invalid +userPassword: password + +dn: uid=llowe,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lowe +givenName: Lauren +cn: Lauren Lowe +uid: llowe +#title: alum +employeeNumber: 800001488 +mail: Lauren.Lowe@mock.edu.invalid +userPassword: password + +dn: uid=whuang,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Huang +givenName: Walter +cn: Walter Huang +uid: whuang +#title: alum +employeeNumber: 800001489 +mail: Walter.Huang@mock.edu.invalid +userPassword: password + +dn: uid=jcolon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Colon +givenName: Joseph +cn: Joseph Colon +uid: jcolon +#title: alum +employeeNumber: 800001490 +mail: Joseph.Colon@mock.edu.invalid +userPassword: password + +dn: uid=jgutierr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gutierrez +givenName: Jeffrey +cn: Jeffrey Gutierrez +uid: jgutierr +#title: alum +employeeNumber: 800001491 +mail: Jeffrey.Gutierrez@mock.edu.invalid +userPassword: password + +dn: uid=rday2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Day +givenName: Robert +cn: Robert Day +uid: rday2 +#title: alum +employeeNumber: 800001492 +mail: Robert.Day@mock.edu.invalid +userPassword: password + +dn: uid=glogan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Logan +givenName: Gina +cn: Gina Logan +uid: glogan +#title: alum +employeeNumber: 800001493 +mail: Gina.Logan@mock.edu.invalid +userPassword: password + +dn: uid=lmcdowel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcdowell +givenName: Lynn +cn: Lynn Mcdowell +uid: lmcdowel +#title: alum +employeeNumber: 800001494 +mail: Lynn.Mcdowell@mock.edu.invalid +userPassword: password + +dn: uid=kholmes2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Holmes +givenName: Kelsey +cn: Kelsey Holmes +uid: kholmes2 +#title: alum +employeeNumber: 800001495 +mail: Kelsey.Holmes@mock.edu.invalid +userPassword: password + +dn: uid=agreene,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Greene +givenName: Alexander +cn: Alexander Greene +uid: agreene +#title: alum +employeeNumber: 800001496 +mail: Alexander.Greene@mock.edu.invalid +userPassword: password + +dn: uid=sgardner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gardner +givenName: Sheryl +cn: Sheryl Gardner +uid: sgardner +#title: alum +employeeNumber: 800001497 +mail: Sheryl.Gardner@mock.edu.invalid +userPassword: password + +dn: uid=cgreen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Green +givenName: Christina +cn: Christina Green +uid: cgreen +#title: alum +employeeNumber: 800001498 +mail: Christina.Green@mock.edu.invalid +userPassword: password + +dn: uid=aharrell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harrell +givenName: Angela +cn: Angela Harrell +uid: aharrell +#title: alum +employeeNumber: 800001499 +mail: Angela.Harrell@mock.edu.invalid +userPassword: password + +dn: uid=jjones2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Jose +cn: Jose Jones +uid: jjones2 +#title: alum +employeeNumber: 800001500 +mail: Jose.Jones@mock.edu.invalid +userPassword: password + +dn: uid=rgreen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Green +givenName: Ryan +cn: Ryan Green +uid: rgreen +#title: alum +employeeNumber: 800001501 +mail: Ryan.Green@mock.edu.invalid +userPassword: password + +dn: uid=rperez2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perez +givenName: Randy +cn: Randy Perez +uid: rperez2 +#title: alum +employeeNumber: 800001502 +mail: Randy.Perez@mock.edu.invalid +userPassword: password + +dn: uid=sbennett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bennett +givenName: Stacy +cn: Stacy Bennett +uid: sbennett +#title: alum +employeeNumber: 800001503 +mail: Stacy.Bennett@mock.edu.invalid +userPassword: password + +dn: uid=jdelgado,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Delgado +givenName: Jacob +cn: Jacob Delgado +uid: jdelgado +#title: alum +employeeNumber: 800001504 +mail: Jacob.Delgado@mock.edu.invalid +userPassword: password + +dn: uid=awarner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Warner +givenName: Ashley +cn: Ashley Warner +uid: awarner +#title: alum +employeeNumber: 800001505 +mail: Ashley.Warner@mock.edu.invalid +userPassword: password + +dn: uid=speterse,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Petersen +givenName: Samantha +cn: Samantha Petersen +uid: speterse +#title: alum +employeeNumber: 800001506 +mail: Samantha.Petersen@mock.edu.invalid +userPassword: password + +dn: uid=eterry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Terry +givenName: Edward +cn: Edward Terry +uid: eterry +#title: alum +employeeNumber: 800001507 +mail: Edward.Terry@mock.edu.invalid +userPassword: password + +dn: uid=ngriffit,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Griffith +givenName: Nancy +cn: Nancy Griffith +uid: ngriffit +#title: alum +employeeNumber: 800001508 +mail: Nancy.Griffith@mock.edu.invalid +userPassword: password + +dn: uid=mdiaz2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Diaz +givenName: Michelle +cn: Michelle Diaz +uid: mdiaz2 +#title: alum +employeeNumber: 800001509 +mail: Michelle.Diaz@mock.edu.invalid +userPassword: password + +dn: uid=wmurphy,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murphy +givenName: William +cn: William Murphy +uid: wmurphy +#title: alum +employeeNumber: 800001510 +mail: William.Murphy@mock.edu.invalid +userPassword: password + +dn: uid=tmeyer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Meyer +givenName: Tammy +cn: Tammy Meyer +uid: tmeyer +#title: alum +employeeNumber: 800001511 +mail: Tammy.Meyer@mock.edu.invalid +userPassword: password + +dn: uid=brussell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Russell +givenName: Brian +cn: Brian Russell +uid: brussell +#title: alum +employeeNumber: 800001512 +mail: Brian.Russell@mock.edu.invalid +userPassword: password + +dn: uid=jskinner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Skinner +givenName: Jose +cn: Jose Skinner +uid: jskinner +#title: alum +employeeNumber: 800001513 +mail: Jose.Skinner@mock.edu.invalid +userPassword: password + +dn: uid=rschneid,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schneider +givenName: Richard +cn: Richard Schneider +uid: rschneid +#title: alum +employeeNumber: 800001514 +mail: Richard.Schneider@mock.edu.invalid +userPassword: password + +dn: uid=sadams,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Adams +givenName: Samantha +cn: Samantha Adams +uid: sadams +#title: alum +employeeNumber: 800001515 +mail: Samantha.Adams@mock.edu.invalid +userPassword: password + +dn: uid=athompso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Alicia +cn: Alicia Thompson +uid: athompso +#title: alum +employeeNumber: 800001516 +mail: Alicia.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=swiggins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wiggins +givenName: Sarah +cn: Sarah Wiggins +uid: swiggins +#title: alum +employeeNumber: 800001517 +mail: Sarah.Wiggins@mock.edu.invalid +userPassword: password + +dn: uid=phughes2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hughes +givenName: Phillip +cn: Phillip Hughes +uid: phughes2 +#title: alum +employeeNumber: 800001518 +mail: Phillip.Hughes@mock.edu.invalid +userPassword: password + +dn: uid=ctravis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Travis +givenName: Charles +cn: Charles Travis +uid: ctravis +#title: alum +employeeNumber: 800001519 +mail: Charles.Travis@mock.edu.invalid +userPassword: password + +dn: uid=krubio,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rubio +givenName: Kristopher +cn: Kristopher Rubio +uid: krubio +#title: alum +employeeNumber: 800001520 +mail: Kristopher.Rubio@mock.edu.invalid +userPassword: password + +dn: uid=akemp,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kemp +givenName: Alexander +cn: Alexander Kemp +uid: akemp +#title: alum +employeeNumber: 800001521 +mail: Alexander.Kemp@mock.edu.invalid +userPassword: password + +dn: uid=wclark,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clark +givenName: Wesley +cn: Wesley Clark +uid: wclark +#title: alum +employeeNumber: 800001522 +mail: Wesley.Clark@mock.edu.invalid +userPassword: password + +dn: uid=rporter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Porter +givenName: Robert +cn: Robert Porter +uid: rporter +#title: alum +employeeNumber: 800001523 +mail: Robert.Porter@mock.edu.invalid +userPassword: password + +dn: uid=adavis2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Alexandra +cn: Alexandra Davis +uid: adavis2 +#title: alum +employeeNumber: 800001524 +mail: Alexandra.Davis@mock.edu.invalid +userPassword: password + +dn: uid=awise,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wise +givenName: Anne +cn: Anne Wise +uid: awise +#title: alum +employeeNumber: 800001525 +mail: Anne.Wise@mock.edu.invalid +userPassword: password + +dn: uid=jfletch2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fletcher +givenName: Jennifer +cn: Jennifer Fletcher +uid: jfletch2 +#title: alum +employeeNumber: 800001526 +mail: Jennifer.Fletcher@mock.edu.invalid +userPassword: password + +dn: uid=emoran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moran +givenName: Ethan +cn: Ethan Moran +uid: emoran +#title: alum +employeeNumber: 800001527 +mail: Ethan.Moran@mock.edu.invalid +userPassword: password + +dn: uid=mpark,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Park +givenName: Matthew +cn: Matthew Park +uid: mpark +#title: alum +employeeNumber: 800001528 +mail: Matthew.Park@mock.edu.invalid +userPassword: password + +dn: uid=esmith,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Erin +cn: Erin Smith +uid: esmith +#title: alum +employeeNumber: 800001529 +mail: Erin.Smith@mock.edu.invalid +userPassword: password + +dn: uid=jsanchez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: James +cn: James Sanchez +uid: jsanchez +#title: alum +employeeNumber: 800001530 +mail: James.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=mjohnso3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Michael +cn: Michael Johnson +uid: mjohnso3 +#title: alum +employeeNumber: 800001531 +mail: Michael.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=nfernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fernandez +givenName: Nathan +cn: Nathan Fernandez +uid: nfernand +#title: alum +employeeNumber: 800001532 +mail: Nathan.Fernandez@mock.edu.invalid +userPassword: password + +dn: uid=rdean,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dean +givenName: Rebecca +cn: Rebecca Dean +uid: rdean +#title: alum +employeeNumber: 800001533 +mail: Rebecca.Dean@mock.edu.invalid +userPassword: password + +dn: uid=edunn,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dunn +givenName: Emily +cn: Emily Dunn +uid: edunn +#title: alum +employeeNumber: 800001534 +mail: Emily.Dunn@mock.edu.invalid +userPassword: password + +dn: uid=rmiles,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miles +givenName: Rick +cn: Rick Miles +uid: rmiles +#title: alum +employeeNumber: 800001535 +mail: Rick.Miles@mock.edu.invalid +userPassword: password + +dn: uid=glee,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: Gregory +cn: Gregory Lee +uid: glee +#title: alum +employeeNumber: 800001536 +mail: Gregory.Lee@mock.edu.invalid +userPassword: password + +dn: uid=rreid,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reid +givenName: Robert +cn: Robert Reid +uid: rreid +#title: alum +employeeNumber: 800001537 +mail: Robert.Reid@mock.edu.invalid +userPassword: password + +dn: uid=mjacobs,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jacobs +givenName: Maria +cn: Maria Jacobs +uid: mjacobs +#title: alum +employeeNumber: 800001538 +mail: Maria.Jacobs@mock.edu.invalid +userPassword: password + +dn: uid=sfarmer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Farmer +givenName: Stephanie +cn: Stephanie Farmer +uid: sfarmer +#title: alum +employeeNumber: 800001539 +mail: Stephanie.Farmer@mock.edu.invalid +userPassword: password + +dn: uid=mmercer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mercer +givenName: Michael +cn: Michael Mercer +uid: mmercer +#title: alum +employeeNumber: 800001540 +mail: Michael.Mercer@mock.edu.invalid +userPassword: password + +dn: uid=csoto,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Soto +givenName: Cheryl +cn: Cheryl Soto +uid: csoto +#title: alum +employeeNumber: 800001541 +mail: Cheryl.Soto@mock.edu.invalid +userPassword: password + +dn: uid=slewis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lewis +givenName: Sara +cn: Sara Lewis +uid: slewis +#title: alum +employeeNumber: 800001542 +mail: Sara.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=mbarnes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barnes +givenName: Michelle +cn: Michelle Barnes +uid: mbarnes +#title: alum +employeeNumber: 800001543 +mail: Michelle.Barnes@mock.edu.invalid +userPassword: password + +dn: uid=jhobbs,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hobbs +givenName: Jeffrey +cn: Jeffrey Hobbs +uid: jhobbs +#title: alum +employeeNumber: 800001544 +mail: Jeffrey.Hobbs@mock.edu.invalid +userPassword: password + +dn: uid=mlopez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Mary +cn: Mary Lopez +uid: mlopez +#title: alum +employeeNumber: 800001545 +mail: Mary.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=athomas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Angel +cn: Angel Thomas +uid: athomas +#title: alum +employeeNumber: 800001546 +mail: Angel.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=jmiller3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Jacob +cn: Jacob Miller +uid: jmiller3 +#title: alum +employeeNumber: 800001547 +mail: Jacob.Miller@mock.edu.invalid +userPassword: password + +dn: uid=shicks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hicks +givenName: Sara +cn: Sara Hicks +uid: shicks +#title: alum +employeeNumber: 800001548 +mail: Sara.Hicks@mock.edu.invalid +userPassword: password + +dn: uid=athomas2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Angela +cn: Angela Thomas +uid: athomas2 +#title: alum +employeeNumber: 800001549 +mail: Angela.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=kchriste,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Christensen +givenName: Kimberly +cn: Kimberly Christensen +uid: kchriste +#title: alum +employeeNumber: 800001550 +mail: Kimberly.Christensen@mock.edu.invalid +userPassword: password + +dn: uid=dmorris2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morris +givenName: Darren +cn: Darren Morris +uid: dmorris2 +#title: alum +employeeNumber: 800001551 +mail: Darren.Morris@mock.edu.invalid +userPassword: password + +dn: uid=jhudson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hudson +givenName: Jamie +cn: Jamie Hudson +uid: jhudson +#title: alum +employeeNumber: 800001552 +mail: Jamie.Hudson@mock.edu.invalid +userPassword: password + +dn: uid=jhamilto,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hamilton +givenName: Joanne +cn: Joanne Hamilton +uid: jhamilto +#title: alum +employeeNumber: 800001553 +mail: Joanne.Hamilton@mock.edu.invalid +userPassword: password + +dn: uid=asmall,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Small +givenName: Aaron +cn: Aaron Small +uid: asmall +#title: alum +employeeNumber: 800001554 +mail: Aaron.Small@mock.edu.invalid +userPassword: password + +dn: uid=breynold,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reynolds +givenName: Brittney +cn: Brittney Reynolds +uid: breynold +#title: alum +employeeNumber: 800001555 +mail: Brittney.Reynolds@mock.edu.invalid +userPassword: password + +dn: uid=astewart,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stewart +givenName: Aaron +cn: Aaron Stewart +uid: astewart +#title: alum +employeeNumber: 800001556 +mail: Aaron.Stewart@mock.edu.invalid +userPassword: password + +dn: uid=ssmith2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Samantha +cn: Samantha Smith +uid: ssmith2 +#title: alum +employeeNumber: 800001557 +mail: Samantha.Smith@mock.edu.invalid +userPassword: password + +dn: uid=smurray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murray +givenName: Sherri +cn: Sherri Murray +uid: smurray +#title: alum +employeeNumber: 800001558 +mail: Sherri.Murray@mock.edu.invalid +userPassword: password + +dn: uid=dbass,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bass +givenName: Dustin +cn: Dustin Bass +uid: dbass +#title: alum +employeeNumber: 800001559 +mail: Dustin.Bass@mock.edu.invalid +userPassword: password + +dn: uid=sjenkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jenkins +givenName: Steven +cn: Steven Jenkins +uid: sjenkins +#title: alum +employeeNumber: 800001560 +mail: Steven.Jenkins@mock.edu.invalid +userPassword: password + +dn: uid=junderwo,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Underwood +givenName: Joshua +cn: Joshua Underwood +uid: junderwo +#title: alum +employeeNumber: 800001561 +mail: Joshua.Underwood@mock.edu.invalid +userPassword: password + +dn: uid=bgonzale,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Bailey +cn: Bailey Gonzalez +uid: bgonzale +#title: alum +employeeNumber: 800001562 +mail: Bailey.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=tharriso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harrison +givenName: Tamara +cn: Tamara Harrison +uid: tharriso +#title: alum +employeeNumber: 800001563 +mail: Tamara.Harrison@mock.edu.invalid +userPassword: password + +dn: uid=wtorres,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Torres +givenName: William +cn: William Torres +uid: wtorres +#title: alum +employeeNumber: 800001564 +mail: William.Torres@mock.edu.invalid +userPassword: password + +dn: uid=lbrooks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brooks +givenName: Lori +cn: Lori Brooks +uid: lbrooks +#title: alum +employeeNumber: 800001565 +mail: Lori.Brooks@mock.edu.invalid +userPassword: password + +dn: uid=jtaylor2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Jacob +cn: Jacob Taylor +uid: jtaylor2 +#title: alum +employeeNumber: 800001566 +mail: Jacob.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=swilkin2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilkins +givenName: Stacy +cn: Stacy Wilkins +uid: swilkin2 +#title: alum +employeeNumber: 800001567 +mail: Stacy.Wilkins@mock.edu.invalid +userPassword: password + +dn: uid=tryan2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ryan +givenName: Thomas +cn: Thomas Ryan +uid: tryan2 +#title: alum +employeeNumber: 800001568 +mail: Thomas.Ryan@mock.edu.invalid +userPassword: password + +dn: uid=gsmith,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Gregory +cn: Gregory Smith +uid: gsmith +#title: alum +employeeNumber: 800001569 +mail: Gregory.Smith@mock.edu.invalid +userPassword: password + +dn: uid=jhubbard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hubbard +givenName: Jason +cn: Jason Hubbard +uid: jhubbard +#title: alum +employeeNumber: 800001570 +mail: Jason.Hubbard@mock.edu.invalid +userPassword: password + +dn: uid=shaynes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Haynes +givenName: Savannah +cn: Savannah Haynes +uid: shaynes +#title: alum +employeeNumber: 800001571 +mail: Savannah.Haynes@mock.edu.invalid +userPassword: password + +dn: uid=eroth,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roth +givenName: Erik +cn: Erik Roth +uid: eroth +#title: alum +employeeNumber: 800001572 +mail: Erik.Roth@mock.edu.invalid +userPassword: password + +dn: uid=jmarsha2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Marshall +givenName: Jessica +cn: Jessica Marshall +uid: jmarsha2 +#title: alum +employeeNumber: 800001573 +mail: Jessica.Marshall@mock.edu.invalid +userPassword: password + +dn: uid=cwong2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wong +givenName: Crystal +cn: Crystal Wong +uid: cwong2 +#title: alum +employeeNumber: 800001574 +mail: Crystal.Wong@mock.edu.invalid +userPassword: password + +dn: uid=lchamber,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chambers +givenName: Lauren +cn: Lauren Chambers +uid: lchamber +#title: alum +employeeNumber: 800001575 +mail: Lauren.Chambers@mock.edu.invalid +userPassword: password + +dn: uid=sday,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Day +givenName: Steven +cn: Steven Day +uid: sday +#title: alum +employeeNumber: 800001576 +mail: Steven.Day@mock.edu.invalid +userPassword: password + +dn: uid=jjones3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Jessica +cn: Jessica Jones +uid: jjones3 +#title: alum +employeeNumber: 800001577 +mail: Jessica.Jones@mock.edu.invalid +userPassword: password + +dn: uid=wwest,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: West +givenName: Whitney +cn: Whitney West +uid: wwest +#title: alum +employeeNumber: 800001578 +mail: Whitney.West@mock.edu.invalid +userPassword: password + +dn: uid=srobles,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robles +givenName: Sarah +cn: Sarah Robles +uid: srobles +#title: alum +employeeNumber: 800001579 +mail: Sarah.Robles@mock.edu.invalid +userPassword: password + +dn: uid=mtrevino,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Trevino +givenName: Michael +cn: Michael Trevino +uid: mtrevino +#title: alum +employeeNumber: 800001580 +mail: Michael.Trevino@mock.edu.invalid +userPassword: password + +dn: uid=efarrell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Farrell +givenName: Elizabeth +cn: Elizabeth Farrell +uid: efarrell +#title: alum +employeeNumber: 800001581 +mail: Elizabeth.Farrell@mock.edu.invalid +userPassword: password + +dn: uid=bclark,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clark +givenName: Brenda +cn: Brenda Clark +uid: bclark +#title: alum +employeeNumber: 800001582 +mail: Brenda.Clark@mock.edu.invalid +userPassword: password + +dn: uid=dtanner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tanner +givenName: Dorothy +cn: Dorothy Tanner +uid: dtanner +#title: alum +employeeNumber: 800001583 +mail: Dorothy.Tanner@mock.edu.invalid +userPassword: password + +dn: uid=efoster,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Foster +givenName: Eric +cn: Eric Foster +uid: efoster +#title: alum +employeeNumber: 800001584 +mail: Eric.Foster@mock.edu.invalid +userPassword: password + +dn: uid=mfitzger,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fitzgerald +givenName: Miguel +cn: Miguel Fitzgerald +uid: mfitzger +#title: alum +employeeNumber: 800001585 +mail: Miguel.Fitzgerald@mock.edu.invalid +userPassword: password + +dn: uid=thiggins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Higgins +givenName: Todd +cn: Todd Higgins +uid: thiggins +#title: alum +employeeNumber: 800001586 +mail: Todd.Higgins@mock.edu.invalid +userPassword: password + +dn: uid=jnelson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nelson +givenName: Jimmy +cn: Jimmy Nelson +uid: jnelson +#title: alum +employeeNumber: 800001587 +mail: Jimmy.Nelson@mock.edu.invalid +userPassword: password + +dn: uid=bharris,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Blake +cn: Blake Harris +uid: bharris +#title: alum +employeeNumber: 800001588 +mail: Blake.Harris@mock.edu.invalid +userPassword: password + +dn: uid=jwade,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wade +givenName: Jasmine +cn: Jasmine Wade +uid: jwade +#title: alum +employeeNumber: 800001589 +mail: Jasmine.Wade@mock.edu.invalid +userPassword: password + +dn: uid=cpatton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patton +givenName: Curtis +cn: Curtis Patton +uid: cpatton +#title: alum +employeeNumber: 800001590 +mail: Curtis.Patton@mock.edu.invalid +userPassword: password + +dn: uid=awalker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walker +givenName: Adam +cn: Adam Walker +uid: awalker +#title: alum +employeeNumber: 800001591 +mail: Adam.Walker@mock.edu.invalid +userPassword: password + +dn: uid=lmorgan2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morgan +givenName: Lauren +cn: Lauren Morgan +uid: lmorgan2 +#title: alum +employeeNumber: 800001592 +mail: Lauren.Morgan@mock.edu.invalid +userPassword: password + +dn: uid=srose,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rose +givenName: Shawn +cn: Shawn Rose +uid: srose +#title: alum +employeeNumber: 800001593 +mail: Shawn.Rose@mock.edu.invalid +userPassword: password + +dn: uid=bgreen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Green +givenName: Brenda +cn: Brenda Green +uid: bgreen +#title: alum +employeeNumber: 800001594 +mail: Brenda.Green@mock.edu.invalid +userPassword: password + +dn: uid=mvargas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Vargas +givenName: Martin +cn: Martin Vargas +uid: mvargas +#title: alum +employeeNumber: 800001595 +mail: Martin.Vargas@mock.edu.invalid +userPassword: password + +dn: uid=jcortez2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cortez +givenName: Jessica +cn: Jessica Cortez +uid: jcortez2 +#title: alum +employeeNumber: 800001596 +mail: Jessica.Cortez@mock.edu.invalid +userPassword: password + +dn: uid=nlawson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lawson +givenName: Natasha +cn: Natasha Lawson +uid: nlawson +#title: alum +employeeNumber: 800001597 +mail: Natasha.Lawson@mock.edu.invalid +userPassword: password + +dn: uid=rmiller2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Robert +cn: Robert Miller +uid: rmiller2 +#title: alum +employeeNumber: 800001598 +mail: Robert.Miller@mock.edu.invalid +userPassword: password + +dn: uid=abrandt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brandt +givenName: Alexandra +cn: Alexandra Brandt +uid: abrandt +#title: alum +employeeNumber: 800001599 +mail: Alexandra.Brandt@mock.edu.invalid +userPassword: password + +dn: uid=rconrad,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Conrad +givenName: Richard +cn: Richard Conrad +uid: rconrad +#title: alum +employeeNumber: 800001600 +mail: Richard.Conrad@mock.edu.invalid +userPassword: password + +dn: uid=staylor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Steven +cn: Steven Taylor +uid: staylor +#title: alum +employeeNumber: 800001601 +mail: Steven.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=aburke,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burke +givenName: Angelica +cn: Angelica Burke +uid: aburke +#title: alum +employeeNumber: 800001602 +mail: Angelica.Burke@mock.edu.invalid +userPassword: password + +dn: uid=vgraves,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Graves +givenName: Valerie +cn: Valerie Graves +uid: vgraves +#title: alum +employeeNumber: 800001603 +mail: Valerie.Graves@mock.edu.invalid +userPassword: password + +dn: uid=jjenkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jenkins +givenName: Jeffery +cn: Jeffery Jenkins +uid: jjenkins +#title: alum +employeeNumber: 800001604 +mail: Jeffery.Jenkins@mock.edu.invalid +userPassword: password + +dn: uid=aarroyo,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Arroyo +givenName: Amanda +cn: Amanda Arroyo +uid: aarroyo +#title: alum +employeeNumber: 800001605 +mail: Amanda.Arroyo@mock.edu.invalid +userPassword: password + +dn: uid=slynch,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lynch +givenName: Scott +cn: Scott Lynch +uid: slynch +#title: alum +employeeNumber: 800001606 +mail: Scott.Lynch@mock.edu.invalid +userPassword: password + +dn: uid=smiller3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Stacy +cn: Stacy Miller +uid: smiller3 +#title: alum +employeeNumber: 800001607 +mail: Stacy.Miller@mock.edu.invalid +userPassword: password + +dn: uid=cwatson2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watson +givenName: Christopher +cn: Christopher Watson +uid: cwatson2 +#title: alum +employeeNumber: 800001608 +mail: Christopher.Watson@mock.edu.invalid +userPassword: password + +dn: uid=thill2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hill +givenName: Tabitha +cn: Tabitha Hill +uid: thill2 +#title: alum +employeeNumber: 800001609 +mail: Tabitha.Hill@mock.edu.invalid +userPassword: password + +dn: uid=dwillia4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Drew +cn: Drew Williams +uid: dwillia4 +#title: alum +employeeNumber: 800001610 +mail: Drew.Williams@mock.edu.invalid +userPassword: password + +dn: uid=egarza,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garza +givenName: Erin +cn: Erin Garza +uid: egarza +#title: alum +employeeNumber: 800001611 +mail: Erin.Garza@mock.edu.invalid +userPassword: password + +dn: uid=kmoran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moran +givenName: Keith +cn: Keith Moran +uid: kmoran +#title: alum +employeeNumber: 800001612 +mail: Keith.Moran@mock.edu.invalid +userPassword: password + +dn: uid=cwalsh,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walsh +givenName: Cynthia +cn: Cynthia Walsh +uid: cwalsh +#title: alum +employeeNumber: 800001613 +mail: Cynthia.Walsh@mock.edu.invalid +userPassword: password + +dn: uid=cbrewer3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brewer +givenName: Chelsea +cn: Chelsea Brewer +uid: cbrewer3 +#title: alum +employeeNumber: 800001614 +mail: Chelsea.Brewer@mock.edu.invalid +userPassword: password + +dn: uid=desparza,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Esparza +givenName: Daniel +cn: Daniel Esparza +uid: desparza +#title: alum +employeeNumber: 800001615 +mail: Daniel.Esparza@mock.edu.invalid +userPassword: password + +dn: uid=tward,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ward +givenName: Tracey +cn: Tracey Ward +uid: tward +#title: alum +employeeNumber: 800001616 +mail: Tracey.Ward@mock.edu.invalid +userPassword: password + +dn: uid=dduran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Duran +givenName: David +cn: David Duran +uid: dduran +#title: alum +employeeNumber: 800001617 +mail: David.Duran@mock.edu.invalid +userPassword: password + +dn: uid=rweeks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Weeks +givenName: Richard +cn: Richard Weeks +uid: rweeks +#title: alum +employeeNumber: 800001618 +mail: Richard.Weeks@mock.edu.invalid +userPassword: password + +dn: uid=jjackso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Jacob +cn: Jacob Jackson +uid: jjackso2 +#title: alum +employeeNumber: 800001619 +mail: Jacob.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=jnewman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Newman +givenName: James +cn: James Newman +uid: jnewman +#title: alum +employeeNumber: 800001620 +mail: James.Newman@mock.edu.invalid +userPassword: password + +dn: uid=jhernan2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Jennifer +cn: Jennifer Hernandez +uid: jhernan2 +#title: alum +employeeNumber: 800001621 +mail: Jennifer.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=jwalton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walton +givenName: John +cn: John Walton +uid: jwalton +#title: alum +employeeNumber: 800001622 +mail: John.Walton@mock.edu.invalid +userPassword: password + +dn: uid=swilson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Seth +cn: Seth Wilson +uid: swilson +#title: alum +employeeNumber: 800001623 +mail: Seth.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=twillia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Travis +cn: Travis Williams +uid: twillia2 +#title: alum +employeeNumber: 800001624 +mail: Travis.Williams@mock.edu.invalid +userPassword: password + +dn: uid=mtaylor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Melinda +cn: Melinda Taylor +uid: mtaylor +#title: alum +employeeNumber: 800001625 +mail: Melinda.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=rsmith3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Robert +cn: Robert Smith +uid: rsmith3 +#title: alum +employeeNumber: 800001626 +mail: Robert.Smith@mock.edu.invalid +userPassword: password + +dn: uid=jschmid2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schmidt +givenName: Jennifer +cn: Jennifer Schmidt +uid: jschmid2 +#title: alum +employeeNumber: 800001627 +mail: Jennifer.Schmidt@mock.edu.invalid +userPassword: password + +dn: uid=lrussell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Russell +givenName: Lisa +cn: Lisa Russell +uid: lrussell +#title: alum +employeeNumber: 800001628 +mail: Lisa.Russell@mock.edu.invalid +userPassword: password + +dn: uid=mmann,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mann +givenName: Mark +cn: Mark Mann +uid: mmann +#title: alum +employeeNumber: 800001629 +mail: Mark.Mann@mock.edu.invalid +userPassword: password + +dn: uid=kreid,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reid +givenName: Kimberly +cn: Kimberly Reid +uid: kreid +#title: alum +employeeNumber: 800001630 +mail: Kimberly.Reid@mock.edu.invalid +userPassword: password + +dn: uid=ssloan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sloan +givenName: Sandra +cn: Sandra Sloan +uid: ssloan +#title: alum +employeeNumber: 800001631 +mail: Sandra.Sloan@mock.edu.invalid +userPassword: password + +dn: uid=jprince,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Prince +givenName: Jaclyn +cn: Jaclyn Prince +uid: jprince +#title: alum +employeeNumber: 800001632 +mail: Jaclyn.Prince@mock.edu.invalid +userPassword: password + +dn: uid=jsummers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Summers +givenName: John +cn: John Summers +uid: jsummers +#title: alum +employeeNumber: 800001633 +mail: John.Summers@mock.edu.invalid +userPassword: password + +dn: uid=sphillip,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Phillips +givenName: Steven +cn: Steven Phillips +uid: sphillip +#title: alum +employeeNumber: 800001634 +mail: Steven.Phillips@mock.edu.invalid +userPassword: password + +dn: uid=mparker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Parker +givenName: Michelle +cn: Michelle Parker +uid: mparker +#title: alum +employeeNumber: 800001635 +mail: Michelle.Parker@mock.edu.invalid +userPassword: password + +dn: uid=mjones2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Melissa +cn: Melissa Jones +uid: mjones2 +#title: alum +employeeNumber: 800001636 +mail: Melissa.Jones@mock.edu.invalid +userPassword: password + +dn: uid=mfrye,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Frye +givenName: Matthew +cn: Matthew Frye +uid: mfrye +#title: alum +employeeNumber: 800001637 +mail: Matthew.Frye@mock.edu.invalid +userPassword: password + +dn: uid=jpayne,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Payne +givenName: Jared +cn: Jared Payne +uid: jpayne +#title: alum +employeeNumber: 800001638 +mail: Jared.Payne@mock.edu.invalid +userPassword: password + +dn: uid=kjohnso5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Karen +cn: Karen Johnson +uid: kjohnso5 +#title: alum +employeeNumber: 800001639 +mail: Karen.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=jmorgan2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morgan +givenName: Joseph +cn: Joseph Morgan +uid: jmorgan2 +#title: alum +employeeNumber: 800001640 +mail: Joseph.Morgan@mock.edu.invalid +userPassword: password + +dn: uid=brobinso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Brianna +cn: Brianna Robinson +uid: brobinso +#title: alum +employeeNumber: 800001641 +mail: Brianna.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=cwilliam,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Claudia +cn: Claudia Williams +uid: cwilliam +#title: alum +employeeNumber: 800001642 +mail: Claudia.Williams@mock.edu.invalid +userPassword: password + +dn: uid=awolf,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wolf +givenName: Antonio +cn: Antonio Wolf +uid: awolf +#title: alum +employeeNumber: 800001643 +mail: Antonio.Wolf@mock.edu.invalid +userPassword: password + +dn: uid=mscott2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Michael +cn: Michael Scott +uid: mscott2 +#title: alum +employeeNumber: 800001644 +mail: Michael.Scott@mock.edu.invalid +userPassword: password + +dn: uid=hwalton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walton +givenName: Hannah +cn: Hannah Walton +uid: hwalton +#title: alum +employeeNumber: 800001645 +mail: Hannah.Walton@mock.edu.invalid +userPassword: password + +dn: uid=dboyer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Boyer +givenName: David +cn: David Boyer +uid: dboyer +#title: alum +employeeNumber: 800001646 +mail: David.Boyer@mock.edu.invalid +userPassword: password + +dn: uid=bperez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perez +givenName: Brandon +cn: Brandon Perez +uid: bperez +#title: alum +employeeNumber: 800001647 +mail: Brandon.Perez@mock.edu.invalid +userPassword: password + +dn: uid=ljordan2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jordan +givenName: Lori +cn: Lori Jordan +uid: ljordan2 +#title: alum +employeeNumber: 800001648 +mail: Lori.Jordan@mock.edu.invalid +userPassword: password + +dn: uid=aarellan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Arellano +givenName: Anita +cn: Anita Arellano +uid: aarellan +#title: alum +employeeNumber: 800001649 +mail: Anita.Arellano@mock.edu.invalid +userPassword: password + +dn: uid=lhuber,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Huber +givenName: Linda +cn: Linda Huber +uid: lhuber +#title: alum +employeeNumber: 800001650 +mail: Linda.Huber@mock.edu.invalid +userPassword: password + +dn: uid=tanderso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Tiffany +cn: Tiffany Anderson +uid: tanderso +#title: alum +employeeNumber: 800001651 +mail: Tiffany.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=bballard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ballard +givenName: Brianna +cn: Brianna Ballard +uid: bballard +#title: alum +employeeNumber: 800001652 +mail: Brianna.Ballard@mock.edu.invalid +userPassword: password + +dn: uid=dsmith3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Douglas +cn: Douglas Smith +uid: dsmith3 +#title: alum +employeeNumber: 800001653 +mail: Douglas.Smith@mock.edu.invalid +userPassword: password + +dn: uid=jhubbar2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hubbard +givenName: James +cn: James Hubbard +uid: jhubbar2 +#title: alum +employeeNumber: 800001654 +mail: James.Hubbard@mock.edu.invalid +userPassword: password + +dn: uid=portiz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ortiz +givenName: Pam +cn: Pam Ortiz +uid: portiz +#title: alum +employeeNumber: 800001655 +mail: Pam.Ortiz@mock.edu.invalid +userPassword: password + +dn: uid=cjones,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Christopher +cn: Christopher Jones +uid: cjones +#title: alum +employeeNumber: 800001656 +mail: Christopher.Jones@mock.edu.invalid +userPassword: password + +dn: uid=hpowell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Powell +givenName: Hannah +cn: Hannah Powell +uid: hpowell +#title: alum +employeeNumber: 800001657 +mail: Hannah.Powell@mock.edu.invalid +userPassword: password + +dn: uid=jcurtis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Curtis +givenName: Joel +cn: Joel Curtis +uid: jcurtis +#title: alum +employeeNumber: 800001658 +mail: Joel.Curtis@mock.edu.invalid +userPassword: password + +dn: uid=sdaniels,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Daniels +givenName: Scott +cn: Scott Daniels +uid: sdaniels +#title: alum +employeeNumber: 800001659 +mail: Scott.Daniels@mock.edu.invalid +userPassword: password + +dn: uid=jli,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Li +givenName: Jeremy +cn: Jeremy Li +uid: jli +#title: alum +employeeNumber: 800001660 +mail: Jeremy.Li@mock.edu.invalid +userPassword: password + +dn: uid=jsmith2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Juan +cn: Juan Smith +uid: jsmith2 +#title: alum +employeeNumber: 800001661 +mail: Juan.Smith@mock.edu.invalid +userPassword: password + +dn: uid=ewillia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Emily +cn: Emily Williams +uid: ewillia2 +#title: alum +employeeNumber: 800001662 +mail: Emily.Williams@mock.edu.invalid +userPassword: password + +dn: uid=jbowen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bowen +givenName: Jennifer +cn: Jennifer Bowen +uid: jbowen +#title: alum +employeeNumber: 800001663 +mail: Jennifer.Bowen@mock.edu.invalid +userPassword: password + +dn: uid=ajohnso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Angela +cn: Angela Johnson +uid: ajohnso2 +#title: alum +employeeNumber: 800001664 +mail: Angela.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=jallen2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Allen +givenName: Jeffrey +cn: Jeffrey Allen +uid: jallen2 +#title: alum +employeeNumber: 800001665 +mail: Jeffrey.Allen@mock.edu.invalid +userPassword: password + +dn: uid=pbates,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bates +givenName: Priscilla +cn: Priscilla Bates +uid: pbates +#title: alum +employeeNumber: 800001666 +mail: Priscilla.Bates@mock.edu.invalid +userPassword: password + +dn: uid=wpreston,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Preston +givenName: Wendy +cn: Wendy Preston +uid: wpreston +#title: alum +employeeNumber: 800001667 +mail: Wendy.Preston@mock.edu.invalid +userPassword: password + +dn: uid=kmorgan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morgan +givenName: Kathryn +cn: Kathryn Morgan +uid: kmorgan +#title: alum +employeeNumber: 800001668 +mail: Kathryn.Morgan@mock.edu.invalid +userPassword: password + +dn: uid=mespinoz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Espinoza +givenName: Matthew +cn: Matthew Espinoza +uid: mespinoz +#title: alum +employeeNumber: 800001669 +mail: Matthew.Espinoza@mock.edu.invalid +userPassword: password + +dn: uid=jcaldero,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Calderon +givenName: Jeffrey +cn: Jeffrey Calderon +uid: jcaldero +#title: alum +employeeNumber: 800001670 +mail: Jeffrey.Calderon@mock.edu.invalid +userPassword: password + +dn: uid=nwright,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wright +givenName: Nicholas +cn: Nicholas Wright +uid: nwright +#title: alum +employeeNumber: 800001671 +mail: Nicholas.Wright@mock.edu.invalid +userPassword: password + +dn: uid=jmccoy,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mccoy +givenName: Jennifer +cn: Jennifer Mccoy +uid: jmccoy +#title: alum +employeeNumber: 800001672 +mail: Jennifer.Mccoy@mock.edu.invalid +userPassword: password + +dn: uid=rmiranda,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miranda +givenName: Ray +cn: Ray Miranda +uid: rmiranda +#title: alum +employeeNumber: 800001673 +mail: Ray.Miranda@mock.edu.invalid +userPassword: password + +dn: uid=speters2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Peterson +givenName: Sara +cn: Sara Peterson +uid: speters2 +#title: alum +employeeNumber: 800001674 +mail: Sara.Peterson@mock.edu.invalid +userPassword: password + +dn: uid=dbrown4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: David +cn: David Brown +uid: dbrown4 +#title: alum +employeeNumber: 800001675 +mail: David.Brown@mock.edu.invalid +userPassword: password + +dn: uid=mturner2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: Michael +cn: Michael Turner +uid: mturner2 +#title: alum +employeeNumber: 800001676 +mail: Michael.Turner@mock.edu.invalid +userPassword: password + +dn: uid=lreyes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reyes +givenName: Laura +cn: Laura Reyes +uid: lreyes +#title: alum +employeeNumber: 800001677 +mail: Laura.Reyes@mock.edu.invalid +userPassword: password + +dn: uid=hsparks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sparks +givenName: Hannah +cn: Hannah Sparks +uid: hsparks +#title: alum +employeeNumber: 800001678 +mail: Hannah.Sparks@mock.edu.invalid +userPassword: password + +dn: uid=amalone2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Malone +givenName: Amber +cn: Amber Malone +uid: amalone2 +#title: alum +employeeNumber: 800001679 +mail: Amber.Malone@mock.edu.invalid +userPassword: password + +dn: uid=jwillia5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Jonathan +cn: Jonathan Williams +uid: jwillia5 +#title: alum +employeeNumber: 800001680 +mail: Jonathan.Williams@mock.edu.invalid +userPassword: password + +dn: uid=dorozco,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Orozco +givenName: Danny +cn: Danny Orozco +uid: dorozco +#title: alum +employeeNumber: 800001681 +mail: Danny.Orozco@mock.edu.invalid +userPassword: password + +dn: uid=shenders,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henderson +givenName: Susan +cn: Susan Henderson +uid: shenders +#title: alum +employeeNumber: 800001682 +mail: Susan.Henderson@mock.edu.invalid +userPassword: password + +dn: uid=bedward2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Edwards +givenName: Brianna +cn: Brianna Edwards +uid: bedward2 +#title: alum +employeeNumber: 800001683 +mail: Brianna.Edwards@mock.edu.invalid +userPassword: password + +dn: uid=wowens,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Owens +givenName: William +cn: William Owens +uid: wowens +#title: alum +employeeNumber: 800001684 +mail: William.Owens@mock.edu.invalid +userPassword: password + +dn: uid=mrodrig2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Mitchell +cn: Mitchell Rodriguez +uid: mrodrig2 +#title: alum +employeeNumber: 800001685 +mail: Mitchell.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=ehoover,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hoover +givenName: Elizabeth +cn: Elizabeth Hoover +uid: ehoover +#title: alum +employeeNumber: 800001686 +mail: Elizabeth.Hoover@mock.edu.invalid +userPassword: password + +dn: uid=asantiag,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Santiago +givenName: Anne +cn: Anne Santiago +uid: asantiag +#title: alum +employeeNumber: 800001687 +mail: Anne.Santiago@mock.edu.invalid +userPassword: password + +dn: uid=jdunn,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dunn +givenName: John +cn: John Dunn +uid: jdunn +#title: alum +employeeNumber: 800001688 +mail: John.Dunn@mock.edu.invalid +userPassword: password + +dn: uid=smathews,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mathews +givenName: Shannon +cn: Shannon Mathews +uid: smathews +#title: alum +employeeNumber: 800001689 +mail: Shannon.Mathews@mock.edu.invalid +userPassword: password + +dn: uid=efranco,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Franco +givenName: Erin +cn: Erin Franco +uid: efranco +#title: alum +employeeNumber: 800001690 +mail: Erin.Franco@mock.edu.invalid +userPassword: password + +dn: uid=tharris2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Thomas +cn: Thomas Harris +uid: tharris2 +#title: alum +employeeNumber: 800001691 +mail: Thomas.Harris@mock.edu.invalid +userPassword: password + +dn: uid=kbanks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Banks +givenName: Kimberly +cn: Kimberly Banks +uid: kbanks +#title: alum +employeeNumber: 800001692 +mail: Kimberly.Banks@mock.edu.invalid +userPassword: password + +dn: uid=alopez2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: April +cn: April Lopez +uid: alopez2 +#title: alum +employeeNumber: 800001693 +mail: April.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=jflores2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Flores +givenName: Jennifer +cn: Jennifer Flores +uid: jflores2 +#title: alum +employeeNumber: 800001694 +mail: Jennifer.Flores@mock.edu.invalid +userPassword: password + +dn: uid=msnyder,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Snyder +givenName: Michael +cn: Michael Snyder +uid: msnyder +#title: alum +employeeNumber: 800001695 +mail: Michael.Snyder@mock.edu.invalid +userPassword: password + +dn: uid=athornto,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thornton +givenName: Andrea +cn: Andrea Thornton +uid: athornto +#title: alum +employeeNumber: 800001696 +mail: Andrea.Thornton@mock.edu.invalid +userPassword: password + +dn: uid=nturner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: Nicholas +cn: Nicholas Turner +uid: nturner +#title: alum +employeeNumber: 800001697 +mail: Nicholas.Turner@mock.edu.invalid +userPassword: password + +dn: uid=agoodman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Goodman +givenName: Aaron +cn: Aaron Goodman +uid: agoodman +#title: alum +employeeNumber: 800001698 +mail: Aaron.Goodman@mock.edu.invalid +userPassword: password + +dn: uid=lsimon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Simon +givenName: Laura +cn: Laura Simon +uid: lsimon +#title: alum +employeeNumber: 800001699 +mail: Laura.Simon@mock.edu.invalid +userPassword: password + +dn: uid=mrosales,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rosales +givenName: Mercedes +cn: Mercedes Rosales +uid: mrosales +#title: alum +employeeNumber: 800001700 +mail: Mercedes.Rosales@mock.edu.invalid +userPassword: password + +dn: uid=jgardne2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gardner +givenName: Johnny +cn: Johnny Gardner +uid: jgardne2 +#title: alum +employeeNumber: 800001701 +mail: Johnny.Gardner@mock.edu.invalid +userPassword: password + +dn: uid=hrodrigu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Holly +cn: Holly Rodriguez +uid: hrodrigu +#title: alum +employeeNumber: 800001702 +mail: Holly.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=dstrickl,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Strickland +givenName: Deborah +cn: Deborah Strickland +uid: dstrickl +#title: alum +employeeNumber: 800001703 +mail: Deborah.Strickland@mock.edu.invalid +userPassword: password + +dn: uid=ajohnso3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Anna +cn: Anna Johnson +uid: ajohnso3 +#title: alum +employeeNumber: 800001704 +mail: Anna.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=dlynch,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lynch +givenName: Dana +cn: Dana Lynch +uid: dlynch +#title: alum +employeeNumber: 800001705 +mail: Dana.Lynch@mock.edu.invalid +userPassword: password + +dn: uid=morozco,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Orozco +givenName: Michael +cn: Michael Orozco +uid: morozco +#title: alum +employeeNumber: 800001706 +mail: Michael.Orozco@mock.edu.invalid +userPassword: password + +dn: uid=wroth,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roth +givenName: Wayne +cn: Wayne Roth +uid: wroth +#title: alum +employeeNumber: 800001707 +mail: Wayne.Roth@mock.edu.invalid +userPassword: password + +dn: uid=jtucker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tucker +givenName: Jessica +cn: Jessica Tucker +uid: jtucker +#title: alum +employeeNumber: 800001708 +mail: Jessica.Tucker@mock.edu.invalid +userPassword: password + +dn: uid=pwillia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Patrick +cn: Patrick Williams +uid: pwillia3 +#title: alum +employeeNumber: 800001709 +mail: Patrick.Williams@mock.edu.invalid +userPassword: password + +dn: uid=achung,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chung +givenName: Angela +cn: Angela Chung +uid: achung +#title: alum +employeeNumber: 800001710 +mail: Angela.Chung@mock.edu.invalid +userPassword: password + +dn: uid=droman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roman +givenName: Donna +cn: Donna Roman +uid: droman +#title: alum +employeeNumber: 800001711 +mail: Donna.Roman@mock.edu.invalid +userPassword: password + +dn: uid=aknight,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Knight +givenName: Alicia +cn: Alicia Knight +uid: aknight +#title: alum +employeeNumber: 800001712 +mail: Alicia.Knight@mock.edu.invalid +userPassword: password + +dn: uid=mfuller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fuller +givenName: Mark +cn: Mark Fuller +uid: mfuller +#title: alum +employeeNumber: 800001713 +mail: Mark.Fuller@mock.edu.invalid +userPassword: password + +dn: uid=bclark2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clark +givenName: Brian +cn: Brian Clark +uid: bclark2 +#title: alum +employeeNumber: 800001714 +mail: Brian.Clark@mock.edu.invalid +userPassword: password + +dn: uid=sarmstro,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Armstrong +givenName: Sandra +cn: Sandra Armstrong +uid: sarmstro +#title: alum +employeeNumber: 800001715 +mail: Sandra.Armstrong@mock.edu.invalid +userPassword: password + +dn: uid=agarcia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Alicia +cn: Alicia Garcia +uid: agarcia3 +#title: alum +employeeNumber: 800001716 +mail: Alicia.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=agutierr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gutierrez +givenName: Alyssa +cn: Alyssa Gutierrez +uid: agutierr +#title: alum +employeeNumber: 800001717 +mail: Alyssa.Gutierrez@mock.edu.invalid +userPassword: password + +dn: uid=jferguso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ferguson +givenName: Jeffrey +cn: Jeffrey Ferguson +uid: jferguso +#title: alum +employeeNumber: 800001718 +mail: Jeffrey.Ferguson@mock.edu.invalid +userPassword: password + +dn: uid=ewillia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Emily +cn: Emily Williams +uid: ewillia3 +#title: alum +employeeNumber: 800001719 +mail: Emily.Williams@mock.edu.invalid +userPassword: password + +dn: uid=ctodd,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Todd +givenName: Charlene +cn: Charlene Todd +uid: ctodd +#title: alum +employeeNumber: 800001720 +mail: Charlene.Todd@mock.edu.invalid +userPassword: password + +dn: uid=fweber,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Weber +givenName: Felicia +cn: Felicia Weber +uid: fweber +#title: alum +employeeNumber: 800001721 +mail: Felicia.Weber@mock.edu.invalid +userPassword: password + +dn: uid=jwalsh,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walsh +givenName: Jose +cn: Jose Walsh +uid: jwalsh +#title: alum +employeeNumber: 800001722 +mail: Jose.Walsh@mock.edu.invalid +userPassword: password + +dn: uid=rrobbins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robbins +givenName: Robert +cn: Robert Robbins +uid: rrobbins +#title: alum +employeeNumber: 800001723 +mail: Robert.Robbins@mock.edu.invalid +userPassword: password + +dn: uid=vbrooks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brooks +givenName: Veronica +cn: Veronica Brooks +uid: vbrooks +#title: alum +employeeNumber: 800001724 +mail: Veronica.Brooks@mock.edu.invalid +userPassword: password + +dn: uid=molsen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Olsen +givenName: Michael +cn: Michael Olsen +uid: molsen +#title: alum +employeeNumber: 800001725 +mail: Michael.Olsen@mock.edu.invalid +userPassword: password + +dn: uid=jpatter3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patterson +givenName: Jennifer +cn: Jennifer Patterson +uid: jpatter3 +#title: alum +employeeNumber: 800001726 +mail: Jennifer.Patterson@mock.edu.invalid +userPassword: password + +dn: uid=rthomas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Raymond +cn: Raymond Thomas +uid: rthomas +#title: alum +employeeNumber: 800001727 +mail: Raymond.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=cwest,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: West +givenName: Christopher +cn: Christopher West +uid: cwest +#title: alum +employeeNumber: 800001728 +mail: Christopher.West@mock.edu.invalid +userPassword: password + +dn: uid=ksanders,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanders +givenName: Kelsey +cn: Kelsey Sanders +uid: ksanders +#title: alum +employeeNumber: 800001729 +mail: Kelsey.Sanders@mock.edu.invalid +userPassword: password + +dn: uid=jlarsen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Larsen +givenName: Joshua +cn: Joshua Larsen +uid: jlarsen +#title: alum +employeeNumber: 800001730 +mail: Joshua.Larsen@mock.edu.invalid +userPassword: password + +dn: uid=hbullock,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bullock +givenName: Holly +cn: Holly Bullock +uid: hbullock +#title: alum +employeeNumber: 800001731 +mail: Holly.Bullock@mock.edu.invalid +userPassword: password + +dn: uid=hjohnson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Herbert +cn: Herbert Johnson +uid: hjohnson +#title: alum +employeeNumber: 800001732 +mail: Herbert.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=awright,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wright +givenName: Andrew +cn: Andrew Wright +uid: awright +#title: alum +employeeNumber: 800001733 +mail: Andrew.Wright@mock.edu.invalid +userPassword: password + +dn: uid=bhansen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hansen +givenName: Brittney +cn: Brittney Hansen +uid: bhansen +#title: alum +employeeNumber: 800001734 +mail: Brittney.Hansen@mock.edu.invalid +userPassword: password + +dn: uid=tparker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Parker +givenName: Thomas +cn: Thomas Parker +uid: tparker +#title: alum +employeeNumber: 800001735 +mail: Thomas.Parker@mock.edu.invalid +userPassword: password + +dn: uid=cwood2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wood +givenName: Cody +cn: Cody Wood +uid: cwood2 +#title: alum +employeeNumber: 800001736 +mail: Cody.Wood@mock.edu.invalid +userPassword: password + +dn: uid=arichar2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richards +givenName: Amanda +cn: Amanda Richards +uid: arichar2 +#title: alum +employeeNumber: 800001737 +mail: Amanda.Richards@mock.edu.invalid +userPassword: password + +dn: uid=asnow,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Snow +givenName: Aaron +cn: Aaron Snow +uid: asnow +#title: alum +employeeNumber: 800001738 +mail: Aaron.Snow@mock.edu.invalid +userPassword: password + +dn: uid=kthomas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Kevin +cn: Kevin Thomas +uid: kthomas +#title: alum +employeeNumber: 800001739 +mail: Kevin.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=kkane,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kane +givenName: Kathleen +cn: Kathleen Kane +uid: kkane +#title: alum +employeeNumber: 800001740 +mail: Kathleen.Kane@mock.edu.invalid +userPassword: password + +dn: uid=dgood,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Good +givenName: Daniel +cn: Daniel Good +uid: dgood +#title: alum +employeeNumber: 800001741 +mail: Daniel.Good@mock.edu.invalid +userPassword: password + +dn: uid=tdavis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Tanner +cn: Tanner Davis +uid: tdavis +#title: alum +employeeNumber: 800001742 +mail: Tanner.Davis@mock.edu.invalid +userPassword: password + +dn: uid=mmcfarla,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcfarland +givenName: Michael +cn: Michael Mcfarland +uid: mmcfarla +#title: alum +employeeNumber: 800001743 +mail: Michael.Mcfarland@mock.edu.invalid +userPassword: password + +dn: uid=abarrer2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barrera +givenName: Anthony +cn: Anthony Barrera +uid: abarrer2 +#title: alum +employeeNumber: 800001744 +mail: Anthony.Barrera@mock.edu.invalid +userPassword: password + +dn: uid=btucker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tucker +givenName: Benjamin +cn: Benjamin Tucker +uid: btucker +#title: alum +employeeNumber: 800001745 +mail: Benjamin.Tucker@mock.edu.invalid +userPassword: password + +dn: uid=sramire3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramirez +givenName: Stephen +cn: Stephen Ramirez +uid: sramire3 +#title: alum +employeeNumber: 800001746 +mail: Stephen.Ramirez@mock.edu.invalid +userPassword: password + +dn: uid=aschultz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schultz +givenName: Anthony +cn: Anthony Schultz +uid: aschultz +#title: alum +employeeNumber: 800001747 +mail: Anthony.Schultz@mock.edu.invalid +userPassword: password + +dn: uid=lruiz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ruiz +givenName: Lori +cn: Lori Ruiz +uid: lruiz +#title: alum +employeeNumber: 800001748 +mail: Lori.Ruiz@mock.edu.invalid +userPassword: password + +dn: uid=smartin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Sharon +cn: Sharon Martin +uid: smartin +#title: alum +employeeNumber: 800001749 +mail: Sharon.Martin@mock.edu.invalid +userPassword: password + +dn: uid=tsheppar,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sheppard +givenName: Timothy +cn: Timothy Sheppard +uid: tsheppar +#title: alum +employeeNumber: 800001750 +mail: Timothy.Sheppard@mock.edu.invalid +userPassword: password + +dn: uid=lsimmons,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Simmons +givenName: Lindsey +cn: Lindsey Simmons +uid: lsimmons +#title: alum +employeeNumber: 800001751 +mail: Lindsey.Simmons@mock.edu.invalid +userPassword: password + +dn: uid=jgraham2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Graham +givenName: Joseph +cn: Joseph Graham +uid: jgraham2 +#title: alum +employeeNumber: 800001752 +mail: Joseph.Graham@mock.edu.invalid +userPassword: password + +dn: uid=trosario,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rosario +givenName: Tracey +cn: Tracey Rosario +uid: trosario +#title: alum +employeeNumber: 800001753 +mail: Tracey.Rosario@mock.edu.invalid +userPassword: password + +dn: uid=jboyd,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Boyd +givenName: Jessica +cn: Jessica Boyd +uid: jboyd +#title: alum +employeeNumber: 800001754 +mail: Jessica.Boyd@mock.edu.invalid +userPassword: password + +dn: uid=kfernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fernandez +givenName: Kathryn +cn: Kathryn Fernandez +uid: kfernand +#title: alum +employeeNumber: 800001755 +mail: Kathryn.Fernandez@mock.edu.invalid +userPassword: password + +dn: uid=mtorres2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Torres +givenName: Melissa +cn: Melissa Torres +uid: mtorres2 +#title: alum +employeeNumber: 800001756 +mail: Melissa.Torres@mock.edu.invalid +userPassword: password + +dn: uid=kcross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cross +givenName: Katie +cn: Katie Cross +uid: kcross +#title: alum +employeeNumber: 800001757 +mail: Katie.Cross@mock.edu.invalid +userPassword: password + +dn: uid=rgardner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gardner +givenName: Richard +cn: Richard Gardner +uid: rgardner +#title: alum +employeeNumber: 800001758 +mail: Richard.Gardner@mock.edu.invalid +userPassword: password + +dn: uid=smatthew,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Matthews +givenName: Steven +cn: Steven Matthews +uid: smatthew +#title: alum +employeeNumber: 800001759 +mail: Steven.Matthews@mock.edu.invalid +userPassword: password + +dn: uid=abarr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barr +givenName: Austin +cn: Austin Barr +uid: abarr +#title: alum +employeeNumber: 800001760 +mail: Austin.Barr@mock.edu.invalid +userPassword: password + +dn: uid=bbenson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Benson +givenName: Brenda +cn: Brenda Benson +uid: bbenson +#title: alum +employeeNumber: 800001761 +mail: Brenda.Benson@mock.edu.invalid +userPassword: password + +dn: uid=jjohnso3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: James +cn: James Johnson +uid: jjohnso3 +#title: alum +employeeNumber: 800001762 +mail: James.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=frowland,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rowland +givenName: Franklin +cn: Franklin Rowland +uid: frowland +#title: alum +employeeNumber: 800001763 +mail: Franklin.Rowland@mock.edu.invalid +userPassword: password + +dn: uid=aking,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: King +givenName: Amanda +cn: Amanda King +uid: aking +#title: alum +employeeNumber: 800001764 +mail: Amanda.King@mock.edu.invalid +userPassword: password + +dn: uid=zruiz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ruiz +givenName: Zachary +cn: Zachary Ruiz +uid: zruiz +#title: alum +employeeNumber: 800001765 +mail: Zachary.Ruiz@mock.edu.invalid +userPassword: password + +dn: uid=bcabrera,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cabrera +givenName: Beth +cn: Beth Cabrera +uid: bcabrera +#title: alum +employeeNumber: 800001766 +mail: Beth.Cabrera@mock.edu.invalid +userPassword: password + +dn: uid=rwillia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williamson +givenName: Roger +cn: Roger Williamson +uid: rwillia3 +#title: alum +employeeNumber: 800001767 +mail: Roger.Williamson@mock.edu.invalid +userPassword: password + +dn: uid=kcollier,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Collier +givenName: Karen +cn: Karen Collier +uid: kcollier +#title: alum +employeeNumber: 800001768 +mail: Karen.Collier@mock.edu.invalid +userPassword: password + +dn: uid=esanche2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: Eric +cn: Eric Sanchez +uid: esanche2 +#title: alum +employeeNumber: 800001769 +mail: Eric.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=jsmith3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Joseph +cn: Joseph Smith +uid: jsmith3 +#title: alum +employeeNumber: 800001770 +mail: Joseph.Smith@mock.edu.invalid +userPassword: password + +dn: uid=lcampbel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Campbell +givenName: Lindsay +cn: Lindsay Campbell +uid: lcampbel +#title: alum +employeeNumber: 800001771 +mail: Lindsay.Campbell@mock.edu.invalid +userPassword: password + +dn: uid=cchavez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chavez +givenName: Colleen +cn: Colleen Chavez +uid: cchavez +#title: alum +employeeNumber: 800001772 +mail: Colleen.Chavez@mock.edu.invalid +userPassword: password + +dn: uid=smiller4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Stephen +cn: Stephen Miller +uid: smiller4 +#title: alum +employeeNumber: 800001773 +mail: Stephen.Miller@mock.edu.invalid +userPassword: password + +dn: uid=rarnold,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Arnold +givenName: Randy +cn: Randy Arnold +uid: rarnold +#title: alum +employeeNumber: 800001774 +mail: Randy.Arnold@mock.edu.invalid +userPassword: password + +dn: uid=pthompso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Peggy +cn: Peggy Thompson +uid: pthompso +#title: alum +employeeNumber: 800001775 +mail: Peggy.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=mgeorge,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: George +givenName: Melissa +cn: Melissa George +uid: mgeorge +#title: alum +employeeNumber: 800001776 +mail: Melissa.George@mock.edu.invalid +userPassword: password + +dn: uid=jwalker3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walker +givenName: Jade +cn: Jade Walker +uid: jwalker3 +#title: alum +employeeNumber: 800001777 +mail: Jade.Walker@mock.edu.invalid +userPassword: password + +dn: uid=bphillip,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Phillips +givenName: Bradley +cn: Bradley Phillips +uid: bphillip +#title: alum +employeeNumber: 800001778 +mail: Bradley.Phillips@mock.edu.invalid +userPassword: password + +dn: uid=kharriso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harrison +givenName: Kristin +cn: Kristin Harrison +uid: kharriso +#title: alum +employeeNumber: 800001779 +mail: Kristin.Harrison@mock.edu.invalid +userPassword: password + +dn: uid=kaguirre,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Aguirre +givenName: Kimberly +cn: Kimberly Aguirre +uid: kaguirre +#title: alum +employeeNumber: 800001780 +mail: Kimberly.Aguirre@mock.edu.invalid +userPassword: password + +dn: uid=bbaird,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baird +givenName: Brandon +cn: Brandon Baird +uid: bbaird +#title: alum +employeeNumber: 800001781 +mail: Brandon.Baird@mock.edu.invalid +userPassword: password + +dn: uid=cjones2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Christopher +cn: Christopher Jones +uid: cjones2 +#title: alum +employeeNumber: 800001782 +mail: Christopher.Jones@mock.edu.invalid +userPassword: password + +dn: uid=rdaniel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Daniel +givenName: Robin +cn: Robin Daniel +uid: rdaniel +#title: alum +employeeNumber: 800001783 +mail: Robin.Daniel@mock.edu.invalid +userPassword: password + +dn: uid=dwhite2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: White +givenName: David +cn: David White +uid: dwhite2 +#title: alum +employeeNumber: 800001784 +mail: David.White@mock.edu.invalid +userPassword: password + +dn: uid=mrice,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rice +givenName: Megan +cn: Megan Rice +uid: mrice +#title: alum +employeeNumber: 800001785 +mail: Megan.Rice@mock.edu.invalid +userPassword: password + +dn: uid=ehansen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hansen +givenName: Eric +cn: Eric Hansen +uid: ehansen +#title: alum +employeeNumber: 800001786 +mail: Eric.Hansen@mock.edu.invalid +userPassword: password + +dn: uid=slong,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Long +givenName: Stacy +cn: Stacy Long +uid: slong +#title: alum +employeeNumber: 800001787 +mail: Stacy.Long@mock.edu.invalid +userPassword: password + +dn: uid=mpatton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patton +givenName: Michelle +cn: Michelle Patton +uid: mpatton +#title: alum +employeeNumber: 800001788 +mail: Michelle.Patton@mock.edu.invalid +userPassword: password + +dn: uid=mpatric2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patrick +givenName: Misty +cn: Misty Patrick +uid: mpatric2 +#title: alum +employeeNumber: 800001789 +mail: Misty.Patrick@mock.edu.invalid +userPassword: password + +dn: uid=cbuchana,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Buchanan +givenName: Carly +cn: Carly Buchanan +uid: cbuchana +#title: alum +employeeNumber: 800001790 +mail: Carly.Buchanan@mock.edu.invalid +userPassword: password + +dn: uid=dortiz2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ortiz +givenName: Diana +cn: Diana Ortiz +uid: dortiz2 +#title: alum +employeeNumber: 800001791 +mail: Diana.Ortiz@mock.edu.invalid +userPassword: password + +dn: uid=mwatson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watson +givenName: Michael +cn: Michael Watson +uid: mwatson +#title: alum +employeeNumber: 800001792 +mail: Michael.Watson@mock.edu.invalid +userPassword: password + +dn: uid=jbennett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bennett +givenName: Joseph +cn: Joseph Bennett +uid: jbennett +#title: alum +employeeNumber: 800001793 +mail: Joseph.Bennett@mock.edu.invalid +userPassword: password + +dn: uid=akeller2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Keller +givenName: Alison +cn: Alison Keller +uid: akeller2 +#title: alum +employeeNumber: 800001794 +mail: Alison.Keller@mock.edu.invalid +userPassword: password + +dn: uid=wmoore2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Wendy +cn: Wendy Moore +uid: wmoore2 +#title: alum +employeeNumber: 800001795 +mail: Wendy.Moore@mock.edu.invalid +userPassword: password + +dn: uid=cmiranda,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miranda +givenName: Caroline +cn: Caroline Miranda +uid: cmiranda +#title: alum +employeeNumber: 800001796 +mail: Caroline.Miranda@mock.edu.invalid +userPassword: password + +dn: uid=cmartin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Carlos +cn: Carlos Martin +uid: cmartin +#title: alum +employeeNumber: 800001797 +mail: Carlos.Martin@mock.edu.invalid +userPassword: password + +dn: uid=jfarrell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Farrell +givenName: Jordan +cn: Jordan Farrell +uid: jfarrell +#title: alum +employeeNumber: 800001798 +mail: Jordan.Farrell@mock.edu.invalid +userPassword: password + +dn: uid=jrobins3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: John +cn: John Robinson +uid: jrobins3 +#title: alum +employeeNumber: 800001799 +mail: John.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=cperez3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perez +givenName: Christopher +cn: Christopher Perez +uid: cperez3 +#title: alum +employeeNumber: 800001800 +mail: Christopher.Perez@mock.edu.invalid +userPassword: password + +dn: uid=aharvey2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harvey +givenName: Amy +cn: Amy Harvey +uid: aharvey2 +#title: alum +employeeNumber: 800001801 +mail: Amy.Harvey@mock.edu.invalid +userPassword: password + +dn: uid=lsimmon2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Simmons +givenName: Lindsey +cn: Lindsey Simmons +uid: lsimmon2 +#title: alum +employeeNumber: 800001802 +mail: Lindsey.Simmons@mock.edu.invalid +userPassword: password + +dn: uid=janders4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Joshua +cn: Joshua Anderson +uid: janders4 +#title: alum +employeeNumber: 800001803 +mail: Joshua.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=mbridges,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bridges +givenName: Michael +cn: Michael Bridges +uid: mbridges +#title: alum +employeeNumber: 800001804 +mail: Michael.Bridges@mock.edu.invalid +userPassword: password + +dn: uid=hellis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ellis +givenName: Heather +cn: Heather Ellis +uid: hellis +#title: alum +employeeNumber: 800001805 +mail: Heather.Ellis@mock.edu.invalid +userPassword: password + +dn: uid=mgarcia,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Michelle +cn: Michelle Garcia +uid: mgarcia +#title: alum +employeeNumber: 800001806 +mail: Michelle.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=jdunn2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dunn +givenName: John +cn: John Dunn +uid: jdunn2 +#title: alum +employeeNumber: 800001807 +mail: John.Dunn@mock.edu.invalid +userPassword: password + +dn: uid=rabbott,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Abbott +givenName: Ronald +cn: Ronald Abbott +uid: rabbott +#title: alum +employeeNumber: 800001808 +mail: Ronald.Abbott@mock.edu.invalid +userPassword: password + +dn: uid=kthompso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Keith +cn: Keith Thompson +uid: kthompso +#title: alum +employeeNumber: 800001809 +mail: Keith.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=tcannon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cannon +givenName: Todd +cn: Todd Cannon +uid: tcannon +#title: alum +employeeNumber: 800001810 +mail: Todd.Cannon@mock.edu.invalid +userPassword: password + +dn: uid=bjones2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Bethany +cn: Bethany Jones +uid: bjones2 +#title: alum +employeeNumber: 800001811 +mail: Bethany.Jones@mock.edu.invalid +userPassword: password + +dn: uid=hvasquez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Vasquez +givenName: Hannah +cn: Hannah Vasquez +uid: hvasquez +#title: alum +employeeNumber: 800001812 +mail: Hannah.Vasquez@mock.edu.invalid +userPassword: password + +dn: uid=tfuller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fuller +givenName: Troy +cn: Troy Fuller +uid: tfuller +#title: alum +employeeNumber: 800001813 +mail: Troy.Fuller@mock.edu.invalid +userPassword: password + +dn: uid=csmith6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Claudia +cn: Claudia Smith +uid: csmith6 +#title: alum +employeeNumber: 800001814 +mail: Claudia.Smith@mock.edu.invalid +userPassword: password + +dn: uid=sdavis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Sara +cn: Sara Davis +uid: sdavis +#title: alum +employeeNumber: 800001815 +mail: Sara.Davis@mock.edu.invalid +userPassword: password + +dn: uid=kpatters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patterson +givenName: Kathleen +cn: Kathleen Patterson +uid: kpatters +#title: alum +employeeNumber: 800001816 +mail: Kathleen.Patterson@mock.edu.invalid +userPassword: password + +dn: uid=jhall2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hall +givenName: Joseph +cn: Joseph Hall +uid: jhall2 +#title: alum +employeeNumber: 800001817 +mail: Joseph.Hall@mock.edu.invalid +userPassword: password + +dn: uid=mmorale2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morales +givenName: Marco +cn: Marco Morales +uid: mmorale2 +#title: alum +employeeNumber: 800001818 +mail: Marco.Morales@mock.edu.invalid +userPassword: password + +dn: uid=mnelson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nelson +givenName: Michael +cn: Michael Nelson +uid: mnelson +#title: alum +employeeNumber: 800001819 +mail: Michael.Nelson@mock.edu.invalid +userPassword: password + +dn: uid=mmontgom,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Montgomery +givenName: Michael +cn: Michael Montgomery +uid: mmontgom +#title: alum +employeeNumber: 800001820 +mail: Michael.Montgomery@mock.edu.invalid +userPassword: password + +dn: uid=cburns,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burns +givenName: Chelsey +cn: Chelsey Burns +uid: cburns +#title: alum +employeeNumber: 800001821 +mail: Chelsey.Burns@mock.edu.invalid +userPassword: password + +dn: uid=bparrish,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Parrish +givenName: Brandon +cn: Brandon Parrish +uid: bparrish +#title: alum +employeeNumber: 800001822 +mail: Brandon.Parrish@mock.edu.invalid +userPassword: password + +dn: uid=bjimenez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jimenez +givenName: Barbara +cn: Barbara Jimenez +uid: bjimenez +#title: alum +employeeNumber: 800001823 +mail: Barbara.Jimenez@mock.edu.invalid +userPassword: password + +dn: uid=smendoza,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mendoza +givenName: Steven +cn: Steven Mendoza +uid: smendoza +#title: alum +employeeNumber: 800001824 +mail: Steven.Mendoza@mock.edu.invalid +userPassword: password + +dn: uid=kortega,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ortega +givenName: Keith +cn: Keith Ortega +uid: kortega +#title: alum +employeeNumber: 800001825 +mail: Keith.Ortega@mock.edu.invalid +userPassword: password + +dn: uid=dkelly,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kelly +givenName: Derrick +cn: Derrick Kelly +uid: dkelly +#title: alum +employeeNumber: 800001826 +mail: Derrick.Kelly@mock.edu.invalid +userPassword: password + +dn: uid=cholmes2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Holmes +givenName: Crystal +cn: Crystal Holmes +uid: cholmes2 +#title: alum +employeeNumber: 800001827 +mail: Crystal.Holmes@mock.edu.invalid +userPassword: password + +dn: uid=dmoore,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Dan +cn: Dan Moore +uid: dmoore +#title: alum +employeeNumber: 800001828 +mail: Dan.Moore@mock.edu.invalid +userPassword: password + +dn: uid=jhughes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hughes +givenName: Jennifer +cn: Jennifer Hughes +uid: jhughes +#title: alum +employeeNumber: 800001829 +mail: Jennifer.Hughes@mock.edu.invalid +userPassword: password + +dn: uid=kjimenez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jimenez +givenName: Kelly +cn: Kelly Jimenez +uid: kjimenez +#title: alum +employeeNumber: 800001830 +mail: Kelly.Jimenez@mock.edu.invalid +userPassword: password + +dn: uid=pgonzale,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Paul +cn: Paul Gonzalez +uid: pgonzale +#title: alum +employeeNumber: 800001831 +mail: Paul.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=bolsen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Olsen +givenName: Brianna +cn: Brianna Olsen +uid: bolsen +#title: alum +employeeNumber: 800001832 +mail: Brianna.Olsen@mock.edu.invalid +userPassword: password + +dn: uid=calvarad,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Alvarado +givenName: Christopher +cn: Christopher Alvarado +uid: calvarad +#title: alum +employeeNumber: 800001833 +mail: Christopher.Alvarado@mock.edu.invalid +userPassword: password + +dn: uid=ttucker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tucker +givenName: Timothy +cn: Timothy Tucker +uid: ttucker +#title: alum +employeeNumber: 800001834 +mail: Timothy.Tucker@mock.edu.invalid +userPassword: password + +dn: uid=kwilson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Kelly +cn: Kelly Wilson +uid: kwilson +#title: alum +employeeNumber: 800001835 +mail: Kelly.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=brivera,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rivera +givenName: Brittany +cn: Brittany Rivera +uid: brivera +#title: alum +employeeNumber: 800001836 +mail: Brittany.Rivera@mock.edu.invalid +userPassword: password + +dn: uid=tcline,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cline +givenName: Tamara +cn: Tamara Cline +uid: tcline +#title: alum +employeeNumber: 800001837 +mail: Tamara.Cline@mock.edu.invalid +userPassword: password + +dn: uid=ncarroll,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carroll +givenName: Nicholas +cn: Nicholas Carroll +uid: ncarroll +#title: alum +employeeNumber: 800001838 +mail: Nicholas.Carroll@mock.edu.invalid +userPassword: password + +dn: uid=twillia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Timothy +cn: Timothy Williams +uid: twillia3 +#title: alum +employeeNumber: 800001839 +mail: Timothy.Williams@mock.edu.invalid +userPassword: password + +dn: uid=kbradley,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bradley +givenName: Kristin +cn: Kristin Bradley +uid: kbradley +#title: alum +employeeNumber: 800001840 +mail: Kristin.Bradley@mock.edu.invalid +userPassword: password + +dn: uid=cbennett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bennett +givenName: Charles +cn: Charles Bennett +uid: cbennett +#title: alum +employeeNumber: 800001841 +mail: Charles.Bennett@mock.edu.invalid +userPassword: password + +dn: uid=ksmith5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Kimberly +cn: Kimberly Smith +uid: ksmith5 +#title: alum +employeeNumber: 800001842 +mail: Kimberly.Smith@mock.edu.invalid +userPassword: password + +dn: uid=swilson2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Suzanne +cn: Suzanne Wilson +uid: swilson2 +#title: alum +employeeNumber: 800001843 +mail: Suzanne.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=wreed,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reed +givenName: William +cn: William Reed +uid: wreed +#title: alum +employeeNumber: 800001844 +mail: William.Reed@mock.edu.invalid +userPassword: password + +dn: uid=kgilmore,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gilmore +givenName: Kimberly +cn: Kimberly Gilmore +uid: kgilmore +#title: alum +employeeNumber: 800001845 +mail: Kimberly.Gilmore@mock.edu.invalid +userPassword: password + +dn: uid=staylor2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Stephanie +cn: Stephanie Taylor +uid: staylor2 +#title: alum +employeeNumber: 800001846 +mail: Stephanie.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=janders5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Jason +cn: Jason Anderson +uid: janders5 +#title: alum +employeeNumber: 800001847 +mail: Jason.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=swood2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wood +givenName: Sarah +cn: Sarah Wood +uid: swood2 +#title: alum +employeeNumber: 800001848 +mail: Sarah.Wood@mock.edu.invalid +userPassword: password + +dn: uid=erivas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rivas +givenName: Eric +cn: Eric Rivas +uid: erivas +#title: alum +employeeNumber: 800001849 +mail: Eric.Rivas@mock.edu.invalid +userPassword: password + +dn: uid=ngonzal3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzales +givenName: Nicolas +cn: Nicolas Gonzales +uid: ngonzal3 +#title: alum +employeeNumber: 800001850 +mail: Nicolas.Gonzales@mock.edu.invalid +userPassword: password + +dn: uid=jlowery,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lowery +givenName: Jason +cn: Jason Lowery +uid: jlowery +#title: alum +employeeNumber: 800001851 +mail: Jason.Lowery@mock.edu.invalid +userPassword: password + +dn: uid=smoss,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moss +givenName: Susan +cn: Susan Moss +uid: smoss +#title: alum +employeeNumber: 800001852 +mail: Susan.Moss@mock.edu.invalid +userPassword: password + +dn: uid=kmendoza,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mendoza +givenName: Kevin +cn: Kevin Mendoza +uid: kmendoza +#title: alum +employeeNumber: 800001853 +mail: Kevin.Mendoza@mock.edu.invalid +userPassword: password + +dn: uid=gwatson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watson +givenName: Gary +cn: Gary Watson +uid: gwatson +#title: alum +employeeNumber: 800001854 +mail: Gary.Watson@mock.edu.invalid +userPassword: password + +dn: uid=jkim2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kim +givenName: Jose +cn: Jose Kim +uid: jkim2 +#title: alum +employeeNumber: 800001855 +mail: Jose.Kim@mock.edu.invalid +userPassword: password + +dn: uid=tbooth,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Booth +givenName: Travis +cn: Travis Booth +uid: tbooth +#title: alum +employeeNumber: 800001856 +mail: Travis.Booth@mock.edu.invalid +userPassword: password + +dn: uid=rtucker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tucker +givenName: Richard +cn: Richard Tucker +uid: rtucker +#title: alum +employeeNumber: 800001857 +mail: Richard.Tucker@mock.edu.invalid +userPassword: password + +dn: uid=lhall2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hall +givenName: Leah +cn: Leah Hall +uid: lhall2 +#title: alum +employeeNumber: 800001858 +mail: Leah.Hall@mock.edu.invalid +userPassword: password + +dn: uid=fwilson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Frank +cn: Frank Wilson +uid: fwilson +#title: alum +employeeNumber: 800001859 +mail: Frank.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=clowe,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lowe +givenName: Corey +cn: Corey Lowe +uid: clowe +#title: alum +employeeNumber: 800001860 +mail: Corey.Lowe@mock.edu.invalid +userPassword: password + +dn: uid=pbriggs,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Briggs +givenName: Pamela +cn: Pamela Briggs +uid: pbriggs +#title: alum +employeeNumber: 800001861 +mail: Pamela.Briggs@mock.edu.invalid +userPassword: password + +dn: uid=dmunoz2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Munoz +givenName: Daniel +cn: Daniel Munoz +uid: dmunoz2 +#title: alum +employeeNumber: 800001862 +mail: Daniel.Munoz@mock.edu.invalid +userPassword: password + +dn: uid=jmoore2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Joseph +cn: Joseph Moore +uid: jmoore2 +#title: alum +employeeNumber: 800001863 +mail: Joseph.Moore@mock.edu.invalid +userPassword: password + +dn: uid=jwillia6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Jenna +cn: Jenna Williams +uid: jwillia6 +#title: alum +employeeNumber: 800001864 +mail: Jenna.Williams@mock.edu.invalid +userPassword: password + +dn: uid=jsparks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sparks +givenName: Jose +cn: Jose Sparks +uid: jsparks +#title: alum +employeeNumber: 800001865 +mail: Jose.Sparks@mock.edu.invalid +userPassword: password + +dn: uid=kgross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gross +givenName: Kendra +cn: Kendra Gross +uid: kgross +#title: alum +employeeNumber: 800001866 +mail: Kendra.Gross@mock.edu.invalid +userPassword: password + +dn: uid=jpierce2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pierce +givenName: Jeremy +cn: Jeremy Pierce +uid: jpierce2 +#title: alum +employeeNumber: 800001867 +mail: Jeremy.Pierce@mock.edu.invalid +userPassword: password + +dn: uid=ctaylor2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Cody +cn: Cody Taylor +uid: ctaylor2 +#title: alum +employeeNumber: 800001868 +mail: Cody.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=pmccullo,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mccullough +givenName: Paul +cn: Paul Mccullough +uid: pmccullo +#title: alum +employeeNumber: 800001869 +mail: Paul.Mccullough@mock.edu.invalid +userPassword: password + +dn: uid=sjensen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jensen +givenName: Stephen +cn: Stephen Jensen +uid: sjensen +#title: alum +employeeNumber: 800001870 +mail: Stephen.Jensen@mock.edu.invalid +userPassword: password + +dn: uid=jvalenzu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Valenzuela +givenName: John +cn: John Valenzuela +uid: jvalenzu +#title: alum +employeeNumber: 800001871 +mail: John.Valenzuela@mock.edu.invalid +userPassword: password + +dn: uid=hguerrer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Guerrero +givenName: Hayden +cn: Hayden Guerrero +uid: hguerrer +#title: alum +employeeNumber: 800001872 +mail: Hayden.Guerrero@mock.edu.invalid +userPassword: password + +dn: uid=jparrish,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Parrish +givenName: Jillian +cn: Jillian Parrish +uid: jparrish +#title: alum +employeeNumber: 800001873 +mail: Jillian.Parrish@mock.edu.invalid +userPassword: password + +dn: uid=bconley2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Conley +givenName: Benjamin +cn: Benjamin Conley +uid: bconley2 +#title: alum +employeeNumber: 800001874 +mail: Benjamin.Conley@mock.edu.invalid +userPassword: password + +dn: uid=rhanson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hanson +givenName: Robert +cn: Robert Hanson +uid: rhanson +#title: alum +employeeNumber: 800001875 +mail: Robert.Hanson@mock.edu.invalid +userPassword: password + +dn: uid=mrichar2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richardson +givenName: Mark +cn: Mark Richardson +uid: mrichar2 +#title: alum +employeeNumber: 800001876 +mail: Mark.Richardson@mock.edu.invalid +userPassword: password + +dn: uid=khenry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henry +givenName: Katelyn +cn: Katelyn Henry +uid: khenry +#title: alum +employeeNumber: 800001877 +mail: Katelyn.Henry@mock.edu.invalid +userPassword: password + +dn: uid=jweiss,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Weiss +givenName: Jeffrey +cn: Jeffrey Weiss +uid: jweiss +#title: alum +employeeNumber: 800001878 +mail: Jeffrey.Weiss@mock.edu.invalid +userPassword: password + +dn: uid=bprice,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Price +givenName: Brenda +cn: Brenda Price +uid: bprice +#title: alum +employeeNumber: 800001879 +mail: Brenda.Price@mock.edu.invalid +userPassword: password + +dn: uid=rramsey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramsey +givenName: Robert +cn: Robert Ramsey +uid: rramsey +#title: alum +employeeNumber: 800001880 +mail: Robert.Ramsey@mock.edu.invalid +userPassword: password + +dn: uid=mwarren2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Warren +givenName: Michael +cn: Michael Warren +uid: mwarren2 +#title: alum +employeeNumber: 800001881 +mail: Michael.Warren@mock.edu.invalid +userPassword: password + +dn: uid=mrosale2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rosales +givenName: Mario +cn: Mario Rosales +uid: mrosale2 +#title: alum +employeeNumber: 800001882 +mail: Mario.Rosales@mock.edu.invalid +userPassword: password + +dn: uid=jyork2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: York +givenName: Jennifer +cn: Jennifer York +uid: jyork2 +#title: alum +employeeNumber: 800001883 +mail: Jennifer.York@mock.edu.invalid +userPassword: password + +dn: uid=ncarter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carter +givenName: Nicole +cn: Nicole Carter +uid: ncarter +#title: alum +employeeNumber: 800001884 +mail: Nicole.Carter@mock.edu.invalid +userPassword: password + +dn: uid=vsmith,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Vincent +cn: Vincent Smith +uid: vsmith +#title: alum +employeeNumber: 800001885 +mail: Vincent.Smith@mock.edu.invalid +userPassword: password + +dn: uid=amcgrath,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcgrath +givenName: Amy +cn: Amy Mcgrath +uid: amcgrath +#title: alum +employeeNumber: 800001886 +mail: Amy.Mcgrath@mock.edu.invalid +userPassword: password + +dn: uid=mcordova,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cordova +givenName: Matthew +cn: Matthew Cordova +uid: mcordova +#title: alum +employeeNumber: 800001887 +mail: Matthew.Cordova@mock.edu.invalid +userPassword: password + +dn: uid=mford3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ford +givenName: Mary +cn: Mary Ford +uid: mford3 +#title: alum +employeeNumber: 800001888 +mail: Mary.Ford@mock.edu.invalid +userPassword: password + +dn: uid=jpierce3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pierce +givenName: Jeffrey +cn: Jeffrey Pierce +uid: jpierce3 +#title: alum +employeeNumber: 800001889 +mail: Jeffrey.Pierce@mock.edu.invalid +userPassword: password + +dn: uid=jhayden,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hayden +givenName: Jaime +cn: Jaime Hayden +uid: jhayden +#title: alum +employeeNumber: 800001890 +mail: Jaime.Hayden@mock.edu.invalid +userPassword: password + +dn: uid=thernan3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Timothy +cn: Timothy Hernandez +uid: thernan3 +#title: alum +employeeNumber: 800001891 +mail: Timothy.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=kgarza,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garza +givenName: Karen +cn: Karen Garza +uid: kgarza +#title: alum +employeeNumber: 800001892 +mail: Karen.Garza@mock.edu.invalid +userPassword: password + +dn: uid=sglass,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Glass +givenName: Stacey +cn: Stacey Glass +uid: sglass +#title: alum +employeeNumber: 800001893 +mail: Stacey.Glass@mock.edu.invalid +userPassword: password + +dn: uid=tmoore,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Tammy +cn: Tammy Moore +uid: tmoore +#title: alum +employeeNumber: 800001894 +mail: Tammy.Moore@mock.edu.invalid +userPassword: password + +dn: uid=pburnett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burnett +givenName: Phillip +cn: Phillip Burnett +uid: pburnett +#title: alum +employeeNumber: 800001895 +mail: Phillip.Burnett@mock.edu.invalid +userPassword: password + +dn: uid=mjohnsto,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnston +givenName: Maria +cn: Maria Johnston +uid: mjohnsto +#title: alum +employeeNumber: 800001896 +mail: Maria.Johnston@mock.edu.invalid +userPassword: password + +dn: uid=bcooper,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cooper +givenName: Brandon +cn: Brandon Cooper +uid: bcooper +#title: alum +employeeNumber: 800001897 +mail: Brandon.Cooper@mock.edu.invalid +userPassword: password + +dn: uid=slowe,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lowe +givenName: Stephanie +cn: Stephanie Lowe +uid: slowe +#title: alum +employeeNumber: 800001898 +mail: Stephanie.Lowe@mock.edu.invalid +userPassword: password + +dn: uid=kharris2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harrison +givenName: Kristy +cn: Kristy Harrison +uid: kharris2 +#title: alum +employeeNumber: 800001899 +mail: Kristy.Harrison@mock.edu.invalid +userPassword: password + +dn: uid=rboyer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Boyer +givenName: Ronnie +cn: Ronnie Boyer +uid: rboyer +#title: alum +employeeNumber: 800001900 +mail: Ronnie.Boyer@mock.edu.invalid +userPassword: password + +dn: uid=yvazquez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Vazquez +givenName: Yvette +cn: Yvette Vazquez +uid: yvazquez +#title: alum +employeeNumber: 800001901 +mail: Yvette.Vazquez@mock.edu.invalid +userPassword: password + +dn: uid=jadkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Adkins +givenName: Joann +cn: Joann Adkins +uid: jadkins +#title: alum +employeeNumber: 800001902 +mail: Joann.Adkins@mock.edu.invalid +userPassword: password + +dn: uid=awatson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watson +givenName: Allison +cn: Allison Watson +uid: awatson +#title: alum +employeeNumber: 800001903 +mail: Allison.Watson@mock.edu.invalid +userPassword: password + +dn: uid=kfarrell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Farrell +givenName: Kim +cn: Kim Farrell +uid: kfarrell +#title: alum +employeeNumber: 800001904 +mail: Kim.Farrell@mock.edu.invalid +userPassword: password + +dn: uid=arussell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Russell +givenName: Amber +cn: Amber Russell +uid: arussell +#title: alum +employeeNumber: 800001905 +mail: Amber.Russell@mock.edu.invalid +userPassword: password + +dn: uid=wrodrig2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: William +cn: William Rodriguez +uid: wrodrig2 +#title: alum +employeeNumber: 800001906 +mail: William.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=mmcdanie,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcdaniel +givenName: Mark +cn: Mark Mcdaniel +uid: mmcdanie +#title: alum +employeeNumber: 800001907 +mail: Mark.Mcdaniel@mock.edu.invalid +userPassword: password + +dn: uid=fperez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perez +givenName: Frances +cn: Frances Perez +uid: fperez +#title: alum +employeeNumber: 800001908 +mail: Frances.Perez@mock.edu.invalid +userPassword: password + +dn: uid=dcoffey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Coffey +givenName: David +cn: David Coffey +uid: dcoffey +#title: alum +employeeNumber: 800001909 +mail: David.Coffey@mock.edu.invalid +userPassword: password + +dn: uid=rfreeman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Freeman +givenName: Russell +cn: Russell Freeman +uid: rfreeman +#title: alum +employeeNumber: 800001910 +mail: Russell.Freeman@mock.edu.invalid +userPassword: password + +dn: uid=thorton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Horton +givenName: Timothy +cn: Timothy Horton +uid: thorton +#title: alum +employeeNumber: 800001911 +mail: Timothy.Horton@mock.edu.invalid +userPassword: password + +dn: uid=kdean,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dean +givenName: Kevin +cn: Kevin Dean +uid: kdean +#title: alum +employeeNumber: 800001912 +mail: Kevin.Dean@mock.edu.invalid +userPassword: password + +dn: uid=rmartine,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: Ricardo +cn: Ricardo Martinez +uid: rmartine +#title: alum +employeeNumber: 800001913 +mail: Ricardo.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=mwelch3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Welch +givenName: Michael +cn: Michael Welch +uid: mwelch3 +#title: alum +employeeNumber: 800001914 +mail: Michael.Welch@mock.edu.invalid +userPassword: password + +dn: uid=pgarcia,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Pamela +cn: Pamela Garcia +uid: pgarcia +#title: alum +employeeNumber: 800001915 +mail: Pamela.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=dgonzal2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Dylan +cn: Dylan Gonzalez +uid: dgonzal2 +#title: alum +employeeNumber: 800001916 +mail: Dylan.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=rlin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lin +givenName: Ryan +cn: Ryan Lin +uid: rlin +#title: alum +employeeNumber: 800001917 +mail: Ryan.Lin@mock.edu.invalid +userPassword: password + +dn: uid=mgonzal2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Margaret +cn: Margaret Gonzalez +uid: mgonzal2 +#title: alum +employeeNumber: 800001918 +mail: Margaret.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=mdean,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dean +givenName: Michelle +cn: Michelle Dean +uid: mdean +#title: alum +employeeNumber: 800001919 +mail: Michelle.Dean@mock.edu.invalid +userPassword: password + +dn: uid=rjackson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Ryan +cn: Ryan Jackson +uid: rjackson +#title: alum +employeeNumber: 800001920 +mail: Ryan.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=cbowen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bowen +givenName: Carlos +cn: Carlos Bowen +uid: cbowen +#title: alum +employeeNumber: 800001921 +mail: Carlos.Bowen@mock.edu.invalid +userPassword: password + +dn: uid=cbolton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bolton +givenName: Christopher +cn: Christopher Bolton +uid: cbolton +#title: alum +employeeNumber: 800001922 +mail: Christopher.Bolton@mock.edu.invalid +userPassword: password + +dn: uid=dhahn,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hahn +givenName: Denise +cn: Denise Hahn +uid: dhahn +#title: alum +employeeNumber: 800001923 +mail: Denise.Hahn@mock.edu.invalid +userPassword: password + +dn: uid=jrobins4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: James +cn: James Robinson +uid: jrobins4 +#title: alum +employeeNumber: 800001924 +mail: James.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=aibarra,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ibarra +givenName: Andrew +cn: Andrew Ibarra +uid: aibarra +#title: alum +employeeNumber: 800001925 +mail: Andrew.Ibarra@mock.edu.invalid +userPassword: password + +dn: uid=jlawrenc,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lawrence +givenName: Julie +cn: Julie Lawrence +uid: jlawrenc +#title: alum +employeeNumber: 800001926 +mail: Julie.Lawrence@mock.edu.invalid +userPassword: password + +dn: uid=hhamilto,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hamilton +givenName: Henry +cn: Henry Hamilton +uid: hhamilto +#title: alum +employeeNumber: 800001927 +mail: Henry.Hamilton@mock.edu.invalid +userPassword: password + +dn: uid=drodrigu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Daniel +cn: Daniel Rodriguez +uid: drodrigu +#title: alum +employeeNumber: 800001928 +mail: Daniel.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=jsanche2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: Jay +cn: Jay Sanchez +uid: jsanche2 +#title: alum +employeeNumber: 800001929 +mail: Jay.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=jchen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chen +givenName: Jeffrey +cn: Jeffrey Chen +uid: jchen +#title: alum +employeeNumber: 800001930 +mail: Jeffrey.Chen@mock.edu.invalid +userPassword: password + +dn: uid=nruiz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ruiz +givenName: Nicole +cn: Nicole Ruiz +uid: nruiz +#title: alum +employeeNumber: 800001931 +mail: Nicole.Ruiz@mock.edu.invalid +userPassword: password + +dn: uid=shenry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henry +givenName: Scott +cn: Scott Henry +uid: shenry +#title: alum +employeeNumber: 800001932 +mail: Scott.Henry@mock.edu.invalid +userPassword: password + +dn: uid=mgomez2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gomez +givenName: Maria +cn: Maria Gomez +uid: mgomez2 +#title: alum +employeeNumber: 800001933 +mail: Maria.Gomez@mock.edu.invalid +userPassword: password + +dn: uid=kmartin2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Kirsten +cn: Kirsten Martin +uid: kmartin2 +#title: alum +employeeNumber: 800001934 +mail: Kirsten.Martin@mock.edu.invalid +userPassword: password + +dn: uid=tpittman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pittman +givenName: Tiffany +cn: Tiffany Pittman +uid: tpittman +#title: alum +employeeNumber: 800001935 +mail: Tiffany.Pittman@mock.edu.invalid +userPassword: password + +dn: uid=driddle,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Riddle +givenName: Daniel +cn: Daniel Riddle +uid: driddle +#title: alum +employeeNumber: 800001936 +mail: Daniel.Riddle@mock.edu.invalid +userPassword: password + +dn: uid=zgarcia,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Zachary +cn: Zachary Garcia +uid: zgarcia +#title: alum +employeeNumber: 800001937 +mail: Zachary.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=jmiller4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: James +cn: James Miller +uid: jmiller4 +#title: alum +employeeNumber: 800001938 +mail: James.Miller@mock.edu.invalid +userPassword: password + +dn: uid=jmerritt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Merritt +givenName: Joshua +cn: Joshua Merritt +uid: jmerritt +#title: alum +employeeNumber: 800001939 +mail: Joshua.Merritt@mock.edu.invalid +userPassword: password + +dn: uid=swhitehe,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Whitehead +givenName: Susan +cn: Susan Whitehead +uid: swhitehe +#title: alum +employeeNumber: 800001940 +mail: Susan.Whitehead@mock.edu.invalid +userPassword: password + +dn: uid=slee,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: Shane +cn: Shane Lee +uid: slee +#title: alum +employeeNumber: 800001941 +mail: Shane.Lee@mock.edu.invalid +userPassword: password + +dn: uid=rhansen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hansen +givenName: Robert +cn: Robert Hansen +uid: rhansen +#title: alum +employeeNumber: 800001942 +mail: Robert.Hansen@mock.edu.invalid +userPassword: password + +dn: uid=ldodson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dodson +givenName: Lori +cn: Lori Dodson +uid: ldodson +#title: alum +employeeNumber: 800001943 +mail: Lori.Dodson@mock.edu.invalid +userPassword: password + +dn: uid=rcooper,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cooper +givenName: Rebecca +cn: Rebecca Cooper +uid: rcooper +#title: alum +employeeNumber: 800001944 +mail: Rebecca.Cooper@mock.edu.invalid +userPassword: password + +dn: uid=csinglet,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Singleton +givenName: Christopher +cn: Christopher Singleton +uid: csinglet +#title: alum +employeeNumber: 800001945 +mail: Christopher.Singleton@mock.edu.invalid +userPassword: password + +dn: uid=jdavila,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davila +givenName: Jeffrey +cn: Jeffrey Davila +uid: jdavila +#title: alum +employeeNumber: 800001946 +mail: Jeffrey.Davila@mock.edu.invalid +userPassword: password + +dn: uid=thammond,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hammond +givenName: Timothy +cn: Timothy Hammond +uid: thammond +#title: alum +employeeNumber: 800001947 +mail: Timothy.Hammond@mock.edu.invalid +userPassword: password + +dn: uid=shoover,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hoover +givenName: Sandra +cn: Sandra Hoover +uid: shoover +#title: alum +employeeNumber: 800001948 +mail: Sandra.Hoover@mock.edu.invalid +userPassword: password + +dn: uid=smiller5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Shawn +cn: Shawn Miller +uid: smiller5 +#title: alum +employeeNumber: 800001949 +mail: Shawn.Miller@mock.edu.invalid +userPassword: password + +dn: uid=rcraig,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Craig +givenName: Richard +cn: Richard Craig +uid: rcraig +#title: alum +employeeNumber: 800001950 +mail: Richard.Craig@mock.edu.invalid +userPassword: password + +dn: uid=mlindsey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lindsey +givenName: Mary +cn: Mary Lindsey +uid: mlindsey +#title: alum +employeeNumber: 800001951 +mail: Mary.Lindsey@mock.edu.invalid +userPassword: password + +dn: uid=rhurley,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hurley +givenName: Renee +cn: Renee Hurley +uid: rhurley +#title: alum +employeeNumber: 800001952 +mail: Renee.Hurley@mock.edu.invalid +userPassword: password + +dn: uid=asteven2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stevenson +givenName: Amy +cn: Amy Stevenson +uid: asteven2 +#title: alum +employeeNumber: 800001953 +mail: Amy.Stevenson@mock.edu.invalid +userPassword: password + +dn: uid=sherrera,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Herrera +givenName: Samantha +cn: Samantha Herrera +uid: sherrera +#title: alum +employeeNumber: 800001954 +mail: Samantha.Herrera@mock.edu.invalid +userPassword: password + +dn: uid=drobins2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Dylan +cn: Dylan Robinson +uid: drobins2 +#title: alum +employeeNumber: 800001955 +mail: Dylan.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=cyoung,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Young +givenName: Christine +cn: Christine Young +uid: cyoung +#title: alum +employeeNumber: 800001956 +mail: Christine.Young@mock.edu.invalid +userPassword: password + +dn: uid=bgeorge,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: George +givenName: Bruce +cn: Bruce George +uid: bgeorge +#title: alum +employeeNumber: 800001957 +mail: Bruce.George@mock.edu.invalid +userPassword: password + +dn: uid=jwillia7,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Janet +cn: Janet Williams +uid: jwillia7 +#title: alum +employeeNumber: 800001958 +mail: Janet.Williams@mock.edu.invalid +userPassword: password + +dn: uid=nking,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: King +givenName: Norma +cn: Norma King +uid: nking +#title: alum +employeeNumber: 800001959 +mail: Norma.King@mock.edu.invalid +userPassword: password + +dn: uid=egarcia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Eric +cn: Eric Garcia +uid: egarcia2 +#title: alum +employeeNumber: 800001960 +mail: Eric.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=jtownsen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Townsend +givenName: James +cn: James Townsend +uid: jtownsen +#title: alum +employeeNumber: 800001961 +mail: James.Townsend@mock.edu.invalid +userPassword: password + +dn: uid=bmiller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Brittany +cn: Brittany Miller +uid: bmiller +#title: alum +employeeNumber: 800001962 +mail: Brittany.Miller@mock.edu.invalid +userPassword: password + +dn: uid=bhancock,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hancock +givenName: Brian +cn: Brian Hancock +uid: bhancock +#title: alum +employeeNumber: 800001963 +mail: Brian.Hancock@mock.edu.invalid +userPassword: password + +dn: uid=dmoore2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Douglas +cn: Douglas Moore +uid: dmoore2 +#title: alum +employeeNumber: 800001964 +mail: Douglas.Moore@mock.edu.invalid +userPassword: password + +dn: uid=btapia,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tapia +givenName: Brian +cn: Brian Tapia +uid: btapia +#title: alum +employeeNumber: 800001965 +mail: Brian.Tapia@mock.edu.invalid +userPassword: password + +dn: uid=mmcdonal,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcdonald +givenName: Megan +cn: Megan Mcdonald +uid: mmcdonal +#title: alum +employeeNumber: 800001966 +mail: Megan.Mcdonald@mock.edu.invalid +userPassword: password + +dn: uid=lthompso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Luis +cn: Luis Thompson +uid: lthompso +#title: alum +employeeNumber: 800001967 +mail: Luis.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=dortiz3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ortiz +givenName: Drew +cn: Drew Ortiz +uid: dortiz3 +#title: alum +employeeNumber: 800001968 +mail: Drew.Ortiz@mock.edu.invalid +userPassword: password + +dn: uid=ajones4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Allison +cn: Allison Jones +uid: ajones4 +#title: alum +employeeNumber: 800001969 +mail: Allison.Jones@mock.edu.invalid +userPassword: password + +dn: uid=danderso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Dustin +cn: Dustin Anderson +uid: danderso +#title: alum +employeeNumber: 800001970 +mail: Dustin.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=mjackson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Michael +cn: Michael Jackson +uid: mjackson +#title: alum +employeeNumber: 800001971 +mail: Michael.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=mwillia4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Maria +cn: Maria Williams +uid: mwillia4 +#title: alum +employeeNumber: 800001972 +mail: Maria.Williams@mock.edu.invalid +userPassword: password + +dn: uid=jlee3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: Jennifer +cn: Jennifer Lee +uid: jlee3 +#title: alum +employeeNumber: 800001973 +mail: Jennifer.Lee@mock.edu.invalid +userPassword: password + +dn: uid=lellis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ellis +givenName: Lisa +cn: Lisa Ellis +uid: lellis +#title: alum +employeeNumber: 800001974 +mail: Lisa.Ellis@mock.edu.invalid +userPassword: password + +dn: uid=jhale,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hale +givenName: Jesse +cn: Jesse Hale +uid: jhale +#title: alum +employeeNumber: 800001975 +mail: Jesse.Hale@mock.edu.invalid +userPassword: password + +dn: uid=ahancock,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hancock +givenName: Ashley +cn: Ashley Hancock +uid: ahancock +#title: alum +employeeNumber: 800001976 +mail: Ashley.Hancock@mock.edu.invalid +userPassword: password + +dn: uid=chernan3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Christopher +cn: Christopher Hernandez +uid: chernan3 +#title: alum +employeeNumber: 800001977 +mail: Christopher.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=anelson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nelson +givenName: Anna +cn: Anna Nelson +uid: anelson +#title: alum +employeeNumber: 800001978 +mail: Anna.Nelson@mock.edu.invalid +userPassword: password + +dn: uid=tsanders,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanders +givenName: Tammy +cn: Tammy Sanders +uid: tsanders +#title: alum +employeeNumber: 800001979 +mail: Tammy.Sanders@mock.edu.invalid +userPassword: password + +dn: uid=mmassey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Massey +givenName: Melissa +cn: Melissa Massey +uid: mmassey +#title: alum +employeeNumber: 800001980 +mail: Melissa.Massey@mock.edu.invalid +userPassword: password + +dn: uid=kconley2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Conley +givenName: Kevin +cn: Kevin Conley +uid: kconley2 +#title: alum +employeeNumber: 800001981 +mail: Kevin.Conley@mock.edu.invalid +userPassword: password + +dn: uid=ljohnson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Lori +cn: Lori Johnson +uid: ljohnson +#title: alum +employeeNumber: 800001982 +mail: Lori.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=dwhite3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: White +givenName: Douglas +cn: Douglas White +uid: dwhite3 +#title: alum +employeeNumber: 800001983 +mail: Douglas.White@mock.edu.invalid +userPassword: password + +dn: uid=kalexand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Alexander +givenName: Kimberly +cn: Kimberly Alexander +uid: kalexand +#title: alum +employeeNumber: 800001984 +mail: Kimberly.Alexander@mock.edu.invalid +userPassword: password + +dn: uid=rprice,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Price +givenName: Randy +cn: Randy Price +uid: rprice +#title: alum +employeeNumber: 800001985 +mail: Randy.Price@mock.edu.invalid +userPassword: password + +dn: uid=acollier,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Collier +givenName: Alexander +cn: Alexander Collier +uid: acollier +#title: alum +employeeNumber: 800001986 +mail: Alexander.Collier@mock.edu.invalid +userPassword: password + +dn: uid=phart,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hart +givenName: Penny +cn: Penny Hart +uid: phart +#title: alum +employeeNumber: 800001987 +mail: Penny.Hart@mock.edu.invalid +userPassword: password + +dn: uid=kwells2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wells +givenName: Kristy +cn: Kristy Wells +uid: kwells2 +#title: alum +employeeNumber: 800001988 +mail: Kristy.Wells@mock.edu.invalid +userPassword: password + +dn: uid=athomps2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Amy +cn: Amy Thompson +uid: athomps2 +#title: alum +employeeNumber: 800001989 +mail: Amy.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=nreid,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reid +givenName: Nathan +cn: Nathan Reid +uid: nreid +#title: alum +employeeNumber: 800001990 +mail: Nathan.Reid@mock.edu.invalid +userPassword: password + +dn: uid=rlloyd,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lloyd +givenName: Reginald +cn: Reginald Lloyd +uid: rlloyd +#title: alum +employeeNumber: 800001991 +mail: Reginald.Lloyd@mock.edu.invalid +userPassword: password + +dn: uid=mbaker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baker +givenName: Michael +cn: Michael Baker +uid: mbaker +#title: alum +employeeNumber: 800001992 +mail: Michael.Baker@mock.edu.invalid +userPassword: password + +dn: uid=dmartin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Dominique +cn: Dominique Martin +uid: dmartin +#title: alum +employeeNumber: 800001993 +mail: Dominique.Martin@mock.edu.invalid +userPassword: password + +dn: uid=dfreeman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Freeman +givenName: David +cn: David Freeman +uid: dfreeman +#title: alum +employeeNumber: 800001994 +mail: David.Freeman@mock.edu.invalid +userPassword: password + +dn: uid=swilliam,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Sara +cn: Sara Williams +uid: swilliam +#title: alum +employeeNumber: 800001995 +mail: Sara.Williams@mock.edu.invalid +userPassword: password + +dn: uid=smoore,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Sarah +cn: Sarah Moore +uid: smoore +#title: alum +employeeNumber: 800001996 +mail: Sarah.Moore@mock.edu.invalid +userPassword: password + +dn: uid=mcampbe2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Campbell +givenName: Melvin +cn: Melvin Campbell +uid: mcampbe2 +#title: alum +employeeNumber: 800001997 +mail: Melvin.Campbell@mock.edu.invalid +userPassword: password + +dn: uid=bhoward2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Howard +givenName: Bailey +cn: Bailey Howard +uid: bhoward2 +#title: alum +employeeNumber: 800001998 +mail: Bailey.Howard@mock.edu.invalid +userPassword: password + +dn: uid=mlamb,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lamb +givenName: Megan +cn: Megan Lamb +uid: mlamb +#title: alum +employeeNumber: 800001999 +mail: Megan.Lamb@mock.edu.invalid +userPassword: password + +dn: uid=psanche2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: Paul +cn: Paul Sanchez +uid: psanche2 +#title: alum +employeeNumber: 800002000 +mail: Paul.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=amcclure,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcclure +givenName: Amy +cn: Amy Mcclure +uid: amcclure +#title: alum +employeeNumber: 800002001 +mail: Amy.Mcclure@mock.edu.invalid +userPassword: password + +dn: uid=mgrant,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Grant +givenName: Melissa +cn: Melissa Grant +uid: mgrant +#title: alum +employeeNumber: 800002002 +mail: Melissa.Grant@mock.edu.invalid +userPassword: password + +dn: uid=tkelly,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kelly +givenName: Teresa +cn: Teresa Kelly +uid: tkelly +#title: alum +employeeNumber: 800002003 +mail: Teresa.Kelly@mock.edu.invalid +userPassword: password + +dn: uid=ehernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Elizabeth +cn: Elizabeth Hernandez +uid: ehernand +#title: alum +employeeNumber: 800002004 +mail: Elizabeth.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=agomez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gomez +givenName: Aaron +cn: Aaron Gomez +uid: agomez +#title: alum +employeeNumber: 800002005 +mail: Aaron.Gomez@mock.edu.invalid +userPassword: password + +dn: uid=dstewar2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stewart +givenName: Dennis +cn: Dennis Stewart +uid: dstewar2 +#title: alum +employeeNumber: 800002006 +mail: Dennis.Stewart@mock.edu.invalid +userPassword: password + +dn: uid=bvaldez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Valdez +givenName: Brian +cn: Brian Valdez +uid: bvaldez +#title: alum +employeeNumber: 800002007 +mail: Brian.Valdez@mock.edu.invalid +userPassword: password + +dn: uid=agray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gray +givenName: Andre +cn: Andre Gray +uid: agray +#title: alum +employeeNumber: 800002008 +mail: Andre.Gray@mock.edu.invalid +userPassword: password + +dn: uid=rnichols,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nichols +givenName: Robert +cn: Robert Nichols +uid: rnichols +#title: alum +employeeNumber: 800002009 +mail: Robert.Nichols@mock.edu.invalid +userPassword: password + +dn: uid=ckelly,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kelly +givenName: Carrie +cn: Carrie Kelly +uid: ckelly +#title: alum +employeeNumber: 800002010 +mail: Carrie.Kelly@mock.edu.invalid +userPassword: password + +dn: uid=ajohnso4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Alan +cn: Alan Johnson +uid: ajohnso4 +#title: alum +employeeNumber: 800002011 +mail: Alan.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=jnavarro,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Navarro +givenName: Jennifer +cn: Jennifer Navarro +uid: jnavarro +#title: alum +employeeNumber: 800002012 +mail: Jennifer.Navarro@mock.edu.invalid +userPassword: password + +dn: uid=canderse,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Andersen +givenName: Candice +cn: Candice Andersen +uid: canderse +#title: alum +employeeNumber: 800002013 +mail: Candice.Andersen@mock.edu.invalid +userPassword: password + +dn: uid=wjensen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jensen +givenName: William +cn: William Jensen +uid: wjensen +#title: alum +employeeNumber: 800002014 +mail: William.Jensen@mock.edu.invalid +userPassword: password + +dn: uid=ewillia4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Edward +cn: Edward Williams +uid: ewillia4 +#title: alum +employeeNumber: 800002015 +mail: Edward.Williams@mock.edu.invalid +userPassword: password + +dn: uid=kjohnso6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Kathleen +cn: Kathleen Johnson +uid: kjohnso6 +#title: alum +employeeNumber: 800002016 +mail: Kathleen.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=bnewton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Newton +givenName: Brenda +cn: Brenda Newton +uid: bnewton +#title: alum +employeeNumber: 800002017 +mail: Brenda.Newton@mock.edu.invalid +userPassword: password + +dn: uid=rbruce,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bruce +givenName: Robert +cn: Robert Bruce +uid: rbruce +#title: alum +employeeNumber: 800002018 +mail: Robert.Bruce@mock.edu.invalid +userPassword: password + +dn: uid=pjohnso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Patrick +cn: Patrick Johnson +uid: pjohnso2 +#title: alum +employeeNumber: 800002019 +mail: Patrick.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=tandrews,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Andrews +givenName: Taylor +cn: Taylor Andrews +uid: tandrews +#title: alum +employeeNumber: 800002020 +mail: Taylor.Andrews@mock.edu.invalid +userPassword: password + +dn: uid=tfleming,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fleming +givenName: Tina +cn: Tina Fleming +uid: tfleming +#title: alum +employeeNumber: 800002021 +mail: Tina.Fleming@mock.edu.invalid +userPassword: password + +dn: uid=cvargas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Vargas +givenName: Calvin +cn: Calvin Vargas +uid: cvargas +#title: alum +employeeNumber: 800002022 +mail: Calvin.Vargas@mock.edu.invalid +userPassword: password + +dn: uid=dhill,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hill +givenName: Derek +cn: Derek Hill +uid: dhill +#title: alum +employeeNumber: 800002023 +mail: Derek.Hill@mock.edu.invalid +userPassword: password + +dn: uid=mbrooks2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brooks +givenName: Mary +cn: Mary Brooks +uid: mbrooks2 +#title: alum +employeeNumber: 800002024 +mail: Mary.Brooks@mock.edu.invalid +userPassword: password + +dn: uid=enelson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nelson +givenName: Emma +cn: Emma Nelson +uid: enelson +#title: alum +employeeNumber: 800002025 +mail: Emma.Nelson@mock.edu.invalid +userPassword: password + +dn: uid=jlewis2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lewis +givenName: Justin +cn: Justin Lewis +uid: jlewis2 +#title: alum +employeeNumber: 800002026 +mail: Justin.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=kcalhoun,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Calhoun +givenName: Kevin +cn: Kevin Calhoun +uid: kcalhoun +#title: alum +employeeNumber: 800002027 +mail: Kevin.Calhoun@mock.edu.invalid +userPassword: password + +dn: uid=alawrenc,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lawrence +givenName: Anna +cn: Anna Lawrence +uid: alawrenc +#title: alum +employeeNumber: 800002028 +mail: Anna.Lawrence@mock.edu.invalid +userPassword: password + +dn: uid=bburgess,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burgess +givenName: Brandon +cn: Brandon Burgess +uid: bburgess +#title: alum +employeeNumber: 800002029 +mail: Brandon.Burgess@mock.edu.invalid +userPassword: password + +dn: uid=mhoover,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hoover +givenName: Mario +cn: Mario Hoover +uid: mhoover +#title: alum +employeeNumber: 800002030 +mail: Mario.Hoover@mock.edu.invalid +userPassword: password + +dn: uid=ktaylor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Kristen +cn: Kristen Taylor +uid: ktaylor +#title: alum +employeeNumber: 800002031 +mail: Kristen.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=gthomas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Gregory +cn: Gregory Thomas +uid: gthomas +#title: alum +employeeNumber: 800002032 +mail: Gregory.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=wmay,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: May +givenName: William +cn: William May +uid: wmay +#title: alum +employeeNumber: 800002033 +mail: William.May@mock.edu.invalid +userPassword: password + +dn: uid=arocha,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rocha +givenName: Amanda +cn: Amanda Rocha +uid: arocha +#title: alum +employeeNumber: 800002034 +mail: Amanda.Rocha@mock.edu.invalid +userPassword: password + +dn: uid=jwhite2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: White +givenName: Joshua +cn: Joshua White +uid: jwhite2 +#title: alum +employeeNumber: 800002035 +mail: Joshua.White@mock.edu.invalid +userPassword: password + +dn: uid=mroach,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roach +givenName: Michelle +cn: Michelle Roach +uid: mroach +#title: alum +employeeNumber: 800002036 +mail: Michelle.Roach@mock.edu.invalid +userPassword: password + +dn: uid=bfinley,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Finley +givenName: Barbara +cn: Barbara Finley +uid: bfinley +#title: alum +employeeNumber: 800002037 +mail: Barbara.Finley@mock.edu.invalid +userPassword: password + +dn: uid=dlane,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lane +givenName: Dustin +cn: Dustin Lane +uid: dlane +#title: alum +employeeNumber: 800002038 +mail: Dustin.Lane@mock.edu.invalid +userPassword: password + +dn: uid=jmckee,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mckee +givenName: Jonathan +cn: Jonathan Mckee +uid: jmckee +#title: alum +employeeNumber: 800002039 +mail: Jonathan.Mckee@mock.edu.invalid +userPassword: password + +dn: uid=jlawson2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lawson +givenName: Jessica +cn: Jessica Lawson +uid: jlawson2 +#title: alum +employeeNumber: 800002040 +mail: Jessica.Lawson@mock.edu.invalid +userPassword: password + +dn: uid=sphilli2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Phillips +givenName: Summer +cn: Summer Phillips +uid: sphilli2 +#title: alum +employeeNumber: 800002041 +mail: Summer.Phillips@mock.edu.invalid +userPassword: password + +dn: uid=akrause,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Krause +givenName: Amanda +cn: Amanda Krause +uid: akrause +#title: alum +employeeNumber: 800002042 +mail: Amanda.Krause@mock.edu.invalid +userPassword: password + +dn: uid=cscott2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Chelsea +cn: Chelsea Scott +uid: cscott2 +#title: alum +employeeNumber: 800002043 +mail: Chelsea.Scott@mock.edu.invalid +userPassword: password + +dn: uid=mmccoy,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mccoy +givenName: Monica +cn: Monica Mccoy +uid: mmccoy +#title: alum +employeeNumber: 800002044 +mail: Monica.Mccoy@mock.edu.invalid +userPassword: password + +dn: uid=cmiller3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Charles +cn: Charles Miller +uid: cmiller3 +#title: alum +employeeNumber: 800002045 +mail: Charles.Miller@mock.edu.invalid +userPassword: password + +dn: uid=lperry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perry +givenName: Lee +cn: Lee Perry +uid: lperry +#title: alum +employeeNumber: 800002046 +mail: Lee.Perry@mock.edu.invalid +userPassword: password + +dn: uid=amiller2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Ashley +cn: Ashley Miller +uid: amiller2 +#title: alum +employeeNumber: 800002047 +mail: Ashley.Miller@mock.edu.invalid +userPassword: password + +dn: uid=mburnett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burnett +givenName: Mary +cn: Mary Burnett +uid: mburnett +#title: alum +employeeNumber: 800002048 +mail: Mary.Burnett@mock.edu.invalid +userPassword: password + +dn: uid=cgarcia4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Christian +cn: Christian Garcia +uid: cgarcia4 +#title: alum +employeeNumber: 800002049 +mail: Christian.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=kjensen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jensen +givenName: Katie +cn: Katie Jensen +uid: kjensen +#title: alum +employeeNumber: 800002050 +mail: Katie.Jensen@mock.edu.invalid +userPassword: password + +dn: uid=pmiller2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Phillip +cn: Phillip Miller +uid: pmiller2 +#title: alum +employeeNumber: 800002051 +mail: Phillip.Miller@mock.edu.invalid +userPassword: password + +dn: uid=jadkins2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Adkins +givenName: Joshua +cn: Joshua Adkins +uid: jadkins2 +#title: alum +employeeNumber: 800002052 +mail: Joshua.Adkins@mock.edu.invalid +userPassword: password + +dn: uid=jschult2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schultz +givenName: Juan +cn: Juan Schultz +uid: jschult2 +#title: alum +employeeNumber: 800002053 +mail: Juan.Schultz@mock.edu.invalid +userPassword: password + +dn: uid=rcochran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cochran +givenName: Raymond +cn: Raymond Cochran +uid: rcochran +#title: alum +employeeNumber: 800002054 +mail: Raymond.Cochran@mock.edu.invalid +userPassword: password + +dn: uid=lhansen2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hansen +givenName: Laura +cn: Laura Hansen +uid: lhansen2 +#title: alum +employeeNumber: 800002055 +mail: Laura.Hansen@mock.edu.invalid +userPassword: password + +dn: uid=swillia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Sarah +cn: Sarah Williams +uid: swillia2 +#title: alum +employeeNumber: 800002056 +mail: Sarah.Williams@mock.edu.invalid +userPassword: password + +dn: uid=jthomps3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Jeff +cn: Jeff Thompson +uid: jthomps3 +#title: alum +employeeNumber: 800002057 +mail: Jeff.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=lhernan2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Laurie +cn: Laurie Hernandez +uid: lhernan2 +#title: alum +employeeNumber: 800002058 +mail: Laurie.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=dmiller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Dana +cn: Dana Miller +uid: dmiller +#title: alum +employeeNumber: 800002059 +mail: Dana.Miller@mock.edu.invalid +userPassword: password + +dn: uid=elynch,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lynch +givenName: Erika +cn: Erika Lynch +uid: elynch +#title: alum +employeeNumber: 800002060 +mail: Erika.Lynch@mock.edu.invalid +userPassword: password + +dn: uid=cbrown3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Carl +cn: Carl Brown +uid: cbrown3 +#title: alum +employeeNumber: 800002061 +mail: Carl.Brown@mock.edu.invalid +userPassword: password + +dn: uid=wellis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ellis +givenName: Walter +cn: Walter Ellis +uid: wellis +#title: alum +employeeNumber: 800002062 +mail: Walter.Ellis@mock.edu.invalid +userPassword: password + +dn: uid=charris2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Cynthia +cn: Cynthia Harris +uid: charris2 +#title: alum +employeeNumber: 800002063 +mail: Cynthia.Harris@mock.edu.invalid +userPassword: password + +dn: uid=jochoa,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ochoa +givenName: James +cn: James Ochoa +uid: jochoa +#title: alum +employeeNumber: 800002064 +mail: James.Ochoa@mock.edu.invalid +userPassword: password + +dn: uid=marnold,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Arnold +givenName: Matthew +cn: Matthew Arnold +uid: marnold +#title: alum +employeeNumber: 800002065 +mail: Matthew.Arnold@mock.edu.invalid +userPassword: password + +dn: uid=cthomas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Christopher +cn: Christopher Thomas +uid: cthomas +#title: alum +employeeNumber: 800002066 +mail: Christopher.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=jrichar2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richardson +givenName: John +cn: John Richardson +uid: jrichar2 +#title: alum +employeeNumber: 800002067 +mail: John.Richardson@mock.edu.invalid +userPassword: password + +dn: uid=jjohnso4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: John +cn: John Johnson +uid: jjohnso4 +#title: alum +employeeNumber: 800002068 +mail: John.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=jlewis3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lewis +givenName: Jennifer +cn: Jennifer Lewis +uid: jlewis3 +#title: alum +employeeNumber: 800002069 +mail: Jennifer.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=jhender2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henderson +givenName: Jillian +cn: Jillian Henderson +uid: jhender2 +#title: alum +employeeNumber: 800002070 +mail: Jillian.Henderson@mock.edu.invalid +userPassword: password + +dn: uid=gmiller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Gregory +cn: Gregory Miller +uid: gmiller +#title: alum +employeeNumber: 800002071 +mail: Gregory.Miller@mock.edu.invalid +userPassword: password + +dn: uid=shouston,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Houston +givenName: Sean +cn: Sean Houston +uid: shouston +#title: alum +employeeNumber: 800002072 +mail: Sean.Houston@mock.edu.invalid +userPassword: password + +dn: uid=tsmith4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Timothy +cn: Timothy Smith +uid: tsmith4 +#title: alum +employeeNumber: 800002073 +mail: Timothy.Smith@mock.edu.invalid +userPassword: password + +dn: uid=scampbe2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Campbell +givenName: Susan +cn: Susan Campbell +uid: scampbe2 +#title: alum +employeeNumber: 800002074 +mail: Susan.Campbell@mock.edu.invalid +userPassword: password + +dn: uid=speters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Peters +givenName: Sean +cn: Sean Peters +uid: speters +#title: alum +employeeNumber: 800002075 +mail: Sean.Peters@mock.edu.invalid +userPassword: password + +dn: uid=jrobbins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robbins +givenName: Joseph +cn: Joseph Robbins +uid: jrobbins +#title: alum +employeeNumber: 800002076 +mail: Joseph.Robbins@mock.edu.invalid +userPassword: password + +dn: uid=myang,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Yang +givenName: Matthew +cn: Matthew Yang +uid: myang +#title: alum +employeeNumber: 800002077 +mail: Matthew.Yang@mock.edu.invalid +userPassword: password + +dn: uid=rrussell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Russell +givenName: Rachael +cn: Rachael Russell +uid: rrussell +#title: alum +employeeNumber: 800002078 +mail: Rachael.Russell@mock.edu.invalid +userPassword: password + +dn: uid=hleonard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Leonard +givenName: Haley +cn: Haley Leonard +uid: hleonard +#title: alum +employeeNumber: 800002079 +mail: Haley.Leonard@mock.edu.invalid +userPassword: password + +dn: uid=twillia4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Taylor +cn: Taylor Williams +uid: twillia4 +#title: alum +employeeNumber: 800002080 +mail: Taylor.Williams@mock.edu.invalid +userPassword: password + +dn: uid=mcollins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Collins +givenName: Miguel +cn: Miguel Collins +uid: mcollins +#title: alum +employeeNumber: 800002081 +mail: Miguel.Collins@mock.edu.invalid +userPassword: password + +dn: uid=cjackso3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Christopher +cn: Christopher Jackson +uid: cjackso3 +#title: alum +employeeNumber: 800002082 +mail: Christopher.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=mfrazier,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Frazier +givenName: Manuel +cn: Manuel Frazier +uid: mfrazier +#title: alum +employeeNumber: 800002083 +mail: Manuel.Frazier@mock.edu.invalid +userPassword: password + +dn: uid=rpollard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pollard +givenName: Ryan +cn: Ryan Pollard +uid: rpollard +#title: alum +employeeNumber: 800002084 +mail: Ryan.Pollard@mock.edu.invalid +userPassword: password + +dn: uid=aperry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perry +givenName: Andrea +cn: Andrea Perry +uid: aperry +#title: alum +employeeNumber: 800002085 +mail: Andrea.Perry@mock.edu.invalid +userPassword: password + +dn: uid=ahardy3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hardy +givenName: Andrea +cn: Andrea Hardy +uid: ahardy3 +#title: alum +employeeNumber: 800002086 +mail: Andrea.Hardy@mock.edu.invalid +userPassword: password + +dn: uid=sserrano,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Serrano +givenName: Susan +cn: Susan Serrano +uid: sserrano +#title: alum +employeeNumber: 800002087 +mail: Susan.Serrano@mock.edu.invalid +userPassword: password + +dn: uid=dford,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ford +givenName: David +cn: David Ford +uid: dford +#title: alum +employeeNumber: 800002088 +mail: David.Ford@mock.edu.invalid +userPassword: password + +dn: uid=jcasey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Casey +givenName: John +cn: John Casey +uid: jcasey +#title: alum +employeeNumber: 800002089 +mail: John.Casey@mock.edu.invalid +userPassword: password + +dn: uid=jmitche3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mitchell +givenName: John +cn: John Mitchell +uid: jmitche3 +#title: alum +employeeNumber: 800002090 +mail: John.Mitchell@mock.edu.invalid +userPassword: password + +dn: uid=jcurtis2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Curtis +givenName: James +cn: James Curtis +uid: jcurtis2 +#title: alum +employeeNumber: 800002091 +mail: James.Curtis@mock.edu.invalid +userPassword: password + +dn: uid=wanderso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: William +cn: William Anderson +uid: wanderso +#title: alum +employeeNumber: 800002092 +mail: William.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=bbrady,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brady +givenName: Brandon +cn: Brandon Brady +uid: bbrady +#title: alum +employeeNumber: 800002093 +mail: Brandon.Brady@mock.edu.invalid +userPassword: password + +dn: uid=smiller6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Sarah +cn: Sarah Miller +uid: smiller6 +#title: alum +employeeNumber: 800002094 +mail: Sarah.Miller@mock.edu.invalid +userPassword: password + +dn: uid=cbrown4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Christopher +cn: Christopher Brown +uid: cbrown4 +#title: alum +employeeNumber: 800002095 +mail: Christopher.Brown@mock.edu.invalid +userPassword: password + +dn: uid=poconnel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Oconnell +givenName: Patrick +cn: Patrick Oconnell +uid: poconnel +#title: alum +employeeNumber: 800002096 +mail: Patrick.Oconnell@mock.edu.invalid +userPassword: password + +dn: uid=kwhite,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: White +givenName: Kristen +cn: Kristen White +uid: kwhite +#title: alum +employeeNumber: 800002097 +mail: Kristen.White@mock.edu.invalid +userPassword: password + +dn: uid=atran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tran +givenName: Adam +cn: Adam Tran +uid: atran +#title: alum +employeeNumber: 800002098 +mail: Adam.Tran@mock.edu.invalid +userPassword: password + +dn: uid=aduran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Duran +givenName: Audrey +cn: Audrey Duran +uid: aduran +#title: alum +employeeNumber: 800002099 +mail: Audrey.Duran@mock.edu.invalid +userPassword: password + +dn: uid=nweaver,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Weaver +givenName: Nicholas +cn: Nicholas Weaver +uid: nweaver +#title: alum +employeeNumber: 800002100 +mail: Nicholas.Weaver@mock.edu.invalid +userPassword: password + +dn: uid=jlindsey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lindsey +givenName: Jeremy +cn: Jeremy Lindsey +uid: jlindsey +#title: alum +employeeNumber: 800002101 +mail: Jeremy.Lindsey@mock.edu.invalid +userPassword: password + +dn: uid=chamilto,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hamilton +givenName: Catherine +cn: Catherine Hamilton +uid: chamilto +#title: alum +employeeNumber: 800002102 +mail: Catherine.Hamilton@mock.edu.invalid +userPassword: password + +dn: uid=tbishop,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bishop +givenName: Thomas +cn: Thomas Bishop +uid: tbishop +#title: alum +employeeNumber: 800002103 +mail: Thomas.Bishop@mock.edu.invalid +userPassword: password + +dn: uid=lfrankli,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Franklin +givenName: Laura +cn: Laura Franklin +uid: lfrankli +#title: alum +employeeNumber: 800002104 +mail: Laura.Franklin@mock.edu.invalid +userPassword: password + +dn: uid=jmoore3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Joshua +cn: Joshua Moore +uid: jmoore3 +#title: alum +employeeNumber: 800002105 +mail: Joshua.Moore@mock.edu.invalid +userPassword: password + +dn: uid=chester,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hester +givenName: Crystal +cn: Crystal Hester +uid: chester +#title: alum +employeeNumber: 800002106 +mail: Crystal.Hester@mock.edu.invalid +userPassword: password + +dn: uid=dpruitt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pruitt +givenName: Danielle +cn: Danielle Pruitt +uid: dpruitt +#title: alum +employeeNumber: 800002107 +mail: Danielle.Pruitt@mock.edu.invalid +userPassword: password + +dn: uid=cbailey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bailey +givenName: Christopher +cn: Christopher Bailey +uid: cbailey +#title: alum +employeeNumber: 800002108 +mail: Christopher.Bailey@mock.edu.invalid +userPassword: password + +dn: uid=jpatton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patton +givenName: Justin +cn: Justin Patton +uid: jpatton +#title: alum +employeeNumber: 800002109 +mail: Justin.Patton@mock.edu.invalid +userPassword: password + +dn: uid=alewis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lewis +givenName: Alison +cn: Alison Lewis +uid: alewis +#title: alum +employeeNumber: 800002110 +mail: Alison.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=jolsen2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Olsen +givenName: Jeremy +cn: Jeremy Olsen +uid: jolsen2 +#title: alum +employeeNumber: 800002111 +mail: Jeremy.Olsen@mock.edu.invalid +userPassword: password + +dn: uid=lrobinso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Logan +cn: Logan Robinson +uid: lrobinso +#title: alum +employeeNumber: 800002112 +mail: Logan.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=tmiller2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Tom +cn: Tom Miller +uid: tmiller2 +#title: alum +employeeNumber: 800002113 +mail: Tom.Miller@mock.edu.invalid +userPassword: password + +dn: uid=aadams,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Adams +givenName: Ashley +cn: Ashley Adams +uid: aadams +#title: alum +employeeNumber: 800002114 +mail: Ashley.Adams@mock.edu.invalid +userPassword: password + +dn: uid=dherrera,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Herrera +givenName: David +cn: David Herrera +uid: dherrera +#title: alum +employeeNumber: 800002115 +mail: David.Herrera@mock.edu.invalid +userPassword: password + +dn: uid=tmeza,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Meza +givenName: Teresa +cn: Teresa Meza +uid: tmeza +#title: alum +employeeNumber: 800002116 +mail: Teresa.Meza@mock.edu.invalid +userPassword: password + +dn: uid=jsampson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sampson +givenName: Jeff +cn: Jeff Sampson +uid: jsampson +#title: alum +employeeNumber: 800002117 +mail: Jeff.Sampson@mock.edu.invalid +userPassword: password + +dn: uid=cmills,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mills +givenName: Christopher +cn: Christopher Mills +uid: cmills +#title: alum +employeeNumber: 800002118 +mail: Christopher.Mills@mock.edu.invalid +userPassword: password + +dn: uid=jrodrig4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Jonathan +cn: Jonathan Rodriguez +uid: jrodrig4 +#title: alum +employeeNumber: 800002119 +mail: Jonathan.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=sadams2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Adams +givenName: Samuel +cn: Samuel Adams +uid: sadams2 +#title: alum +employeeNumber: 800002120 +mail: Samuel.Adams@mock.edu.invalid +userPassword: password + +dn: uid=bwillia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Brian +cn: Brian Williams +uid: bwillia3 +#title: alum +employeeNumber: 800002121 +mail: Brian.Williams@mock.edu.invalid +userPassword: password + +dn: uid=jcox2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cox +givenName: Jose +cn: Jose Cox +uid: jcox2 +#title: alum +employeeNumber: 800002122 +mail: Jose.Cox@mock.edu.invalid +userPassword: password + +dn: uid=rpark,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Park +givenName: Ronald +cn: Ronald Park +uid: rpark +#title: alum +employeeNumber: 800002123 +mail: Ronald.Park@mock.edu.invalid +userPassword: password + +dn: uid=mwillia5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Melissa +cn: Melissa Williams +uid: mwillia5 +#title: alum +employeeNumber: 800002124 +mail: Melissa.Williams@mock.edu.invalid +userPassword: password + +dn: uid=lvance,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Vance +givenName: Lindsay +cn: Lindsay Vance +uid: lvance +#title: alum +employeeNumber: 800002125 +mail: Lindsay.Vance@mock.edu.invalid +userPassword: password + +dn: uid=jerickso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Erickson +givenName: James +cn: James Erickson +uid: jerickso +#title: alum +employeeNumber: 800002126 +mail: James.Erickson@mock.edu.invalid +userPassword: password + +dn: uid=sbrooks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brooks +givenName: Samantha +cn: Samantha Brooks +uid: sbrooks +#title: alum +employeeNumber: 800002127 +mail: Samantha.Brooks@mock.edu.invalid +userPassword: password + +dn: uid=scrawfor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Crawford +givenName: Selena +cn: Selena Crawford +uid: scrawfor +#title: alum +employeeNumber: 800002128 +mail: Selena.Crawford@mock.edu.invalid +userPassword: password + +dn: uid=swarren,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Warren +givenName: Stephanie +cn: Stephanie Warren +uid: swarren +#title: alum +employeeNumber: 800002129 +mail: Stephanie.Warren@mock.edu.invalid +userPassword: password + +dn: uid=ccarey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carey +givenName: Christopher +cn: Christopher Carey +uid: ccarey +#title: alum +employeeNumber: 800002130 +mail: Christopher.Carey@mock.edu.invalid +userPassword: password + +dn: uid=rrodrig3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Ronald +cn: Ronald Rodriguez +uid: rrodrig3 +#title: alum +employeeNumber: 800002131 +mail: Ronald.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=slynch2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lynch +givenName: Susan +cn: Susan Lynch +uid: slynch2 +#title: alum +employeeNumber: 800002132 +mail: Susan.Lynch@mock.edu.invalid +userPassword: password + +dn: uid=crichard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richardson +givenName: Cassandra +cn: Cassandra Richardson +uid: crichard +#title: alum +employeeNumber: 800002133 +mail: Cassandra.Richardson@mock.edu.invalid +userPassword: password + +dn: uid=enewman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Newman +givenName: Elizabeth +cn: Elizabeth Newman +uid: enewman +#title: alum +employeeNumber: 800002134 +mail: Elizabeth.Newman@mock.edu.invalid +userPassword: password + +dn: uid=cstevens,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stevens +givenName: Clarence +cn: Clarence Stevens +uid: cstevens +#title: alum +employeeNumber: 800002135 +mail: Clarence.Stevens@mock.edu.invalid +userPassword: password + +dn: uid=pcaldero,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Calderon +givenName: Paul +cn: Paul Calderon +uid: pcaldero +#title: alum +employeeNumber: 800002136 +mail: Paul.Calderon@mock.edu.invalid +userPassword: password + +dn: uid=mryan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ryan +givenName: Michael +cn: Michael Ryan +uid: mryan +#title: alum +employeeNumber: 800002137 +mail: Michael.Ryan@mock.edu.invalid +userPassword: password + +dn: uid=lharris,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Lacey +cn: Lacey Harris +uid: lharris +#title: alum +employeeNumber: 800002138 +mail: Lacey.Harris@mock.edu.invalid +userPassword: password + +dn: uid=mlewis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lewis +givenName: Mary +cn: Mary Lewis +uid: mlewis +#title: alum +employeeNumber: 800002139 +mail: Mary.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=kpeters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Peters +givenName: Karen +cn: Karen Peters +uid: kpeters +#title: alum +employeeNumber: 800002140 +mail: Karen.Peters@mock.edu.invalid +userPassword: password + +dn: uid=jpierce4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pierce +givenName: Joshua +cn: Joshua Pierce +uid: jpierce4 +#title: alum +employeeNumber: 800002141 +mail: Joshua.Pierce@mock.edu.invalid +userPassword: password + +dn: uid=lmathews,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mathews +givenName: Lisa +cn: Lisa Mathews +uid: lmathews +#title: alum +employeeNumber: 800002142 +mail: Lisa.Mathews@mock.edu.invalid +userPassword: password + +dn: uid=rjenkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jenkins +givenName: Richard +cn: Richard Jenkins +uid: rjenkins +#title: alum +employeeNumber: 800002143 +mail: Richard.Jenkins@mock.edu.invalid +userPassword: password + +dn: uid=jcaldwe2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Caldwell +givenName: Jeremiah +cn: Jeremiah Caldwell +uid: jcaldwe2 +#title: alum +employeeNumber: 800002144 +mail: Jeremiah.Caldwell@mock.edu.invalid +userPassword: password + +dn: uid=jrobers2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roberson +givenName: Jon +cn: Jon Roberson +uid: jrobers2 +#title: alum +employeeNumber: 800002145 +mail: Jon.Roberson@mock.edu.invalid +userPassword: password + +dn: uid=msanchez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: Martha +cn: Martha Sanchez +uid: msanchez +#title: alum +employeeNumber: 800002146 +mail: Martha.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=mlopez2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Marc +cn: Marc Lopez +uid: mlopez2 +#title: alum +employeeNumber: 800002147 +mail: Marc.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=bchen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chen +givenName: Benjamin +cn: Benjamin Chen +uid: bchen +#title: alum +employeeNumber: 800002148 +mail: Benjamin.Chen@mock.edu.invalid +userPassword: password + +dn: uid=krogers2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rogers +givenName: Katherine +cn: Katherine Rogers +uid: krogers2 +#title: alum +employeeNumber: 800002149 +mail: Katherine.Rogers@mock.edu.invalid +userPassword: password + +dn: uid=mwashing,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Washington +givenName: Michael +cn: Michael Washington +uid: mwashing +#title: alum +employeeNumber: 800002150 +mail: Michael.Washington@mock.edu.invalid +userPassword: password + +dn: uid=mlopez3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Matthew +cn: Matthew Lopez +uid: mlopez3 +#title: alum +employeeNumber: 800002151 +mail: Matthew.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=dmays,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mays +givenName: Donald +cn: Donald Mays +uid: dmays +#title: alum +employeeNumber: 800002152 +mail: Donald.Mays@mock.edu.invalid +userPassword: password + +dn: uid=cduncan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Duncan +givenName: Connie +cn: Connie Duncan +uid: cduncan +#title: alum +employeeNumber: 800002153 +mail: Connie.Duncan@mock.edu.invalid +userPassword: password + +dn: uid=mmoore2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Melissa +cn: Melissa Moore +uid: mmoore2 +#title: alum +employeeNumber: 800002154 +mail: Melissa.Moore@mock.edu.invalid +userPassword: password + +dn: uid=mjames,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: James +givenName: Matthew +cn: Matthew James +uid: mjames +#title: alum +employeeNumber: 800002155 +mail: Matthew.James@mock.edu.invalid +userPassword: password + +dn: uid=janders6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: James +cn: James Anderson +uid: janders6 +#title: alum +employeeNumber: 800002156 +mail: James.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=kguzman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Guzman +givenName: Kimberly +cn: Kimberly Guzman +uid: kguzman +#title: alum +employeeNumber: 800002157 +mail: Kimberly.Guzman@mock.edu.invalid +userPassword: password + +dn: uid=ahill2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hill +givenName: Ana +cn: Ana Hill +uid: ahill2 +#title: alum +employeeNumber: 800002158 +mail: Ana.Hill@mock.edu.invalid +userPassword: password + +dn: uid=ghayes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hayes +givenName: Gloria +cn: Gloria Hayes +uid: ghayes +#title: alum +employeeNumber: 800002159 +mail: Gloria.Hayes@mock.edu.invalid +userPassword: password + +dn: uid=kwilson2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Kelly +cn: Kelly Wilson +uid: kwilson2 +#title: alum +employeeNumber: 800002160 +mail: Kelly.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=tpowell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Powell +givenName: Timothy +cn: Timothy Powell +uid: tpowell +#title: alum +employeeNumber: 800002161 +mail: Timothy.Powell@mock.edu.invalid +userPassword: password + +dn: uid=sclay,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clay +givenName: Shannon +cn: Shannon Clay +uid: sclay +#title: alum +employeeNumber: 800002162 +mail: Shannon.Clay@mock.edu.invalid +userPassword: password + +dn: uid=candrews,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Andrews +givenName: Cheryl +cn: Cheryl Andrews +uid: candrews +#title: alum +employeeNumber: 800002163 +mail: Cheryl.Andrews@mock.edu.invalid +userPassword: password + +dn: uid=mguerra,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Guerra +givenName: Mark +cn: Mark Guerra +uid: mguerra +#title: alum +employeeNumber: 800002164 +mail: Mark.Guerra@mock.edu.invalid +userPassword: password + +dn: uid=ahernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Andres +cn: Andres Hernandez +uid: ahernand +#title: alum +employeeNumber: 800002165 +mail: Andres.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=smaxwel2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Maxwell +givenName: Sara +cn: Sara Maxwell +uid: smaxwel2 +#title: alum +employeeNumber: 800002166 +mail: Sara.Maxwell@mock.edu.invalid +userPassword: password + +dn: uid=jhughes2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hughes +givenName: Joann +cn: Joann Hughes +uid: jhughes2 +#title: alum +employeeNumber: 800002167 +mail: Joann.Hughes@mock.edu.invalid +userPassword: password + +dn: uid=mwilson3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Matthew +cn: Matthew Wilson +uid: mwilson3 +#title: alum +employeeNumber: 800002168 +mail: Matthew.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=cgibson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gibson +givenName: Catherine +cn: Catherine Gibson +uid: cgibson +#title: alum +employeeNumber: 800002169 +mail: Catherine.Gibson@mock.edu.invalid +userPassword: password + +dn: uid=jbennet2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bennett +givenName: Julie +cn: Julie Bennett +uid: jbennet2 +#title: alum +employeeNumber: 800002170 +mail: Julie.Bennett@mock.edu.invalid +userPassword: password + +dn: uid=dnichols,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nichols +givenName: Debra +cn: Debra Nichols +uid: dnichols +#title: alum +employeeNumber: 800002171 +mail: Debra.Nichols@mock.edu.invalid +userPassword: password + +dn: uid=kstokes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stokes +givenName: Kelly +cn: Kelly Stokes +uid: kstokes +#title: alum +employeeNumber: 800002172 +mail: Kelly.Stokes@mock.edu.invalid +userPassword: password + +dn: uid=rcasey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Casey +givenName: Richard +cn: Richard Casey +uid: rcasey +#title: alum +employeeNumber: 800002173 +mail: Richard.Casey@mock.edu.invalid +userPassword: password + +dn: uid=eyates,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Yates +givenName: Edgar +cn: Edgar Yates +uid: eyates +#title: alum +employeeNumber: 800002174 +mail: Edgar.Yates@mock.edu.invalid +userPassword: password + +dn: uid=swillia3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Steven +cn: Steven Williams +uid: swillia3 +#title: alum +employeeNumber: 800002175 +mail: Steven.Williams@mock.edu.invalid +userPassword: password + +dn: uid=mbaldwin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baldwin +givenName: Mark +cn: Mark Baldwin +uid: mbaldwin +#title: alum +employeeNumber: 800002176 +mail: Mark.Baldwin@mock.edu.invalid +userPassword: password + +dn: uid=jhanson2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hanson +givenName: Jasmine +cn: Jasmine Hanson +uid: jhanson2 +#title: alum +employeeNumber: 800002177 +mail: Jasmine.Hanson@mock.edu.invalid +userPassword: password + +dn: uid=jgould,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gould +givenName: Joseph +cn: Joseph Gould +uid: jgould +#title: alum +employeeNumber: 800002178 +mail: Joseph.Gould@mock.edu.invalid +userPassword: password + +dn: uid=elee,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: Elizabeth +cn: Elizabeth Lee +uid: elee +#title: alum +employeeNumber: 800002179 +mail: Elizabeth.Lee@mock.edu.invalid +userPassword: password + +dn: uid=shutchin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hutchinson +givenName: Shane +cn: Shane Hutchinson +uid: shutchin +#title: alum +employeeNumber: 800002180 +mail: Shane.Hutchinson@mock.edu.invalid +userPassword: password + +dn: uid=mrodrig3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Michael +cn: Michael Rodriguez +uid: mrodrig3 +#title: alum +employeeNumber: 800002181 +mail: Michael.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=asmith3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Angela +cn: Angela Smith +uid: asmith3 +#title: alum +employeeNumber: 800002182 +mail: Angela.Smith@mock.edu.invalid +userPassword: password + +dn: uid=dbrown5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Daniel +cn: Daniel Brown +uid: dbrown5 +#title: alum +employeeNumber: 800002183 +mail: Daniel.Brown@mock.edu.invalid +userPassword: password + +dn: uid=ccastill,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Castillo +givenName: Christopher +cn: Christopher Castillo +uid: ccastill +#title: alum +employeeNumber: 800002184 +mail: Christopher.Castillo@mock.edu.invalid +userPassword: password + +dn: uid=lgonzal2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Lisa +cn: Lisa Gonzalez +uid: lgonzal2 +#title: alum +employeeNumber: 800002185 +mail: Lisa.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=cwilkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilkins +givenName: Clinton +cn: Clinton Wilkins +uid: cwilkins +#title: alum +employeeNumber: 800002186 +mail: Clinton.Wilkins@mock.edu.invalid +userPassword: password + +dn: uid=ctorres,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Torres +givenName: Christopher +cn: Christopher Torres +uid: ctorres +#title: alum +employeeNumber: 800002187 +mail: Christopher.Torres@mock.edu.invalid +userPassword: password + +dn: uid=epatters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patterson +givenName: Elizabeth +cn: Elizabeth Patterson +uid: epatters +#title: alum +employeeNumber: 800002188 +mail: Elizabeth.Patterson@mock.edu.invalid +userPassword: password + +dn: uid=cperkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perkins +givenName: Crystal +cn: Crystal Perkins +uid: cperkins +#title: alum +employeeNumber: 800002189 +mail: Crystal.Perkins@mock.edu.invalid +userPassword: password + +dn: uid=dfisher,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fisher +givenName: David +cn: David Fisher +uid: dfisher +#title: alum +employeeNumber: 800002190 +mail: David.Fisher@mock.edu.invalid +userPassword: password + +dn: uid=ssimmons,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Simmons +givenName: Sarah +cn: Sarah Simmons +uid: ssimmons +#title: alum +employeeNumber: 800002191 +mail: Sarah.Simmons@mock.edu.invalid +userPassword: password + +dn: uid=klee,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: Kayla +cn: Kayla Lee +uid: klee +#title: alum +employeeNumber: 800002192 +mail: Kayla.Lee@mock.edu.invalid +userPassword: password + +dn: uid=tsalinas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Salinas +givenName: Teresa +cn: Teresa Salinas +uid: tsalinas +#title: alum +employeeNumber: 800002193 +mail: Teresa.Salinas@mock.edu.invalid +userPassword: password + +dn: uid=kgonzale,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Kristen +cn: Kristen Gonzalez +uid: kgonzale +#title: alum +employeeNumber: 800002194 +mail: Kristen.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=rgreen2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Green +givenName: Rhonda +cn: Rhonda Green +uid: rgreen2 +#title: alum +employeeNumber: 800002195 +mail: Rhonda.Green@mock.edu.invalid +userPassword: password + +dn: uid=jthomps4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: John +cn: John Thompson +uid: jthomps4 +#title: alum +employeeNumber: 800002196 +mail: John.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=gprice,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Price +givenName: Gina +cn: Gina Price +uid: gprice +#title: alum +employeeNumber: 800002197 +mail: Gina.Price@mock.edu.invalid +userPassword: password + +dn: uid=mmurray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murray +givenName: Marilyn +cn: Marilyn Murray +uid: mmurray +#title: alum +employeeNumber: 800002198 +mail: Marilyn.Murray@mock.edu.invalid +userPassword: password + +dn: uid=dwillia5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Debra +cn: Debra Williams +uid: dwillia5 +#title: alum +employeeNumber: 800002199 +mail: Debra.Williams@mock.edu.invalid +userPassword: password + +dn: uid=grodrigu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Gilbert +cn: Gilbert Rodriguez +uid: grodrigu +#title: alum +employeeNumber: 800002200 +mail: Gilbert.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=ggraham,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Graham +givenName: Gregory +cn: Gregory Graham +uid: ggraham +#title: alum +employeeNumber: 800002201 +mail: Gregory.Graham@mock.edu.invalid +userPassword: password + +dn: uid=mallen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Allen +givenName: Morgan +cn: Morgan Allen +uid: mallen +#title: alum +employeeNumber: 800002202 +mail: Morgan.Allen@mock.edu.invalid +userPassword: password + +dn: uid=cfowler2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fowler +givenName: Cindy +cn: Cindy Fowler +uid: cfowler2 +#title: alum +employeeNumber: 800002203 +mail: Cindy.Fowler@mock.edu.invalid +userPassword: password + +dn: uid=scharles,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Charles +givenName: Sheila +cn: Sheila Charles +uid: scharles +#title: alum +employeeNumber: 800002204 +mail: Sheila.Charles@mock.edu.invalid +userPassword: password + +dn: uid=mmoody,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moody +givenName: Mark +cn: Mark Moody +uid: mmoody +#title: alum +employeeNumber: 800002205 +mail: Mark.Moody@mock.edu.invalid +userPassword: password + +dn: uid=sshaw,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Shaw +givenName: Stephanie +cn: Stephanie Shaw +uid: sshaw +#title: alum +employeeNumber: 800002206 +mail: Stephanie.Shaw@mock.edu.invalid +userPassword: password + +dn: uid=twillia5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Tony +cn: Tony Williams +uid: twillia5 +#title: alum +employeeNumber: 800002207 +mail: Tony.Williams@mock.edu.invalid +userPassword: password + +dn: uid=bgill,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gill +givenName: Brenda +cn: Brenda Gill +uid: bgill +#title: alum +employeeNumber: 800002208 +mail: Brenda.Gill@mock.edu.invalid +userPassword: password + +dn: uid=nwallace,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wallace +givenName: Nathan +cn: Nathan Wallace +uid: nwallace +#title: alum +employeeNumber: 800002209 +mail: Nathan.Wallace@mock.edu.invalid +userPassword: password + +dn: uid=jdiaz3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Diaz +givenName: Joseph +cn: Joseph Diaz +uid: jdiaz3 +#title: alum +employeeNumber: 800002210 +mail: Joseph.Diaz@mock.edu.invalid +userPassword: password + +dn: uid=clopez3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Cynthia +cn: Cynthia Lopez +uid: clopez3 +#title: alum +employeeNumber: 800002211 +mail: Cynthia.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=nmeza,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Meza +givenName: Nicholas +cn: Nicholas Meza +uid: nmeza +#title: alum +employeeNumber: 800002212 +mail: Nicholas.Meza@mock.edu.invalid +userPassword: password + +dn: uid=ealvarez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Alvarez +givenName: Emily +cn: Emily Alvarez +uid: ealvarez +#title: alum +employeeNumber: 800002213 +mail: Emily.Alvarez@mock.edu.invalid +userPassword: password + +dn: uid=dmartine,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: Danielle +cn: Danielle Martinez +uid: dmartine +#title: alum +employeeNumber: 800002214 +mail: Danielle.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=mmurillo,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murillo +givenName: Melissa +cn: Melissa Murillo +uid: mmurillo +#title: alum +employeeNumber: 800002215 +mail: Melissa.Murillo@mock.edu.invalid +userPassword: password + +dn: uid=bsmith3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Brad +cn: Brad Smith +uid: bsmith3 +#title: alum +employeeNumber: 800002216 +mail: Brad.Smith@mock.edu.invalid +userPassword: password + +dn: uid=cfields,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fields +givenName: Curtis +cn: Curtis Fields +uid: cfields +#title: alum +employeeNumber: 800002217 +mail: Curtis.Fields@mock.edu.invalid +userPassword: password + +dn: uid=jtrevino,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Trevino +givenName: Jordan +cn: Jordan Trevino +uid: jtrevino +#title: alum +employeeNumber: 800002218 +mail: Jordan.Trevino@mock.edu.invalid +userPassword: password + +dn: uid=efisher,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fisher +givenName: Eric +cn: Eric Fisher +uid: efisher +#title: alum +employeeNumber: 800002219 +mail: Eric.Fisher@mock.edu.invalid +userPassword: password + +dn: uid=rgomez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gomez +givenName: Ronald +cn: Ronald Gomez +uid: rgomez +#title: alum +employeeNumber: 800002220 +mail: Ronald.Gomez@mock.edu.invalid +userPassword: password + +dn: uid=jmartine,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: Jasmine +cn: Jasmine Martinez +uid: jmartine +#title: alum +employeeNumber: 800002221 +mail: Jasmine.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=jwaller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Waller +givenName: Jake +cn: Jake Waller +uid: jwaller +#title: alum +employeeNumber: 800002222 +mail: Jake.Waller@mock.edu.invalid +userPassword: password + +dn: uid=sbrown2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Stephanie +cn: Stephanie Brown +uid: sbrown2 +#title: alum +employeeNumber: 800002223 +mail: Stephanie.Brown@mock.edu.invalid +userPassword: password + +dn: uid=arobinso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Austin +cn: Austin Robinson +uid: arobinso +#title: alum +employeeNumber: 800002224 +mail: Austin.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=dvazque2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Vazquez +givenName: David +cn: David Vazquez +uid: dvazque2 +#title: alum +employeeNumber: 800002225 +mail: David.Vazquez@mock.edu.invalid +userPassword: password + +dn: uid=rjohnso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Robert +cn: Robert Johnson +uid: rjohnso2 +#title: alum +employeeNumber: 800002226 +mail: Robert.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=jfreeman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Freeman +givenName: Jeffrey +cn: Jeffrey Freeman +uid: jfreeman +#title: alum +employeeNumber: 800002227 +mail: Jeffrey.Freeman@mock.edu.invalid +userPassword: password + +dn: uid=lhenders,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henderson +givenName: Linda +cn: Linda Henderson +uid: lhenders +#title: alum +employeeNumber: 800002228 +mail: Linda.Henderson@mock.edu.invalid +userPassword: password + +dn: uid=dsmith4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Debra +cn: Debra Smith +uid: dsmith4 +#title: alum +employeeNumber: 800002229 +mail: Debra.Smith@mock.edu.invalid +userPassword: password + +dn: uid=mpratt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pratt +givenName: Michael +cn: Michael Pratt +uid: mpratt +#title: alum +employeeNumber: 800002230 +mail: Michael.Pratt@mock.edu.invalid +userPassword: password + +dn: uid=jgarcia5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Jeremiah +cn: Jeremiah Garcia +uid: jgarcia5 +#title: alum +employeeNumber: 800002231 +mail: Jeremiah.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=zbell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bell +givenName: Zachary +cn: Zachary Bell +uid: zbell +#title: alum +employeeNumber: 800002232 +mail: Zachary.Bell@mock.edu.invalid +userPassword: password + +dn: uid=kford,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ford +givenName: Kenneth +cn: Kenneth Ford +uid: kford +#title: alum +employeeNumber: 800002233 +mail: Kenneth.Ford@mock.edu.invalid +userPassword: password + +dn: uid=nreed,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reed +givenName: Nicole +cn: Nicole Reed +uid: nreed +#title: alum +employeeNumber: 800002234 +mail: Nicole.Reed@mock.edu.invalid +userPassword: password + +dn: uid=cgordon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gordon +givenName: Cynthia +cn: Cynthia Gordon +uid: cgordon +#title: alum +employeeNumber: 800002235 +mail: Cynthia.Gordon@mock.edu.invalid +userPassword: password + +dn: uid=rparks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Parks +givenName: Rebecca +cn: Rebecca Parks +uid: rparks +#title: alum +employeeNumber: 800002236 +mail: Rebecca.Parks@mock.edu.invalid +userPassword: password + +dn: uid=ddavies,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davies +givenName: Dana +cn: Dana Davies +uid: ddavies +#title: alum +employeeNumber: 800002237 +mail: Dana.Davies@mock.edu.invalid +userPassword: password + +dn: uid=chammon2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hammond +givenName: Christopher +cn: Christopher Hammond +uid: chammon2 +#title: alum +employeeNumber: 800002238 +mail: Christopher.Hammond@mock.edu.invalid +userPassword: password + +dn: uid=mbennett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bennett +givenName: Mary +cn: Mary Bennett +uid: mbennett +#title: alum +employeeNumber: 800002239 +mail: Mary.Bennett@mock.edu.invalid +userPassword: password + +dn: uid=pharris,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Patricia +cn: Patricia Harris +uid: pharris +#title: alum +employeeNumber: 800002240 +mail: Patricia.Harris@mock.edu.invalid +userPassword: password + +dn: uid=egomez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gomez +givenName: Erin +cn: Erin Gomez +uid: egomez +#title: alum +employeeNumber: 800002241 +mail: Erin.Gomez@mock.edu.invalid +userPassword: password + +dn: uid=mknight,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Knight +givenName: Matthew +cn: Matthew Knight +uid: mknight +#title: alum +employeeNumber: 800002242 +mail: Matthew.Knight@mock.edu.invalid +userPassword: password + +dn: uid=astokes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stokes +givenName: Angel +cn: Angel Stokes +uid: astokes +#title: alum +employeeNumber: 800002243 +mail: Angel.Stokes@mock.edu.invalid +userPassword: password + +dn: uid=amoreno3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moreno +givenName: Antonio +cn: Antonio Moreno +uid: amoreno3 +#title: alum +employeeNumber: 800002244 +mail: Antonio.Moreno@mock.edu.invalid +userPassword: password + +dn: uid=khoward,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Howard +givenName: Kelly +cn: Kelly Howard +uid: khoward +#title: alum +employeeNumber: 800002245 +mail: Kelly.Howard@mock.edu.invalid +userPassword: password + +dn: uid=scherry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cherry +givenName: Steven +cn: Steven Cherry +uid: scherry +#title: alum +employeeNumber: 800002246 +mail: Steven.Cherry@mock.edu.invalid +userPassword: password + +dn: uid=mbray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bray +givenName: Matthew +cn: Matthew Bray +uid: mbray +#title: alum +employeeNumber: 800002247 +mail: Matthew.Bray@mock.edu.invalid +userPassword: password + +dn: uid=rmontoya,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Montoya +givenName: Rhonda +cn: Rhonda Montoya +uid: rmontoya +#title: alum +employeeNumber: 800002248 +mail: Rhonda.Montoya@mock.edu.invalid +userPassword: password + +dn: uid=ebrown,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Erica +cn: Erica Brown +uid: ebrown +#title: alum +employeeNumber: 800002249 +mail: Erica.Brown@mock.edu.invalid +userPassword: password + +dn: uid=sgardne2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gardner +givenName: Stephanie +cn: Stephanie Gardner +uid: sgardne2 +#title: alum +employeeNumber: 800002250 +mail: Stephanie.Gardner@mock.edu.invalid +userPassword: password + +dn: uid=kgriffin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Griffin +givenName: Kevin +cn: Kevin Griffin +uid: kgriffin +#title: alum +employeeNumber: 800002251 +mail: Kevin.Griffin@mock.edu.invalid +userPassword: password + +dn: uid=jstanley,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stanley +givenName: James +cn: James Stanley +uid: jstanley +#title: alum +employeeNumber: 800002252 +mail: James.Stanley@mock.edu.invalid +userPassword: password + +dn: uid=kgriffi2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Griffin +givenName: Kristina +cn: Kristina Griffin +uid: kgriffi2 +#title: alum +employeeNumber: 800002253 +mail: Kristina.Griffin@mock.edu.invalid +userPassword: password + +dn: uid=jjenkin2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jenkins +givenName: Jennifer +cn: Jennifer Jenkins +uid: jjenkin2 +#title: alum +employeeNumber: 800002254 +mail: Jennifer.Jenkins@mock.edu.invalid +userPassword: password + +dn: uid=ecosta,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Costa +givenName: Earl +cn: Earl Costa +uid: ecosta +#title: alum +employeeNumber: 800002255 +mail: Earl.Costa@mock.edu.invalid +userPassword: password + +dn: uid=creynold,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reynolds +givenName: Christopher +cn: Christopher Reynolds +uid: creynold +#title: alum +employeeNumber: 800002256 +mail: Christopher.Reynolds@mock.edu.invalid +userPassword: password + +dn: uid=swerner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Werner +givenName: Shannon +cn: Shannon Werner +uid: swerner +#title: alum +employeeNumber: 800002257 +mail: Shannon.Werner@mock.edu.invalid +userPassword: password + +dn: uid=eguerra,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Guerra +givenName: Elizabeth +cn: Elizabeth Guerra +uid: eguerra +#title: alum +employeeNumber: 800002258 +mail: Elizabeth.Guerra@mock.edu.invalid +userPassword: password + +dn: uid=jwilson4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Judy +cn: Judy Wilson +uid: jwilson4 +#title: alum +employeeNumber: 800002259 +mail: Judy.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=swest,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: West +givenName: Stephen +cn: Stephen West +uid: swest +#title: alum +employeeNumber: 800002260 +mail: Stephen.West@mock.edu.invalid +userPassword: password + +dn: uid=ewilson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Emily +cn: Emily Wilson +uid: ewilson +#title: alum +employeeNumber: 800002261 +mail: Emily.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=twillia6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Timothy +cn: Timothy Williams +uid: twillia6 +#title: alum +employeeNumber: 800002262 +mail: Timothy.Williams@mock.edu.invalid +userPassword: password + +dn: uid=mnguyen2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nguyen +givenName: Mary +cn: Mary Nguyen +uid: mnguyen2 +#title: alum +employeeNumber: 800002263 +mail: Mary.Nguyen@mock.edu.invalid +userPassword: password + +dn: uid=jfreder2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Frederick +givenName: Jennifer +cn: Jennifer Frederick +uid: jfreder2 +#title: alum +employeeNumber: 800002264 +mail: Jennifer.Frederick@mock.edu.invalid +userPassword: password + +dn: uid=afernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fernandez +givenName: Angela +cn: Angela Fernandez +uid: afernand +#title: alum +employeeNumber: 800002265 +mail: Angela.Fernandez@mock.edu.invalid +userPassword: password + +dn: uid=rherrera,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Herrera +givenName: Rose +cn: Rose Herrera +uid: rherrera +#title: alum +employeeNumber: 800002266 +mail: Rose.Herrera@mock.edu.invalid +userPassword: password + +dn: uid=mkramer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kramer +givenName: Mary +cn: Mary Kramer +uid: mkramer +#title: alum +employeeNumber: 800002267 +mail: Mary.Kramer@mock.edu.invalid +userPassword: password + +dn: uid=cyoung2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Young +givenName: Carlos +cn: Carlos Young +uid: cyoung2 +#title: alum +employeeNumber: 800002268 +mail: Carlos.Young@mock.edu.invalid +userPassword: password + +dn: uid=pdickers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dickerson +givenName: Penny +cn: Penny Dickerson +uid: pdickers +#title: alum +employeeNumber: 800002269 +mail: Penny.Dickerson@mock.edu.invalid +userPassword: password + +dn: uid=jcastro,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Castro +givenName: Jody +cn: Jody Castro +uid: jcastro +#title: alum +employeeNumber: 800002270 +mail: Jody.Castro@mock.edu.invalid +userPassword: password + +dn: uid=dmitche2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mitchell +givenName: Debra +cn: Debra Mitchell +uid: dmitche2 +#title: alum +employeeNumber: 800002271 +mail: Debra.Mitchell@mock.edu.invalid +userPassword: password + +dn: uid=ljones2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Laura +cn: Laura Jones +uid: ljones2 +#title: alum +employeeNumber: 800002272 +mail: Laura.Jones@mock.edu.invalid +userPassword: password + +dn: uid=mking2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: King +givenName: Matthew +cn: Matthew King +uid: mking2 +#title: alum +employeeNumber: 800002273 +mail: Matthew.King@mock.edu.invalid +userPassword: password + +dn: uid=mfisher,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fisher +givenName: Monique +cn: Monique Fisher +uid: mfisher +#title: alum +employeeNumber: 800002274 +mail: Monique.Fisher@mock.edu.invalid +userPassword: password + +dn: uid=towens,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Owens +givenName: Tony +cn: Tony Owens +uid: towens +#title: alum +employeeNumber: 800002275 +mail: Tony.Owens@mock.edu.invalid +userPassword: password + +dn: uid=mphillip,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Phillips +givenName: Melissa +cn: Melissa Phillips +uid: mphillip +#title: alum +employeeNumber: 800002276 +mail: Melissa.Phillips@mock.edu.invalid +userPassword: password + +dn: uid=kbishop,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bishop +givenName: Kevin +cn: Kevin Bishop +uid: kbishop +#title: alum +employeeNumber: 800002277 +mail: Kevin.Bishop@mock.edu.invalid +userPassword: password + +dn: uid=rbowman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bowman +givenName: Rachel +cn: Rachel Bowman +uid: rbowman +#title: alum +employeeNumber: 800002278 +mail: Rachel.Bowman@mock.edu.invalid +userPassword: password + +dn: uid=rsmith4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Richard +cn: Richard Smith +uid: rsmith4 +#title: alum +employeeNumber: 800002279 +mail: Richard.Smith@mock.edu.invalid +userPassword: password + +dn: uid=wbrown,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: William +cn: William Brown +uid: wbrown +#title: alum +employeeNumber: 800002280 +mail: William.Brown@mock.edu.invalid +userPassword: password + +dn: uid=mrowe,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rowe +givenName: Mike +cn: Mike Rowe +uid: mrowe +#title: alum +employeeNumber: 800002281 +mail: Mike.Rowe@mock.edu.invalid +userPassword: password + +dn: uid=jdavenpo,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davenport +givenName: Janet +cn: Janet Davenport +uid: jdavenpo +#title: alum +employeeNumber: 800002282 +mail: Janet.Davenport@mock.edu.invalid +userPassword: password + +dn: uid=mmurphy2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murphy +givenName: Mary +cn: Mary Murphy +uid: mmurphy2 +#title: alum +employeeNumber: 800002283 +mail: Mary.Murphy@mock.edu.invalid +userPassword: password + +dn: uid=cfrench,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: French +givenName: Cassandra +cn: Cassandra French +uid: cfrench +#title: alum +employeeNumber: 800002284 +mail: Cassandra.French@mock.edu.invalid +userPassword: password + +dn: uid=dcurry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Curry +givenName: Darren +cn: Darren Curry +uid: dcurry +#title: alum +employeeNumber: 800002285 +mail: Darren.Curry@mock.edu.invalid +userPassword: password + +dn: uid=scastill,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Castillo +givenName: Sergio +cn: Sergio Castillo +uid: scastill +#title: alum +employeeNumber: 800002286 +mail: Sergio.Castillo@mock.edu.invalid +userPassword: password + +dn: uid=jsmith4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Jennifer +cn: Jennifer Smith +uid: jsmith4 +#title: alum +employeeNumber: 800002287 +mail: Jennifer.Smith@mock.edu.invalid +userPassword: password + +dn: uid=mmendoza,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mendoza +givenName: Michelle +cn: Michelle Mendoza +uid: mmendoza +#title: alum +employeeNumber: 800002288 +mail: Michelle.Mendoza@mock.edu.invalid +userPassword: password + +dn: uid=rjohnso3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Robert +cn: Robert Johnson +uid: rjohnso3 +#title: alum +employeeNumber: 800002289 +mail: Robert.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=mjohnso4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Michael +cn: Michael Johnson +uid: mjohnso4 +#title: alum +employeeNumber: 800002290 +mail: Michael.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=mholmes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Holmes +givenName: Matthew +cn: Matthew Holmes +uid: mholmes +#title: alum +employeeNumber: 800002291 +mail: Matthew.Holmes@mock.edu.invalid +userPassword: password + +dn: uid=kosborne,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Osborne +givenName: Kim +cn: Kim Osborne +uid: kosborne +#title: alum +employeeNumber: 800002292 +mail: Kim.Osborne@mock.edu.invalid +userPassword: password + +dn: uid=chughes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hughes +givenName: Cindy +cn: Cindy Hughes +uid: chughes +#title: alum +employeeNumber: 800002293 +mail: Cindy.Hughes@mock.edu.invalid +userPassword: password + +dn: uid=crose,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rose +givenName: Chase +cn: Chase Rose +uid: crose +#title: alum +employeeNumber: 800002294 +mail: Chase.Rose@mock.edu.invalid +userPassword: password + +dn: uid=bdavis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Bethany +cn: Bethany Davis +uid: bdavis +#title: alum +employeeNumber: 800002295 +mail: Bethany.Davis@mock.edu.invalid +userPassword: password + +dn: uid=jrich,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rich +givenName: Justin +cn: Justin Rich +uid: jrich +#title: alum +employeeNumber: 800002296 +mail: Justin.Rich@mock.edu.invalid +userPassword: password + +dn: uid=lthomas2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Lindsay +cn: Lindsay Thomas +uid: lthomas2 +#title: alum +employeeNumber: 800002297 +mail: Lindsay.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=arobins2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Angelica +cn: Angelica Robinson +uid: arobins2 +#title: alum +employeeNumber: 800002298 +mail: Angelica.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=sbarrera,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barrera +givenName: Stacy +cn: Stacy Barrera +uid: sbarrera +#title: alum +employeeNumber: 800002299 +mail: Stacy.Barrera@mock.edu.invalid +userPassword: password + +dn: uid=apayne,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Payne +givenName: Alexandra +cn: Alexandra Payne +uid: apayne +#title: alum +employeeNumber: 800002300 +mail: Alexandra.Payne@mock.edu.invalid +userPassword: password + +dn: uid=sroberts,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roberts +givenName: Sydney +cn: Sydney Roberts +uid: sroberts +#title: alum +employeeNumber: 800002301 +mail: Sydney.Roberts@mock.edu.invalid +userPassword: password + +dn: uid=cjackso4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Catherine +cn: Catherine Jackson +uid: cjackso4 +#title: alum +employeeNumber: 800002302 +mail: Catherine.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=hmorris,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morris +givenName: Heidi +cn: Heidi Morris +uid: hmorris +#title: alum +employeeNumber: 800002303 +mail: Heidi.Morris@mock.edu.invalid +userPassword: password + +dn: uid=slozano,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lozano +givenName: Scott +cn: Scott Lozano +uid: slozano +#title: alum +employeeNumber: 800002304 +mail: Scott.Lozano@mock.edu.invalid +userPassword: password + +dn: uid=cfuller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fuller +givenName: Cynthia +cn: Cynthia Fuller +uid: cfuller +#title: alum +employeeNumber: 800002305 +mail: Cynthia.Fuller@mock.edu.invalid +userPassword: password + +dn: uid=djames,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: James +givenName: Donna +cn: Donna James +uid: djames +#title: alum +employeeNumber: 800002306 +mail: Donna.James@mock.edu.invalid +userPassword: password + +dn: uid=schen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chen +givenName: Sean +cn: Sean Chen +uid: schen +#title: alum +employeeNumber: 800002307 +mail: Sean.Chen@mock.edu.invalid +userPassword: password + +dn: uid=rharriso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harrison +givenName: Rose +cn: Rose Harrison +uid: rharriso +#title: alum +employeeNumber: 800002308 +mail: Rose.Harrison@mock.edu.invalid +userPassword: password + +dn: uid=swest2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: West +givenName: Samuel +cn: Samuel West +uid: swest2 +#title: alum +employeeNumber: 800002309 +mail: Samuel.West@mock.edu.invalid +userPassword: password + +dn: uid=dhartman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hartman +givenName: Daniel +cn: Daniel Hartman +uid: dhartman +#title: alum +employeeNumber: 800002310 +mail: Daniel.Hartman@mock.edu.invalid +userPassword: password + +dn: uid=gdavis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: George +cn: George Davis +uid: gdavis +#title: alum +employeeNumber: 800002311 +mail: George.Davis@mock.edu.invalid +userPassword: password + +dn: uid=aross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ross +givenName: Amy +cn: Amy Ross +uid: aross +#title: alum +employeeNumber: 800002312 +mail: Amy.Ross@mock.edu.invalid +userPassword: password + +dn: uid=achaney,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chaney +givenName: Adrian +cn: Adrian Chaney +uid: achaney +#title: alum +employeeNumber: 800002313 +mail: Adrian.Chaney@mock.edu.invalid +userPassword: password + +dn: uid=kprice,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Price +givenName: Karen +cn: Karen Price +uid: kprice +#title: alum +employeeNumber: 800002314 +mail: Karen.Price@mock.edu.invalid +userPassword: password + +dn: uid=mwest,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: West +givenName: Michael +cn: Michael West +uid: mwest +#title: alum +employeeNumber: 800002315 +mail: Michael.West@mock.edu.invalid +userPassword: password + +dn: uid=sbrooks2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brooks +givenName: Shawn +cn: Shawn Brooks +uid: sbrooks2 +#title: alum +employeeNumber: 800002316 +mail: Shawn.Brooks@mock.edu.invalid +userPassword: password + +dn: uid=bcarpent,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carpenter +givenName: Bradley +cn: Bradley Carpenter +uid: bcarpent +#title: alum +employeeNumber: 800002317 +mail: Bradley.Carpenter@mock.edu.invalid +userPassword: password + +dn: uid=jespinoz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Espinoza +givenName: Jodi +cn: Jodi Espinoza +uid: jespinoz +#title: alum +employeeNumber: 800002318 +mail: Jodi.Espinoza@mock.edu.invalid +userPassword: password + +dn: uid=cschwart,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schwartz +givenName: Cynthia +cn: Cynthia Schwartz +uid: cschwart +#title: alum +employeeNumber: 800002319 +mail: Cynthia.Schwartz@mock.edu.invalid +userPassword: password + +dn: uid=msolomo2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Solomon +givenName: Michelle +cn: Michelle Solomon +uid: msolomo2 +#title: alum +employeeNumber: 800002320 +mail: Michelle.Solomon@mock.edu.invalid +userPassword: password + +dn: uid=vdean,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dean +givenName: Veronica +cn: Veronica Dean +uid: vdean +#title: alum +employeeNumber: 800002321 +mail: Veronica.Dean@mock.edu.invalid +userPassword: password + +dn: uid=rwhite,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: White +givenName: Rebecca +cn: Rebecca White +uid: rwhite +#title: alum +employeeNumber: 800002322 +mail: Rebecca.White@mock.edu.invalid +userPassword: password + +dn: uid=kwilson3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Kelsey +cn: Kelsey Wilson +uid: kwilson3 +#title: alum +employeeNumber: 800002323 +mail: Kelsey.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=sgross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gross +givenName: Sherry +cn: Sherry Gross +uid: sgross +#title: alum +employeeNumber: 800002324 +mail: Sherry.Gross@mock.edu.invalid +userPassword: password + +dn: uid=agoodwin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Goodwin +givenName: Adam +cn: Adam Goodwin +uid: agoodwin +#title: alum +employeeNumber: 800002325 +mail: Adam.Goodwin@mock.edu.invalid +userPassword: password + +dn: uid=wramsey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramsey +givenName: William +cn: William Ramsey +uid: wramsey +#title: alum +employeeNumber: 800002326 +mail: William.Ramsey@mock.edu.invalid +userPassword: password + +dn: uid=vcaldwel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Caldwell +givenName: Valerie +cn: Valerie Caldwell +uid: vcaldwel +#title: alum +employeeNumber: 800002327 +mail: Valerie.Caldwell@mock.edu.invalid +userPassword: password + +dn: uid=msoto,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Soto +givenName: Makayla +cn: Makayla Soto +uid: msoto +#title: alum +employeeNumber: 800002328 +mail: Makayla.Soto@mock.edu.invalid +userPassword: password + +dn: uid=bolson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Olson +givenName: Brooke +cn: Brooke Olson +uid: bolson +#title: alum +employeeNumber: 800002329 +mail: Brooke.Olson@mock.edu.invalid +userPassword: password + +dn: uid=ssalinas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Salinas +givenName: Stephanie +cn: Stephanie Salinas +uid: ssalinas +#title: alum +employeeNumber: 800002330 +mail: Stephanie.Salinas@mock.edu.invalid +userPassword: password + +dn: uid=jberger,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Berger +givenName: Joshua +cn: Joshua Berger +uid: jberger +#title: alum +employeeNumber: 800002331 +mail: Joshua.Berger@mock.edu.invalid +userPassword: password + +dn: uid=drodrig2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Dawn +cn: Dawn Rodriguez +uid: drodrig2 +#title: alum +employeeNumber: 800002332 +mail: Dawn.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=sbryant,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bryant +givenName: Sharon +cn: Sharon Bryant +uid: sbryant +#title: alum +employeeNumber: 800002333 +mail: Sharon.Bryant@mock.edu.invalid +userPassword: password + +dn: uid=jramirez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramirez +givenName: Julie +cn: Julie Ramirez +uid: jramirez +#title: alum +employeeNumber: 800002334 +mail: Julie.Ramirez@mock.edu.invalid +userPassword: password + +dn: uid=mgarcia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Miranda +cn: Miranda Garcia +uid: mgarcia2 +#title: alum +employeeNumber: 800002335 +mail: Miranda.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=snunez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nunez +givenName: Shannon +cn: Shannon Nunez +uid: snunez +#title: alum +employeeNumber: 800002336 +mail: Shannon.Nunez@mock.edu.invalid +userPassword: password + +dn: uid=cgray2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gray +givenName: Christian +cn: Christian Gray +uid: cgray2 +#title: alum +employeeNumber: 800002337 +mail: Christian.Gray@mock.edu.invalid +userPassword: password + +dn: uid=dcastro,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Castro +givenName: Douglas +cn: Douglas Castro +uid: dcastro +#title: alum +employeeNumber: 800002338 +mail: Douglas.Castro@mock.edu.invalid +userPassword: password + +dn: uid=sweaver,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Weaver +givenName: Steven +cn: Steven Weaver +uid: sweaver +#title: alum +employeeNumber: 800002339 +mail: Steven.Weaver@mock.edu.invalid +userPassword: password + +dn: uid=kmartin3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: Kim +cn: Kim Martinez +uid: kmartin3 +#title: alum +employeeNumber: 800002340 +mail: Kim.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=breyes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reyes +givenName: Brian +cn: Brian Reyes +uid: breyes +#title: alum +employeeNumber: 800002341 +mail: Brian.Reyes@mock.edu.invalid +userPassword: password + +dn: uid=amiller3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Ashley +cn: Ashley Miller +uid: amiller3 +#title: alum +employeeNumber: 800002342 +mail: Ashley.Miller@mock.edu.invalid +userPassword: password + +dn: uid=clewis3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lewis +givenName: Christopher +cn: Christopher Lewis +uid: clewis3 +#title: alum +employeeNumber: 800002343 +mail: Christopher.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=sthomas2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Stacey +cn: Stacey Thomas +uid: sthomas2 +#title: alum +employeeNumber: 800002344 +mail: Stacey.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=dgriffin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Griffin +givenName: Derrick +cn: Derrick Griffin +uid: dgriffin +#title: alum +employeeNumber: 800002345 +mail: Derrick.Griffin@mock.edu.invalid +userPassword: password + +dn: uid=mcochran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cochran +givenName: Mike +cn: Mike Cochran +uid: mcochran +#title: alum +employeeNumber: 800002346 +mail: Mike.Cochran@mock.edu.invalid +userPassword: password + +dn: uid=jjohnso5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: James +cn: James Johnson +uid: jjohnso5 +#title: alum +employeeNumber: 800002347 +mail: James.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=soneal,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Oneal +givenName: Steven +cn: Steven Oneal +uid: soneal +#title: alum +employeeNumber: 800002348 +mail: Steven.Oneal@mock.edu.invalid +userPassword: password + +dn: uid=lthomas3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Lori +cn: Lori Thomas +uid: lthomas3 +#title: alum +employeeNumber: 800002349 +mail: Lori.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=sdavis2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Stacey +cn: Stacey Davis +uid: sdavis2 +#title: alum +employeeNumber: 800002350 +mail: Stacey.Davis@mock.edu.invalid +userPassword: password + +dn: uid=groberts,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roberts +givenName: George +cn: George Roberts +uid: groberts +#title: alum +employeeNumber: 800002351 +mail: George.Roberts@mock.edu.invalid +userPassword: password + +dn: uid=cjohnso7,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Carolyn +cn: Carolyn Johnson +uid: cjohnso7 +#title: alum +employeeNumber: 800002352 +mail: Carolyn.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=dhoward,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Howard +givenName: Derek +cn: Derek Howard +uid: dhoward +#title: alum +employeeNumber: 800002353 +mail: Derek.Howard@mock.edu.invalid +userPassword: password + +dn: uid=ccastro2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Castro +givenName: Casey +cn: Casey Castro +uid: ccastro2 +#title: alum +employeeNumber: 800002354 +mail: Casey.Castro@mock.edu.invalid +userPassword: password + +dn: uid=jbruce2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bruce +givenName: James +cn: James Bruce +uid: jbruce2 +#title: alum +employeeNumber: 800002355 +mail: James.Bruce@mock.edu.invalid +userPassword: password + +dn: uid=nhoward,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Howard +givenName: Nichole +cn: Nichole Howard +uid: nhoward +#title: alum +employeeNumber: 800002356 +mail: Nichole.Howard@mock.edu.invalid +userPassword: password + +dn: uid=jmann,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mann +givenName: Joseph +cn: Joseph Mann +uid: jmann +#title: alum +employeeNumber: 800002357 +mail: Joseph.Mann@mock.edu.invalid +userPassword: password + +dn: uid=sbond,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bond +givenName: Susan +cn: Susan Bond +uid: sbond +#title: alum +employeeNumber: 800002358 +mail: Susan.Bond@mock.edu.invalid +userPassword: password + +dn: uid=awalker2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walker +givenName: Alan +cn: Alan Walker +uid: awalker2 +#title: alum +employeeNumber: 800002359 +mail: Alan.Walker@mock.edu.invalid +userPassword: password + +dn: uid=sburns,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burns +givenName: Sara +cn: Sara Burns +uid: sburns +#title: alum +employeeNumber: 800002360 +mail: Sara.Burns@mock.edu.invalid +userPassword: password + +dn: uid=kthomas2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Kevin +cn: Kevin Thomas +uid: kthomas2 +#title: alum +employeeNumber: 800002361 +mail: Kevin.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=jtaylor3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: James +cn: James Taylor +uid: jtaylor3 +#title: alum +employeeNumber: 800002362 +mail: James.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=jboyd2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Boyd +givenName: John +cn: John Boyd +uid: jboyd2 +#title: alum +employeeNumber: 800002363 +mail: John.Boyd@mock.edu.invalid +userPassword: password + +dn: uid=mmoore3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Michelle +cn: Michelle Moore +uid: mmoore3 +#title: alum +employeeNumber: 800002364 +mail: Michelle.Moore@mock.edu.invalid +userPassword: password + +dn: uid=bsmith4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Bradley +cn: Bradley Smith +uid: bsmith4 +#title: alum +employeeNumber: 800002365 +mail: Bradley.Smith@mock.edu.invalid +userPassword: password + +dn: uid=gpage,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Page +givenName: Gregory +cn: Gregory Page +uid: gpage +#title: alum +employeeNumber: 800002366 +mail: Gregory.Page@mock.edu.invalid +userPassword: password + +dn: uid=pmiller3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Paula +cn: Paula Miller +uid: pmiller3 +#title: alum +employeeNumber: 800002367 +mail: Paula.Miller@mock.edu.invalid +userPassword: password + +dn: uid=aboyd,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Boyd +givenName: Aaron +cn: Aaron Boyd +uid: aboyd +#title: alum +employeeNumber: 800002368 +mail: Aaron.Boyd@mock.edu.invalid +userPassword: password + +dn: uid=swilcox,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilcox +givenName: Sherri +cn: Sherri Wilcox +uid: swilcox +#title: alum +employeeNumber: 800002369 +mail: Sherri.Wilcox@mock.edu.invalid +userPassword: password + +dn: uid=adavis3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Amanda +cn: Amanda Davis +uid: adavis3 +#title: alum +employeeNumber: 800002370 +mail: Amanda.Davis@mock.edu.invalid +userPassword: password + +dn: uid=gaguilar,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Aguilar +givenName: Gabriel +cn: Gabriel Aguilar +uid: gaguilar +#title: alum +employeeNumber: 800002371 +mail: Gabriel.Aguilar@mock.edu.invalid +userPassword: password + +dn: uid=cmaldona,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Maldonado +givenName: Carl +cn: Carl Maldonado +uid: cmaldona +#title: alum +employeeNumber: 800002372 +mail: Carl.Maldonado@mock.edu.invalid +userPassword: password + +dn: uid=jortiz3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ortiz +givenName: James +cn: James Ortiz +uid: jortiz3 +#title: alum +employeeNumber: 800002373 +mail: James.Ortiz@mock.edu.invalid +userPassword: password + +dn: uid=mmartin5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Mary +cn: Mary Martin +uid: mmartin5 +#title: alum +employeeNumber: 800002374 +mail: Mary.Martin@mock.edu.invalid +userPassword: password + +dn: uid=pgaines2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gaines +givenName: Paul +cn: Paul Gaines +uid: pgaines2 +#title: alum +employeeNumber: 800002375 +mail: Paul.Gaines@mock.edu.invalid +userPassword: password + +dn: uid=jhunter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hunter +givenName: Jessica +cn: Jessica Hunter +uid: jhunter +#title: alum +employeeNumber: 800002376 +mail: Jessica.Hunter@mock.edu.invalid +userPassword: password + +dn: uid=kchamber,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chambers +givenName: Kevin +cn: Kevin Chambers +uid: kchamber +#title: alum +employeeNumber: 800002377 +mail: Kevin.Chambers@mock.edu.invalid +userPassword: password + +dn: uid=jhoward3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Howard +givenName: John +cn: John Howard +uid: jhoward3 +#title: alum +employeeNumber: 800002378 +mail: John.Howard@mock.edu.invalid +userPassword: password + +dn: uid=asmith4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Amy +cn: Amy Smith +uid: asmith4 +#title: alum +employeeNumber: 800002379 +mail: Amy.Smith@mock.edu.invalid +userPassword: password + +dn: uid=rjohnso4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Roger +cn: Roger Johnson +uid: rjohnso4 +#title: alum +employeeNumber: 800002380 +mail: Roger.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=tnelson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nelson +givenName: Travis +cn: Travis Nelson +uid: tnelson +#title: alum +employeeNumber: 800002381 +mail: Travis.Nelson@mock.edu.invalid +userPassword: password + +dn: uid=kperkin2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perkins +givenName: Kaitlyn +cn: Kaitlyn Perkins +uid: kperkin2 +#title: alum +employeeNumber: 800002382 +mail: Kaitlyn.Perkins@mock.edu.invalid +userPassword: password + +dn: uid=pdavenpo,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davenport +givenName: Patricia +cn: Patricia Davenport +uid: pdavenpo +#title: alum +employeeNumber: 800002383 +mail: Patricia.Davenport@mock.edu.invalid +userPassword: password + +dn: uid=bgross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gross +givenName: Bradley +cn: Bradley Gross +uid: bgross +#title: alum +employeeNumber: 800002384 +mail: Bradley.Gross@mock.edu.invalid +userPassword: password + +dn: uid=rjohnso5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Ricardo +cn: Ricardo Johnson +uid: rjohnso5 +#title: alum +employeeNumber: 800002385 +mail: Ricardo.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=rvelazqu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Velazquez +givenName: Rachael +cn: Rachael Velazquez +uid: rvelazqu +#title: alum +employeeNumber: 800002386 +mail: Rachael.Velazquez@mock.edu.invalid +userPassword: password + +dn: uid=blester,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lester +givenName: Brandy +cn: Brandy Lester +uid: blester +#title: alum +employeeNumber: 800002387 +mail: Brandy.Lester@mock.edu.invalid +userPassword: password + +dn: uid=mbrown4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Michael +cn: Michael Brown +uid: mbrown4 +#title: alum +employeeNumber: 800002388 +mail: Michael.Brown@mock.edu.invalid +userPassword: password + +dn: uid=jnewton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Newton +givenName: John +cn: John Newton +uid: jnewton +#title: alum +employeeNumber: 800002389 +mail: John.Newton@mock.edu.invalid +userPassword: password + +dn: uid=chernan4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Christopher +cn: Christopher Hernandez +uid: chernan4 +#title: alum +employeeNumber: 800002390 +mail: Christopher.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=dwalker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walker +givenName: Diane +cn: Diane Walker +uid: dwalker +#title: alum +employeeNumber: 800002391 +mail: Diane.Walker@mock.edu.invalid +userPassword: password + +dn: uid=mpeters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Peters +givenName: Michael +cn: Michael Peters +uid: mpeters +#title: alum +employeeNumber: 800002392 +mail: Michael.Peters@mock.edu.invalid +userPassword: password + +dn: uid=mglover,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Glover +givenName: Manuel +cn: Manuel Glover +uid: mglover +#title: alum +employeeNumber: 800002393 +mail: Manuel.Glover@mock.edu.invalid +userPassword: password + +dn: uid=creyes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reyes +givenName: Chelsey +cn: Chelsey Reyes +uid: creyes +#title: alum +employeeNumber: 800002394 +mail: Chelsey.Reyes@mock.edu.invalid +userPassword: password + +dn: uid=hcarlson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carlson +givenName: Holly +cn: Holly Carlson +uid: hcarlson +#title: alum +employeeNumber: 800002395 +mail: Holly.Carlson@mock.edu.invalid +userPassword: password + +dn: uid=dmurphy,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murphy +givenName: Dawn +cn: Dawn Murphy +uid: dmurphy +#title: alum +employeeNumber: 800002396 +mail: Dawn.Murphy@mock.edu.invalid +userPassword: password + +dn: uid=dleonar2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Leonard +givenName: Debbie +cn: Debbie Leonard +uid: dleonar2 +#title: alum +employeeNumber: 800002397 +mail: Debbie.Leonard@mock.edu.invalid +userPassword: password + +dn: uid=jross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ross +givenName: Jennifer +cn: Jennifer Ross +uid: jross +#title: alum +employeeNumber: 800002398 +mail: Jennifer.Ross@mock.edu.invalid +userPassword: password + +dn: uid=jreyes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reyes +givenName: Jackson +cn: Jackson Reyes +uid: jreyes +#title: alum +employeeNumber: 800002399 +mail: Jackson.Reyes@mock.edu.invalid +userPassword: password + +dn: uid=csanche2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: Connor +cn: Connor Sanchez +uid: csanche2 +#title: alum +employeeNumber: 800002400 +mail: Connor.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=spayne2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Payne +givenName: Shannon +cn: Shannon Payne +uid: spayne2 +#title: alum +employeeNumber: 800002401 +mail: Shannon.Payne@mock.edu.invalid +userPassword: password + +dn: uid=kdavis2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Kevin +cn: Kevin Davis +uid: kdavis2 +#title: alum +employeeNumber: 800002402 +mail: Kevin.Davis@mock.edu.invalid +userPassword: password + +dn: uid=rclayton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clayton +givenName: Regina +cn: Regina Clayton +uid: rclayton +#title: alum +employeeNumber: 800002403 +mail: Regina.Clayton@mock.edu.invalid +userPassword: password + +dn: uid=cpacheco,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pacheco +givenName: Cathy +cn: Cathy Pacheco +uid: cpacheco +#title: alum +employeeNumber: 800002404 +mail: Cathy.Pacheco@mock.edu.invalid +userPassword: password + +dn: uid=mmullen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mullen +givenName: Mitchell +cn: Mitchell Mullen +uid: mmullen +#title: alum +employeeNumber: 800002405 +mail: Mitchell.Mullen@mock.edu.invalid +userPassword: password + +dn: uid=bbaxter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baxter +givenName: Benjamin +cn: Benjamin Baxter +uid: bbaxter +#title: alum +employeeNumber: 800002406 +mail: Benjamin.Baxter@mock.edu.invalid +userPassword: password + +dn: uid=tsmith5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Travis +cn: Travis Smith +uid: tsmith5 +#title: alum +employeeNumber: 800002407 +mail: Travis.Smith@mock.edu.invalid +userPassword: password + +dn: uid=acaldwel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Caldwell +givenName: Andrew +cn: Andrew Caldwell +uid: acaldwel +#title: alum +employeeNumber: 800002408 +mail: Andrew.Caldwell@mock.edu.invalid +userPassword: password + +dn: uid=olopez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Oscar +cn: Oscar Lopez +uid: olopez +#title: alum +employeeNumber: 800002409 +mail: Oscar.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=jrogers2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rogers +givenName: Jasmine +cn: Jasmine Rogers +uid: jrogers2 +#title: alum +employeeNumber: 800002410 +mail: Jasmine.Rogers@mock.edu.invalid +userPassword: password + +dn: uid=preyes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reyes +givenName: Phillip +cn: Phillip Reyes +uid: preyes +#title: alum +employeeNumber: 800002411 +mail: Phillip.Reyes@mock.edu.invalid +userPassword: password + +dn: uid=ryoung3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Young +givenName: Raymond +cn: Raymond Young +uid: ryoung3 +#title: alum +employeeNumber: 800002412 +mail: Raymond.Young@mock.edu.invalid +userPassword: password + +dn: uid=athomas3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: April +cn: April Thomas +uid: athomas3 +#title: alum +employeeNumber: 800002413 +mail: April.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=gjohnso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Gary +cn: Gary Johnson +uid: gjohnso2 +#title: alum +employeeNumber: 800002414 +mail: Gary.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=chamilt2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hamilton +givenName: Cole +cn: Cole Hamilton +uid: chamilt2 +#title: alum +employeeNumber: 800002415 +mail: Cole.Hamilton@mock.edu.invalid +userPassword: password + +dn: uid=csoto2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Soto +givenName: Carolyn +cn: Carolyn Soto +uid: csoto2 +#title: alum +employeeNumber: 800002416 +mail: Carolyn.Soto@mock.edu.invalid +userPassword: password + +dn: uid=dcohen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cohen +givenName: Daniel +cn: Daniel Cohen +uid: dcohen +#title: alum +employeeNumber: 800002417 +mail: Daniel.Cohen@mock.edu.invalid +userPassword: password + +dn: uid=dlee,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: Deborah +cn: Deborah Lee +uid: dlee +#title: alum +employeeNumber: 800002418 +mail: Deborah.Lee@mock.edu.invalid +userPassword: password + +dn: uid=llyons,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lyons +givenName: Lisa +cn: Lisa Lyons +uid: llyons +#title: alum +employeeNumber: 800002419 +mail: Lisa.Lyons@mock.edu.invalid +userPassword: password + +dn: uid=pmartin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Patricia +cn: Patricia Martin +uid: pmartin +#title: alum +employeeNumber: 800002420 +mail: Patricia.Martin@mock.edu.invalid +userPassword: password + +dn: uid=cmason,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mason +givenName: Courtney +cn: Courtney Mason +uid: cmason +#title: alum +employeeNumber: 800002421 +mail: Courtney.Mason@mock.edu.invalid +userPassword: password + +dn: uid=sscott3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Susan +cn: Susan Scott +uid: sscott3 +#title: alum +employeeNumber: 800002422 +mail: Susan.Scott@mock.edu.invalid +userPassword: password + +dn: uid=jwaller2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Waller +givenName: Judy +cn: Judy Waller +uid: jwaller2 +#title: alum +employeeNumber: 800002423 +mail: Judy.Waller@mock.edu.invalid +userPassword: password + +dn: uid=jbeltran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Beltran +givenName: John +cn: John Beltran +uid: jbeltran +#title: alum +employeeNumber: 800002424 +mail: John.Beltran@mock.edu.invalid +userPassword: password + +dn: uid=rbennet2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bennett +givenName: Ronald +cn: Ronald Bennett +uid: rbennet2 +#title: alum +employeeNumber: 800002425 +mail: Ronald.Bennett@mock.edu.invalid +userPassword: password + +dn: uid=gperkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perkins +givenName: Gerald +cn: Gerald Perkins +uid: gperkins +#title: alum +employeeNumber: 800002426 +mail: Gerald.Perkins@mock.edu.invalid +userPassword: password + +dn: uid=dfoster,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Foster +givenName: David +cn: David Foster +uid: dfoster +#title: alum +employeeNumber: 800002427 +mail: David.Foster@mock.edu.invalid +userPassword: password + +dn: uid=crodrigu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Cynthia +cn: Cynthia Rodriguez +uid: crodrigu +#title: alum +employeeNumber: 800002428 +mail: Cynthia.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=ejackson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Emily +cn: Emily Jackson +uid: ejackson +#title: alum +employeeNumber: 800002429 +mail: Emily.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=rscott,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Robert +cn: Robert Scott +uid: rscott +#title: alum +employeeNumber: 800002430 +mail: Robert.Scott@mock.edu.invalid +userPassword: password + +dn: uid=rbennet3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bennett +givenName: Ryan +cn: Ryan Bennett +uid: rbennet3 +#title: alum +employeeNumber: 800002431 +mail: Ryan.Bennett@mock.edu.invalid +userPassword: password + +dn: uid=jford,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ford +givenName: Jennifer +cn: Jennifer Ford +uid: jford +#title: alum +employeeNumber: 800002432 +mail: Jennifer.Ford@mock.edu.invalid +userPassword: password + +dn: uid=pburnet2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burnett +givenName: Philip +cn: Philip Burnett +uid: pburnet2 +#title: alum +employeeNumber: 800002433 +mail: Philip.Burnett@mock.edu.invalid +userPassword: password + +dn: uid=bhansen2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hansen +givenName: Benjamin +cn: Benjamin Hansen +uid: bhansen2 +#title: alum +employeeNumber: 800002434 +mail: Benjamin.Hansen@mock.edu.invalid +userPassword: password + +dn: uid=sstephen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stephens +givenName: Sheri +cn: Sheri Stephens +uid: sstephen +#title: alum +employeeNumber: 800002435 +mail: Sheri.Stephens@mock.edu.invalid +userPassword: password + +dn: uid=ggarcia,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Gabrielle +cn: Gabrielle Garcia +uid: ggarcia +#title: alum +employeeNumber: 800002436 +mail: Gabrielle.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=alawson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lawson +givenName: Alexander +cn: Alexander Lawson +uid: alawson +#title: alum +employeeNumber: 800002437 +mail: Alexander.Lawson@mock.edu.invalid +userPassword: password + +dn: uid=psampson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sampson +givenName: Philip +cn: Philip Sampson +uid: psampson +#title: alum +employeeNumber: 800002438 +mail: Philip.Sampson@mock.edu.invalid +userPassword: password + +dn: uid=cwallace,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wallace +givenName: Christopher +cn: Christopher Wallace +uid: cwallace +#title: alum +employeeNumber: 800002439 +mail: Christopher.Wallace@mock.edu.invalid +userPassword: password + +dn: uid=rwilson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Robert +cn: Robert Wilson +uid: rwilson +#title: alum +employeeNumber: 800002440 +mail: Robert.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=afisher,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fisher +givenName: Amy +cn: Amy Fisher +uid: afisher +#title: alum +employeeNumber: 800002441 +mail: Amy.Fisher@mock.edu.invalid +userPassword: password + +dn: uid=emorris,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morris +givenName: Emily +cn: Emily Morris +uid: emorris +#title: alum +employeeNumber: 800002442 +mail: Emily.Morris@mock.edu.invalid +userPassword: password + +dn: uid=dramire3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramirez +givenName: Donna +cn: Donna Ramirez +uid: dramire3 +#title: alum +employeeNumber: 800002443 +mail: Donna.Ramirez@mock.edu.invalid +userPassword: password + +dn: uid=srobert2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roberts +givenName: Shawn +cn: Shawn Roberts +uid: srobert2 +#title: alum +employeeNumber: 800002444 +mail: Shawn.Roberts@mock.edu.invalid +userPassword: password + +dn: uid=zhamilto,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hamilton +givenName: Zachary +cn: Zachary Hamilton +uid: zhamilto +#title: alum +employeeNumber: 800002445 +mail: Zachary.Hamilton@mock.edu.invalid +userPassword: password + +dn: uid=cmartine,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: Christina +cn: Christina Martinez +uid: cmartine +#title: alum +employeeNumber: 800002446 +mail: Christina.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=mflores3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Flores +givenName: Mark +cn: Mark Flores +uid: mflores3 +#title: alum +employeeNumber: 800002447 +mail: Mark.Flores@mock.edu.invalid +userPassword: password + +dn: uid=hparker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Parker +givenName: Hunter +cn: Hunter Parker +uid: hparker +#title: alum +employeeNumber: 800002448 +mail: Hunter.Parker@mock.edu.invalid +userPassword: password + +dn: uid=lwalker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walker +givenName: Luke +cn: Luke Walker +uid: lwalker +#title: alum +employeeNumber: 800002449 +mail: Luke.Walker@mock.edu.invalid +userPassword: password + +dn: uid=slittle2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Little +givenName: Shannon +cn: Shannon Little +uid: slittle2 +#title: alum +employeeNumber: 800002450 +mail: Shannon.Little@mock.edu.invalid +userPassword: password + +dn: uid=amcclur2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcclure +givenName: Adam +cn: Adam Mcclure +uid: amcclur2 +#title: alum +employeeNumber: 800002451 +mail: Adam.Mcclure@mock.edu.invalid +userPassword: password + +dn: uid=mjones3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Michael +cn: Michael Jones +uid: mjones3 +#title: alum +employeeNumber: 800002452 +mail: Michael.Jones@mock.edu.invalid +userPassword: password + +dn: uid=bsanche2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: Brian +cn: Brian Sanchez +uid: bsanche2 +#title: alum +employeeNumber: 800002453 +mail: Brian.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=hmartine,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: Heidi +cn: Heidi Martinez +uid: hmartine +#title: alum +employeeNumber: 800002454 +mail: Heidi.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=jgoodwi3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Goodwin +givenName: Jerry +cn: Jerry Goodwin +uid: jgoodwi3 +#title: alum +employeeNumber: 800002455 +mail: Jerry.Goodwin@mock.edu.invalid +userPassword: password + +dn: uid=rmiller3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Riley +cn: Riley Miller +uid: rmiller3 +#title: alum +employeeNumber: 800002456 +mail: Riley.Miller@mock.edu.invalid +userPassword: password + +dn: uid=pgarza,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garza +givenName: Patricia +cn: Patricia Garza +uid: pgarza +#title: alum +employeeNumber: 800002457 +mail: Patricia.Garza@mock.edu.invalid +userPassword: password + +dn: uid=kdavis3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Kristen +cn: Kristen Davis +uid: kdavis3 +#title: alum +employeeNumber: 800002458 +mail: Kristen.Davis@mock.edu.invalid +userPassword: password + +dn: uid=elopez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Eric +cn: Eric Lopez +uid: elopez +#title: alum +employeeNumber: 800002459 +mail: Eric.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=rlowery,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lowery +givenName: Rebecca +cn: Rebecca Lowery +uid: rlowery +#title: alum +employeeNumber: 800002460 +mail: Rebecca.Lowery@mock.edu.invalid +userPassword: password + +dn: uid=jkent,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kent +givenName: Jodi +cn: Jodi Kent +uid: jkent +#title: alum +employeeNumber: 800002461 +mail: Jodi.Kent@mock.edu.invalid +userPassword: password + +dn: uid=aolson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Olson +givenName: Alexis +cn: Alexis Olson +uid: aolson +#title: alum +employeeNumber: 800002462 +mail: Alexis.Olson@mock.edu.invalid +userPassword: password + +dn: uid=rmassey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Massey +givenName: Rebecca +cn: Rebecca Massey +uid: rmassey +#title: alum +employeeNumber: 800002463 +mail: Rebecca.Massey@mock.edu.invalid +userPassword: password + +dn: uid=lmeyer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Meyer +givenName: Lori +cn: Lori Meyer +uid: lmeyer +#title: alum +employeeNumber: 800002464 +mail: Lori.Meyer@mock.edu.invalid +userPassword: password + +dn: uid=jvillanu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Villanueva +givenName: James +cn: James Villanueva +uid: jvillanu +#title: alum +employeeNumber: 800002465 +mail: James.Villanueva@mock.edu.invalid +userPassword: password + +dn: uid=mmiller3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Michael +cn: Michael Miller +uid: mmiller3 +#title: alum +employeeNumber: 800002466 +mail: Michael.Miller@mock.edu.invalid +userPassword: password + +dn: uid=awade,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wade +givenName: Anne +cn: Anne Wade +uid: awade +#title: alum +employeeNumber: 800002467 +mail: Anne.Wade@mock.edu.invalid +userPassword: password + +dn: uid=pcox,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cox +givenName: Peter +cn: Peter Cox +uid: pcox +#title: alum +employeeNumber: 800002468 +mail: Peter.Cox@mock.edu.invalid +userPassword: password + +dn: uid=csmith7,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Cody +cn: Cody Smith +uid: csmith7 +#title: alum +employeeNumber: 800002469 +mail: Cody.Smith@mock.edu.invalid +userPassword: password + +dn: uid=rschmidt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schmidt +givenName: Ryan +cn: Ryan Schmidt +uid: rschmidt +#title: alum +employeeNumber: 800002470 +mail: Ryan.Schmidt@mock.edu.invalid +userPassword: password + +dn: uid=kevans2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Evans +givenName: Krista +cn: Krista Evans +uid: kevans2 +#title: alum +employeeNumber: 800002471 +mail: Krista.Evans@mock.edu.invalid +userPassword: password + +dn: uid=eandrade,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Andrade +givenName: Emily +cn: Emily Andrade +uid: eandrade +#title: alum +employeeNumber: 800002472 +mail: Emily.Andrade@mock.edu.invalid +userPassword: password + +dn: uid=snorman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Norman +givenName: Sharon +cn: Sharon Norman +uid: snorman +#title: alum +employeeNumber: 800002473 +mail: Sharon.Norman@mock.edu.invalid +userPassword: password + +dn: uid=bwebster,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Webster +givenName: Brenda +cn: Brenda Webster +uid: bwebster +#title: alum +employeeNumber: 800002474 +mail: Brenda.Webster@mock.edu.invalid +userPassword: password + +dn: uid=shale,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hale +givenName: Sheri +cn: Sheri Hale +uid: shale +#title: alum +employeeNumber: 800002475 +mail: Sheri.Hale@mock.edu.invalid +userPassword: password + +dn: uid=rduncan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Duncan +givenName: Richard +cn: Richard Duncan +uid: rduncan +#title: alum +employeeNumber: 800002476 +mail: Richard.Duncan@mock.edu.invalid +userPassword: password + +dn: uid=jdavis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Jody +cn: Jody Davis +uid: jdavis +#title: alum +employeeNumber: 800002477 +mail: Jody.Davis@mock.edu.invalid +userPassword: password + +dn: uid=gmaddox,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Maddox +givenName: Grant +cn: Grant Maddox +uid: gmaddox +#title: alum +employeeNumber: 800002478 +mail: Grant.Maddox@mock.edu.invalid +userPassword: password + +dn: uid=nchavez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chavez +givenName: Norma +cn: Norma Chavez +uid: nchavez +#title: alum +employeeNumber: 800002479 +mail: Norma.Chavez@mock.edu.invalid +userPassword: password + +dn: uid=whernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: William +cn: William Hernandez +uid: whernand +#title: alum +employeeNumber: 800002480 +mail: William.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=drobins3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Denise +cn: Denise Robinson +uid: drobins3 +#title: alum +employeeNumber: 800002481 +mail: Denise.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=rharris2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harrison +givenName: Roger +cn: Roger Harrison +uid: rharris2 +#title: alum +employeeNumber: 800002482 +mail: Roger.Harrison@mock.edu.invalid +userPassword: password + +dn: uid=swillia4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Sarah +cn: Sarah Williams +uid: swillia4 +#title: alum +employeeNumber: 800002483 +mail: Sarah.Williams@mock.edu.invalid +userPassword: password + +dn: uid=lkeller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Keller +givenName: Lance +cn: Lance Keller +uid: lkeller +#title: alum +employeeNumber: 800002484 +mail: Lance.Keller@mock.edu.invalid +userPassword: password + +dn: uid=slewis2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lewis +givenName: Stanley +cn: Stanley Lewis +uid: slewis2 +#title: alum +employeeNumber: 800002485 +mail: Stanley.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=mthompso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Michael +cn: Michael Thompson +uid: mthompso +#title: alum +employeeNumber: 800002486 +mail: Michael.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=lmccoy,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mccoy +givenName: Lawrence +cn: Lawrence Mccoy +uid: lmccoy +#title: alum +employeeNumber: 800002487 +mail: Lawrence.Mccoy@mock.edu.invalid +userPassword: password + +dn: uid=earnold,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Arnold +givenName: Evan +cn: Evan Arnold +uid: earnold +#title: alum +employeeNumber: 800002488 +mail: Evan.Arnold@mock.edu.invalid +userPassword: password + +dn: uid=mwaters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Waters +givenName: Marcus +cn: Marcus Waters +uid: mwaters +#title: alum +employeeNumber: 800002489 +mail: Marcus.Waters@mock.edu.invalid +userPassword: password + +dn: uid=pmoran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moran +givenName: Patricia +cn: Patricia Moran +uid: pmoran +#title: alum +employeeNumber: 800002490 +mail: Patricia.Moran@mock.edu.invalid +userPassword: password + +dn: uid=acastil2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Castillo +givenName: Austin +cn: Austin Castillo +uid: acastil2 +#title: alum +employeeNumber: 800002491 +mail: Austin.Castillo@mock.edu.invalid +userPassword: password + +dn: uid=gmyers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Myers +givenName: Gwendolyn +cn: Gwendolyn Myers +uid: gmyers +#title: alum +employeeNumber: 800002492 +mail: Gwendolyn.Myers@mock.edu.invalid +userPassword: password + +dn: uid=jmacias,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Macias +givenName: John +cn: John Macias +uid: jmacias +#title: alum +employeeNumber: 800002493 +mail: John.Macias@mock.edu.invalid +userPassword: password + +dn: uid=amartin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Angela +cn: Angela Martin +uid: amartin +#title: alum +employeeNumber: 800002494 +mail: Angela.Martin@mock.edu.invalid +userPassword: password + +dn: uid=sfields,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fields +givenName: Sherry +cn: Sherry Fields +uid: sfields +#title: alum +employeeNumber: 800002495 +mail: Sherry.Fields@mock.edu.invalid +userPassword: password + +dn: uid=hpeterse,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Petersen +givenName: Heather +cn: Heather Petersen +uid: hpeterse +#title: alum +employeeNumber: 800002496 +mail: Heather.Petersen@mock.edu.invalid +userPassword: password + +dn: uid=jsnyder,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Snyder +givenName: Julia +cn: Julia Snyder +uid: jsnyder +#title: alum +employeeNumber: 800002497 +mail: Julia.Snyder@mock.edu.invalid +userPassword: password + +dn: uid=kdavis4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Kevin +cn: Kevin Davis +uid: kdavis4 +#title: alum +employeeNumber: 800002498 +mail: Kevin.Davis@mock.edu.invalid +userPassword: password + +dn: uid=jsteele2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Steele +givenName: James +cn: James Steele +uid: jsteele2 +#title: alum +employeeNumber: 800002499 +mail: James.Steele@mock.edu.invalid +userPassword: password + +dn: uid=ksimmon2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Simmons +givenName: Kathryn +cn: Kathryn Simmons +uid: ksimmon2 +#title: alum +employeeNumber: 800002500 +mail: Kathryn.Simmons@mock.edu.invalid +userPassword: password + +dn: uid=bmathews,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mathews +givenName: Brandon +cn: Brandon Mathews +uid: bmathews +#title: alum +employeeNumber: 800002501 +mail: Brandon.Mathews@mock.edu.invalid +userPassword: password + +dn: uid=mcarter2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carter +givenName: Matthew +cn: Matthew Carter +uid: mcarter2 +#title: alum +employeeNumber: 800002502 +mail: Matthew.Carter@mock.edu.invalid +userPassword: password + +dn: uid=ndavis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Nicole +cn: Nicole Davis +uid: ndavis +#title: alum +employeeNumber: 800002503 +mail: Nicole.Davis@mock.edu.invalid +userPassword: password + +dn: uid=mayala,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ayala +givenName: Mary +cn: Mary Ayala +uid: mayala +#title: alum +employeeNumber: 800002504 +mail: Mary.Ayala@mock.edu.invalid +userPassword: password + +dn: uid=ksutton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sutton +givenName: Kelly +cn: Kelly Sutton +uid: ksutton +#title: alum +employeeNumber: 800002505 +mail: Kelly.Sutton@mock.edu.invalid +userPassword: password + +dn: uid=fcox,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cox +givenName: Felicia +cn: Felicia Cox +uid: fcox +#title: alum +employeeNumber: 800002506 +mail: Felicia.Cox@mock.edu.invalid +userPassword: password + +dn: uid=kfarmer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Farmer +givenName: Kenneth +cn: Kenneth Farmer +uid: kfarmer +#title: alum +employeeNumber: 800002507 +mail: Kenneth.Farmer@mock.edu.invalid +userPassword: password + +dn: uid=rdavila,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davila +givenName: Randy +cn: Randy Davila +uid: rdavila +#title: alum +employeeNumber: 800002508 +mail: Randy.Davila@mock.edu.invalid +userPassword: password + +dn: uid=gjackson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Gilbert +cn: Gilbert Jackson +uid: gjackson +#title: alum +employeeNumber: 800002509 +mail: Gilbert.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=dkent,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kent +givenName: Dalton +cn: Dalton Kent +uid: dkent +#title: alum +employeeNumber: 800002510 +mail: Dalton.Kent@mock.edu.invalid +userPassword: password + +dn: uid=mtran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tran +givenName: Megan +cn: Megan Tran +uid: mtran +#title: alum +employeeNumber: 800002511 +mail: Megan.Tran@mock.edu.invalid +userPassword: password + +dn: uid=sross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ross +givenName: Sherry +cn: Sherry Ross +uid: sross +#title: alum +employeeNumber: 800002512 +mail: Sherry.Ross@mock.edu.invalid +userPassword: password + +dn: uid=ecook,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cook +givenName: Evan +cn: Evan Cook +uid: ecook +#title: alum +employeeNumber: 800002513 +mail: Evan.Cook@mock.edu.invalid +userPassword: password + +dn: uid=fmiller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Frank +cn: Frank Miller +uid: fmiller +#title: alum +employeeNumber: 800002514 +mail: Frank.Miller@mock.edu.invalid +userPassword: password + +dn: uid=mhall,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hall +givenName: Melanie +cn: Melanie Hall +uid: mhall +#title: alum +employeeNumber: 800002515 +mail: Melanie.Hall@mock.edu.invalid +userPassword: password + +dn: uid=mbarnett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barnett +givenName: Megan +cn: Megan Barnett +uid: mbarnett +#title: alum +employeeNumber: 800002516 +mail: Megan.Barnett@mock.edu.invalid +userPassword: password + +dn: uid=jmiller5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Julia +cn: Julia Miller +uid: jmiller5 +#title: alum +employeeNumber: 800002517 +mail: Julia.Miller@mock.edu.invalid +userPassword: password + +dn: uid=rcox,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cox +givenName: Robert +cn: Robert Cox +uid: rcox +#title: alum +employeeNumber: 800002518 +mail: Robert.Cox@mock.edu.invalid +userPassword: password + +dn: uid=sforbes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Forbes +givenName: Stephen +cn: Stephen Forbes +uid: sforbes +#title: alum +employeeNumber: 800002519 +mail: Stephen.Forbes@mock.edu.invalid +userPassword: password + +dn: uid=kford2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ford +givenName: Kimberly +cn: Kimberly Ford +uid: kford2 +#title: alum +employeeNumber: 800002520 +mail: Kimberly.Ford@mock.edu.invalid +userPassword: password + +dn: uid=crobins2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Crystal +cn: Crystal Robinson +uid: crobins2 +#title: alum +employeeNumber: 800002521 +mail: Crystal.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=sgutierr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gutierrez +givenName: Sandra +cn: Sandra Gutierrez +uid: sgutierr +#title: alum +employeeNumber: 800002522 +mail: Sandra.Gutierrez@mock.edu.invalid +userPassword: password + +dn: uid=nrivera,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rivera +givenName: Nancy +cn: Nancy Rivera +uid: nrivera +#title: alum +employeeNumber: 800002523 +mail: Nancy.Rivera@mock.edu.invalid +userPassword: password + +dn: uid=chill,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hill +givenName: Christina +cn: Christina Hill +uid: chill +#title: alum +employeeNumber: 800002524 +mail: Christina.Hill@mock.edu.invalid +userPassword: password + +dn: uid=ngood,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Good +givenName: Nicole +cn: Nicole Good +uid: ngood +#title: alum +employeeNumber: 800002525 +mail: Nicole.Good@mock.edu.invalid +userPassword: password + +dn: uid=dbrewer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brewer +givenName: Donald +cn: Donald Brewer +uid: dbrewer +#title: alum +employeeNumber: 800002526 +mail: Donald.Brewer@mock.edu.invalid +userPassword: password + +dn: uid=wpadilla,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Padilla +givenName: William +cn: William Padilla +uid: wpadilla +#title: alum +employeeNumber: 800002527 +mail: William.Padilla@mock.edu.invalid +userPassword: password + +dn: uid=scarter2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carter +givenName: Sue +cn: Sue Carter +uid: scarter2 +#title: alum +employeeNumber: 800002528 +mail: Sue.Carter@mock.edu.invalid +userPassword: password + +dn: uid=kflores,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Flores +givenName: Katherine +cn: Katherine Flores +uid: kflores +#title: alum +employeeNumber: 800002529 +mail: Katherine.Flores@mock.edu.invalid +userPassword: password + +dn: uid=jjohnso6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Jeffrey +cn: Jeffrey Johnson +uid: jjohnso6 +#title: alum +employeeNumber: 800002530 +mail: Jeffrey.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=jberger2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Berger +givenName: Jason +cn: Jason Berger +uid: jberger2 +#title: alum +employeeNumber: 800002531 +mail: Jason.Berger@mock.edu.invalid +userPassword: password + +dn: uid=bfleming,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fleming +givenName: Brenda +cn: Brenda Fleming +uid: bfleming +#title: alum +employeeNumber: 800002532 +mail: Brenda.Fleming@mock.edu.invalid +userPassword: password + +dn: uid=bgallagh,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gallagher +givenName: Bruce +cn: Bruce Gallagher +uid: bgallagh +#title: alum +employeeNumber: 800002533 +mail: Bruce.Gallagher@mock.edu.invalid +userPassword: password + +dn: uid=vmercado,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mercado +givenName: Victoria +cn: Victoria Mercado +uid: vmercado +#title: alum +employeeNumber: 800002534 +mail: Victoria.Mercado@mock.edu.invalid +userPassword: password + +dn: uid=abarker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barker +givenName: Andrea +cn: Andrea Barker +uid: abarker +#title: alum +employeeNumber: 800002535 +mail: Andrea.Barker@mock.edu.invalid +userPassword: password + +dn: uid=rflowers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Flowers +givenName: Robert +cn: Robert Flowers +uid: rflowers +#title: alum +employeeNumber: 800002536 +mail: Robert.Flowers@mock.edu.invalid +userPassword: password + +dn: uid=kspence2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Spencer +givenName: Kaitlyn +cn: Kaitlyn Spencer +uid: kspence2 +#title: alum +employeeNumber: 800002537 +mail: Kaitlyn.Spencer@mock.edu.invalid +userPassword: password + +dn: uid=awells2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wells +givenName: Amber +cn: Amber Wells +uid: awells2 +#title: alum +employeeNumber: 800002538 +mail: Amber.Wells@mock.edu.invalid +userPassword: password + +dn: uid=cayala,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ayala +givenName: Carlos +cn: Carlos Ayala +uid: cayala +#title: alum +employeeNumber: 800002539 +mail: Carlos.Ayala@mock.edu.invalid +userPassword: password + +dn: uid=kjenning,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jennings +givenName: Kimberly +cn: Kimberly Jennings +uid: kjenning +#title: alum +employeeNumber: 800002540 +mail: Kimberly.Jennings@mock.edu.invalid +userPassword: password + +dn: uid=abrown2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Adam +cn: Adam Brown +uid: abrown2 +#title: alum +employeeNumber: 800002541 +mail: Adam.Brown@mock.edu.invalid +userPassword: password + +dn: uid=slester,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lester +givenName: Stuart +cn: Stuart Lester +uid: slester +#title: alum +employeeNumber: 800002542 +mail: Stuart.Lester@mock.edu.invalid +userPassword: password + +dn: uid=mbush,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bush +givenName: Michael +cn: Michael Bush +uid: mbush +#title: alum +employeeNumber: 800002543 +mail: Michael.Bush@mock.edu.invalid +userPassword: password + +dn: uid=cfields2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fields +givenName: Carla +cn: Carla Fields +uid: cfields2 +#title: alum +employeeNumber: 800002544 +mail: Carla.Fields@mock.edu.invalid +userPassword: password + +dn: uid=ajackso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Alexandria +cn: Alexandria Jackson +uid: ajackso2 +#title: alum +employeeNumber: 800002545 +mail: Alexandria.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=agallego,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gallegos +givenName: Adrian +cn: Adrian Gallegos +uid: agallego +#title: alum +employeeNumber: 800002546 +mail: Adrian.Gallegos@mock.edu.invalid +userPassword: password + +dn: uid=moneill,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Oneill +givenName: Matthew +cn: Matthew Oneill +uid: moneill +#title: alum +employeeNumber: 800002547 +mail: Matthew.Oneill@mock.edu.invalid +userPassword: password + +dn: uid=rrodgers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodgers +givenName: Richard +cn: Richard Rodgers +uid: rrodgers +#title: alum +employeeNumber: 800002548 +mail: Richard.Rodgers@mock.edu.invalid +userPassword: password + +dn: uid=jbrown3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Jasmine +cn: Jasmine Brown +uid: jbrown3 +#title: alum +employeeNumber: 800002549 +mail: Jasmine.Brown@mock.edu.invalid +userPassword: password + +dn: uid=cdickers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dickerson +givenName: Christopher +cn: Christopher Dickerson +uid: cdickers +#title: alum +employeeNumber: 800002550 +mail: Christopher.Dickerson@mock.edu.invalid +userPassword: password + +dn: uid=mklein,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Klein +givenName: Mary +cn: Mary Klein +uid: mklein +#title: alum +employeeNumber: 800002551 +mail: Mary.Klein@mock.edu.invalid +userPassword: password + +dn: uid=tsoto,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Soto +givenName: Theresa +cn: Theresa Soto +uid: tsoto +#title: alum +employeeNumber: 800002552 +mail: Theresa.Soto@mock.edu.invalid +userPassword: password + +dn: uid=danders3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Dustin +cn: Dustin Anderson +uid: danders3 +#title: alum +employeeNumber: 800002553 +mail: Dustin.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=hbulloc2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bullock +givenName: Heather +cn: Heather Bullock +uid: hbulloc2 +#title: alum +employeeNumber: 800002554 +mail: Heather.Bullock@mock.edu.invalid +userPassword: password + +dn: uid=nolson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Olson +givenName: Nicole +cn: Nicole Olson +uid: nolson +#title: alum +employeeNumber: 800002555 +mail: Nicole.Olson@mock.edu.invalid +userPassword: password + +dn: uid=wbailey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bailey +givenName: William +cn: William Bailey +uid: wbailey +#title: alum +employeeNumber: 800002556 +mail: William.Bailey@mock.edu.invalid +userPassword: password + +dn: uid=bmiller2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Brianna +cn: Brianna Miller +uid: bmiller2 +#title: alum +employeeNumber: 800002557 +mail: Brianna.Miller@mock.edu.invalid +userPassword: password + +dn: uid=jcraig,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Craig +givenName: Jamie +cn: Jamie Craig +uid: jcraig +#title: alum +employeeNumber: 800002558 +mail: Jamie.Craig@mock.edu.invalid +userPassword: password + +dn: uid=cthomps2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Cindy +cn: Cindy Thompson +uid: cthomps2 +#title: alum +employeeNumber: 800002559 +mail: Cindy.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=jramire2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramirez +givenName: Joseph +cn: Joseph Ramirez +uid: jramire2 +#title: alum +employeeNumber: 800002560 +mail: Joseph.Ramirez@mock.edu.invalid +userPassword: password + +dn: uid=treed2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reed +givenName: Terry +cn: Terry Reed +uid: treed2 +#title: alum +employeeNumber: 800002561 +mail: Terry.Reed@mock.edu.invalid +userPassword: password + +dn: uid=dmorris3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morris +givenName: Dustin +cn: Dustin Morris +uid: dmorris3 +#title: alum +employeeNumber: 800002562 +mail: Dustin.Morris@mock.edu.invalid +userPassword: password + +dn: uid=jgonzale,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Jose +cn: Jose Gonzalez +uid: jgonzale +#title: alum +employeeNumber: 800002563 +mail: Jose.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=wharmon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harmon +givenName: Wendy +cn: Wendy Harmon +uid: wharmon +#title: alum +employeeNumber: 800002564 +mail: Wendy.Harmon@mock.edu.invalid +userPassword: password + +dn: uid=tschmidt,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Schmidt +givenName: Thomas +cn: Thomas Schmidt +uid: tschmidt +#title: alum +employeeNumber: 800002565 +mail: Thomas.Schmidt@mock.edu.invalid +userPassword: password + +dn: uid=jmay,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: May +givenName: Jennifer +cn: Jennifer May +uid: jmay +#title: alum +employeeNumber: 800002566 +mail: Jennifer.May@mock.edu.invalid +userPassword: password + +dn: uid=kjackson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Kevin +cn: Kevin Jackson +uid: kjackson +#title: alum +employeeNumber: 800002567 +mail: Kevin.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=mbrown5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Michael +cn: Michael Brown +uid: mbrown5 +#title: alum +employeeNumber: 800002568 +mail: Michael.Brown@mock.edu.invalid +userPassword: password + +dn: uid=dpoole,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Poole +givenName: Dennis +cn: Dennis Poole +uid: dpoole +#title: alum +employeeNumber: 800002569 +mail: Dennis.Poole@mock.edu.invalid +userPassword: password + +dn: uid=manders2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Michael +cn: Michael Anderson +uid: manders2 +#title: alum +employeeNumber: 800002570 +mail: Michael.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=handerso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Haley +cn: Haley Anderson +uid: handerso +#title: alum +employeeNumber: 800002571 +mail: Haley.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=mwaller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Waller +givenName: Micheal +cn: Micheal Waller +uid: mwaller +#title: alum +employeeNumber: 800002572 +mail: Micheal.Waller@mock.edu.invalid +userPassword: password + +dn: uid=kali,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ali +givenName: Keith +cn: Keith Ali +uid: kali +#title: alum +employeeNumber: 800002573 +mail: Keith.Ali@mock.edu.invalid +userPassword: password + +dn: uid=ttucker2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tucker +givenName: Tracy +cn: Tracy Tucker +uid: ttucker2 +#title: alum +employeeNumber: 800002574 +mail: Tracy.Tucker@mock.edu.invalid +userPassword: password + +dn: uid=smartine,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: Stephen +cn: Stephen Martinez +uid: smartine +#title: alum +employeeNumber: 800002575 +mail: Stephen.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=arodrigu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Andrew +cn: Andrew Rodriguez +uid: arodrigu +#title: alum +employeeNumber: 800002576 +mail: Andrew.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=kgray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gray +givenName: Kevin +cn: Kevin Gray +uid: kgray +#title: alum +employeeNumber: 800002577 +mail: Kevin.Gray@mock.edu.invalid +userPassword: password + +dn: uid=jshea,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Shea +givenName: John +cn: John Shea +uid: jshea +#title: alum +employeeNumber: 800002578 +mail: John.Shea@mock.edu.invalid +userPassword: password + +dn: uid=ctaylor3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Courtney +cn: Courtney Taylor +uid: ctaylor3 +#title: alum +employeeNumber: 800002579 +mail: Courtney.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=rhurley2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hurley +givenName: Rhonda +cn: Rhonda Hurley +uid: rhurley2 +#title: alum +employeeNumber: 800002580 +mail: Rhonda.Hurley@mock.edu.invalid +userPassword: password + +dn: uid=bhernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Brian +cn: Brian Hernandez +uid: bhernand +#title: alum +employeeNumber: 800002581 +mail: Brian.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=edunn2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dunn +givenName: Eric +cn: Eric Dunn +uid: edunn2 +#title: alum +employeeNumber: 800002582 +mail: Eric.Dunn@mock.edu.invalid +userPassword: password + +dn: uid=rfisher,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fisher +givenName: Robert +cn: Robert Fisher +uid: rfisher +#title: alum +employeeNumber: 800002583 +mail: Robert.Fisher@mock.edu.invalid +userPassword: password + +dn: uid=bbrewer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brewer +givenName: Brian +cn: Brian Brewer +uid: bbrewer +#title: alum +employeeNumber: 800002584 +mail: Brian.Brewer@mock.edu.invalid +userPassword: password + +dn: uid=sbeard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Beard +givenName: Sean +cn: Sean Beard +uid: sbeard +#title: alum +employeeNumber: 800002585 +mail: Sean.Beard@mock.edu.invalid +userPassword: password + +dn: uid=jreed,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reed +givenName: Justin +cn: Justin Reed +uid: jreed +#title: alum +employeeNumber: 800002586 +mail: Justin.Reed@mock.edu.invalid +userPassword: password + +dn: uid=lwells,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wells +givenName: Leah +cn: Leah Wells +uid: lwells +#title: alum +employeeNumber: 800002587 +mail: Leah.Wells@mock.edu.invalid +userPassword: password + +dn: uid=arichar3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richard +givenName: Amanda +cn: Amanda Richard +uid: arichar3 +#title: alum +employeeNumber: 800002588 +mail: Amanda.Richard@mock.edu.invalid +userPassword: password + +dn: uid=aalexan2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Alexander +givenName: Amy +cn: Amy Alexander +uid: aalexan2 +#title: alum +employeeNumber: 800002589 +mail: Amy.Alexander@mock.edu.invalid +userPassword: password + +dn: uid=ccook,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cook +givenName: Christopher +cn: Christopher Cook +uid: ccook +#title: alum +employeeNumber: 800002590 +mail: Christopher.Cook@mock.edu.invalid +userPassword: password + +dn: uid=mmendoz2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mendoza +givenName: Matthew +cn: Matthew Mendoza +uid: mmendoz2 +#title: alum +employeeNumber: 800002591 +mail: Matthew.Mendoza@mock.edu.invalid +userPassword: password + +dn: uid=bcrawfor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Crawford +givenName: Brenda +cn: Brenda Crawford +uid: bcrawfor +#title: alum +employeeNumber: 800002592 +mail: Brenda.Crawford@mock.edu.invalid +userPassword: password + +dn: uid=dvelasqu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Velasquez +givenName: Dean +cn: Dean Velasquez +uid: dvelasqu +#title: alum +employeeNumber: 800002593 +mail: Dean.Velasquez@mock.edu.invalid +userPassword: password + +dn: uid=rwalls,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walls +givenName: Robert +cn: Robert Walls +uid: rwalls +#title: alum +employeeNumber: 800002594 +mail: Robert.Walls@mock.edu.invalid +userPassword: password + +dn: uid=swebb,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Webb +givenName: Sherry +cn: Sherry Webb +uid: swebb +#title: alum +employeeNumber: 800002595 +mail: Sherry.Webb@mock.edu.invalid +userPassword: password + +dn: uid=rcarter2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carter +givenName: Roy +cn: Roy Carter +uid: rcarter2 +#title: alum +employeeNumber: 800002596 +mail: Roy.Carter@mock.edu.invalid +userPassword: password + +dn: uid=sblack,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Black +givenName: Sandra +cn: Sandra Black +uid: sblack +#title: alum +employeeNumber: 800002597 +mail: Sandra.Black@mock.edu.invalid +userPassword: password + +dn: uid=jhoffma3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hoffman +givenName: Jacob +cn: Jacob Hoffman +uid: jhoffma3 +#title: alum +employeeNumber: 800002598 +mail: Jacob.Hoffman@mock.edu.invalid +userPassword: password + +dn: uid=esulliva,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sullivan +givenName: Erica +cn: Erica Sullivan +uid: esulliva +#title: alum +employeeNumber: 800002599 +mail: Erica.Sullivan@mock.edu.invalid +userPassword: password + +dn: uid=agray2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gray +givenName: Ann +cn: Ann Gray +uid: agray2 +#title: alum +employeeNumber: 800002600 +mail: Ann.Gray@mock.edu.invalid +userPassword: password + +dn: uid=kday,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Day +givenName: Kathryn +cn: Kathryn Day +uid: kday +#title: alum +employeeNumber: 800002601 +mail: Kathryn.Day@mock.edu.invalid +userPassword: password + +dn: uid=bhughes2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hughes +givenName: Becky +cn: Becky Hughes +uid: bhughes2 +#title: alum +employeeNumber: 800002602 +mail: Becky.Hughes@mock.edu.invalid +userPassword: password + +dn: uid=nwood,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wood +givenName: Nicole +cn: Nicole Wood +uid: nwood +#title: alum +employeeNumber: 800002603 +mail: Nicole.Wood@mock.edu.invalid +userPassword: password + +dn: uid=jbaker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baker +givenName: John +cn: John Baker +uid: jbaker +#title: alum +employeeNumber: 800002604 +mail: John.Baker@mock.edu.invalid +userPassword: password + +dn: uid=jrichar3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richards +givenName: Joseph +cn: Joseph Richards +uid: jrichar3 +#title: alum +employeeNumber: 800002605 +mail: Joseph.Richards@mock.edu.invalid +userPassword: password + +dn: uid=trodrig2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Tristan +cn: Tristan Rodriguez +uid: trodrig2 +#title: alum +employeeNumber: 800002606 +mail: Tristan.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=afisher2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fisher +givenName: Alexandra +cn: Alexandra Fisher +uid: afisher2 +#title: alum +employeeNumber: 800002607 +mail: Alexandra.Fisher@mock.edu.invalid +userPassword: password + +dn: uid=ttanner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tanner +givenName: Tommy +cn: Tommy Tanner +uid: ttanner +#title: alum +employeeNumber: 800002608 +mail: Tommy.Tanner@mock.edu.invalid +userPassword: password + +dn: uid=srogers2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rogers +givenName: Samantha +cn: Samantha Rogers +uid: srogers2 +#title: alum +employeeNumber: 800002609 +mail: Samantha.Rogers@mock.edu.invalid +userPassword: password + +dn: uid=llowery2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lowery +givenName: Lori +cn: Lori Lowery +uid: llowery2 +#title: alum +employeeNumber: 800002610 +mail: Lori.Lowery@mock.edu.invalid +userPassword: password + +dn: uid=agordon2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gordon +givenName: Anthony +cn: Anthony Gordon +uid: agordon2 +#title: alum +employeeNumber: 800002611 +mail: Anthony.Gordon@mock.edu.invalid +userPassword: password + +dn: uid=fbaker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baker +givenName: Francisco +cn: Francisco Baker +uid: fbaker +#title: alum +employeeNumber: 800002612 +mail: Francisco.Baker@mock.edu.invalid +userPassword: password + +dn: uid=lbarrett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barrett +givenName: Lori +cn: Lori Barrett +uid: lbarrett +#title: alum +employeeNumber: 800002613 +mail: Lori.Barrett@mock.edu.invalid +userPassword: password + +dn: uid=dcruz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cruz +givenName: Debra +cn: Debra Cruz +uid: dcruz +#title: alum +employeeNumber: 800002614 +mail: Debra.Cruz@mock.edu.invalid +userPassword: password + +dn: uid=kgreer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Greer +givenName: Kristen +cn: Kristen Greer +uid: kgreer +#title: alum +employeeNumber: 800002615 +mail: Kristen.Greer@mock.edu.invalid +userPassword: password + +dn: uid=jsimpson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Simpson +givenName: Jenny +cn: Jenny Simpson +uid: jsimpson +#title: alum +employeeNumber: 800002616 +mail: Jenny.Simpson@mock.edu.invalid +userPassword: password + +dn: uid=aallen2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Allen +givenName: Ariel +cn: Ariel Allen +uid: aallen2 +#title: alum +employeeNumber: 800002617 +mail: Ariel.Allen@mock.edu.invalid +userPassword: password + +dn: uid=kbanks2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Banks +givenName: Kristie +cn: Kristie Banks +uid: kbanks2 +#title: alum +employeeNumber: 800002618 +mail: Kristie.Banks@mock.edu.invalid +userPassword: password + +dn: uid=zbrewer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brewer +givenName: Zachary +cn: Zachary Brewer +uid: zbrewer +#title: alum +employeeNumber: 800002619 +mail: Zachary.Brewer@mock.edu.invalid +userPassword: password + +dn: uid=dfields,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fields +givenName: Desiree +cn: Desiree Fields +uid: dfields +#title: alum +employeeNumber: 800002620 +mail: Desiree.Fields@mock.edu.invalid +userPassword: password + +dn: uid=jmorris2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morris +givenName: Julie +cn: Julie Morris +uid: jmorris2 +#title: alum +employeeNumber: 800002621 +mail: Julie.Morris@mock.edu.invalid +userPassword: password + +dn: uid=kmatthew,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Matthews +givenName: Kaitlyn +cn: Kaitlyn Matthews +uid: kmatthew +#title: alum +employeeNumber: 800002622 +mail: Kaitlyn.Matthews@mock.edu.invalid +userPassword: password + +dn: uid=gvillega,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Villegas +givenName: Gregory +cn: Gregory Villegas +uid: gvillega +#title: alum +employeeNumber: 800002623 +mail: Gregory.Villegas@mock.edu.invalid +userPassword: password + +dn: uid=cthomps3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Courtney +cn: Courtney Thompson +uid: cthomps3 +#title: alum +employeeNumber: 800002624 +mail: Courtney.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=rphillip,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Phillips +givenName: Richard +cn: Richard Phillips +uid: rphillip +#title: alum +employeeNumber: 800002625 +mail: Richard.Phillips@mock.edu.invalid +userPassword: password + +dn: uid=agonzal2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gonzalez +givenName: Amanda +cn: Amanda Gonzalez +uid: agonzal2 +#title: alum +employeeNumber: 800002626 +mail: Amanda.Gonzalez@mock.edu.invalid +userPassword: password + +dn: uid=taguirre,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Aguirre +givenName: Tammie +cn: Tammie Aguirre +uid: taguirre +#title: alum +employeeNumber: 800002627 +mail: Tammie.Aguirre@mock.edu.invalid +userPassword: password + +dn: uid=khansen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hansen +givenName: Katelyn +cn: Katelyn Hansen +uid: khansen +#title: alum +employeeNumber: 800002628 +mail: Katelyn.Hansen@mock.edu.invalid +userPassword: password + +dn: uid=klopez2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Kendra +cn: Kendra Lopez +uid: klopez2 +#title: alum +employeeNumber: 800002629 +mail: Kendra.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=jmullen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mullen +givenName: Janet +cn: Janet Mullen +uid: jmullen +#title: alum +employeeNumber: 800002630 +mail: Janet.Mullen@mock.edu.invalid +userPassword: password + +dn: uid=tterry,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Terry +givenName: Tyler +cn: Tyler Terry +uid: tterry +#title: alum +employeeNumber: 800002631 +mail: Tyler.Terry@mock.edu.invalid +userPassword: password + +dn: uid=aross2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ross +givenName: Allison +cn: Allison Ross +uid: aross2 +#title: alum +employeeNumber: 800002632 +mail: Allison.Ross@mock.edu.invalid +userPassword: password + +dn: uid=kcarpent,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carpenter +givenName: Karen +cn: Karen Carpenter +uid: kcarpent +#title: alum +employeeNumber: 800002633 +mail: Karen.Carpenter@mock.edu.invalid +userPassword: password + +dn: uid=lkaiser2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kaiser +givenName: Lisa +cn: Lisa Kaiser +uid: lkaiser2 +#title: alum +employeeNumber: 800002634 +mail: Lisa.Kaiser@mock.edu.invalid +userPassword: password + +dn: uid=aperez2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perez +givenName: Andrea +cn: Andrea Perez +uid: aperez2 +#title: alum +employeeNumber: 800002635 +mail: Andrea.Perez@mock.edu.invalid +userPassword: password + +dn: uid=nsmith,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Nathan +cn: Nathan Smith +uid: nsmith +#title: alum +employeeNumber: 800002636 +mail: Nathan.Smith@mock.edu.invalid +userPassword: password + +dn: uid=lwilson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Laurie +cn: Laurie Wilson +uid: lwilson +#title: alum +employeeNumber: 800002637 +mail: Laurie.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=eweiss,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Weiss +givenName: Emily +cn: Emily Weiss +uid: eweiss +#title: alum +employeeNumber: 800002638 +mail: Emily.Weiss@mock.edu.invalid +userPassword: password + +dn: uid=vjackson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Victoria +cn: Victoria Jackson +uid: vjackson +#title: alum +employeeNumber: 800002639 +mail: Victoria.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=tdelgado,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Delgado +givenName: Tony +cn: Tony Delgado +uid: tdelgado +#title: alum +employeeNumber: 800002640 +mail: Tony.Delgado@mock.edu.invalid +userPassword: password + +dn: uid=dlane2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lane +givenName: Daniel +cn: Daniel Lane +uid: dlane2 +#title: alum +employeeNumber: 800002641 +mail: Daniel.Lane@mock.edu.invalid +userPassword: password + +dn: uid=hkeller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Keller +givenName: Hector +cn: Hector Keller +uid: hkeller +#title: alum +employeeNumber: 800002642 +mail: Hector.Keller@mock.edu.invalid +userPassword: password + +dn: uid=kjenkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jenkins +givenName: Kimberly +cn: Kimberly Jenkins +uid: kjenkins +#title: alum +employeeNumber: 800002643 +mail: Kimberly.Jenkins@mock.edu.invalid +userPassword: password + +dn: uid=hknox,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Knox +givenName: Holly +cn: Holly Knox +uid: hknox +#title: alum +employeeNumber: 800002644 +mail: Holly.Knox@mock.edu.invalid +userPassword: password + +dn: uid=kerickso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Erickson +givenName: Kristi +cn: Kristi Erickson +uid: kerickso +#title: alum +employeeNumber: 800002645 +mail: Kristi.Erickson@mock.edu.invalid +userPassword: password + +dn: uid=anielsen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nielsen +givenName: Allison +cn: Allison Nielsen +uid: anielsen +#title: alum +employeeNumber: 800002646 +mail: Allison.Nielsen@mock.edu.invalid +userPassword: password + +dn: uid=cmccarty,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mccarty +givenName: Caitlyn +cn: Caitlyn Mccarty +uid: cmccarty +#title: alum +employeeNumber: 800002647 +mail: Caitlyn.Mccarty@mock.edu.invalid +userPassword: password + +dn: uid=jking3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: King +givenName: Jesus +cn: Jesus King +uid: jking3 +#title: alum +employeeNumber: 800002648 +mail: Jesus.King@mock.edu.invalid +userPassword: password + +dn: uid=ssnyder,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Snyder +givenName: Susan +cn: Susan Snyder +uid: ssnyder +#title: alum +employeeNumber: 800002649 +mail: Susan.Snyder@mock.edu.invalid +userPassword: password + +dn: uid=mjensen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jensen +givenName: Michael +cn: Michael Jensen +uid: mjensen +#title: alum +employeeNumber: 800002650 +mail: Michael.Jensen@mock.edu.invalid +userPassword: password + +dn: uid=gprice2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Price +givenName: Greg +cn: Greg Price +uid: gprice2 +#title: alum +employeeNumber: 800002651 +mail: Greg.Price@mock.edu.invalid +userPassword: password + +dn: uid=jharris3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Janet +cn: Janet Harris +uid: jharris3 +#title: alum +employeeNumber: 800002652 +mail: Janet.Harris@mock.edu.invalid +userPassword: password + +dn: uid=jjeffers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jefferson +givenName: Jack +cn: Jack Jefferson +uid: jjeffers +#title: alum +employeeNumber: 800002653 +mail: Jack.Jefferson@mock.edu.invalid +userPassword: password + +dn: uid=jwilson5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: James +cn: James Wilson +uid: jwilson5 +#title: alum +employeeNumber: 800002654 +mail: James.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=cyoung3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Young +givenName: Connie +cn: Connie Young +uid: cyoung3 +#title: alum +employeeNumber: 800002655 +mail: Connie.Young@mock.edu.invalid +userPassword: password + +dn: uid=bmorse,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morse +givenName: Brenda +cn: Brenda Morse +uid: bmorse +#title: alum +employeeNumber: 800002656 +mail: Brenda.Morse@mock.edu.invalid +userPassword: password + +dn: uid=rmccann,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mccann +givenName: Rhonda +cn: Rhonda Mccann +uid: rmccann +#title: alum +employeeNumber: 800002657 +mail: Rhonda.Mccann@mock.edu.invalid +userPassword: password + +dn: uid=jturner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: Justin +cn: Justin Turner +uid: jturner +#title: alum +employeeNumber: 800002658 +mail: Justin.Turner@mock.edu.invalid +userPassword: password + +dn: uid=mspears,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Spears +givenName: Melanie +cn: Melanie Spears +uid: mspears +#title: alum +employeeNumber: 800002659 +mail: Melanie.Spears@mock.edu.invalid +userPassword: password + +dn: uid=jjordan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jordan +givenName: Julia +cn: Julia Jordan +uid: jjordan +#title: alum +employeeNumber: 800002660 +mail: Julia.Jordan@mock.edu.invalid +userPassword: password + +dn: uid=cclark2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clark +givenName: Christina +cn: Christina Clark +uid: cclark2 +#title: alum +employeeNumber: 800002661 +mail: Christina.Clark@mock.edu.invalid +userPassword: password + +dn: uid=spatters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patterson +givenName: Shannon +cn: Shannon Patterson +uid: spatters +#title: alum +employeeNumber: 800002662 +mail: Shannon.Patterson@mock.edu.invalid +userPassword: password + +dn: uid=jgomez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gomez +givenName: Jeff +cn: Jeff Gomez +uid: jgomez +#title: alum +employeeNumber: 800002663 +mail: Jeff.Gomez@mock.edu.invalid +userPassword: password + +dn: uid=jwilson6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Jonathon +cn: Jonathon Wilson +uid: jwilson6 +#title: alum +employeeNumber: 800002664 +mail: Jonathon.Wilson@mock.edu.invalid +userPassword: password + +dn: uid=nhartman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hartman +givenName: Norma +cn: Norma Hartman +uid: nhartman +#title: alum +employeeNumber: 800002665 +mail: Norma.Hartman@mock.edu.invalid +userPassword: password + +dn: uid=jmacdona,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Macdonald +givenName: Joshua +cn: Joshua Macdonald +uid: jmacdona +#title: alum +employeeNumber: 800002666 +mail: Joshua.Macdonald@mock.edu.invalid +userPassword: password + +dn: uid=rnorton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Norton +givenName: Ryan +cn: Ryan Norton +uid: rnorton +#title: alum +employeeNumber: 800002667 +mail: Ryan.Norton@mock.edu.invalid +userPassword: password + +dn: uid=zcrawfor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Crawford +givenName: Zachary +cn: Zachary Crawford +uid: zcrawfor +#title: alum +employeeNumber: 800002668 +mail: Zachary.Crawford@mock.edu.invalid +userPassword: password + +dn: uid=vortiz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ortiz +givenName: Victoria +cn: Victoria Ortiz +uid: vortiz +#title: alum +employeeNumber: 800002669 +mail: Victoria.Ortiz@mock.edu.invalid +userPassword: password + +dn: uid=tbowen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bowen +givenName: Tonya +cn: Tonya Bowen +uid: tbowen +#title: alum +employeeNumber: 800002670 +mail: Tonya.Bowen@mock.edu.invalid +userPassword: password + +dn: uid=eturner,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: Erica +cn: Erica Turner +uid: eturner +#title: alum +employeeNumber: 800002671 +mail: Erica.Turner@mock.edu.invalid +userPassword: password + +dn: uid=bford,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ford +givenName: Brittney +cn: Brittney Ford +uid: bford +#title: alum +employeeNumber: 800002672 +mail: Brittney.Ford@mock.edu.invalid +userPassword: password + +dn: uid=ljones3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Leslie +cn: Leslie Jones +uid: ljones3 +#title: alum +employeeNumber: 800002673 +mail: Leslie.Jones@mock.edu.invalid +userPassword: password + +dn: uid=crobins3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Charles +cn: Charles Robinson +uid: crobins3 +#title: alum +employeeNumber: 800002674 +mail: Charles.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=sjones,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Sara +cn: Sara Jones +uid: sjones +#title: alum +employeeNumber: 800002675 +mail: Sara.Jones@mock.edu.invalid +userPassword: password + +dn: uid=rshaffer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Shaffer +givenName: Ryan +cn: Ryan Shaffer +uid: rshaffer +#title: alum +employeeNumber: 800002676 +mail: Ryan.Shaffer@mock.edu.invalid +userPassword: password + +dn: uid=pbecker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Becker +givenName: Phillip +cn: Phillip Becker +uid: pbecker +#title: alum +employeeNumber: 800002677 +mail: Phillip.Becker@mock.edu.invalid +userPassword: password + +dn: uid=atran2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Tran +givenName: Angela +cn: Angela Tran +uid: atran2 +#title: alum +employeeNumber: 800002678 +mail: Angela.Tran@mock.edu.invalid +userPassword: password + +dn: uid=acollins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Collins +givenName: Alicia +cn: Alicia Collins +uid: acollins +#title: alum +employeeNumber: 800002679 +mail: Alicia.Collins@mock.edu.invalid +userPassword: password + +dn: uid=mnunez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nunez +givenName: Mary +cn: Mary Nunez +uid: mnunez +#title: alum +employeeNumber: 800002680 +mail: Mary.Nunez@mock.edu.invalid +userPassword: password + +dn: uid=jvargas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Vargas +givenName: Jennifer +cn: Jennifer Vargas +uid: jvargas +#title: alum +employeeNumber: 800002681 +mail: Jennifer.Vargas@mock.edu.invalid +userPassword: password + +dn: uid=sortiz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ortiz +givenName: Sarah +cn: Sarah Ortiz +uid: sortiz +#title: alum +employeeNumber: 800002682 +mail: Sarah.Ortiz@mock.edu.invalid +userPassword: password + +dn: uid=abishop,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bishop +givenName: Antonio +cn: Antonio Bishop +uid: abishop +#title: alum +employeeNumber: 800002683 +mail: Antonio.Bishop@mock.edu.invalid +userPassword: password + +dn: uid=sparker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Parker +givenName: Samantha +cn: Samantha Parker +uid: sparker +#title: alum +employeeNumber: 800002684 +mail: Samantha.Parker@mock.edu.invalid +userPassword: password + +dn: uid=twalker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Walker +givenName: Traci +cn: Traci Walker +uid: twalker +#title: alum +employeeNumber: 800002685 +mail: Traci.Walker@mock.edu.invalid +userPassword: password + +dn: uid=amiller4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Amanda +cn: Amanda Miller +uid: amiller4 +#title: alum +employeeNumber: 800002686 +mail: Amanda.Miller@mock.edu.invalid +userPassword: password + +dn: uid=vwall,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wall +givenName: Victor +cn: Victor Wall +uid: vwall +#title: alum +employeeNumber: 800002687 +mail: Victor.Wall@mock.edu.invalid +userPassword: password + +dn: uid=wallison,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Allison +givenName: William +cn: William Allison +uid: wallison +#title: alum +employeeNumber: 800002688 +mail: William.Allison@mock.edu.invalid +userPassword: password + +dn: uid=vbaker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baker +givenName: Veronica +cn: Veronica Baker +uid: vbaker +#title: alum +employeeNumber: 800002689 +mail: Veronica.Baker@mock.edu.invalid +userPassword: password + +dn: uid=bunderwo,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Underwood +givenName: Barbara +cn: Barbara Underwood +uid: bunderwo +#title: alum +employeeNumber: 800002690 +mail: Barbara.Underwood@mock.edu.invalid +userPassword: password + +dn: uid=sdavis3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Shannon +cn: Shannon Davis +uid: sdavis3 +#title: alum +employeeNumber: 800002691 +mail: Shannon.Davis@mock.edu.invalid +userPassword: password + +dn: uid=kscott2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Kendra +cn: Kendra Scott +uid: kscott2 +#title: alum +employeeNumber: 800002692 +mail: Kendra.Scott@mock.edu.invalid +userPassword: password + +dn: uid=mhernan3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Marcus +cn: Marcus Hernandez +uid: mhernan3 +#title: alum +employeeNumber: 800002693 +mail: Marcus.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=adavis4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Anna +cn: Anna Davis +uid: adavis4 +#title: alum +employeeNumber: 800002694 +mail: Anna.Davis@mock.edu.invalid +userPassword: password + +dn: uid=cserrano,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Serrano +givenName: Claire +cn: Claire Serrano +uid: cserrano +#title: alum +employeeNumber: 800002695 +mail: Claire.Serrano@mock.edu.invalid +userPassword: password + +dn: uid=smurphy,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murphy +givenName: Sarah +cn: Sarah Murphy +uid: smurphy +#title: alum +employeeNumber: 800002696 +mail: Sarah.Murphy@mock.edu.invalid +userPassword: password + +dn: uid=bmiller3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Billy +cn: Billy Miller +uid: bmiller3 +#title: alum +employeeNumber: 800002697 +mail: Billy.Miller@mock.edu.invalid +userPassword: password + +dn: uid=storres3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Torres +givenName: Sarah +cn: Sarah Torres +uid: storres3 +#title: alum +employeeNumber: 800002698 +mail: Sarah.Torres@mock.edu.invalid +userPassword: password + +dn: uid=projas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rojas +givenName: Penny +cn: Penny Rojas +uid: projas +#title: alum +employeeNumber: 800002699 +mail: Penny.Rojas@mock.edu.invalid +userPassword: password + +dn: uid=lscott,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Scott +givenName: Laurie +cn: Laurie Scott +uid: lscott +#title: alum +employeeNumber: 800002700 +mail: Laurie.Scott@mock.edu.invalid +userPassword: password + +dn: uid=avalenzu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Valenzuela +givenName: Anthony +cn: Anthony Valenzuela +uid: avalenzu +#title: alum +employeeNumber: 800002701 +mail: Anthony.Valenzuela@mock.edu.invalid +userPassword: password + +dn: uid=lthomas4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thomas +givenName: Logan +cn: Logan Thomas +uid: lthomas4 +#title: alum +employeeNumber: 800002702 +mail: Logan.Thomas@mock.edu.invalid +userPassword: password + +dn: uid=crichar2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richards +givenName: Carrie +cn: Carrie Richards +uid: crichar2 +#title: alum +employeeNumber: 800002703 +mail: Carrie.Richards@mock.edu.invalid +userPassword: password + +dn: uid=cmyers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Myers +givenName: Catherine +cn: Catherine Myers +uid: cmyers +#title: alum +employeeNumber: 800002704 +mail: Catherine.Myers@mock.edu.invalid +userPassword: password + +dn: uid=nsmith2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Nancy +cn: Nancy Smith +uid: nsmith2 +#title: alum +employeeNumber: 800002705 +mail: Nancy.Smith@mock.edu.invalid +userPassword: password + +dn: uid=lmitchel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mitchell +givenName: Lucas +cn: Lucas Mitchell +uid: lmitchel +#title: alum +employeeNumber: 800002706 +mail: Lucas.Mitchell@mock.edu.invalid +userPassword: password + +dn: uid=jlong,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Long +givenName: James +cn: James Long +uid: jlong +#title: alum +employeeNumber: 800002707 +mail: James.Long@mock.edu.invalid +userPassword: password + +dn: uid=astone,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stone +givenName: Autumn +cn: Autumn Stone +uid: astone +#title: alum +employeeNumber: 800002708 +mail: Autumn.Stone@mock.edu.invalid +userPassword: password + +dn: uid=sweaver2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Weaver +givenName: Shannon +cn: Shannon Weaver +uid: sweaver2 +#title: alum +employeeNumber: 800002709 +mail: Shannon.Weaver@mock.edu.invalid +userPassword: password + +dn: uid=arodrig2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Adam +cn: Adam Rodriguez +uid: arodrig2 +#title: alum +employeeNumber: 800002710 +mail: Adam.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=jsmith5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Jonathan +cn: Jonathan Smith +uid: jsmith5 +#title: alum +employeeNumber: 800002711 +mail: Jonathan.Smith@mock.edu.invalid +userPassword: password + +dn: uid=cking3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: King +givenName: Carolyn +cn: Carolyn King +uid: cking3 +#title: alum +employeeNumber: 800002712 +mail: Carolyn.King@mock.edu.invalid +userPassword: password + +dn: uid=mbarnes2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barnes +givenName: Martha +cn: Martha Barnes +uid: mbarnes2 +#title: alum +employeeNumber: 800002713 +mail: Martha.Barnes@mock.edu.invalid +userPassword: password + +dn: uid=aholmes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Holmes +givenName: Adam +cn: Adam Holmes +uid: aholmes +#title: alum +employeeNumber: 800002714 +mail: Adam.Holmes@mock.edu.invalid +userPassword: password + +dn: uid=nellis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ellis +givenName: Nichole +cn: Nichole Ellis +uid: nellis +#title: alum +employeeNumber: 800002715 +mail: Nichole.Ellis@mock.edu.invalid +userPassword: password + +dn: uid=rhill2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hill +givenName: Ryan +cn: Ryan Hill +uid: rhill2 +#title: alum +employeeNumber: 800002716 +mail: Ryan.Hill@mock.edu.invalid +userPassword: password + +dn: uid=efletche,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fletcher +givenName: Edward +cn: Edward Fletcher +uid: efletche +#title: alum +employeeNumber: 800002717 +mail: Edward.Fletcher@mock.edu.invalid +userPassword: password + +dn: uid=lyang,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Yang +givenName: Lynn +cn: Lynn Yang +uid: lyang +#title: alum +employeeNumber: 800002718 +mail: Lynn.Yang@mock.edu.invalid +userPassword: password + +dn: uid=lbernard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bernard +givenName: Lisa +cn: Lisa Bernard +uid: lbernard +#title: alum +employeeNumber: 800002719 +mail: Lisa.Bernard@mock.edu.invalid +userPassword: password + +dn: uid=eray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ray +givenName: Erika +cn: Erika Ray +uid: eray +#title: alum +employeeNumber: 800002720 +mail: Erika.Ray@mock.edu.invalid +userPassword: password + +dn: uid=bcrawfo2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Crawford +givenName: Brenda +cn: Brenda Crawford +uid: bcrawfo2 +#title: alum +employeeNumber: 800002721 +mail: Brenda.Crawford@mock.edu.invalid +userPassword: password + +dn: uid=tpena,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pena +givenName: Tyler +cn: Tyler Pena +uid: tpena +#title: alum +employeeNumber: 800002722 +mail: Tyler.Pena@mock.edu.invalid +userPassword: password + +dn: uid=cperez4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perez +givenName: Curtis +cn: Curtis Perez +uid: cperez4 +#title: alum +employeeNumber: 800002723 +mail: Curtis.Perez@mock.edu.invalid +userPassword: password + +dn: uid=aclark2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clark +givenName: Angela +cn: Angela Clark +uid: aclark2 +#title: alum +employeeNumber: 800002724 +mail: Angela.Clark@mock.edu.invalid +userPassword: password + +dn: uid=mrose,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rose +givenName: Matthew +cn: Matthew Rose +uid: mrose +#title: alum +employeeNumber: 800002725 +mail: Matthew.Rose@mock.edu.invalid +userPassword: password + +dn: uid=mnichols,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nicholson +givenName: Michelle +cn: Michelle Nicholson +uid: mnichols +#title: alum +employeeNumber: 800002726 +mail: Michelle.Nicholson@mock.edu.invalid +userPassword: password + +dn: uid=rdaniels,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Daniels +givenName: Rachel +cn: Rachel Daniels +uid: rdaniels +#title: alum +employeeNumber: 800002727 +mail: Rachel.Daniels@mock.edu.invalid +userPassword: password + +dn: uid=jcisnero,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cisneros +givenName: Jessica +cn: Jessica Cisneros +uid: jcisnero +#title: alum +employeeNumber: 800002728 +mail: Jessica.Cisneros@mock.edu.invalid +userPassword: password + +dn: uid=dpope,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Pope +givenName: David +cn: David Pope +uid: dpope +#title: alum +employeeNumber: 800002729 +mail: David.Pope@mock.edu.invalid +userPassword: password + +dn: uid=ljacobso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jacobson +givenName: Lisa +cn: Lisa Jacobson +uid: ljacobso +#title: alum +employeeNumber: 800002730 +mail: Lisa.Jacobson@mock.edu.invalid +userPassword: password + +dn: uid=jaguila2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Aguilar +givenName: John +cn: John Aguilar +uid: jaguila2 +#title: alum +employeeNumber: 800002731 +mail: John.Aguilar@mock.edu.invalid +userPassword: password + +dn: uid=wrios,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rios +givenName: William +cn: William Rios +uid: wrios +#title: alum +employeeNumber: 800002732 +mail: William.Rios@mock.edu.invalid +userPassword: password + +dn: uid=rsmith5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Smith +givenName: Rachel +cn: Rachel Smith +uid: rsmith5 +#title: alum +employeeNumber: 800002733 +mail: Rachel.Smith@mock.edu.invalid +userPassword: password + +dn: uid=afisher3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fisher +givenName: Amber +cn: Amber Fisher +uid: afisher3 +#title: alum +employeeNumber: 800002734 +mail: Amber.Fisher@mock.edu.invalid +userPassword: password + +dn: uid=smcguire,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcguire +givenName: Sara +cn: Sara Mcguire +uid: smcguire +#title: alum +employeeNumber: 800002735 +mail: Sara.Mcguire@mock.edu.invalid +userPassword: password + +dn: uid=fmayer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mayer +givenName: Frank +cn: Frank Mayer +uid: fmayer +#title: alum +employeeNumber: 800002736 +mail: Frank.Mayer@mock.edu.invalid +userPassword: password + +dn: uid=ccampbel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Campbell +givenName: Charles +cn: Charles Campbell +uid: ccampbel +#title: alum +employeeNumber: 800002737 +mail: Charles.Campbell@mock.edu.invalid +userPassword: password + +dn: uid=enewman2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Newman +givenName: Erik +cn: Erik Newman +uid: enewman2 +#title: alum +employeeNumber: 800002738 +mail: Erik.Newman@mock.edu.invalid +userPassword: password + +dn: uid=jbeck,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Beck +givenName: Jasmine +cn: Jasmine Beck +uid: jbeck +#title: alum +employeeNumber: 800002739 +mail: Jasmine.Beck@mock.edu.invalid +userPassword: password + +dn: uid=tduran,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Duran +givenName: Timothy +cn: Timothy Duran +uid: tduran +#title: alum +employeeNumber: 800002740 +mail: Timothy.Duran@mock.edu.invalid +userPassword: password + +dn: uid=jmiller6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Jennifer +cn: Jennifer Miller +uid: jmiller6 +#title: alum +employeeNumber: 800002741 +mail: Jennifer.Miller@mock.edu.invalid +userPassword: password + +dn: uid=jwillia8,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Jesse +cn: Jesse Williams +uid: jwillia8 +#title: alum +employeeNumber: 800002742 +mail: Jesse.Williams@mock.edu.invalid +userPassword: password + +dn: uid=mmercer2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mercer +givenName: Michael +cn: Michael Mercer +uid: mmercer2 +#title: alum +employeeNumber: 800002743 +mail: Michael.Mercer@mock.edu.invalid +userPassword: password + +dn: uid=mcarrol2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carroll +givenName: Matthew +cn: Matthew Carroll +uid: mcarrol2 +#title: alum +employeeNumber: 800002744 +mail: Matthew.Carroll@mock.edu.invalid +userPassword: password + +dn: uid=janders7,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Jennifer +cn: Jennifer Anderson +uid: janders7 +#title: alum +employeeNumber: 800002745 +mail: Jennifer.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=bdavies,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davies +givenName: Bobby +cn: Bobby Davies +uid: bdavies +#title: alum +employeeNumber: 800002746 +mail: Bobby.Davies@mock.edu.invalid +userPassword: password + +dn: uid=bprice2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Price +givenName: Barbara +cn: Barbara Price +uid: bprice2 +#title: alum +employeeNumber: 800002747 +mail: Barbara.Price@mock.edu.invalid +userPassword: password + +dn: uid=tedward2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Edwards +givenName: Tina +cn: Tina Edwards +uid: tedward2 +#title: alum +employeeNumber: 800002748 +mail: Tina.Edwards@mock.edu.invalid +userPassword: password + +dn: uid=dchen2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Chen +givenName: David +cn: David Chen +uid: dchen2 +#title: alum +employeeNumber: 800002749 +mail: David.Chen@mock.edu.invalid +userPassword: password + +dn: uid=rrichard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richardson +givenName: Rita +cn: Rita Richardson +uid: rrichard +#title: alum +employeeNumber: 800002750 +mail: Rita.Richardson@mock.edu.invalid +userPassword: password + +dn: uid=abruce,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bruce +givenName: Amy +cn: Amy Bruce +uid: abruce +#title: alum +employeeNumber: 800002751 +mail: Amy.Bruce@mock.edu.invalid +userPassword: password + +dn: uid=jstaffor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stafford +givenName: Jesse +cn: Jesse Stafford +uid: jstaffor +#title: alum +employeeNumber: 800002752 +mail: Jesse.Stafford@mock.edu.invalid +userPassword: password + +dn: uid=jfriedma,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Friedman +givenName: Jessica +cn: Jessica Friedman +uid: jfriedma +#title: alum +employeeNumber: 800002753 +mail: Jessica.Friedman@mock.edu.invalid +userPassword: password + +dn: uid=kwade,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wade +givenName: Karl +cn: Karl Wade +uid: kwade +#title: alum +employeeNumber: 800002754 +mail: Karl.Wade@mock.edu.invalid +userPassword: password + +dn: uid=ahenders,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henderson +givenName: Aaron +cn: Aaron Henderson +uid: ahenders +#title: alum +employeeNumber: 800002755 +mail: Aaron.Henderson@mock.edu.invalid +userPassword: password + +dn: uid=scook2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cook +givenName: Sandra +cn: Sandra Cook +uid: scook2 +#title: alum +employeeNumber: 800002756 +mail: Sandra.Cook@mock.edu.invalid +userPassword: password + +dn: uid=pbailey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bailey +givenName: Patrick +cn: Patrick Bailey +uid: pbailey +#title: alum +employeeNumber: 800002757 +mail: Patrick.Bailey@mock.edu.invalid +userPassword: password + +dn: uid=jlewis4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lewis +givenName: Jacob +cn: Jacob Lewis +uid: jlewis4 +#title: alum +employeeNumber: 800002758 +mail: Jacob.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=mlee,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lee +givenName: Michele +cn: Michele Lee +uid: mlee +#title: alum +employeeNumber: 800002759 +mail: Michele.Lee@mock.edu.invalid +userPassword: password + +dn: uid=cmontgom,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Montgomery +givenName: Christina +cn: Christina Montgomery +uid: cmontgom +#title: alum +employeeNumber: 800002760 +mail: Christina.Montgomery@mock.edu.invalid +userPassword: password + +dn: uid=jadams3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Adams +givenName: Joseph +cn: Joseph Adams +uid: jadams3 +#title: alum +employeeNumber: 800002761 +mail: Joseph.Adams@mock.edu.invalid +userPassword: password + +dn: uid=amiller5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Alicia +cn: Alicia Miller +uid: amiller5 +#title: alum +employeeNumber: 800002762 +mail: Alicia.Miller@mock.edu.invalid +userPassword: password + +dn: uid=cfrancis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Francis +givenName: Catherine +cn: Catherine Francis +uid: cfrancis +#title: alum +employeeNumber: 800002763 +mail: Catherine.Francis@mock.edu.invalid +userPassword: password + +dn: uid=lsantiag,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Santiago +givenName: Lisa +cn: Lisa Santiago +uid: lsantiag +#title: alum +employeeNumber: 800002764 +mail: Lisa.Santiago@mock.edu.invalid +userPassword: password + +dn: uid=jcrawfor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Crawford +givenName: James +cn: James Crawford +uid: jcrawfor +#title: alum +employeeNumber: 800002765 +mail: James.Crawford@mock.edu.invalid +userPassword: password + +dn: uid=jlopez4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lopez +givenName: Justin +cn: Justin Lopez +uid: jlopez4 +#title: alum +employeeNumber: 800002766 +mail: Justin.Lopez@mock.edu.invalid +userPassword: password + +dn: uid=cyork,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: York +givenName: Christopher +cn: Christopher York +uid: cyork +#title: alum +employeeNumber: 800002767 +mail: Christopher.York@mock.edu.invalid +userPassword: password + +dn: uid=srobert3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roberts +givenName: Samantha +cn: Samantha Roberts +uid: srobert3 +#title: alum +employeeNumber: 800002768 +mail: Samantha.Roberts@mock.edu.invalid +userPassword: password + +dn: uid=iross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ross +givenName: Isaiah +cn: Isaiah Ross +uid: iross +#title: alum +employeeNumber: 800002769 +mail: Isaiah.Ross@mock.edu.invalid +userPassword: password + +dn: uid=sruiz,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ruiz +givenName: Sarah +cn: Sarah Ruiz +uid: sruiz +#title: alum +employeeNumber: 800002770 +mail: Sarah.Ruiz@mock.edu.invalid +userPassword: password + +dn: uid=kmejia,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mejia +givenName: Kathryn +cn: Kathryn Mejia +uid: kmejia +#title: alum +employeeNumber: 800002771 +mail: Kathryn.Mejia@mock.edu.invalid +userPassword: password + +dn: uid=bmorrow,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morrow +givenName: Brandon +cn: Brandon Morrow +uid: bmorrow +#title: alum +employeeNumber: 800002772 +mail: Brandon.Morrow@mock.edu.invalid +userPassword: password + +dn: uid=kwright,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wright +givenName: Katrina +cn: Katrina Wright +uid: kwright +#title: alum +employeeNumber: 800002773 +mail: Katrina.Wright@mock.edu.invalid +userPassword: password + +dn: uid=bkeller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Keller +givenName: Billy +cn: Billy Keller +uid: bkeller +#title: alum +employeeNumber: 800002774 +mail: Billy.Keller@mock.edu.invalid +userPassword: password + +dn: uid=mjuarez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Juarez +givenName: Matthew +cn: Matthew Juarez +uid: mjuarez +#title: alum +employeeNumber: 800002775 +mail: Matthew.Juarez@mock.edu.invalid +userPassword: password + +dn: uid=jsanche3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sanchez +givenName: James +cn: James Sanchez +uid: jsanche3 +#title: alum +employeeNumber: 800002776 +mail: James.Sanchez@mock.edu.invalid +userPassword: password + +dn: uid=pbender,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bender +givenName: Paige +cn: Paige Bender +uid: pbender +#title: alum +employeeNumber: 800002777 +mail: Paige.Bender@mock.edu.invalid +userPassword: password + +dn: uid=jcox3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cox +givenName: John +cn: John Cox +uid: jcox3 +#title: alum +employeeNumber: 800002778 +mail: John.Cox@mock.edu.invalid +userPassword: password + +dn: uid=mflores4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Flores +givenName: Michael +cn: Michael Flores +uid: mflores4 +#title: alum +employeeNumber: 800002779 +mail: Michael.Flores@mock.edu.invalid +userPassword: password + +dn: uid=whart,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hart +givenName: Whitney +cn: Whitney Hart +uid: whart +#title: alum +employeeNumber: 800002780 +mail: Whitney.Hart@mock.edu.invalid +userPassword: password + +dn: uid=saguila2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Aguilar +givenName: Susan +cn: Susan Aguilar +uid: saguila2 +#title: alum +employeeNumber: 800002781 +mail: Susan.Aguilar@mock.edu.invalid +userPassword: password + +dn: uid=mhowell,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Howell +givenName: Michael +cn: Michael Howell +uid: mhowell +#title: alum +employeeNumber: 800002782 +mail: Michael.Howell@mock.edu.invalid +userPassword: password + +dn: uid=kadams,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Adams +givenName: Kimberly +cn: Kimberly Adams +uid: kadams +#title: alum +employeeNumber: 800002783 +mail: Kimberly.Adams@mock.edu.invalid +userPassword: password + +dn: uid=jthomps5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Jason +cn: Jason Thompson +uid: jthomps5 +#title: alum +employeeNumber: 800002784 +mail: Jason.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=bmoody,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moody +givenName: Brian +cn: Brian Moody +uid: bmoody +#title: alum +employeeNumber: 800002785 +mail: Brian.Moody@mock.edu.invalid +userPassword: password + +dn: uid=egomez2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gomez +givenName: Eugene +cn: Eugene Gomez +uid: egomez2 +#title: alum +employeeNumber: 800002786 +mail: Eugene.Gomez@mock.edu.invalid +userPassword: password + +dn: uid=ptaylor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Taylor +givenName: Pamela +cn: Pamela Taylor +uid: ptaylor +#title: alum +employeeNumber: 800002787 +mail: Pamela.Taylor@mock.edu.invalid +userPassword: password + +dn: uid=mpaul,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Paul +givenName: Maria +cn: Maria Paul +uid: mpaul +#title: alum +employeeNumber: 800002788 +mail: Maria.Paul@mock.edu.invalid +userPassword: password + +dn: uid=chaas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Haas +givenName: Christopher +cn: Christopher Haas +uid: chaas +#title: alum +employeeNumber: 800002789 +mail: Christopher.Haas@mock.edu.invalid +userPassword: password + +dn: uid=jzavala,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Zavala +givenName: Jordan +cn: Jordan Zavala +uid: jzavala +#title: alum +employeeNumber: 800002790 +mail: Jordan.Zavala@mock.edu.invalid +userPassword: password + +dn: uid=sthomps2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Sarah +cn: Sarah Thompson +uid: sthomps2 +#title: alum +employeeNumber: 800002791 +mail: Sarah.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=jwatts,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watts +givenName: Jared +cn: Jared Watts +uid: jwatts +#title: alum +employeeNumber: 800002792 +mail: Jared.Watts@mock.edu.invalid +userPassword: password + +dn: uid=ajohnso5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Ashley +cn: Ashley Johnson +uid: ajohnso5 +#title: alum +employeeNumber: 800002793 +mail: Ashley.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=akrause2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Krause +givenName: Amber +cn: Amber Krause +uid: akrause2 +#title: alum +employeeNumber: 800002794 +mail: Amber.Krause@mock.edu.invalid +userPassword: password + +dn: uid=bwatson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watson +givenName: Brian +cn: Brian Watson +uid: bwatson +#title: alum +employeeNumber: 800002795 +mail: Brian.Watson@mock.edu.invalid +userPassword: password + +dn: uid=bmartin,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martin +givenName: Benjamin +cn: Benjamin Martin +uid: bmartin +#title: alum +employeeNumber: 800002796 +mail: Benjamin.Martin@mock.edu.invalid +userPassword: password + +dn: uid=mrobinso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Robinson +givenName: Mark +cn: Mark Robinson +uid: mrobinso +#title: alum +employeeNumber: 800002797 +mail: Mark.Robinson@mock.edu.invalid +userPassword: password + +dn: uid=oross,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ross +givenName: Olivia +cn: Olivia Ross +uid: oross +#title: alum +employeeNumber: 800002798 +mail: Olivia.Ross@mock.edu.invalid +userPassword: password + +dn: uid=jshelton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Shelton +givenName: Jill +cn: Jill Shelton +uid: jshelton +#title: alum +employeeNumber: 800002799 +mail: Jill.Shelton@mock.edu.invalid +userPassword: password + +dn: uid=kharvey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harvey +givenName: Kristie +cn: Kristie Harvey +uid: kharvey +#title: alum +employeeNumber: 800002800 +mail: Kristie.Harvey@mock.edu.invalid +userPassword: password + +dn: uid=mboyer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Boyer +givenName: Melissa +cn: Melissa Boyer +uid: mboyer +#title: alum +employeeNumber: 800002801 +mail: Melissa.Boyer@mock.edu.invalid +userPassword: password + +dn: uid=jpatel2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patel +givenName: Jeffrey +cn: Jeffrey Patel +uid: jpatel2 +#title: alum +employeeNumber: 800002802 +mail: Jeffrey.Patel@mock.edu.invalid +userPassword: password + +dn: uid=ccooke,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cooke +givenName: Cynthia +cn: Cynthia Cooke +uid: ccooke +#title: alum +employeeNumber: 800002803 +mail: Cynthia.Cooke@mock.edu.invalid +userPassword: password + +dn: uid=arussel2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Russell +givenName: Amanda +cn: Amanda Russell +uid: arussel2 +#title: alum +employeeNumber: 800002804 +mail: Amanda.Russell@mock.edu.invalid +userPassword: password + +dn: uid=klane,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lane +givenName: Kara +cn: Kara Lane +uid: klane +#title: alum +employeeNumber: 800002805 +mail: Kara.Lane@mock.edu.invalid +userPassword: password + +dn: uid=alove,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Love +givenName: Audrey +cn: Audrey Love +uid: alove +#title: alum +employeeNumber: 800002806 +mail: Audrey.Love@mock.edu.invalid +userPassword: password + +dn: uid=jharris4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Jonathan +cn: Jonathan Harris +uid: jharris4 +#title: alum +employeeNumber: 800002807 +mail: Jonathan.Harris@mock.edu.invalid +userPassword: password + +dn: uid=cwolfe,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wolfe +givenName: Curtis +cn: Curtis Wolfe +uid: cwolfe +#title: alum +employeeNumber: 800002808 +mail: Curtis.Wolfe@mock.edu.invalid +userPassword: password + +dn: uid=lthomps2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Lindsey +cn: Lindsey Thompson +uid: lthomps2 +#title: alum +employeeNumber: 800002809 +mail: Lindsey.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=eward,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ward +givenName: Erik +cn: Erik Ward +uid: eward +#title: alum +employeeNumber: 800002810 +mail: Erik.Ward@mock.edu.invalid +userPassword: password + +dn: uid=jjohnso7,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: James +cn: James Johnson +uid: jjohnso7 +#title: alum +employeeNumber: 800002811 +mail: James.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=creed2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reed +givenName: Crystal +cn: Crystal Reed +uid: creed2 +#title: alum +employeeNumber: 800002812 +mail: Crystal.Reed@mock.edu.invalid +userPassword: password + +dn: uid=lyoung,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Young +givenName: Lisa +cn: Lisa Young +uid: lyoung +#title: alum +employeeNumber: 800002813 +mail: Lisa.Young@mock.edu.invalid +userPassword: password + +dn: uid=jguerre2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Guerrero +givenName: Jack +cn: Jack Guerrero +uid: jguerre2 +#title: alum +employeeNumber: 800002814 +mail: Jack.Guerrero@mock.edu.invalid +userPassword: password + +dn: uid=jkeller,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Keller +givenName: Joseph +cn: Joseph Keller +uid: jkeller +#title: alum +employeeNumber: 800002815 +mail: Joseph.Keller@mock.edu.invalid +userPassword: password + +dn: uid=jcollin3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Collins +givenName: Jennifer +cn: Jennifer Collins +uid: jcollin3 +#title: alum +employeeNumber: 800002816 +mail: Jennifer.Collins@mock.edu.invalid +userPassword: password + +dn: uid=jhines,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hines +givenName: Jenna +cn: Jenna Hines +uid: jhines +#title: alum +employeeNumber: 800002817 +mail: Jenna.Hines@mock.edu.invalid +userPassword: password + +dn: uid=kaguilar,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Aguilar +givenName: Kevin +cn: Kevin Aguilar +uid: kaguilar +#title: alum +employeeNumber: 800002818 +mail: Kevin.Aguilar@mock.edu.invalid +userPassword: password + +dn: uid=ewillia5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Erika +cn: Erika Williams +uid: ewillia5 +#title: alum +employeeNumber: 800002819 +mail: Erika.Williams@mock.edu.invalid +userPassword: password + +dn: uid=ajeffers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jefferson +givenName: Anthony +cn: Anthony Jefferson +uid: ajeffers +#title: alum +employeeNumber: 800002820 +mail: Anthony.Jefferson@mock.edu.invalid +userPassword: password + +dn: uid=kdixon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dixon +givenName: Kimberly +cn: Kimberly Dixon +uid: kdixon +#title: alum +employeeNumber: 800002821 +mail: Kimberly.Dixon@mock.edu.invalid +userPassword: password + +dn: uid=aedwards,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Edwards +givenName: Alison +cn: Alison Edwards +uid: aedwards +#title: alum +employeeNumber: 800002822 +mail: Alison.Edwards@mock.edu.invalid +userPassword: password + +dn: uid=cmartin2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Martinez +givenName: Christine +cn: Christine Martinez +uid: cmartin2 +#title: alum +employeeNumber: 800002823 +mail: Christine.Martinez@mock.edu.invalid +userPassword: password + +dn: uid=ldaniels,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Daniels +givenName: Lisa +cn: Lisa Daniels +uid: ldaniels +#title: alum +employeeNumber: 800002824 +mail: Lisa.Daniels@mock.edu.invalid +userPassword: password + +dn: uid=tfernan2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fernandez +givenName: Teresa +cn: Teresa Fernandez +uid: tfernan2 +#title: alum +employeeNumber: 800002825 +mail: Teresa.Fernandez@mock.edu.invalid +userPassword: password + +dn: uid=sjones2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jones +givenName: Steven +cn: Steven Jones +uid: sjones2 +#title: alum +employeeNumber: 800002826 +mail: Steven.Jones@mock.edu.invalid +userPassword: password + +dn: uid=cbrennan,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brennan +givenName: Christian +cn: Christian Brennan +uid: cbrennan +#title: alum +employeeNumber: 800002827 +mail: Christian.Brennan@mock.edu.invalid +userPassword: password + +dn: uid=kvillanu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Villanueva +givenName: Kenneth +cn: Kenneth Villanueva +uid: kvillanu +#title: alum +employeeNumber: 800002828 +mail: Kenneth.Villanueva@mock.edu.invalid +userPassword: password + +dn: uid=ncannon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cannon +givenName: Nicholas +cn: Nicholas Cannon +uid: ncannon +#title: alum +employeeNumber: 800002829 +mail: Nicholas.Cannon@mock.edu.invalid +userPassword: password + +dn: uid=mwatts,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watts +givenName: Melissa +cn: Melissa Watts +uid: mwatts +#title: alum +employeeNumber: 800002830 +mail: Melissa.Watts@mock.edu.invalid +userPassword: password + +dn: uid=pwall,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wall +givenName: Paul +cn: Paul Wall +uid: pwall +#title: alum +employeeNumber: 800002831 +mail: Paul.Wall@mock.edu.invalid +userPassword: password + +dn: uid=bkent,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kent +givenName: Brittney +cn: Brittney Kent +uid: bkent +#title: alum +employeeNumber: 800002832 +mail: Brittney.Kent@mock.edu.invalid +userPassword: password + +dn: uid=scoffey,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Coffey +givenName: Stephanie +cn: Stephanie Coffey +uid: scoffey +#title: alum +employeeNumber: 800002833 +mail: Stephanie.Coffey@mock.edu.invalid +userPassword: password + +dn: uid=mclark,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clark +givenName: Mark +cn: Mark Clark +uid: mclark +#title: alum +employeeNumber: 800002834 +mail: Mark.Clark@mock.edu.invalid +userPassword: password + +dn: uid=mgrant2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Grant +givenName: Michelle +cn: Michelle Grant +uid: mgrant2 +#title: alum +employeeNumber: 800002835 +mail: Michelle.Grant@mock.edu.invalid +userPassword: password + +dn: uid=jcollin4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Collins +givenName: John +cn: John Collins +uid: jcollin4 +#title: alum +employeeNumber: 800002836 +mail: John.Collins@mock.edu.invalid +userPassword: password + +dn: uid=lbaker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baker +givenName: Lisa +cn: Lisa Baker +uid: lbaker +#title: alum +employeeNumber: 800002837 +mail: Lisa.Baker@mock.edu.invalid +userPassword: password + +dn: uid=aparks,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Parks +givenName: Annette +cn: Annette Parks +uid: aparks +#title: alum +employeeNumber: 800002838 +mail: Annette.Parks@mock.edu.invalid +userPassword: password + +dn: uid=dkerr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Kerr +givenName: Danielle +cn: Danielle Kerr +uid: dkerr +#title: alum +employeeNumber: 800002839 +mail: Danielle.Kerr@mock.edu.invalid +userPassword: password + +dn: uid=mjenkin2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jenkins +givenName: Mason +cn: Mason Jenkins +uid: mjenkin2 +#title: alum +employeeNumber: 800002840 +mail: Mason.Jenkins@mock.edu.invalid +userPassword: password + +dn: uid=ccampbe2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Campbell +givenName: Carrie +cn: Carrie Campbell +uid: ccampbe2 +#title: alum +employeeNumber: 800002841 +mail: Carrie.Campbell@mock.edu.invalid +userPassword: password + +dn: uid=gmurray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murray +givenName: Grace +cn: Grace Murray +uid: gmurray +#title: alum +employeeNumber: 800002842 +mail: Grace.Murray@mock.edu.invalid +userPassword: password + +dn: uid=klewis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lewis +givenName: Kayla +cn: Kayla Lewis +uid: klewis +#title: alum +employeeNumber: 800002843 +mail: Kayla.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=lgraham2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Graham +givenName: Leslie +cn: Leslie Graham +uid: lgraham2 +#title: alum +employeeNumber: 800002844 +mail: Leslie.Graham@mock.edu.invalid +userPassword: password + +dn: uid=kbaker,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Baker +givenName: Kevin +cn: Kevin Baker +uid: kbaker +#title: alum +employeeNumber: 800002845 +mail: Kevin.Baker@mock.edu.invalid +userPassword: password + +dn: uid=bwest,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: West +givenName: Briana +cn: Briana West +uid: bwest +#title: alum +employeeNumber: 800002846 +mail: Briana.West@mock.edu.invalid +userPassword: password + +dn: uid=rbarrett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barrett +givenName: Robin +cn: Robin Barrett +uid: rbarrett +#title: alum +employeeNumber: 800002847 +mail: Robin.Barrett@mock.edu.invalid +userPassword: password + +dn: uid=jmoore4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Moore +givenName: Joseph +cn: Joseph Moore +uid: jmoore4 +#title: alum +employeeNumber: 800002848 +mail: Joseph.Moore@mock.edu.invalid +userPassword: password + +dn: uid=vcarrill,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carrillo +givenName: Vincent +cn: Vincent Carrillo +uid: vcarrill +#title: alum +employeeNumber: 800002849 +mail: Vincent.Carrillo@mock.edu.invalid +userPassword: password + +dn: uid=sharris,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harris +givenName: Sara +cn: Sara Harris +uid: sharris +#title: alum +employeeNumber: 800002850 +mail: Sara.Harris@mock.edu.invalid +userPassword: password + +dn: uid=torr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Orr +givenName: Thomas +cn: Thomas Orr +uid: torr +#title: alum +employeeNumber: 800002851 +mail: Thomas.Orr@mock.edu.invalid +userPassword: password + +dn: uid=bwelch,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Welch +givenName: Benjamin +cn: Benjamin Welch +uid: bwelch +#title: alum +employeeNumber: 800002852 +mail: Benjamin.Welch@mock.edu.invalid +userPassword: password + +dn: uid=ndickers,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dickerson +givenName: Nicole +cn: Nicole Dickerson +uid: ndickers +#title: alum +employeeNumber: 800002853 +mail: Nicole.Dickerson@mock.edu.invalid +userPassword: password + +dn: uid=nweaver2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Weaver +givenName: Natalie +cn: Natalie Weaver +uid: nweaver2 +#title: alum +employeeNumber: 800002854 +mail: Natalie.Weaver@mock.edu.invalid +userPassword: password + +dn: uid=jdouglas,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Douglas +givenName: Jaime +cn: Jaime Douglas +uid: jdouglas +#title: alum +employeeNumber: 800002855 +mail: Jaime.Douglas@mock.edu.invalid +userPassword: password + +dn: uid=tcunning,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cunningham +givenName: Travis +cn: Travis Cunningham +uid: tcunning +#title: alum +employeeNumber: 800002856 +mail: Travis.Cunningham@mock.edu.invalid +userPassword: password + +dn: uid=jdickson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dickson +givenName: Jill +cn: Jill Dickson +uid: jdickson +#title: alum +employeeNumber: 800002857 +mail: Jill.Dickson@mock.edu.invalid +userPassword: password + +dn: uid=tbeck,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Beck +givenName: Terri +cn: Terri Beck +uid: tbeck +#title: alum +employeeNumber: 800002858 +mail: Terri.Beck@mock.edu.invalid +userPassword: password + +dn: uid=dquinn,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Quinn +givenName: Diane +cn: Diane Quinn +uid: dquinn +#title: alum +employeeNumber: 800002859 +mail: Diane.Quinn@mock.edu.invalid +userPassword: password + +dn: uid=jcobb,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Cobb +givenName: Jennifer +cn: Jennifer Cobb +uid: jcobb +#title: alum +employeeNumber: 800002860 +mail: Jennifer.Cobb@mock.edu.invalid +userPassword: password + +dn: uid=cmatthew,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Matthews +givenName: Catherine +cn: Catherine Matthews +uid: cmatthew +#title: alum +employeeNumber: 800002861 +mail: Catherine.Matthews@mock.edu.invalid +userPassword: password + +dn: uid=beaton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Eaton +givenName: Billy +cn: Billy Eaton +uid: beaton +#title: alum +employeeNumber: 800002862 +mail: Billy.Eaton@mock.edu.invalid +userPassword: password + +dn: uid=lrodrigu,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Rodriguez +givenName: Larry +cn: Larry Rodriguez +uid: lrodrigu +#title: alum +employeeNumber: 800002863 +mail: Larry.Rodriguez@mock.edu.invalid +userPassword: password + +dn: uid=ewatkins,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Watkins +givenName: Erin +cn: Erin Watkins +uid: ewatkins +#title: alum +employeeNumber: 800002864 +mail: Erin.Watkins@mock.edu.invalid +userPassword: password + +dn: uid=agarcia4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Garcia +givenName: Amy +cn: Amy Garcia +uid: agarcia4 +#title: alum +employeeNumber: 800002865 +mail: Amy.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=dsalazar,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Salazar +givenName: David +cn: David Salazar +uid: dsalazar +#title: alum +employeeNumber: 800002866 +mail: David.Salazar@mock.edu.invalid +userPassword: password + +dn: uid=abauer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bauer +givenName: Andrew +cn: Andrew Bauer +uid: abauer +#title: alum +employeeNumber: 800002867 +mail: Andrew.Bauer@mock.edu.invalid +userPassword: password + +dn: uid=ljohnso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Lacey +cn: Lacey Johnson +uid: ljohnso2 +#title: alum +employeeNumber: 800002868 +mail: Lacey.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=dsosa,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Sosa +givenName: Danny +cn: Danny Sosa +uid: dsosa +#title: alum +employeeNumber: 800002869 +mail: Danny.Sosa@mock.edu.invalid +userPassword: password + +dn: uid=trichmon,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Richmond +givenName: Troy +cn: Troy Richmond +uid: trichmon +#title: alum +employeeNumber: 800002870 +mail: Troy.Richmond@mock.edu.invalid +userPassword: password + +dn: uid=amcdanie,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcdaniel +givenName: Adam +cn: Adam Mcdaniel +uid: amcdanie +#title: alum +employeeNumber: 800002871 +mail: Adam.Mcdaniel@mock.edu.invalid +userPassword: password + +dn: uid=mfernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fernandez +givenName: Miranda +cn: Miranda Fernandez +uid: mfernand +#title: alum +employeeNumber: 800002872 +mail: Miranda.Fernandez@mock.edu.invalid +userPassword: password + +dn: uid=nwillia2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Nathan +cn: Nathan Williams +uid: nwillia2 +#title: alum +employeeNumber: 800002873 +mail: Nathan.Williams@mock.edu.invalid +userPassword: password + +dn: uid=cleonard,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Leonard +givenName: Christopher +cn: Christopher Leonard +uid: cleonard +#title: alum +employeeNumber: 800002874 +mail: Christopher.Leonard@mock.edu.invalid +userPassword: password + +dn: uid=jcarter,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carter +givenName: Julie +cn: Julie Carter +uid: jcarter +#title: alum +employeeNumber: 800002875 +mail: Julie.Carter@mock.edu.invalid +userPassword: password + +dn: uid=bbradfor,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bradford +givenName: Brittany +cn: Brittany Bradford +uid: bbradfor +#title: alum +employeeNumber: 800002876 +mail: Brittany.Bradford@mock.edu.invalid +userPassword: password + +dn: uid=jbird,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bird +givenName: John +cn: John Bird +uid: jbird +#title: alum +employeeNumber: 800002877 +mail: John.Bird@mock.edu.invalid +userPassword: password + +dn: uid=dwade,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wade +givenName: Daniel +cn: Daniel Wade +uid: dwade +#title: alum +employeeNumber: 800002878 +mail: Daniel.Wade@mock.edu.invalid +userPassword: password + +dn: uid=swillia5,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Steven +cn: Steven Williams +uid: swillia5 +#title: alum +employeeNumber: 800002879 +mail: Steven.Williams@mock.edu.invalid +userPassword: password + +dn: uid=nanderso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Anderson +givenName: Nancy +cn: Nancy Anderson +uid: nanderso +#title: alum +employeeNumber: 800002880 +mail: Nancy.Anderson@mock.edu.invalid +userPassword: password + +dn: uid=dhenders,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Henderson +givenName: Daniel +cn: Daniel Henderson +uid: dhenders +#title: alum +employeeNumber: 800002881 +mail: Daniel.Henderson@mock.edu.invalid +userPassword: password + +dn: uid=jpaul,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Paul +givenName: Jose +cn: Jose Paul +uid: jpaul +#title: alum +employeeNumber: 800002882 +mail: Jose.Paul@mock.edu.invalid +userPassword: password + +dn: uid=jhollowa,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Holloway +givenName: James +cn: James Holloway +uid: jhollowa +#title: alum +employeeNumber: 800002883 +mail: James.Holloway@mock.edu.invalid +userPassword: password + +dn: uid=ereed,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Reed +givenName: Edwin +cn: Edwin Reed +uid: ereed +#title: alum +employeeNumber: 800002884 +mail: Edwin.Reed@mock.edu.invalid +userPassword: password + +dn: uid=jmiller7,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Miller +givenName: Jacob +cn: Jacob Miller +uid: jmiller7 +#title: alum +employeeNumber: 800002885 +mail: Jacob.Miller@mock.edu.invalid +userPassword: password + +dn: uid=dbentley,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Bentley +givenName: Donald +cn: Donald Bentley +uid: dbentley +#title: alum +employeeNumber: 800002886 +mail: Donald.Bentley@mock.edu.invalid +userPassword: password + +dn: uid=rcurtis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Curtis +givenName: Richard +cn: Richard Curtis +uid: rcurtis +#title: alum +employeeNumber: 800002887 +mail: Richard.Curtis@mock.edu.invalid +userPassword: password + +dn: uid=korr,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Orr +givenName: Kimberly +cn: Kimberly Orr +uid: korr +#title: alum +employeeNumber: 800002888 +mail: Kimberly.Orr@mock.edu.invalid +userPassword: password + +dn: uid=kmccormi,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mccormick +givenName: Kimberly +cn: Kimberly Mccormick +uid: kmccormi +#title: alum +employeeNumber: 800002889 +mail: Kimberly.Mccormick@mock.edu.invalid +userPassword: password + +dn: uid=cthomps4,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Thompson +givenName: Christopher +cn: Christopher Thompson +uid: cthomps4 +#title: alum +employeeNumber: 800002890 +mail: Christopher.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=bramirez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ramirez +givenName: Brandon +cn: Brandon Ramirez +uid: bramirez +#title: alum +employeeNumber: 800002891 +mail: Brandon.Ramirez@mock.edu.invalid +userPassword: password + +dn: uid=afitzger,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fitzgerald +givenName: Amanda +cn: Amanda Fitzgerald +uid: afitzger +#title: alum +employeeNumber: 800002892 +mail: Amanda.Fitzgerald@mock.edu.invalid +userPassword: password + +dn: uid=afuentes,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Fuentes +givenName: Alan +cn: Alan Fuentes +uid: afuentes +#title: alum +employeeNumber: 800002893 +mail: Alan.Fuentes@mock.edu.invalid +userPassword: password + +dn: uid=dchoi,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Choi +givenName: Dean +cn: Dean Choi +uid: dchoi +#title: alum +employeeNumber: 800002894 +mail: Dean.Choi@mock.edu.invalid +userPassword: password + +dn: uid=fjohnson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Johnson +givenName: Francis +cn: Francis Johnson +uid: fjohnson +#title: alum +employeeNumber: 800002895 +mail: Francis.Johnson@mock.edu.invalid +userPassword: password + +dn: uid=jwang,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wang +givenName: Joshua +cn: Joshua Wang +uid: jwang +#title: alum +employeeNumber: 800002896 +mail: Joshua.Wang@mock.edu.invalid +userPassword: password + +dn: uid=bburnett,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Burnett +givenName: Bryan +cn: Bryan Burnett +uid: bburnett +#title: alum +employeeNumber: 800002897 +mail: Bryan.Burnett@mock.edu.invalid +userPassword: password + +dn: uid=lmathis,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mathis +givenName: Latoya +cn: Latoya Mathis +uid: lmathis +#title: alum +employeeNumber: 800002898 +mail: Latoya.Mathis@mock.edu.invalid +userPassword: password + +dn: uid=jstewart,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Stewart +givenName: Jillian +cn: Jillian Stewart +uid: jstewart +#title: alum +employeeNumber: 800002899 +mail: Jillian.Stewart@mock.edu.invalid +userPassword: password + +dn: uid=kyates,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Yates +givenName: Kelsey +cn: Kelsey Yates +uid: kyates +#title: alum +employeeNumber: 800002900 +mail: Kelsey.Yates@mock.edu.invalid +userPassword: password + +dn: uid=tmendez,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mendez +givenName: Thomas +cn: Thomas Mendez +uid: tmendez +#title: alum +employeeNumber: 800002901 +mail: Thomas.Mendez@mock.edu.invalid +userPassword: password + +dn: uid=jclarke2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Clarke +givenName: Jessica +cn: Jessica Clarke +uid: jclarke2 +#title: alum +employeeNumber: 800002902 +mail: Jessica.Clarke@mock.edu.invalid +userPassword: password + +dn: uid=jknight2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Knight +givenName: Johnny +cn: Johnny Knight +uid: jknight2 +#title: alum +employeeNumber: 800002903 +mail: Johnny.Knight@mock.edu.invalid +userPassword: password + +dn: uid=lperry2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Perry +givenName: Louis +cn: Louis Perry +uid: lperry2 +#title: alum +employeeNumber: 800002904 +mail: Louis.Perry@mock.edu.invalid +userPassword: password + +dn: uid=lodonnel,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Odonnell +givenName: Lisa +cn: Lisa Odonnell +uid: lodonnel +#title: alum +employeeNumber: 800002905 +mail: Lisa.Odonnell@mock.edu.invalid +userPassword: password + +dn: uid=cmcbride,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Mcbride +givenName: Charles +cn: Charles Mcbride +uid: cmcbride +#title: alum +employeeNumber: 800002906 +mail: Charles.Mcbride@mock.edu.invalid +userPassword: password + +dn: uid=kjackso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Jackson +givenName: Katelyn +cn: Katelyn Jackson +uid: kjackso2 +#title: alum +employeeNumber: 800002907 +mail: Katelyn.Jackson@mock.edu.invalid +userPassword: password + +dn: uid=gedwards,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Edwards +givenName: George +cn: George Edwards +uid: gedwards +#title: alum +employeeNumber: 800002908 +mail: George.Edwards@mock.edu.invalid +userPassword: password + +dn: uid=rhill3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hill +givenName: Robert +cn: Robert Hill +uid: rhill3 +#title: alum +employeeNumber: 800002909 +mail: Robert.Hill@mock.edu.invalid +userPassword: password + +dn: uid=dhernand,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Hernandez +givenName: Deborah +cn: Deborah Hernandez +uid: dhernand +#title: alum +employeeNumber: 800002910 +mail: Deborah.Hernandez@mock.edu.invalid +userPassword: password + +dn: uid=jbarron,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Barron +givenName: Jeremy +cn: Jeremy Barron +uid: jbarron +#title: alum +employeeNumber: 800002911 +mail: Jeremy.Barron@mock.edu.invalid +userPassword: password + +dn: uid=wnguyen,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Nguyen +givenName: William +cn: William Nguyen +uid: wnguyen +#title: alum +employeeNumber: 800002912 +mail: William.Nguyen@mock.edu.invalid +userPassword: password + +dn: uid=jsimpso2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Simpson +givenName: Jonathan +cn: Jonathan Simpson +uid: jsimpso2 +#title: alum +employeeNumber: 800002913 +mail: Jonathan.Simpson@mock.edu.invalid +userPassword: password + +dn: uid=dcarroll,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carroll +givenName: David +cn: David Carroll +uid: dcarroll +#title: alum +employeeNumber: 800002914 +mail: David.Carroll@mock.edu.invalid +userPassword: password + +dn: uid=tbrown2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Tracy +cn: Tracy Brown +uid: tbrown2 +#title: alum +employeeNumber: 800002915 +mail: Tracy.Brown@mock.edu.invalid +userPassword: password + +dn: uid=smeyer,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Meyer +givenName: Sarah +cn: Sarah Meyer +uid: smeyer +#title: alum +employeeNumber: 800002916 +mail: Sarah.Meyer@mock.edu.invalid +userPassword: password + +dn: uid=sbrown3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Brown +givenName: Sheryl +cn: Sheryl Brown +uid: sbrown3 +#title: alum +employeeNumber: 800002917 +mail: Sheryl.Brown@mock.edu.invalid +userPassword: password + +dn: uid=bpatters,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Patterson +givenName: Brian +cn: Brian Patterson +uid: bpatters +#title: alum +employeeNumber: 800002918 +mail: Brian.Patterson@mock.edu.invalid +userPassword: password + +dn: uid=nfrazier,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Frazier +givenName: Norma +cn: Norma Frazier +uid: nfrazier +#title: alum +employeeNumber: 800002919 +mail: Norma.Frazier@mock.edu.invalid +userPassword: password + +dn: uid=dlewis3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Lewis +givenName: David +cn: David Lewis +uid: dlewis3 +#title: alum +employeeNumber: 800002920 +mail: David.Lewis@mock.edu.invalid +userPassword: password + +dn: uid=nwilson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wilson +givenName: Nancy +cn: Nancy Wilson +uid: nwilson +#title: alum +employeeNumber: 800002921 +mail: Nancy.Wilson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=opeterson940,ou=people,dc=internet2,dc=edu +dn: uid=mhoward,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Olivia -cn: Olivia Peterson -uid: opeterson940 -title: alum -employeeNumber: 80000941 -mail: opeterson940@example.edu -businessCategory:Business +surname: Howard +givenName: Megan +cn: Megan Howard +uid: mhoward +#title: alum +employeeNumber: 800002922 +mail: Megan.Howard@mock.edu.invalid +userPassword: password + +dn: uid=kmurray,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Murray +givenName: Katie +cn: Katie Murray +uid: kmurray +#title: alum +employeeNumber: 800002923 +mail: Katie.Murray@mock.edu.invalid +userPassword: password + +dn: uid=lobrien,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Obrien +givenName: Lisa +cn: Lisa Obrien +uid: lobrien +#title: alum +employeeNumber: 800002924 +mail: Lisa.Obrien@mock.edu.invalid +userPassword: password + +dn: uid=cmorton,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Morton +givenName: Cindy +cn: Cindy Morton +uid: cmorton +#title: alum +employeeNumber: 800002925 +mail: Cindy.Morton@mock.edu.invalid +userPassword: password + +dn: uid=jglass,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Glass +givenName: John +cn: John Glass +uid: jglass +#title: alum +employeeNumber: 800002926 +mail: John.Glass@mock.edu.invalid +userPassword: password + +dn: uid=mturner3,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Turner +givenName: Michael +cn: Michael Turner +uid: mturner3 +#title: alum +employeeNumber: 800002927 +mail: Michael.Turner@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=mmartinez941,ou=people,dc=internet2,dc=edu +dn: uid=cmartin3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Martinez -givenName: Madison -cn: Madison Martinez -uid: mmartinez941 -title: alum -employeeNumber: 80000942 -mail: mmartinez941@example.edu -businessCategory:Information Technology +givenName: Christine +cn: Christine Martinez +uid: cmartin3 +#title: alum +employeeNumber: 800002928 +mail: Christine.Martinez@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=amorrison942,ou=people,dc=internet2,dc=edu +dn: uid=mjackso2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Ann -cn: Ann Morrison -uid: amorrison942 -title: staff -employeeNumber: 80000943 -mail: amorrison942@example.edu -businessCategory:Accounts Payable +surname: Jackson +givenName: Melissa +cn: Melissa Jackson +uid: mjackso2 +#title: alum +employeeNumber: 800002929 +mail: Melissa.Jackson@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=speterson943,ou=people,dc=internet2,dc=edu +dn: uid=jlee4,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Stephanie -cn: Stephanie Peterson -uid: speterson943 -title: faculty -employeeNumber: 80000944 -mail: speterson943@example.edu -businessCategory:Advising +surname: Lee +givenName: Jason +cn: Jason Lee +uid: jlee4 +#title: alum +employeeNumber: 800002930 +mail: Jason.Lee@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=abrown944,ou=people,dc=internet2,dc=edu +dn: uid=jshaffer,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Ava -cn: Ava Brown -uid: abrown944 -title: faculty -employeeNumber: 80000945 -mail: abrown944@example.edu -businessCategory:Business +surname: Shaffer +givenName: John +cn: John Shaffer +uid: jshaffer +#title: alum +employeeNumber: 800002931 +mail: John.Shaffer@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=cjohnson945,ou=people,dc=internet2,dc=edu +dn: uid=dbright,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Claire -cn: Claire Johnson -uid: cjohnson945 -title: student -employeeNumber: 80000946 -mail: cjohnson945@example.edu -businessCategory:Language Arts +surname: Bright +givenName: Dana +cn: Dana Bright +uid: dbright +#title: alum +employeeNumber: 800002932 +mail: Dana.Bright@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=kmorrison946,ou=people,dc=internet2,dc=edu +dn: uid=bmccarty,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Kim -cn: Kim Morrison -uid: kmorrison946 -title: other -employeeNumber: 80000947 -mail: kmorrison946@example.edu -businessCategory:Law +surname: Mccarty +givenName: Brett +cn: Brett Mccarty +uid: bmccarty +#title: alum +employeeNumber: 800002933 +mail: Brett.Mccarty@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=hdoe947,ou=people,dc=internet2,dc=edu +dn: uid=adavis5,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Heather -cn: Heather Doe -uid: hdoe947 -title: student -employeeNumber: 80000948 -mail: hdoe947@example.edu -businessCategory:Purchasing +surname: Davis +givenName: Alexandria +cn: Alexandria Davis +uid: adavis5 +#title: alum +employeeNumber: 800002934 +mail: Alexandria.Davis@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=kscott948,ou=people,dc=internet2,dc=edu +dn: uid=mmartin6,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Scott -givenName: Kiersten -cn: Kiersten Scott -uid: kscott948 -title: staff -employeeNumber: 80000949 -mail: kscott948@example.edu -businessCategory:Financial Aid +surname: Martin +givenName: Melissa +cn: Melissa Martin +uid: mmartin6 +#title: alum +employeeNumber: 800002935 +mail: Melissa.Martin@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=mjohnson949,ou=people,dc=internet2,dc=edu +dn: uid=mgutierr,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Michael -cn: Michael Johnson -uid: mjohnson949 -title: faculty -employeeNumber: 80000950 -mail: mjohnson949@example.edu -businessCategory:Advising +surname: Gutierrez +givenName: Molly +cn: Molly Gutierrez +uid: mgutierr +#title: alum +employeeNumber: 800002936 +mail: Molly.Gutierrez@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: faculty -dn: uid=nmartinez950,ou=people,dc=internet2,dc=edu +dn: uid=kmayo,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Nancy -cn: Nancy Martinez -uid: nmartinez950 -title: student -employeeNumber: 80000951 -mail: nmartinez950@example.edu -businessCategory:Computer Science +surname: Mayo +givenName: Kayla +cn: Kayla Mayo +uid: kmayo +#title: alum +employeeNumber: 800002937 +mail: Kayla.Mayo@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=gvales951,ou=people,dc=internet2,dc=edu +dn: uid=dkelly2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Greg -cn: Greg Vales -uid: gvales951 -title: student -employeeNumber: 80000952 -mail: gvales951@example.edu -businessCategory:Business +surname: Kelly +givenName: David +cn: David Kelly +uid: dkelly2 +#title: alum +employeeNumber: 800002938 +mail: David.Kelly@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=emartinez952,ou=people,dc=internet2,dc=edu +dn: uid=bdaniel,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Emma -cn: Emma Martinez -uid: emartinez952 -title: staff -employeeNumber: 80000953 -mail: emartinez952@example.edu -businessCategory:Computer Science +surname: Daniel +givenName: Benjamin +cn: Benjamin Daniel +uid: bdaniel +#title: alum +employeeNumber: 800002939 +mail: Benjamin.Daniel@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=kwhite953,ou=people,dc=internet2,dc=edu +dn: uid=jbell2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Karl -cn: Karl White -uid: kwhite953 -title: staff -employeeNumber: 80000954 -mail: kwhite953@example.edu -businessCategory:Engineering +surname: Bell +givenName: James +cn: James Bell +uid: jbell2 +#title: alum +employeeNumber: 800002940 +mail: James.Bell@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=proberts954,ou=people,dc=internet2,dc=edu +dn: uid=jbryant,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Roberts -givenName: Perry -cn: Perry Roberts -uid: proberts954 -title: faculty -employeeNumber: 80000955 -mail: proberts954@example.edu -businessCategory:Physical Education +surname: Bryant +givenName: Jacob +cn: Jacob Bryant +uid: jbryant +#title: alum +employeeNumber: 800002941 +mail: Jacob.Bryant@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=abrown955,ou=people,dc=internet2,dc=edu +dn: uid=klamb,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Brown -givenName: Ann -cn: Ann Brown -uid: abrown955 -title: student -employeeNumber: 80000956 -mail: abrown955@example.edu -businessCategory:Financial Aid +surname: Lamb +givenName: Kurt +cn: Kurt Lamb +uid: klamb +#title: alum +employeeNumber: 800002942 +mail: Kurt.Lamb@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=sthompson956,ou=people,dc=internet2,dc=edu +dn: uid=acruz,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Steve -cn: Steve Thompson -uid: sthompson956 -title: student -employeeNumber: 80000957 -mail: sthompson956@example.edu -businessCategory:Advising +surname: Cruz +givenName: Amy +cn: Amy Cruz +uid: acruz +#title: alum +employeeNumber: 800002943 +mail: Amy.Cruz@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=nmartinez957,ou=people,dc=internet2,dc=edu +dn: uid=lgeorge2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Nancy -cn: Nancy Martinez -uid: nmartinez957 -title: alum -employeeNumber: 80000958 -mail: nmartinez957@example.edu -businessCategory:Advising +surname: George +givenName: Lisa +cn: Lisa George +uid: lgeorge2 +#title: alum +employeeNumber: 800002944 +mail: Lisa.George@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=knielson958,ou=people,dc=internet2,dc=edu +dn: uid=jjoseph,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Nielson -givenName: Karl -cn: Karl Nielson -uid: knielson958 -title: student -employeeNumber: 80000959 -mail: knielson958@example.edu -businessCategory:Law +surname: Joseph +givenName: Jason +cn: Jason Joseph +uid: jjoseph +#title: alum +employeeNumber: 800002945 +mail: Jason.Joseph@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=danderson959,ou=people,dc=internet2,dc=edu +dn: uid=icarson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Donna -cn: Donna Anderson -uid: danderson959 -title: other -employeeNumber: 80000960 -mail: danderson959@example.edu -businessCategory:Language Arts +surname: Carson +givenName: Isaac +cn: Isaac Carson +uid: icarson +#title: alum +employeeNumber: 800002946 +mail: Isaac.Carson@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=hsmith960,ou=people,dc=internet2,dc=edu +dn: uid=shall,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Heather -cn: Heather Smith -uid: hsmith960 -title: staff -employeeNumber: 80000961 -mail: hsmith960@example.edu -businessCategory:Physical Education +surname: Hall +givenName: Stephanie +cn: Stephanie Hall +uid: shall +#title: alum +employeeNumber: 800002947 +mail: Stephanie.Hall@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=elewis961,ou=people,dc=internet2,dc=edu +dn: uid=zschwart,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Eric -cn: Eric Lewis -uid: elewis961 -title: faculty -employeeNumber: 80000962 -mail: elewis961@example.edu -businessCategory:Financial Aid +surname: Schwartz +givenName: Zachary +cn: Zachary Schwartz +uid: zschwart +#title: alum +employeeNumber: 800002948 +mail: Zachary.Schwartz@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=klangenberg962,ou=people,dc=internet2,dc=edu +dn: uid=jtodd2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Langenberg -givenName: Karl -cn: Karl Langenberg -uid: klangenberg962 -title: staff -employeeNumber: 80000963 -mail: klangenberg962@example.edu -businessCategory:Computer Science +surname: Todd +givenName: Joanna +cn: Joanna Todd +uid: jtodd2 +#title: alum +employeeNumber: 800002949 +mail: Joanna.Todd@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: staff -dn: uid=psmith963,ou=people,dc=internet2,dc=edu +dn: uid=sbecker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Smith -givenName: Perry -cn: Perry Smith -uid: psmith963 -title: student -employeeNumber: 80000964 -mail: psmith963@example.edu -businessCategory:Business +surname: Becker +givenName: Susan +cn: Susan Becker +uid: sbecker +#title: alum +employeeNumber: 800002950 +mail: Susan.Becker@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: alum -dn: uid=eprice964,ou=people,dc=internet2,dc=edu +dn: uid=cjones3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Price -givenName: Erik -cn: Erik Price -uid: eprice964 -title: faculty -employeeNumber: 80000965 -mail: eprice964@example.edu -businessCategory:Computer Science +surname: Jones +givenName: Carlos +cn: Carlos Jones +uid: cjones3 +#title: alum +employeeNumber: 800002951 +mail: Carlos.Jones@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=hlopez965,ou=people,dc=internet2,dc=edu +dn: uid=kwilliam,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Heather -cn: Heather Lopez -uid: hlopez965 -title: alum -employeeNumber: 80000966 -mail: hlopez965@example.edu -businessCategory:Engineering +surname: Williams +givenName: Katrina +cn: Katrina Williams +uid: kwilliam +#title: alum +employeeNumber: 800002952 +mail: Katrina.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=lgrady966,ou=people,dc=internet2,dc=edu +dn: uid=mbrooks3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Lisa -cn: Lisa Grady -uid: lgrady966 -title: other -employeeNumber: 80000967 -mail: lgrady966@example.edu -businessCategory:Advising +surname: Brooks +givenName: Michael +cn: Michael Brooks +uid: mbrooks3 +#title: alum +employeeNumber: 800002953 +mail: Michael.Brooks@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=mgrady967,ou=people,dc=internet2,dc=edu +dn: uid=kbrooks2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Maddie -cn: Maddie Grady -uid: mgrady967 -title: faculty -employeeNumber: 80000968 -mail: mgrady967@example.edu -businessCategory:Physical Education +surname: Brooks +givenName: Karla +cn: Karla Brooks +uid: kbrooks2 +#title: alum +employeeNumber: 800002954 +mail: Karla.Brooks@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=smorrison968,ou=people,dc=internet2,dc=edu +dn: uid=dburton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Morrison -givenName: Sophia -cn: Sophia Morrison -uid: smorrison968 -title: staff -employeeNumber: 80000969 -mail: smorrison968@example.edu -businessCategory:Advising +surname: Burton +givenName: Dawn +cn: Dawn Burton +uid: dburton +#title: alum +employeeNumber: 800002955 +mail: Dawn.Burton@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=jdavis969,ou=people,dc=internet2,dc=edu +dn: uid=molson,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Jim -cn: Jim Davis -uid: jdavis969 -title: alum -employeeNumber: 80000970 -mail: jdavis969@example.edu -businessCategory:Information Technology +surname: Olson +givenName: Meredith +cn: Meredith Olson +uid: molson +#title: alum +employeeNumber: 800002956 +mail: Meredith.Olson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=mwhite970,ou=people,dc=internet2,dc=edu +dn: uid=rlee2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: Megan -cn: Megan White -uid: mwhite970 -title: staff -employeeNumber: 80000971 -mail: mwhite970@example.edu -businessCategory:Language Arts +surname: Lee +givenName: Robert +cn: Robert Lee +uid: rlee2 +#title: alum +employeeNumber: 800002957 +mail: Robert.Lee@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: student -dn: uid=alopez971,ou=people,dc=internet2,dc=edu +dn: uid=wjones,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Adian -cn: Adian Lopez -uid: alopez971 -title: faculty -employeeNumber: 80000972 -mail: alopez971@example.edu -businessCategory:Business +surname: Jones +givenName: William +cn: William Jones +uid: wjones +#title: alum +employeeNumber: 800002958 +mail: William.Jones@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -dn: uid=kgrady972,ou=people,dc=internet2,dc=edu +dn: uid=cwright2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Grady -givenName: Karl -cn: Karl Grady -uid: kgrady972 -title: staff -employeeNumber: 80000973 -mail: kgrady972@example.edu -businessCategory:Computer Science +surname: Wright +givenName: Cody +cn: Cody Wright +uid: cwright2 +#title: alum +employeeNumber: 800002959 +mail: Cody.Wright@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: staff -dn: uid=banderson973,ou=people,dc=internet2,dc=edu +dn: uid=eburton,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Anderson -givenName: Betty -cn: Betty Anderson -uid: banderson973 -title: alum -employeeNumber: 80000974 -mail: banderson973@example.edu -businessCategory:Advising +surname: Burton +givenName: Eric +cn: Eric Burton +uid: eburton +#title: alum +employeeNumber: 800002960 +mail: Eric.Burton@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=omartinez974,ou=people,dc=internet2,dc=edu +dn: uid=mhall2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Olivia -cn: Olivia Martinez -uid: omartinez974 -title: staff -employeeNumber: 80000975 -mail: omartinez974@example.edu -businessCategory:Accounting +surname: Hall +givenName: Michelle +cn: Michelle Hall +uid: mhall2 +#title: alum +employeeNumber: 800002961 +mail: Michelle.Hall@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: alum -dn: uid=egonazles975,ou=people,dc=internet2,dc=edu +dn: uid=krivera,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gonazles -givenName: Emma -cn: Emma Gonazles -uid: egonazles975 -title: alum -employeeNumber: 80000976 -mail: egonazles975@example.edu -businessCategory:Law +surname: Rivera +givenName: Karina +cn: Karina Rivera +uid: krivera +#title: alum +employeeNumber: 800002962 +mail: Karina.Rivera@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=bpeterson976,ou=people,dc=internet2,dc=edu +dn: uid=byoung,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Peterson -givenName: Blake -cn: Blake Peterson -uid: bpeterson976 -title: student -employeeNumber: 80000977 -mail: bpeterson976@example.edu -businessCategory:Business +surname: Young +givenName: Bonnie +cn: Bonnie Young +uid: byoung +#title: alum +employeeNumber: 800002963 +mail: Bonnie.Young@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=chenderson977,ou=people,dc=internet2,dc=edu +dn: uid=cparker,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Henderson -givenName: Christina -cn: Christina Henderson -uid: chenderson977 -title: student -employeeNumber: 80000978 -mail: chenderson977@example.edu -businessCategory:Physical Education +surname: Parker +givenName: Carlos +cn: Carlos Parker +uid: cparker +#title: alum +employeeNumber: 800002964 +mail: Carlos.Parker@mock.edu.invalid +userPassword: password + +dn: uid=dcoleman,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Coleman +givenName: Diane +cn: Diane Coleman +uid: dcoleman +#title: alum +employeeNumber: 800002965 +mail: Diane.Coleman@mock.edu.invalid +userPassword: password + +dn: uid=emolina,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Molina +givenName: Elizabeth +cn: Elizabeth Molina +uid: emolina +#title: alum +employeeNumber: 800002966 +mail: Elizabeth.Molina@mock.edu.invalid +userPassword: password + +dn: uid=mroberts,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Roberts +givenName: Melissa +cn: Melissa Roberts +uid: mroberts +#title: alum +employeeNumber: 800002967 +mail: Melissa.Roberts@mock.edu.invalid +userPassword: password + +dn: uid=tdavis2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Davis +givenName: Tiffany +cn: Tiffany Davis +uid: tdavis2 +#title: alum +employeeNumber: 800002968 +mail: Tiffany.Davis@mock.edu.invalid +userPassword: password + +dn: uid=tcarson,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Carson +givenName: Taylor +cn: Taylor Carson +uid: tcarson +#title: alum +employeeNumber: 800002969 +mail: Taylor.Carson@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: student -dn: uid=wmartinez978,ou=people,dc=internet2,dc=edu +dn: uid=vmartin2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Martinez -givenName: William -cn: William Martinez -uid: wmartinez978 -title: faculty -employeeNumber: 80000979 -mail: wmartinez978@example.edu -businessCategory:Law +givenName: Vicki +cn: Vicki Martinez +uid: vmartin2 +#title: alum +employeeNumber: 800002970 +mail: Vicki.Martinez@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -eduPersonAffiliation: faculty -dn: uid=tgasper979,ou=people,dc=internet2,dc=edu +dn: uid=emcintos,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Thomas -cn: Thomas Gasper -uid: tgasper979 -title: alum -employeeNumber: 80000980 -mail: tgasper979@example.edu -businessCategory:Financial Aid +surname: Mcintosh +givenName: Elijah +cn: Elijah Mcintosh +uid: emcintos +#title: alum +employeeNumber: 800002971 +mail: Elijah.Mcintosh@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=pdoe980,ou=people,dc=internet2,dc=edu +dn: uid=fedwards,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Paul -cn: Paul Doe -uid: pdoe980 -title: faculty -employeeNumber: 80000981 -mail: pdoe980@example.edu -businessCategory:Law +surname: Edwards +givenName: Francisco +cn: Francisco Edwards +uid: fedwards +#title: alum +employeeNumber: 800002972 +mail: Francisco.Edwards@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: faculty -dn: uid=dwhite981,ou=people,dc=internet2,dc=edu +dn: uid=jsulliv2,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: White -givenName: David -cn: David White -uid: dwhite981 -title: student -employeeNumber: 80000982 -mail: dwhite981@example.edu -businessCategory:Law +surname: Sullivan +givenName: Joan +cn: Joan Sullivan +uid: jsulliv2 +#title: alum +employeeNumber: 800002973 +mail: Joan.Sullivan@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=athompson982,ou=people,dc=internet2,dc=edu +dn: uid=tpenning,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Thompson -givenName: Anna -cn: Anna Thompson -uid: athompson982 -title: student -employeeNumber: 80000983 -mail: athompson982@example.edu -businessCategory:Computer Science +surname: Pennington +givenName: Tamara +cn: Tamara Pennington +uid: tpenning +#title: alum +employeeNumber: 800002974 +mail: Tamara.Pennington@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=slee983,ou=people,dc=internet2,dc=edu +dn: uid=alee,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Lee -givenName: Sarah -cn: Sarah Lee -uid: slee983 -title: student -employeeNumber: 80000984 -mail: slee983@example.edu -businessCategory:Computer Science +givenName: Amber +cn: Amber Lee +uid: alee +#title: alum +employeeNumber: 800002975 +mail: Amber.Lee@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=lwalters984,ou=people,dc=internet2,dc=edu +dn: uid=wparks,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Lexi -cn: Lexi Walters -uid: lwalters984 -title: staff -employeeNumber: 80000985 -mail: lwalters984@example.edu -businessCategory:Physical Education +surname: Parks +givenName: Wendy +cn: Wendy Parks +uid: wparks +#title: alum +employeeNumber: 800002976 +mail: Wendy.Parks@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=tjohnson985,ou=people,dc=internet2,dc=edu +dn: uid=lbanks,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Johnson -givenName: Thomas -cn: Thomas Johnson -uid: tjohnson985 -title: student -employeeNumber: 80000986 -mail: tjohnson985@example.edu -businessCategory:Business +surname: Banks +givenName: Lisa +cn: Lisa Banks +uid: lbanks +#title: alum +employeeNumber: 800002977 +mail: Lisa.Banks@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=tlee986,ou=people,dc=internet2,dc=edu +dn: uid=aburch,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lee -givenName: Thomas -cn: Thomas Lee -uid: tlee986 -title: alum -employeeNumber: 80000987 -mail: tlee986@example.edu -businessCategory:Language Arts +surname: Burch +givenName: Alexandra +cn: Alexandra Burch +uid: aburch +#title: alum +employeeNumber: 800002978 +mail: Alexandra.Burch@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -eduPersonAffiliation: community -dn: uid=elopez987,ou=people,dc=internet2,dc=edu +dn: uid=kgarcia3,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Emma -cn: Emma Lopez -uid: elopez987 -title: staff -employeeNumber: 80000988 -mail: elopez987@example.edu -businessCategory:Language Arts +surname: Garcia +givenName: Krista +cn: Krista Garcia +uid: kgarcia3 +#title: alum +employeeNumber: 800002979 +mail: Krista.Garcia@mock.edu.invalid +userPassword: password + +dn: uid=awright2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Wright +givenName: Angela +cn: Angela Wright +uid: awright2 +#title: alum +employeeNumber: 800002980 +mail: Angela.Wright@mock.edu.invalid +userPassword: password + +dn: uid=mbriggs,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Briggs +givenName: Matthew +cn: Matthew Briggs +uid: mbriggs +#title: alum +employeeNumber: 800002981 +mail: Matthew.Briggs@mock.edu.invalid +userPassword: password + +dn: uid=pnorris,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Norris +givenName: Paul +cn: Paul Norris +uid: pnorris +#title: alum +employeeNumber: 800002982 +mail: Paul.Norris@mock.edu.invalid +userPassword: password + +dn: uid=kingram,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Ingram +givenName: Karen +cn: Karen Ingram +uid: kingram +#title: alum +employeeNumber: 800002983 +mail: Karen.Ingram@mock.edu.invalid +userPassword: password + +dn: uid=swillia6,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Williams +givenName: Stefanie +cn: Stefanie Williams +uid: swillia6 +#title: alum +employeeNumber: 800002984 +mail: Stefanie.Williams@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=sthompson988,ou=people,dc=internet2,dc=edu +dn: uid=cthomps5,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Thompson -givenName: Stephanie -cn: Stephanie Thompson -uid: sthompson988 -title: student -employeeNumber: 80000989 -mail: sthompson988@example.edu -businessCategory:Law +givenName: Christopher +cn: Christopher Thompson +uid: cthomps5 +#title: alum +employeeNumber: 800002985 +mail: Christopher.Thompson@mock.edu.invalid +userPassword: password + +dn: uid=kdixon2,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Dixon +givenName: Kristina +cn: Kristina Dixon +uid: kdixon2 +#title: alum +employeeNumber: 800002986 +mail: Kristina.Dixon@mock.edu.invalid +userPassword: password + +dn: uid=jharriso,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Harrison +givenName: Joshua +cn: Joshua Harrison +uid: jharriso +#title: alum +employeeNumber: 800002987 +mail: Joshua.Harrison@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=asmith989,ou=people,dc=internet2,dc=edu +dn: uid=csmith8,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson surname: Smith -givenName: Anna -cn: Anna Smith -uid: asmith989 -title: staff -employeeNumber: 80000990 -mail: asmith989@example.edu -businessCategory:Information Technology +givenName: Charles +cn: Charles Smith +uid: csmith8 +#title: alum +employeeNumber: 800002988 +mail: Charles.Smith@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: staff -dn: uid=ndoe990,ou=people,dc=internet2,dc=edu +dn: uid=edavis,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Doe -givenName: Nancy -cn: Nancy Doe -uid: ndoe990 -title: student -employeeNumber: 80000991 -mail: ndoe990@example.edu -businessCategory:Financial Aid +surname: Davis +givenName: Elaine +cn: Elaine Davis +uid: edavis +#title: alum +employeeNumber: 800002989 +mail: Elaine.Davis@mock.edu.invalid userPassword: password -eduPersonAffiliation: student -dn: uid=rmartinez991,ou=people,dc=internet2,dc=edu +dn: uid=alara,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Martinez -givenName: Robert -cn: Robert Martinez -uid: rmartinez991 -title: faculty -employeeNumber: 80000992 -mail: rmartinez991@example.edu -businessCategory:Law +surname: Lara +givenName: April +cn: April Lara +uid: alara +#title: alum +employeeNumber: 800002990 +mail: April.Lara@mock.edu.invalid userPassword: password -eduPersonAffiliation: faculty -eduPersonAffiliation: community -dn: uid=swalters992,ou=people,dc=internet2,dc=edu +dn: uid=sward,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Walters -givenName: Sophia -cn: Sophia Walters -uid: swalters992 -title: faculty -employeeNumber: 80000993 -mail: swalters992@example.edu -businessCategory:Advising +surname: Ward +givenName: Susan +cn: Susan Ward +uid: sward +#title: alum +employeeNumber: 800002991 +mail: Susan.Ward@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: faculty -dn: uid=kvales993,ou=people,dc=internet2,dc=edu +dn: uid=srobbins,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Vales -givenName: Kiersten -cn: Kiersten Vales -uid: kvales993 -title: staff -employeeNumber: 80000994 -mail: kvales993@example.edu -businessCategory:Language Arts +surname: Robbins +givenName: Shannon +cn: Shannon Robbins +uid: srobbins +#title: alum +employeeNumber: 800002992 +mail: Shannon.Robbins@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=mlewis994,ou=people,dc=internet2,dc=edu +dn: uid=cgriffin,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lewis -givenName: Mary -cn: Mary Lewis -uid: mlewis994 -title: staff -employeeNumber: 80000995 -mail: mlewis994@example.edu -businessCategory:Engineering +surname: Griffin +givenName: Christian +cn: Christian Griffin +uid: cgriffin +#title: alum +employeeNumber: 800002993 +mail: Christian.Griffin@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -dn: uid=mlopez995,ou=people,dc=internet2,dc=edu +dn: uid=mmoore4,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Lopez -givenName: Mary -cn: Mary Lopez -uid: mlopez995 -title: other -employeeNumber: 80000996 -mail: mlopez995@example.edu -businessCategory:Financial Aid +surname: Moore +givenName: Michael +cn: Michael Moore +uid: mmoore4 +#title: alum +employeeNumber: 800002994 +mail: Michael.Moore@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -dn: uid=sdavis996,ou=people,dc=internet2,dc=edu +dn: uid=rshah,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Steve -cn: Steve Davis -uid: sdavis996 -title: alum -employeeNumber: 80000997 -mail: sdavis996@example.edu -businessCategory:Business +surname: Shah +givenName: Robert +cn: Robert Shah +uid: rshah +#title: alum +employeeNumber: 800002995 +mail: Robert.Shah@mock.edu.invalid userPassword: password -eduPersonAffiliation: alum -dn: uid=adavis997,ou=people,dc=internet2,dc=edu +dn: uid=tcoffey,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Ann -cn: Ann Davis -uid: adavis997 -title: student -employeeNumber: 80000998 -mail: adavis997@example.edu -businessCategory:Language Arts +surname: Coffey +givenName: Theresa +cn: Theresa Coffey +uid: tcoffey +#title: alum +employeeNumber: 800002996 +mail: Theresa.Coffey@mock.edu.invalid userPassword: password -eduPersonAffiliation: community -eduPersonAffiliation: student -dn: uid=cgasper998,ou=people,dc=internet2,dc=edu +dn: uid=bpotter,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Gasper -givenName: Christopher -cn: Christopher Gasper -uid: cgasper998 -title: staff -employeeNumber: 80000999 -mail: cgasper998@example.edu -businessCategory:Purchasing +surname: Potter +givenName: Brandon +cn: Brandon Potter +uid: bpotter +#title: alum +employeeNumber: 800002997 +mail: Brandon.Potter@mock.edu.invalid userPassword: password -eduPersonAffiliation: staff -eduPersonAffiliation: community -dn: uid=bdavis999,ou=people,dc=internet2,dc=edu +dn: uid=bevans,ou=people,dc=internet2,dc=edu objectClass: organizationalPerson objectClass: person objectClass: top objectClass: inetOrgPerson objectClass: eduPerson -surname: Davis -givenName: Bill -cn: Bill Davis -uid: bdavis999 -title: other -employeeNumber: 80001000 -mail: bdavis999@example.edu -businessCategory:Language Arts -userPassword: password -eduPersonAffiliation: community - -dn: cn=vpn_users,ou=groups,dc=internet2,dc=edu -objectClass: groupOfNames -objectClass: top -cn: vpn_users -member: uid=mlangenberg1,ou=people,dc=internet2,dc=edu -member: uid=jdavis4,ou=people,dc=internet2,dc=edu -member: uid=ldavis5,ou=people,dc=internet2,dc=edu -member: uid=mmartinez8,ou=people,dc=internet2,dc=edu -member: uid=hnielson9,ou=people,dc=internet2,dc=edu -member: uid=kwalters11,ou=people,dc=internet2,dc=edu -member: uid=bbutler12,ou=people,dc=internet2,dc=edu -member: uid=janderson13,ou=people,dc=internet2,dc=edu -member: uid=rdavis16,ou=people,dc=internet2,dc=edu -member: uid=snielson19,ou=people,dc=internet2,dc=edu -member: uid=mscott21,ou=people,dc=internet2,dc=edu -member: uid=cmorrison22,ou=people,dc=internet2,dc=edu -member: uid=nnielson23,ou=people,dc=internet2,dc=edu -member: uid=sbutler25,ou=people,dc=internet2,dc=edu -member: uid=cthompson28,ou=people,dc=internet2,dc=edu -member: uid=mlangenberg32,ou=people,dc=internet2,dc=edu -member: uid=lmorrison34,ou=people,dc=internet2,dc=edu -member: uid=ahenderson36,ou=people,dc=internet2,dc=edu -member: uid=cpeterson37,ou=people,dc=internet2,dc=edu -member: uid=phenderson38,ou=people,dc=internet2,dc=edu -member: uid=jclark39,ou=people,dc=internet2,dc=edu -member: uid=amorrison42,ou=people,dc=internet2,dc=edu -member: uid=klewis43,ou=people,dc=internet2,dc=edu -member: uid=awalters45,ou=people,dc=internet2,dc=edu -member: uid=jmorrison46,ou=people,dc=internet2,dc=edu -member: uid=jsmith48,ou=people,dc=internet2,dc=edu -member: uid=jhenderson52,ou=people,dc=internet2,dc=edu -member: uid=aroberts55,ou=people,dc=internet2,dc=edu -member: uid=ndavis59,ou=people,dc=internet2,dc=edu -member: uid=owalters60,ou=people,dc=internet2,dc=edu -member: uid=pthompson61,ou=people,dc=internet2,dc=edu -member: uid=kbrown62,ou=people,dc=internet2,dc=edu -member: uid=pjohnson64,ou=people,dc=internet2,dc=edu -member: uid=bsmith65,ou=people,dc=internet2,dc=edu -member: uid=bprice70,ou=people,dc=internet2,dc=edu -member: uid=hwalters71,ou=people,dc=internet2,dc=edu -member: uid=dprice72,ou=people,dc=internet2,dc=edu -member: uid=nroberts74,ou=people,dc=internet2,dc=edu -member: uid=mmartinez75,ou=people,dc=internet2,dc=edu -member: uid=mscott77,ou=people,dc=internet2,dc=edu -member: uid=kdavis78,ou=people,dc=internet2,dc=edu -member: uid=elewis86,ou=people,dc=internet2,dc=edu -member: uid=kwalters87,ou=people,dc=internet2,dc=edu -member: uid=rlee88,ou=people,dc=internet2,dc=edu -member: uid=dwilliams98,ou=people,dc=internet2,dc=edu -member: uid=cvales99,ou=people,dc=internet2,dc=edu -member: uid=jlangenberg100,ou=people,dc=internet2,dc=edu -member: uid=nscott103,ou=people,dc=internet2,dc=edu -member: uid=mnielson106,ou=people,dc=internet2,dc=edu -member: uid=jprice108,ou=people,dc=internet2,dc=edu -member: uid=mhenderson109,ou=people,dc=internet2,dc=edu -member: uid=awalters110,ou=people,dc=internet2,dc=edu -member: uid=jvales117,ou=people,dc=internet2,dc=edu -member: uid=lgrady119,ou=people,dc=internet2,dc=edu -member: uid=jgasper120,ou=people,dc=internet2,dc=edu -member: uid=jbutler123,ou=people,dc=internet2,dc=edu -member: uid=abutler125,ou=people,dc=internet2,dc=edu -member: uid=sroberts129,ou=people,dc=internet2,dc=edu -member: uid=jnielson130,ou=people,dc=internet2,dc=edu -member: uid=mmartinez133,ou=people,dc=internet2,dc=edu -member: uid=sanderson134,ou=people,dc=internet2,dc=edu -member: uid=blee135,ou=people,dc=internet2,dc=edu -member: uid=nbutler136,ou=people,dc=internet2,dc=edu -member: uid=mgrady137,ou=people,dc=internet2,dc=edu -member: uid=jgrady138,ou=people,dc=internet2,dc=edu -member: uid=sgrady139,ou=people,dc=internet2,dc=edu -member: uid=bbrown140,ou=people,dc=internet2,dc=edu -member: uid=mprice142,ou=people,dc=internet2,dc=edu -member: uid=mnielson143,ou=people,dc=internet2,dc=edu -member: uid=dwhite145,ou=people,dc=internet2,dc=edu -member: uid=klewis147,ou=people,dc=internet2,dc=edu -member: uid=mroberts149,ou=people,dc=internet2,dc=edu -member: uid=hclark151,ou=people,dc=internet2,dc=edu -member: uid=jnielson152,ou=people,dc=internet2,dc=edu -member: uid=lpeterson153,ou=people,dc=internet2,dc=edu -member: uid=mvales154,ou=people,dc=internet2,dc=edu -member: uid=jmartinez155,ou=people,dc=internet2,dc=edu -member: uid=hjohnson156,ou=people,dc=internet2,dc=edu -member: uid=wclark159,ou=people,dc=internet2,dc=edu -member: uid=alopez160,ou=people,dc=internet2,dc=edu -member: uid=danderson161,ou=people,dc=internet2,dc=edu -member: uid=nmartinez163,ou=people,dc=internet2,dc=edu -member: uid=cwalters167,ou=people,dc=internet2,dc=edu -member: uid=bgonazles168,ou=people,dc=internet2,dc=edu -member: uid=kthompson169,ou=people,dc=internet2,dc=edu -member: uid=svales170,ou=people,dc=internet2,dc=edu -member: uid=blee172,ou=people,dc=internet2,dc=edu -member: uid=ejohnson175,ou=people,dc=internet2,dc=edu -member: uid=hwhite179,ou=people,dc=internet2,dc=edu -member: uid=ejohnson180,ou=people,dc=internet2,dc=edu -member: uid=omartinez181,ou=people,dc=internet2,dc=edu -member: uid=tbrown182,ou=people,dc=internet2,dc=edu -member: uid=athompson183,ou=people,dc=internet2,dc=edu -member: uid=pscott184,ou=people,dc=internet2,dc=edu -member: uid=canderson188,ou=people,dc=internet2,dc=edu -member: uid=mmartinez190,ou=people,dc=internet2,dc=edu -member: uid=sanderson191,ou=people,dc=internet2,dc=edu -member: uid=sdoe192,ou=people,dc=internet2,dc=edu -member: uid=jlangenberg194,ou=people,dc=internet2,dc=edu -member: uid=jlopez195,ou=people,dc=internet2,dc=edu -member: uid=rjohnson196,ou=people,dc=internet2,dc=edu -member: uid=mclark197,ou=people,dc=internet2,dc=edu -member: uid=aprice198,ou=people,dc=internet2,dc=edu -member: uid=droberts199,ou=people,dc=internet2,dc=edu -member: uid=adavis203,ou=people,dc=internet2,dc=edu -member: uid=mdoe204,ou=people,dc=internet2,dc=edu -member: uid=wdavis206,ou=people,dc=internet2,dc=edu -member: uid=cgasper209,ou=people,dc=internet2,dc=edu -member: uid=agasper211,ou=people,dc=internet2,dc=edu -member: uid=lvales213,ou=people,dc=internet2,dc=edu -member: uid=nroberts214,ou=people,dc=internet2,dc=edu -member: uid=jlangenberg215,ou=people,dc=internet2,dc=edu -member: uid=clangenberg219,ou=people,dc=internet2,dc=edu -member: uid=ksmith221,ou=people,dc=internet2,dc=edu -member: uid=jwhite222,ou=people,dc=internet2,dc=edu -member: uid=mwilliams223,ou=people,dc=internet2,dc=edu -member: uid=kgasper224,ou=people,dc=internet2,dc=edu -member: uid=mclark227,ou=people,dc=internet2,dc=edu -member: uid=lbrown229,ou=people,dc=internet2,dc=edu -member: uid=rwilliams230,ou=people,dc=internet2,dc=edu -member: uid=ddavis232,ou=people,dc=internet2,dc=edu -member: uid=lwalters236,ou=people,dc=internet2,dc=edu -member: uid=ewhite238,ou=people,dc=internet2,dc=edu -member: uid=tnielson240,ou=people,dc=internet2,dc=edu -member: uid=pwilliams242,ou=people,dc=internet2,dc=edu -member: uid=jgasper245,ou=people,dc=internet2,dc=edu -member: uid=plangenberg246,ou=people,dc=internet2,dc=edu -member: uid=mnielson250,ou=people,dc=internet2,dc=edu -member: uid=mjohnson253,ou=people,dc=internet2,dc=edu -member: uid=plee254,ou=people,dc=internet2,dc=edu -member: uid=bnielson256,ou=people,dc=internet2,dc=edu -member: uid=sclark257,ou=people,dc=internet2,dc=edu -member: uid=nwalters258,ou=people,dc=internet2,dc=edu -member: uid=jsmith259,ou=people,dc=internet2,dc=edu -member: uid=awilliams260,ou=people,dc=internet2,dc=edu -member: uid=elopez264,ou=people,dc=internet2,dc=edu -member: uid=jmorrison265,ou=people,dc=internet2,dc=edu -member: uid=mhenderson267,ou=people,dc=internet2,dc=edu -member: uid=ihenderson269,ou=people,dc=internet2,dc=edu -member: uid=pwilliams272,ou=people,dc=internet2,dc=edu -member: uid=aprice273,ou=people,dc=internet2,dc=edu -member: uid=jscott274,ou=people,dc=internet2,dc=edu -member: uid=gbrown277,ou=people,dc=internet2,dc=edu -member: uid=dmartinez281,ou=people,dc=internet2,dc=edu -member: uid=tpeterson282,ou=people,dc=internet2,dc=edu -member: uid=alopez285,ou=people,dc=internet2,dc=edu -member: uid=rdoe288,ou=people,dc=internet2,dc=edu -member: uid=llopez290,ou=people,dc=internet2,dc=edu -member: uid=mthompson291,ou=people,dc=internet2,dc=edu -member: uid=cbrown292,ou=people,dc=internet2,dc=edu -member: uid=ascott293,ou=people,dc=internet2,dc=edu -member: uid=nsmith297,ou=people,dc=internet2,dc=edu -member: uid=emartinez300,ou=people,dc=internet2,dc=edu -member: uid=alangenberg302,ou=people,dc=internet2,dc=edu -member: uid=glee303,ou=people,dc=internet2,dc=edu -member: uid=bdoe304,ou=people,dc=internet2,dc=edu -member: uid=sroberts309,ou=people,dc=internet2,dc=edu -member: uid=kdavis311,ou=people,dc=internet2,dc=edu -member: uid=cbutler313,ou=people,dc=internet2,dc=edu -member: uid=twalters314,ou=people,dc=internet2,dc=edu -member: uid=amartinez319,ou=people,dc=internet2,dc=edu -member: uid=snielson320,ou=people,dc=internet2,dc=edu -member: uid=jmartinez324,ou=people,dc=internet2,dc=edu -member: uid=mdavis325,ou=people,dc=internet2,dc=edu -member: uid=jgrady326,ou=people,dc=internet2,dc=edu -member: uid=emartinez327,ou=people,dc=internet2,dc=edu -member: uid=lprice328,ou=people,dc=internet2,dc=edu -member: uid=ewalters329,ou=people,dc=internet2,dc=edu -member: uid=jlangenberg330,ou=people,dc=internet2,dc=edu -member: uid=dgrady331,ou=people,dc=internet2,dc=edu -member: uid=lgonazles333,ou=people,dc=internet2,dc=edu -member: uid=alopez337,ou=people,dc=internet2,dc=edu -member: uid=jsmith339,ou=people,dc=internet2,dc=edu -member: uid=mvales341,ou=people,dc=internet2,dc=edu -member: uid=mnielson343,ou=people,dc=internet2,dc=edu -member: uid=mpeterson345,ou=people,dc=internet2,dc=edu -member: uid=hbutler347,ou=people,dc=internet2,dc=edu -member: uid=edoe348,ou=people,dc=internet2,dc=edu -member: uid=mgrady349,ou=people,dc=internet2,dc=edu -member: uid=gscott350,ou=people,dc=internet2,dc=edu -member: uid=hpeterson355,ou=people,dc=internet2,dc=edu -member: uid=glopez356,ou=people,dc=internet2,dc=edu -member: uid=iwilliams358,ou=people,dc=internet2,dc=edu -member: uid=gnielson359,ou=people,dc=internet2,dc=edu -member: uid=sdoe360,ou=people,dc=internet2,dc=edu -member: uid=jclark361,ou=people,dc=internet2,dc=edu -member: uid=aprice362,ou=people,dc=internet2,dc=edu -member: uid=mwalters363,ou=people,dc=internet2,dc=edu -member: uid=sthompson365,ou=people,dc=internet2,dc=edu -member: uid=svales366,ou=people,dc=internet2,dc=edu -member: uid=dsmith367,ou=people,dc=internet2,dc=edu -member: uid=rbutler368,ou=people,dc=internet2,dc=edu -member: uid=rnielson369,ou=people,dc=internet2,dc=edu -member: uid=kvales371,ou=people,dc=internet2,dc=edu -member: uid=sdavis372,ou=people,dc=internet2,dc=edu -member: uid=mgrady376,ou=people,dc=internet2,dc=edu -member: uid=mhenderson377,ou=people,dc=internet2,dc=edu -member: uid=mbutler380,ou=people,dc=internet2,dc=edu -member: uid=lscott382,ou=people,dc=internet2,dc=edu -member: uid=edoe384,ou=people,dc=internet2,dc=edu -member: uid=cprice385,ou=people,dc=internet2,dc=edu -member: uid=pgonazles386,ou=people,dc=internet2,dc=edu -member: uid=wlee388,ou=people,dc=internet2,dc=edu -member: uid=mvales389,ou=people,dc=internet2,dc=edu -member: uid=mlewis390,ou=people,dc=internet2,dc=edu -member: uid=mroberts391,ou=people,dc=internet2,dc=edu -member: uid=cclark395,ou=people,dc=internet2,dc=edu -member: uid=pmorrison396,ou=people,dc=internet2,dc=edu -member: uid=llopez398,ou=people,dc=internet2,dc=edu -member: uid=mlewis399,ou=people,dc=internet2,dc=edu -member: uid=ewilliams400,ou=people,dc=internet2,dc=edu -member: uid=dwalters404,ou=people,dc=internet2,dc=edu -member: uid=amorrison406,ou=people,dc=internet2,dc=edu -member: uid=lbrown408,ou=people,dc=internet2,dc=edu -member: uid=ajohnson409,ou=people,dc=internet2,dc=edu -member: uid=amartinez410,ou=people,dc=internet2,dc=edu -member: uid=mnielson411,ou=people,dc=internet2,dc=edu -member: uid=rvales412,ou=people,dc=internet2,dc=edu -member: uid=esmith414,ou=people,dc=internet2,dc=edu -member: uid=elopez415,ou=people,dc=internet2,dc=edu -member: uid=csmith416,ou=people,dc=internet2,dc=edu -member: uid=wgrady418,ou=people,dc=internet2,dc=edu -member: uid=abutler419,ou=people,dc=internet2,dc=edu -member: uid=dwalters420,ou=people,dc=internet2,dc=edu -member: uid=jlewis422,ou=people,dc=internet2,dc=edu -member: uid=sroberts424,ou=people,dc=internet2,dc=edu -member: uid=dwalters426,ou=people,dc=internet2,dc=edu -member: uid=rclark429,ou=people,dc=internet2,dc=edu -member: uid=kmorrison430,ou=people,dc=internet2,dc=edu -member: uid=slangenberg438,ou=people,dc=internet2,dc=edu -member: uid=manderson439,ou=people,dc=internet2,dc=edu -member: uid=epeterson441,ou=people,dc=internet2,dc=edu -member: uid=jsmith442,ou=people,dc=internet2,dc=edu -member: uid=jlee443,ou=people,dc=internet2,dc=edu -member: uid=mvales444,ou=people,dc=internet2,dc=edu -member: uid=dbutler447,ou=people,dc=internet2,dc=edu -member: uid=blopez450,ou=people,dc=internet2,dc=edu -member: uid=plangenberg452,ou=people,dc=internet2,dc=edu -member: uid=jscott457,ou=people,dc=internet2,dc=edu -member: uid=janderson459,ou=people,dc=internet2,dc=edu -member: uid=amorrison460,ou=people,dc=internet2,dc=edu -member: uid=opeterson462,ou=people,dc=internet2,dc=edu -member: uid=bwilliams469,ou=people,dc=internet2,dc=edu -member: uid=twilliams471,ou=people,dc=internet2,dc=edu -member: uid=cgrady472,ou=people,dc=internet2,dc=edu -member: uid=kroberts474,ou=people,dc=internet2,dc=edu -member: uid=dmorrison475,ou=people,dc=internet2,dc=edu -member: uid=lgrady476,ou=people,dc=internet2,dc=edu -member: uid=jlangenberg477,ou=people,dc=internet2,dc=edu -member: uid=cbutler478,ou=people,dc=internet2,dc=edu -member: uid=alangenberg480,ou=people,dc=internet2,dc=edu -member: uid=edavis482,ou=people,dc=internet2,dc=edu -member: uid=janderson485,ou=people,dc=internet2,dc=edu -member: uid=dwalters486,ou=people,dc=internet2,dc=edu -member: uid=wmartinez487,ou=people,dc=internet2,dc=edu -member: uid=sroberts491,ou=people,dc=internet2,dc=edu -member: uid=pwalters492,ou=people,dc=internet2,dc=edu -member: uid=jhenderson494,ou=people,dc=internet2,dc=edu -member: uid=jbrown497,ou=people,dc=internet2,dc=edu -member: uid=idoe498,ou=people,dc=internet2,dc=edu -member: uid=lvales502,ou=people,dc=internet2,dc=edu -member: uid=chenderson503,ou=people,dc=internet2,dc=edu -member: uid=jpeterson504,ou=people,dc=internet2,dc=edu -member: uid=jpeterson507,ou=people,dc=internet2,dc=edu -member: uid=agasper508,ou=people,dc=internet2,dc=edu -member: uid=rbutler509,ou=people,dc=internet2,dc=edu -member: uid=iscott511,ou=people,dc=internet2,dc=edu -member: uid=cwilliams512,ou=people,dc=internet2,dc=edu -member: uid=sgasper513,ou=people,dc=internet2,dc=edu -member: uid=cvales514,ou=people,dc=internet2,dc=edu -member: uid=jmorrison517,ou=people,dc=internet2,dc=edu -member: uid=cprice518,ou=people,dc=internet2,dc=edu -member: uid=jprice523,ou=people,dc=internet2,dc=edu -member: uid=kclark528,ou=people,dc=internet2,dc=edu -member: uid=lwilliams529,ou=people,dc=internet2,dc=edu -member: uid=ebrown530,ou=people,dc=internet2,dc=edu -member: uid=hnielson531,ou=people,dc=internet2,dc=edu -member: uid=pwalters532,ou=people,dc=internet2,dc=edu -member: uid=sdoe535,ou=people,dc=internet2,dc=edu -member: uid=lgonazles537,ou=people,dc=internet2,dc=edu -member: uid=wlewis541,ou=people,dc=internet2,dc=edu -member: uid=mthompson542,ou=people,dc=internet2,dc=edu -member: uid=rvales544,ou=people,dc=internet2,dc=edu -member: uid=aprice545,ou=people,dc=internet2,dc=edu -member: uid=lthompson546,ou=people,dc=internet2,dc=edu -member: uid=mpeterson551,ou=people,dc=internet2,dc=edu -member: uid=broberts552,ou=people,dc=internet2,dc=edu -member: uid=esmith553,ou=people,dc=internet2,dc=edu -member: uid=kclark554,ou=people,dc=internet2,dc=edu -member: uid=mlewis557,ou=people,dc=internet2,dc=edu -member: uid=jwalters559,ou=people,dc=internet2,dc=edu -member: uid=mgrady562,ou=people,dc=internet2,dc=edu -member: uid=iprice563,ou=people,dc=internet2,dc=edu -member: uid=pvales568,ou=people,dc=internet2,dc=edu -member: uid=cgasper570,ou=people,dc=internet2,dc=edu -member: uid=lbrown571,ou=people,dc=internet2,dc=edu -member: uid=asmith572,ou=people,dc=internet2,dc=edu -member: uid=snielson573,ou=people,dc=internet2,dc=edu -member: uid=plewis576,ou=people,dc=internet2,dc=edu -member: uid=rbutler577,ou=people,dc=internet2,dc=edu -member: uid=sclark578,ou=people,dc=internet2,dc=edu -member: uid=nscott580,ou=people,dc=internet2,dc=edu -member: uid=odavis581,ou=people,dc=internet2,dc=edu -member: uid=mmartinez582,ou=people,dc=internet2,dc=edu -member: uid=jthompson584,ou=people,dc=internet2,dc=edu -member: uid=mbrown586,ou=people,dc=internet2,dc=edu -member: uid=bmartinez592,ou=people,dc=internet2,dc=edu -member: uid=jbutler593,ou=people,dc=internet2,dc=edu -member: uid=ldoe594,ou=people,dc=internet2,dc=edu -member: uid=cgasper595,ou=people,dc=internet2,dc=edu -member: uid=sjohnson597,ou=people,dc=internet2,dc=edu -member: uid=jnielson598,ou=people,dc=internet2,dc=edu -member: uid=jclark599,ou=people,dc=internet2,dc=edu -member: uid=blee602,ou=people,dc=internet2,dc=edu -member: uid=jprice604,ou=people,dc=internet2,dc=edu -member: uid=amartinez605,ou=people,dc=internet2,dc=edu -member: uid=dprice607,ou=people,dc=internet2,dc=edu -member: uid=agasper608,ou=people,dc=internet2,dc=edu -member: uid=ppeterson609,ou=people,dc=internet2,dc=edu -member: uid=gjohnson610,ou=people,dc=internet2,dc=edu -member: uid=wgrady611,ou=people,dc=internet2,dc=edu -member: uid=awilliams614,ou=people,dc=internet2,dc=edu -member: uid=ibrown615,ou=people,dc=internet2,dc=edu -member: uid=mwalters618,ou=people,dc=internet2,dc=edu -member: uid=mgrady620,ou=people,dc=internet2,dc=edu -member: uid=tgasper622,ou=people,dc=internet2,dc=edu -member: uid=ipeterson623,ou=people,dc=internet2,dc=edu -member: uid=pprice625,ou=people,dc=internet2,dc=edu -member: uid=slee626,ou=people,dc=internet2,dc=edu -member: uid=cpeterson628,ou=people,dc=internet2,dc=edu -member: uid=cdavis630,ou=people,dc=internet2,dc=edu -member: uid=awhite631,ou=people,dc=internet2,dc=edu -member: uid=mbutler632,ou=people,dc=internet2,dc=edu -member: uid=pclark634,ou=people,dc=internet2,dc=edu -member: uid=pthompson635,ou=people,dc=internet2,dc=edu -member: uid=smorrison637,ou=people,dc=internet2,dc=edu -member: uid=glee638,ou=people,dc=internet2,dc=edu -member: uid=knielson641,ou=people,dc=internet2,dc=edu -member: uid=lbutler643,ou=people,dc=internet2,dc=edu -member: uid=mlopez653,ou=people,dc=internet2,dc=edu -member: uid=ilopez655,ou=people,dc=internet2,dc=edu -member: uid=dmartinez657,ou=people,dc=internet2,dc=edu -member: uid=cpeterson658,ou=people,dc=internet2,dc=edu -member: uid=mmartinez659,ou=people,dc=internet2,dc=edu -member: uid=djohnson661,ou=people,dc=internet2,dc=edu -member: uid=ilewis665,ou=people,dc=internet2,dc=edu -member: uid=dgrady667,ou=people,dc=internet2,dc=edu -member: uid=ajohnson668,ou=people,dc=internet2,dc=edu -member: uid=kbrown672,ou=people,dc=internet2,dc=edu -member: uid=dscott673,ou=people,dc=internet2,dc=edu -member: uid=mvales675,ou=people,dc=internet2,dc=edu -member: uid=agasper678,ou=people,dc=internet2,dc=edu -member: uid=cvales679,ou=people,dc=internet2,dc=edu -member: uid=ewilliams682,ou=people,dc=internet2,dc=edu -member: uid=olopez687,ou=people,dc=internet2,dc=edu -member: uid=pprice690,ou=people,dc=internet2,dc=edu -member: uid=aroberts694,ou=people,dc=internet2,dc=edu -member: uid=elewis695,ou=people,dc=internet2,dc=edu -member: uid=sbrown696,ou=people,dc=internet2,dc=edu -member: uid=mgonazles697,ou=people,dc=internet2,dc=edu -member: uid=jprice698,ou=people,dc=internet2,dc=edu -member: uid=kgasper701,ou=people,dc=internet2,dc=edu -member: uid=ewalters703,ou=people,dc=internet2,dc=edu -member: uid=aprice705,ou=people,dc=internet2,dc=edu -member: uid=aclark706,ou=people,dc=internet2,dc=edu -member: uid=panderson707,ou=people,dc=internet2,dc=edu -member: uid=mroberts708,ou=people,dc=internet2,dc=edu -member: uid=gbrown709,ou=people,dc=internet2,dc=edu -member: uid=rgasper711,ou=people,dc=internet2,dc=edu -member: uid=sgonazles712,ou=people,dc=internet2,dc=edu -member: uid=kgrady715,ou=people,dc=internet2,dc=edu -member: uid=lvales716,ou=people,dc=internet2,dc=edu -member: uid=csmith720,ou=people,dc=internet2,dc=edu -member: uid=mwilliams721,ou=people,dc=internet2,dc=edu -member: uid=lpeterson724,ou=people,dc=internet2,dc=edu -member: uid=ogonazles726,ou=people,dc=internet2,dc=edu -member: uid=glangenberg728,ou=people,dc=internet2,dc=edu -member: uid=jmorrison730,ou=people,dc=internet2,dc=edu -member: uid=othompson733,ou=people,dc=internet2,dc=edu -member: uid=dwilliams736,ou=people,dc=internet2,dc=edu -member: uid=ksmith737,ou=people,dc=internet2,dc=edu -member: uid=kroberts739,ou=people,dc=internet2,dc=edu -member: uid=pthompson740,ou=people,dc=internet2,dc=edu -member: uid=tbrown741,ou=people,dc=internet2,dc=edu -member: uid=abutler743,ou=people,dc=internet2,dc=edu -member: uid=mlangenberg744,ou=people,dc=internet2,dc=edu -member: uid=sgrady746,ou=people,dc=internet2,dc=edu -member: uid=tclark747,ou=people,dc=internet2,dc=edu -member: uid=dgonazles750,ou=people,dc=internet2,dc=edu -member: uid=sscott753,ou=people,dc=internet2,dc=edu -member: uid=kvales754,ou=people,dc=internet2,dc=edu -member: uid=adoe755,ou=people,dc=internet2,dc=edu -member: uid=nhenderson756,ou=people,dc=internet2,dc=edu -member: uid=mhenderson758,ou=people,dc=internet2,dc=edu -member: uid=mmartinez759,ou=people,dc=internet2,dc=edu -member: uid=pwhite760,ou=people,dc=internet2,dc=edu -member: uid=ethompson761,ou=people,dc=internet2,dc=edu -member: uid=cscott764,ou=people,dc=internet2,dc=edu -member: uid=mscott765,ou=people,dc=internet2,dc=edu -member: uid=jwhite767,ou=people,dc=internet2,dc=edu -member: uid=broberts771,ou=people,dc=internet2,dc=edu -member: uid=cdoe772,ou=people,dc=internet2,dc=edu -member: uid=dgasper774,ou=people,dc=internet2,dc=edu -member: uid=mbrown775,ou=people,dc=internet2,dc=edu -member: uid=cgrady778,ou=people,dc=internet2,dc=edu -member: uid=cprice779,ou=people,dc=internet2,dc=edu -member: uid=wvales782,ou=people,dc=internet2,dc=edu -member: uid=bjohnson783,ou=people,dc=internet2,dc=edu -member: uid=rgasper784,ou=people,dc=internet2,dc=edu -member: uid=alewis785,ou=people,dc=internet2,dc=edu -member: uid=swhite788,ou=people,dc=internet2,dc=edu -member: uid=dsmith789,ou=people,dc=internet2,dc=edu -member: uid=agrady791,ou=people,dc=internet2,dc=edu -member: uid=jmartinez792,ou=people,dc=internet2,dc=edu -member: uid=klewis794,ou=people,dc=internet2,dc=edu -member: uid=mwalters798,ou=people,dc=internet2,dc=edu -member: uid=jlopez799,ou=people,dc=internet2,dc=edu -member: uid=ddavis800,ou=people,dc=internet2,dc=edu -member: uid=kdoe801,ou=people,dc=internet2,dc=edu -member: uid=mscott803,ou=people,dc=internet2,dc=edu -member: uid=mbutler806,ou=people,dc=internet2,dc=edu -member: uid=jwhite807,ou=people,dc=internet2,dc=edu -member: uid=slopez811,ou=people,dc=internet2,dc=edu -member: uid=lthompson812,ou=people,dc=internet2,dc=edu -member: uid=gdavis813,ou=people,dc=internet2,dc=edu -member: uid=esmith814,ou=people,dc=internet2,dc=edu -member: uid=jwalters815,ou=people,dc=internet2,dc=edu -member: uid=jwhite816,ou=people,dc=internet2,dc=edu -member: uid=ddavis817,ou=people,dc=internet2,dc=edu -member: uid=llangenberg818,ou=people,dc=internet2,dc=edu -member: uid=athompson821,ou=people,dc=internet2,dc=edu -member: uid=ddoe822,ou=people,dc=internet2,dc=edu -member: uid=dhenderson825,ou=people,dc=internet2,dc=edu -member: uid=ganderson828,ou=people,dc=internet2,dc=edu -member: uid=wgonazles830,ou=people,dc=internet2,dc=edu -member: uid=msmith831,ou=people,dc=internet2,dc=edu -member: uid=bmorrison833,ou=people,dc=internet2,dc=edu -member: uid=cdoe834,ou=people,dc=internet2,dc=edu -member: uid=avales836,ou=people,dc=internet2,dc=edu -member: uid=kbutler839,ou=people,dc=internet2,dc=edu -member: uid=mwhite840,ou=people,dc=internet2,dc=edu -member: uid=rmartinez842,ou=people,dc=internet2,dc=edu -member: uid=droberts851,ou=people,dc=internet2,dc=edu -member: uid=mroberts854,ou=people,dc=internet2,dc=edu -member: uid=obrown856,ou=people,dc=internet2,dc=edu -member: uid=jgrady858,ou=people,dc=internet2,dc=edu -member: uid=manderson860,ou=people,dc=internet2,dc=edu -member: uid=jmorrison861,ou=people,dc=internet2,dc=edu -member: uid=ehenderson862,ou=people,dc=internet2,dc=edu -member: uid=mlee863,ou=people,dc=internet2,dc=edu -member: uid=kpeterson865,ou=people,dc=internet2,dc=edu -member: uid=athompson866,ou=people,dc=internet2,dc=edu -member: uid=ahenderson868,ou=people,dc=internet2,dc=edu -member: uid=apeterson870,ou=people,dc=internet2,dc=edu -member: uid=mmorrison871,ou=people,dc=internet2,dc=edu -member: uid=ssmith873,ou=people,dc=internet2,dc=edu -member: uid=ggonazles875,ou=people,dc=internet2,dc=edu -member: uid=klangenberg876,ou=people,dc=internet2,dc=edu -member: uid=mwalters877,ou=people,dc=internet2,dc=edu -member: uid=janderson879,ou=people,dc=internet2,dc=edu -member: uid=dprice880,ou=people,dc=internet2,dc=edu -member: uid=dgonazles881,ou=people,dc=internet2,dc=edu -member: uid=ahenderson884,ou=people,dc=internet2,dc=edu -member: uid=jwilliams886,ou=people,dc=internet2,dc=edu -member: uid=ehenderson887,ou=people,dc=internet2,dc=edu -member: uid=osmith888,ou=people,dc=internet2,dc=edu -member: uid=aprice891,ou=people,dc=internet2,dc=edu -member: uid=mgrady892,ou=people,dc=internet2,dc=edu -member: uid=agonazles893,ou=people,dc=internet2,dc=edu -member: uid=ebutler894,ou=people,dc=internet2,dc=edu -member: uid=aclark896,ou=people,dc=internet2,dc=edu -member: uid=alopez899,ou=people,dc=internet2,dc=edu -member: uid=mgasper902,ou=people,dc=internet2,dc=edu -member: uid=rnielson905,ou=people,dc=internet2,dc=edu -member: uid=dlopez906,ou=people,dc=internet2,dc=edu -member: uid=kvales908,ou=people,dc=internet2,dc=edu -member: uid=mscott909,ou=people,dc=internet2,dc=edu -member: uid=obrown910,ou=people,dc=internet2,dc=edu -member: uid=hlopez911,ou=people,dc=internet2,dc=edu -member: uid=thenderson914,ou=people,dc=internet2,dc=edu -member: uid=klewis915,ou=people,dc=internet2,dc=edu -member: uid=dbutler917,ou=people,dc=internet2,dc=edu -member: uid=kmartinez918,ou=people,dc=internet2,dc=edu -member: uid=mlee920,ou=people,dc=internet2,dc=edu -member: uid=lscott925,ou=people,dc=internet2,dc=edu -member: uid=amorrison926,ou=people,dc=internet2,dc=edu -member: uid=jgrady927,ou=people,dc=internet2,dc=edu -member: uid=tdavis929,ou=people,dc=internet2,dc=edu -member: uid=sbutler930,ou=people,dc=internet2,dc=edu -member: uid=ssmith931,ou=people,dc=internet2,dc=edu -member: uid=mroberts932,ou=people,dc=internet2,dc=edu -member: uid=mmorrison935,ou=people,dc=internet2,dc=edu -member: uid=jnielson937,ou=people,dc=internet2,dc=edu -member: uid=tdoe939,ou=people,dc=internet2,dc=edu -member: uid=amorrison942,ou=people,dc=internet2,dc=edu -member: uid=speterson943,ou=people,dc=internet2,dc=edu -member: uid=abrown944,ou=people,dc=internet2,dc=edu -member: uid=mjohnson949,ou=people,dc=internet2,dc=edu -member: uid=emartinez952,ou=people,dc=internet2,dc=edu -member: uid=kwhite953,ou=people,dc=internet2,dc=edu -member: uid=proberts954,ou=people,dc=internet2,dc=edu -member: uid=abrown955,ou=people,dc=internet2,dc=edu -member: uid=danderson959,ou=people,dc=internet2,dc=edu -member: uid=hsmith960,ou=people,dc=internet2,dc=edu -member: uid=klangenberg962,ou=people,dc=internet2,dc=edu -member: uid=eprice964,ou=people,dc=internet2,dc=edu -member: uid=mgrady967,ou=people,dc=internet2,dc=edu -member: uid=smorrison968,ou=people,dc=internet2,dc=edu -member: uid=mwhite970,ou=people,dc=internet2,dc=edu -member: uid=alopez971,ou=people,dc=internet2,dc=edu -member: uid=kgrady972,ou=people,dc=internet2,dc=edu -member: uid=omartinez974,ou=people,dc=internet2,dc=edu -member: uid=wmartinez978,ou=people,dc=internet2,dc=edu -member: uid=pdoe980,ou=people,dc=internet2,dc=edu -member: uid=lwalters984,ou=people,dc=internet2,dc=edu -member: uid=elopez987,ou=people,dc=internet2,dc=edu -member: uid=asmith989,ou=people,dc=internet2,dc=edu -member: uid=rmartinez991,ou=people,dc=internet2,dc=edu -member: uid=mlewis994,ou=people,dc=internet2,dc=edu -member: uid=cgasper998,ou=people,dc=internet2,dc=edu - -dn: cn=community_members,ou=groups,dc=internet2,dc=edu -objectClass: groupOfNames -objectClass: top -cn: community_members -member: uid=bgasper2,ou=people,dc=internet2,dc=edu -member: uid=ksmith3,ou=people,dc=internet2,dc=edu -member: uid=mdoe7,ou=people,dc=internet2,dc=edu -member: uid=mmartinez8,ou=people,dc=internet2,dc=edu -member: uid=hnielson9,ou=people,dc=internet2,dc=edu -member: uid=hpeterson10,ou=people,dc=internet2,dc=edu -member: uid=kwalters11,ou=people,dc=internet2,dc=edu -member: uid=bbutler12,ou=people,dc=internet2,dc=edu -member: uid=janderson13,ou=people,dc=internet2,dc=edu -member: uid=cmorrison22,ou=people,dc=internet2,dc=edu -member: uid=jwalters24,ou=people,dc=internet2,dc=edu -member: uid=cthompson28,ou=people,dc=internet2,dc=edu -member: uid=sclark29,ou=people,dc=internet2,dc=edu -member: uid=sanderson33,ou=people,dc=internet2,dc=edu -member: uid=awalters45,ou=people,dc=internet2,dc=edu -member: uid=jdavis50,ou=people,dc=internet2,dc=edu -member: uid=anielson51,ou=people,dc=internet2,dc=edu -member: uid=cvales53,ou=people,dc=internet2,dc=edu -member: uid=owalters60,ou=people,dc=internet2,dc=edu -member: uid=tpeterson63,ou=people,dc=internet2,dc=edu -member: uid=jroberts67,ou=people,dc=internet2,dc=edu -member: uid=ohenderson69,ou=people,dc=internet2,dc=edu -member: uid=elee73,ou=people,dc=internet2,dc=edu -member: uid=kvales76,ou=people,dc=internet2,dc=edu -member: uid=kgrady79,ou=people,dc=internet2,dc=edu -member: uid=wwilliams84,ou=people,dc=internet2,dc=edu -member: uid=agrady94,ou=people,dc=internet2,dc=edu -member: uid=wnielson101,ou=people,dc=internet2,dc=edu -member: uid=awhite102,ou=people,dc=internet2,dc=edu -member: uid=enielson104,ou=people,dc=internet2,dc=edu -member: uid=ahenderson105,ou=people,dc=internet2,dc=edu -member: uid=sdavis107,ou=people,dc=internet2,dc=edu -member: uid=jvales111,ou=people,dc=internet2,dc=edu -member: uid=mclark114,ou=people,dc=internet2,dc=edu -member: uid=bgrady115,ou=people,dc=internet2,dc=edu -member: uid=ggrady118,ou=people,dc=internet2,dc=edu -member: uid=lgrady119,ou=people,dc=internet2,dc=edu -member: uid=jgasper120,ou=people,dc=internet2,dc=edu -member: uid=emartinez127,ou=people,dc=internet2,dc=edu -member: uid=sroberts129,ou=people,dc=internet2,dc=edu -member: uid=awhite131,ou=people,dc=internet2,dc=edu -member: uid=abrown132,ou=people,dc=internet2,dc=edu -member: uid=mgrady137,ou=people,dc=internet2,dc=edu -member: uid=sgrady139,ou=people,dc=internet2,dc=edu -member: uid=mlopez146,ou=people,dc=internet2,dc=edu -member: uid=bdavis150,ou=people,dc=internet2,dc=edu -member: uid=blee172,ou=people,dc=internet2,dc=edu -member: uid=escott173,ou=people,dc=internet2,dc=edu -member: uid=lgasper176,ou=people,dc=internet2,dc=edu -member: uid=lbutler177,ou=people,dc=internet2,dc=edu -member: uid=hwhite179,ou=people,dc=internet2,dc=edu -member: uid=athompson183,ou=people,dc=internet2,dc=edu -member: uid=canderson188,ou=people,dc=internet2,dc=edu -member: uid=ascott189,ou=people,dc=internet2,dc=edu -member: uid=jlopez195,ou=people,dc=internet2,dc=edu -member: uid=rjohnson196,ou=people,dc=internet2,dc=edu -member: uid=mclark197,ou=people,dc=internet2,dc=edu -member: uid=agonazles200,ou=people,dc=internet2,dc=edu -member: uid=pvales202,ou=people,dc=internet2,dc=edu -member: uid=agasper211,ou=people,dc=internet2,dc=edu -member: uid=lvales213,ou=people,dc=internet2,dc=edu -member: uid=jlangenberg215,ou=people,dc=internet2,dc=edu -member: uid=wscott216,ou=people,dc=internet2,dc=edu -member: uid=rwilliams230,ou=people,dc=internet2,dc=edu -member: uid=cthompson231,ou=people,dc=internet2,dc=edu -member: uid=glangenberg234,ou=people,dc=internet2,dc=edu -member: uid=jlewis235,ou=people,dc=internet2,dc=edu -member: uid=lwalters236,ou=people,dc=internet2,dc=edu -member: uid=klopez237,ou=people,dc=internet2,dc=edu -member: uid=bgonazles239,ou=people,dc=internet2,dc=edu -member: uid=nclark241,ou=people,dc=internet2,dc=edu -member: uid=awalters247,ou=people,dc=internet2,dc=edu -member: uid=dhenderson248,ou=people,dc=internet2,dc=edu -member: uid=mlewis252,ou=people,dc=internet2,dc=edu -member: uid=bnielson256,ou=people,dc=internet2,dc=edu -member: uid=sclark257,ou=people,dc=internet2,dc=edu -member: uid=jmorrison265,ou=people,dc=internet2,dc=edu -member: uid=lmartinez270,ou=people,dc=internet2,dc=edu -member: uid=pwilliams272,ou=people,dc=internet2,dc=edu -member: uid=jjohnson280,ou=people,dc=internet2,dc=edu -member: uid=dmartinez281,ou=people,dc=internet2,dc=edu -member: uid=amartinez283,ou=people,dc=internet2,dc=edu -member: uid=lprice284,ou=people,dc=internet2,dc=edu -member: uid=cthompson287,ou=people,dc=internet2,dc=edu -member: uid=mmorrison289,ou=people,dc=internet2,dc=edu -member: uid=landerson294,ou=people,dc=internet2,dc=edu -member: uid=cdoe296,ou=people,dc=internet2,dc=edu -member: uid=blee298,ou=people,dc=internet2,dc=edu -member: uid=dwilliams299,ou=people,dc=internet2,dc=edu -member: uid=glee303,ou=people,dc=internet2,dc=edu -member: uid=jlee308,ou=people,dc=internet2,dc=edu -member: uid=cbutler313,ou=people,dc=internet2,dc=edu -member: uid=cwalters316,ou=people,dc=internet2,dc=edu -member: uid=bbutler317,ou=people,dc=internet2,dc=edu -member: uid=mwilliams323,ou=people,dc=internet2,dc=edu -member: uid=jgrady326,ou=people,dc=internet2,dc=edu -member: uid=ewalters329,ou=people,dc=internet2,dc=edu -member: uid=aroberts334,ou=people,dc=internet2,dc=edu -member: uid=mgrady336,ou=people,dc=internet2,dc=edu -member: uid=gdavis354,ou=people,dc=internet2,dc=edu -member: uid=hpeterson355,ou=people,dc=internet2,dc=edu -member: uid=clee357,ou=people,dc=internet2,dc=edu -member: uid=mwalters363,ou=people,dc=internet2,dc=edu -member: uid=svales364,ou=people,dc=internet2,dc=edu -member: uid=sthompson365,ou=people,dc=internet2,dc=edu -member: uid=iwhite370,ou=people,dc=internet2,dc=edu -member: uid=sdavis372,ou=people,dc=internet2,dc=edu -member: uid=aclark373,ou=people,dc=internet2,dc=edu -member: uid=pmartinez374,ou=people,dc=internet2,dc=edu -member: uid=anielson378,ou=people,dc=internet2,dc=edu -member: uid=adavis379,ou=people,dc=internet2,dc=edu -member: uid=gbutler381,ou=people,dc=internet2,dc=edu -member: uid=clopez383,ou=people,dc=internet2,dc=edu -member: uid=apeterson387,ou=people,dc=internet2,dc=edu -member: uid=dbrown402,ou=people,dc=internet2,dc=edu -member: uid=snielson403,ou=people,dc=internet2,dc=edu -member: uid=dwalters404,ou=people,dc=internet2,dc=edu -member: uid=ldoe407,ou=people,dc=internet2,dc=edu -member: uid=mclark413,ou=people,dc=internet2,dc=edu -member: uid=elopez415,ou=people,dc=internet2,dc=edu -member: uid=csmith416,ou=people,dc=internet2,dc=edu -member: uid=wgrady418,ou=people,dc=internet2,dc=edu -member: uid=sroberts424,ou=people,dc=internet2,dc=edu -member: uid=avales427,ou=people,dc=internet2,dc=edu -member: uid=rprice435,ou=people,dc=internet2,dc=edu -member: uid=jsmith442,ou=people,dc=internet2,dc=edu -member: uid=mpeterson445,ou=people,dc=internet2,dc=edu -member: uid=mwilliams446,ou=people,dc=internet2,dc=edu -member: uid=jsmith451,ou=people,dc=internet2,dc=edu -member: uid=dlee456,ou=people,dc=internet2,dc=edu -member: uid=janderson459,ou=people,dc=internet2,dc=edu -member: uid=tpeterson463,ou=people,dc=internet2,dc=edu -member: uid=aanderson465,ou=people,dc=internet2,dc=edu -member: uid=jsmith466,ou=people,dc=internet2,dc=edu -member: uid=alee467,ou=people,dc=internet2,dc=edu -member: uid=edavis482,ou=people,dc=internet2,dc=edu -member: uid=sanderson484,ou=people,dc=internet2,dc=edu -member: uid=jgrady499,ou=people,dc=internet2,dc=edu -member: uid=jnielson505,ou=people,dc=internet2,dc=edu -member: uid=amorrison506,ou=people,dc=internet2,dc=edu -member: uid=omartinez520,ou=people,dc=internet2,dc=edu -member: uid=dwilliams521,ou=people,dc=internet2,dc=edu -member: uid=nlewis524,ou=people,dc=internet2,dc=edu -member: uid=athompson526,ou=people,dc=internet2,dc=edu -member: uid=kclark528,ou=people,dc=internet2,dc=edu -member: uid=lwilliams529,ou=people,dc=internet2,dc=edu -member: uid=manderson533,ou=people,dc=internet2,dc=edu -member: uid=wvales534,ou=people,dc=internet2,dc=edu -member: uid=cwalters536,ou=people,dc=internet2,dc=edu -member: uid=lgonazles537,ou=people,dc=internet2,dc=edu -member: uid=jclark540,ou=people,dc=internet2,dc=edu -member: uid=kprice543,ou=people,dc=internet2,dc=edu -member: uid=aprice545,ou=people,dc=internet2,dc=edu -member: uid=sthompson548,ou=people,dc=internet2,dc=edu -member: uid=mpeterson551,ou=people,dc=internet2,dc=edu -member: uid=broberts552,ou=people,dc=internet2,dc=edu -member: uid=mvales564,ou=people,dc=internet2,dc=edu -member: uid=rgrady566,ou=people,dc=internet2,dc=edu -member: uid=imartinez567,ou=people,dc=internet2,dc=edu -member: uid=jthompson569,ou=people,dc=internet2,dc=edu -member: uid=asmith572,ou=people,dc=internet2,dc=edu -member: uid=sgasper574,ou=people,dc=internet2,dc=edu -member: uid=plewis576,ou=people,dc=internet2,dc=edu -member: uid=mbrown586,ou=people,dc=internet2,dc=edu -member: uid=rjohnson588,ou=people,dc=internet2,dc=edu -member: uid=cprice589,ou=people,dc=internet2,dc=edu -member: uid=lvales600,ou=people,dc=internet2,dc=edu -member: uid=kwalters603,ou=people,dc=internet2,dc=edu -member: uid=amartinez605,ou=people,dc=internet2,dc=edu -member: uid=cwilliams606,ou=people,dc=internet2,dc=edu -member: uid=agasper608,ou=people,dc=internet2,dc=edu -member: uid=mwilliams619,ou=people,dc=internet2,dc=edu -member: uid=ipeterson623,ou=people,dc=internet2,dc=edu -member: uid=eprice629,ou=people,dc=internet2,dc=edu -member: uid=awhite631,ou=people,dc=internet2,dc=edu -member: uid=smorrison637,ou=people,dc=internet2,dc=edu -member: uid=glee638,ou=people,dc=internet2,dc=edu -member: uid=mclark642,ou=people,dc=internet2,dc=edu -member: uid=jvales645,ou=people,dc=internet2,dc=edu -member: uid=gwhite647,ou=people,dc=internet2,dc=edu -member: uid=ggrady649,ou=people,dc=internet2,dc=edu -member: uid=mdoe654,ou=people,dc=internet2,dc=edu -member: uid=wlopez656,ou=people,dc=internet2,dc=edu -member: uid=kwilliams660,ou=people,dc=internet2,dc=edu -member: uid=tdavis662,ou=people,dc=internet2,dc=edu -member: uid=dwhite663,ou=people,dc=internet2,dc=edu -member: uid=dgrady667,ou=people,dc=internet2,dc=edu -member: uid=mgasper671,ou=people,dc=internet2,dc=edu -member: uid=ahenderson674,ou=people,dc=internet2,dc=edu -member: uid=tgasper677,ou=people,dc=internet2,dc=edu -member: uid=slee683,ou=people,dc=internet2,dc=edu -member: uid=ahenderson685,ou=people,dc=internet2,dc=edu -member: uid=kdavis686,ou=people,dc=internet2,dc=edu -member: uid=olopez687,ou=people,dc=internet2,dc=edu -member: uid=dhenderson688,ou=people,dc=internet2,dc=edu -member: uid=mclark691,ou=people,dc=internet2,dc=edu -member: uid=ppeterson693,ou=people,dc=internet2,dc=edu -member: uid=sbrown696,ou=people,dc=internet2,dc=edu -member: uid=bmartinez702,ou=people,dc=internet2,dc=edu -member: uid=ewalters703,ou=people,dc=internet2,dc=edu -member: uid=jprice704,ou=people,dc=internet2,dc=edu -member: uid=jprice710,ou=people,dc=internet2,dc=edu -member: uid=athompson713,ou=people,dc=internet2,dc=edu -member: uid=kanderson719,ou=people,dc=internet2,dc=edu -member: uid=glangenberg728,ou=people,dc=internet2,dc=edu -member: uid=canderson732,ou=people,dc=internet2,dc=edu -member: uid=bvales734,ou=people,dc=internet2,dc=edu -member: uid=kprice735,ou=people,dc=internet2,dc=edu -member: uid=dwilliams736,ou=people,dc=internet2,dc=edu -member: uid=wthompson742,ou=people,dc=internet2,dc=edu -member: uid=tclark747,ou=people,dc=internet2,dc=edu -member: uid=tanderson749,ou=people,dc=internet2,dc=edu -member: uid=alopez751,ou=people,dc=internet2,dc=edu -member: uid=kvales754,ou=people,dc=internet2,dc=edu -member: uid=nhenderson756,ou=people,dc=internet2,dc=edu -member: uid=awalters757,ou=people,dc=internet2,dc=edu -member: uid=ddavis762,ou=people,dc=internet2,dc=edu -member: uid=cscott764,ou=people,dc=internet2,dc=edu -member: uid=ggrady768,ou=people,dc=internet2,dc=edu -member: uid=kbrown769,ou=people,dc=internet2,dc=edu -member: uid=dwalters770,ou=people,dc=internet2,dc=edu -member: uid=broberts771,ou=people,dc=internet2,dc=edu -member: uid=lpeterson773,ou=people,dc=internet2,dc=edu -member: uid=mbrown775,ou=people,dc=internet2,dc=edu -member: uid=bjohnson783,ou=people,dc=internet2,dc=edu -member: uid=dwalters787,ou=people,dc=internet2,dc=edu -member: uid=swhite788,ou=people,dc=internet2,dc=edu -member: uid=abutler790,ou=people,dc=internet2,dc=edu -member: uid=alopez802,ou=people,dc=internet2,dc=edu -member: uid=agonazles804,ou=people,dc=internet2,dc=edu -member: uid=mwhite808,ou=people,dc=internet2,dc=edu -member: uid=gwalters810,ou=people,dc=internet2,dc=edu -member: uid=slopez811,ou=people,dc=internet2,dc=edu -member: uid=jwhite816,ou=people,dc=internet2,dc=edu -member: uid=swalters819,ou=people,dc=internet2,dc=edu -member: uid=ogonazles820,ou=people,dc=internet2,dc=edu -member: uid=ddoe822,ou=people,dc=internet2,dc=edu -member: uid=jvales823,ou=people,dc=internet2,dc=edu -member: uid=kbutler839,ou=people,dc=internet2,dc=edu -member: uid=awilliams841,ou=people,dc=internet2,dc=edu -member: uid=snielson844,ou=people,dc=internet2,dc=edu -member: uid=alangenberg845,ou=people,dc=internet2,dc=edu -member: uid=sgrady846,ou=people,dc=internet2,dc=edu -member: uid=ajohnson848,ou=people,dc=internet2,dc=edu -member: uid=adoe852,ou=people,dc=internet2,dc=edu -member: uid=lthompson853,ou=people,dc=internet2,dc=edu -member: uid=mnielson855,ou=people,dc=internet2,dc=edu -member: uid=obrown856,ou=people,dc=internet2,dc=edu -member: uid=jmorrison861,ou=people,dc=internet2,dc=edu -member: uid=mlee863,ou=people,dc=internet2,dc=edu -member: uid=cgasper864,ou=people,dc=internet2,dc=edu -member: uid=athompson866,ou=people,dc=internet2,dc=edu -member: uid=kjohnson872,ou=people,dc=internet2,dc=edu -member: uid=kwhite874,ou=people,dc=internet2,dc=edu -member: uid=ggonazles875,ou=people,dc=internet2,dc=edu -member: uid=klangenberg876,ou=people,dc=internet2,dc=edu -member: uid=sgasper878,ou=people,dc=internet2,dc=edu -member: uid=dprice880,ou=people,dc=internet2,dc=edu -member: uid=athompson882,ou=people,dc=internet2,dc=edu -member: uid=swilliams890,ou=people,dc=internet2,dc=edu -member: uid=llee895,ou=people,dc=internet2,dc=edu -member: uid=clopez900,ou=people,dc=internet2,dc=edu -member: uid=hgrady903,ou=people,dc=internet2,dc=edu -member: uid=rdoe904,ou=people,dc=internet2,dc=edu -member: uid=dlopez906,ou=people,dc=internet2,dc=edu -member: uid=jwalters907,ou=people,dc=internet2,dc=edu -member: uid=mscott909,ou=people,dc=internet2,dc=edu -member: uid=hlopez911,ou=people,dc=internet2,dc=edu -member: uid=ldoe913,ou=people,dc=internet2,dc=edu -member: uid=klewis915,ou=people,dc=internet2,dc=edu -member: uid=edoe916,ou=people,dc=internet2,dc=edu -member: uid=eanderson919,ou=people,dc=internet2,dc=edu -member: uid=mlee920,ou=people,dc=internet2,dc=edu -member: uid=pmartinez921,ou=people,dc=internet2,dc=edu -member: uid=clangenberg923,ou=people,dc=internet2,dc=edu -member: uid=owilliams928,ou=people,dc=internet2,dc=edu -member: uid=cjohnson933,ou=people,dc=internet2,dc=edu -member: uid=lwalters934,ou=people,dc=internet2,dc=edu -member: uid=tdoe939,ou=people,dc=internet2,dc=edu -member: uid=cjohnson945,ou=people,dc=internet2,dc=edu -member: uid=kmorrison946,ou=people,dc=internet2,dc=edu -member: uid=nmartinez950,ou=people,dc=internet2,dc=edu -member: uid=kwhite953,ou=people,dc=internet2,dc=edu -member: uid=sthompson956,ou=people,dc=internet2,dc=edu -member: uid=danderson959,ou=people,dc=internet2,dc=edu -member: uid=lgrady966,ou=people,dc=internet2,dc=edu -member: uid=mgrady967,ou=people,dc=internet2,dc=edu -member: uid=jdavis969,ou=people,dc=internet2,dc=edu -member: uid=bpeterson976,ou=people,dc=internet2,dc=edu -member: uid=tlee986,ou=people,dc=internet2,dc=edu -member: uid=asmith989,ou=people,dc=internet2,dc=edu -member: uid=rmartinez991,ou=people,dc=internet2,dc=edu -member: uid=swalters992,ou=people,dc=internet2,dc=edu -member: uid=kvales993,ou=people,dc=internet2,dc=edu -member: uid=mlopez995,ou=people,dc=internet2,dc=edu -member: uid=adavis997,ou=people,dc=internet2,dc=edu -member: uid=cgasper998,ou=people,dc=internet2,dc=edu -member: uid=bdavis999,ou=people,dc=internet2,dc=edu \ No newline at end of file +surname: Evans +givenName: Brenda +cn: Brenda Evans +uid: bevans +#title: alum +employeeNumber: 800002998 +mail: Brenda.Evans@mock.edu.invalid +userPassword: password + +dn: uid=dgilmore,ou=people,dc=internet2,dc=edu +objectClass: organizationalPerson +objectClass: person +objectClass: top +objectClass: inetOrgPerson +objectClass: eduPerson +surname: Gilmore +givenName: Dawn +cn: Dawn Gilmore +uid: dgilmore +#title: alum +employeeNumber: 800002999 +mail: Dawn.Gilmore@mock.edu.invalid +userPassword: password diff --git a/ex101/ex101.1.1/container_files/subject.properties b/ex101/ex101.1.1/container_files/subject.properties deleted file mode 100644 index b55a10a..0000000 --- a/ex101/ex101.1.1/container_files/subject.properties +++ /dev/null @@ -1,76 +0,0 @@ -subjectApi.source.ldap.id = ldap -subjectApi.source.ldap.name = EDU Ldap -subjectApi.source.ldap.types = person -subjectApi.source.ldap.adapterClass = edu.internet2.middleware.grouper.subj.GrouperJndiSourceAdapter -subjectApi.source.ldap.param.ldapServerId.value = demo -subjectApi.source.ldap.param.SubjectID_AttributeType.value = uid -subjectApi.source.ldap.param.SubjectID_formatToLowerCase.value = false -subjectApi.source.ldap.param.Name_AttributeType.value = cn -subjectApi.source.ldap.param.Description_AttributeType.value = cn -subjectApi.source.ldap.param.VTLDAP_VALIDATOR.value = ConnectLdapValidator - -subjectApi.source.ldap.param.SubjectID_AttributeType.value = uid -subjectApi.source.ldap.param.SubjectID_formatToLowerCase.value = false -subjectApi.source.ldap.param.Name_AttributeType.value = displayName -subjectApi.source.ldap.param.Description_AttributeType.value = displayName -subjectApi.source.ldap.param.subjectVirtualAttribute_0_searchAttribute0.value = ${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('uid'), "")},${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('cn'), "")},${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('exampleEduRegId'), "")} -subjectApi.source.ldap.param.sortAttribute0.value = cn -subjectApi.source.ldap.param.searchAttribute0.value = searchAttribute0 -subjectApi.source.ldap.param.subjectVirtualAttribute_0_searchAttribute0.value = ${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('uid'), "")},${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('cn'), "")},${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('employeeNumber'), "")} -subjectApi.source.ldap.param.subjectVirtualAttribute_1_displayName.value = ${subject.getAttributeValueOrCommaSeparated('cn') + ' (' + subject.getAttributeValueOrCommaSeparated('uid') + ', ' + subject.getAttributeValueOrCommaSeparated('title') + ')'} - -# STATUS SECTION for searches to filter out inactives and allow -# the user to filter by status with e.g. status=all -# this is optional, and advanced -# -# field in database or ldap or endpoint that is the status field -#subjectApi.source.example.param.statusDatastoreFieldName.value = status - -# search string from user which represents the status. e.g. status=active -#subjectApi.source.example.param.statusLabel.value = status - -# available statuses from screen (if not specified, any will be allowed). comma separated list. -# Note, this is optional and you probably dont want to configure it, it is mostly necessary -# when you have multiple sources with statuses... if someone types an invalid status -# and you have this configured, it will not filter by it -#subjectApi.source.example.param.statusesFromUser.value = Active, Inactive, Pending, All - -# all label from the user -#subjectApi.source.example.param.statusAllFromUser.value = All - -# if no status is specified, this will be used (e.g. for active only). Note, the value should be of the -# form the user would type in -#subjectApi.source.example.param.statusSearchDefault.value = status=active - -# translate between screen values of status, and the data store value. Increment the 0 to 1, 2, etc for more translations. -# so the user could enter: status=active, and that could translate to status_col=A. The 'user' is what the user types in, -# the 'datastore' is what is in the datastore. The user part is not case-sensitive. Note, this could be a many to one -#subjectApi.source.example.param.statusTranslateUser0.value = active -#subjectApi.source.example.param.statusTranslateDatastore0.value = A - -# subject identifier to store in grouper's member table. this is used to increase speed of loader and perhaps for provisioning -# you can have up to max 1 subject identifier -subjectApi.source.ldap.param.subjectIdentifierAttribute0.value = employeeNumber - -#searchSubject: find a subject by ID. ID is generally an opaque and permanent identifier, e.g. 12345678. -# Each subject has one and only on ID. Returns one result when searching for one ID. -subjectApi.source.ldap.search.searchSubject.param.filter.value = (&(uid=%TERM%)(objectclass=person)) -subjectApi.source.ldap.search.searchSubject.param.scope.value = SUBTREE_SCOPE -subjectApi.source.ldap.search.searchSubject.param.base.value = ou=people,dc=internet2,dc=edu - -#searchSubjectByIdentifier: find a subject by identifier. Identifier is anything that uniquely -# identifies the user, e.g. jsmith or jsmith@institution.edu. -# Subjects can have multiple identifiers. Note: it is nice to have if identifiers are unique -# even across sources. Returns one result when searching for one identifier. -subjectApi.source.ldap.search.searchSubjectByIdentifier.param.filter.value = (&(employeeNumber=%TERM%)(objectclass=person)) -subjectApi.source.ldap.search.searchSubjectByIdentifier.param.scope.value = SUBTREE_SCOPE -subjectApi.source.ldap.search.searchSubjectByIdentifier.param.base.value = ou=people,dc=internet2,dc=edu - -# search: find subjects by free form search. Returns multiple results. - -subjectApi.source.ldap.search.search.param.filter.value = (&(|(|(uid=%TERM%)(cn=*%TERM%*))(uid=%TERM%*))(objectclass=person)) -subjectApi.source.ldap.search.search.param.scope.value = SUBTREE_SCOPE -subjectApi.source.ldap.search.search.param.base.value = ou=people,dc=internet2,dc=edu - -subjectApi.source.ldap.attributes = givenName, sn, cn, uid, mail, employeeNumber, title -subjectApi.source.ldap.internalAttributes = searchAttribute0 diff --git a/ex201/ex201.1.1/container_files/morphString.properties b/ex201/ex201.1.1/container_files/morphString.properties deleted file mode 100644 index b5f298b..0000000 --- a/ex201/ex201.1.1/container_files/morphString.properties +++ /dev/null @@ -1,11 +0,0 @@ - -######################################## -## Encryption configuration -######################################## - -# Put a random alphanumeric string (Case sensitive) for the password encryption. e.g. fh43IRJ4Nf5jn4Qp9k2 -# or put a filename where the random alphanumeric string is. e.g. c:/whatever/key.txt -# use encrypt.key.elConfig instead if the config has an expression language scriptlet -#encrypt.key = /Users/mchyzer/git/grouper_v2_5/grouper/temp/morphTestFromFile.txt - -encrypt.key = yh30aSMnC1SZ3 diff --git a/ex201/ex201.1.1/container_files/subject.properties b/ex201/ex201.1.1/container_files/subject.properties deleted file mode 100644 index b55a10a..0000000 --- a/ex201/ex201.1.1/container_files/subject.properties +++ /dev/null @@ -1,76 +0,0 @@ -subjectApi.source.ldap.id = ldap -subjectApi.source.ldap.name = EDU Ldap -subjectApi.source.ldap.types = person -subjectApi.source.ldap.adapterClass = edu.internet2.middleware.grouper.subj.GrouperJndiSourceAdapter -subjectApi.source.ldap.param.ldapServerId.value = demo -subjectApi.source.ldap.param.SubjectID_AttributeType.value = uid -subjectApi.source.ldap.param.SubjectID_formatToLowerCase.value = false -subjectApi.source.ldap.param.Name_AttributeType.value = cn -subjectApi.source.ldap.param.Description_AttributeType.value = cn -subjectApi.source.ldap.param.VTLDAP_VALIDATOR.value = ConnectLdapValidator - -subjectApi.source.ldap.param.SubjectID_AttributeType.value = uid -subjectApi.source.ldap.param.SubjectID_formatToLowerCase.value = false -subjectApi.source.ldap.param.Name_AttributeType.value = displayName -subjectApi.source.ldap.param.Description_AttributeType.value = displayName -subjectApi.source.ldap.param.subjectVirtualAttribute_0_searchAttribute0.value = ${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('uid'), "")},${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('cn'), "")},${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('exampleEduRegId'), "")} -subjectApi.source.ldap.param.sortAttribute0.value = cn -subjectApi.source.ldap.param.searchAttribute0.value = searchAttribute0 -subjectApi.source.ldap.param.subjectVirtualAttribute_0_searchAttribute0.value = ${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('uid'), "")},${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('cn'), "")},${subjectUtils.defaultIfBlank(subject.getAttributeValueOrCommaSeparated('employeeNumber'), "")} -subjectApi.source.ldap.param.subjectVirtualAttribute_1_displayName.value = ${subject.getAttributeValueOrCommaSeparated('cn') + ' (' + subject.getAttributeValueOrCommaSeparated('uid') + ', ' + subject.getAttributeValueOrCommaSeparated('title') + ')'} - -# STATUS SECTION for searches to filter out inactives and allow -# the user to filter by status with e.g. status=all -# this is optional, and advanced -# -# field in database or ldap or endpoint that is the status field -#subjectApi.source.example.param.statusDatastoreFieldName.value = status - -# search string from user which represents the status. e.g. status=active -#subjectApi.source.example.param.statusLabel.value = status - -# available statuses from screen (if not specified, any will be allowed). comma separated list. -# Note, this is optional and you probably dont want to configure it, it is mostly necessary -# when you have multiple sources with statuses... if someone types an invalid status -# and you have this configured, it will not filter by it -#subjectApi.source.example.param.statusesFromUser.value = Active, Inactive, Pending, All - -# all label from the user -#subjectApi.source.example.param.statusAllFromUser.value = All - -# if no status is specified, this will be used (e.g. for active only). Note, the value should be of the -# form the user would type in -#subjectApi.source.example.param.statusSearchDefault.value = status=active - -# translate between screen values of status, and the data store value. Increment the 0 to 1, 2, etc for more translations. -# so the user could enter: status=active, and that could translate to status_col=A. The 'user' is what the user types in, -# the 'datastore' is what is in the datastore. The user part is not case-sensitive. Note, this could be a many to one -#subjectApi.source.example.param.statusTranslateUser0.value = active -#subjectApi.source.example.param.statusTranslateDatastore0.value = A - -# subject identifier to store in grouper's member table. this is used to increase speed of loader and perhaps for provisioning -# you can have up to max 1 subject identifier -subjectApi.source.ldap.param.subjectIdentifierAttribute0.value = employeeNumber - -#searchSubject: find a subject by ID. ID is generally an opaque and permanent identifier, e.g. 12345678. -# Each subject has one and only on ID. Returns one result when searching for one ID. -subjectApi.source.ldap.search.searchSubject.param.filter.value = (&(uid=%TERM%)(objectclass=person)) -subjectApi.source.ldap.search.searchSubject.param.scope.value = SUBTREE_SCOPE -subjectApi.source.ldap.search.searchSubject.param.base.value = ou=people,dc=internet2,dc=edu - -#searchSubjectByIdentifier: find a subject by identifier. Identifier is anything that uniquely -# identifies the user, e.g. jsmith or jsmith@institution.edu. -# Subjects can have multiple identifiers. Note: it is nice to have if identifiers are unique -# even across sources. Returns one result when searching for one identifier. -subjectApi.source.ldap.search.searchSubjectByIdentifier.param.filter.value = (&(employeeNumber=%TERM%)(objectclass=person)) -subjectApi.source.ldap.search.searchSubjectByIdentifier.param.scope.value = SUBTREE_SCOPE -subjectApi.source.ldap.search.searchSubjectByIdentifier.param.base.value = ou=people,dc=internet2,dc=edu - -# search: find subjects by free form search. Returns multiple results. - -subjectApi.source.ldap.search.search.param.filter.value = (&(|(|(uid=%TERM%)(cn=*%TERM%*))(uid=%TERM%*))(objectclass=person)) -subjectApi.source.ldap.search.search.param.scope.value = SUBTREE_SCOPE -subjectApi.source.ldap.search.search.param.base.value = ou=people,dc=internet2,dc=edu - -subjectApi.source.ldap.attributes = givenName, sn, cn, uid, mail, employeeNumber, title -subjectApi.source.ldap.internalAttributes = searchAttribute0 diff --git a/ex401/ex401.1.1/container_files/grouper.properties b/ex401/ex401.1.1/container_files/grouper.properties index 0086766..96c5bd5 100644 --- a/ex401/ex401.1.1/container_files/grouper.properties +++ b/ex401/ex401.1.1/container_files/grouper.properties @@ -48,7 +48,7 @@ grouper.requireGroup.name.0 = ref:iam:active # group name of a require group # {valueType: "group", regex: "^grouper\\.requireGroup\\.name\\.\\d+$"} -grouper.requireGroup.name.0 = ref:employee:fac_staff +grouper.requireGroup.name.1 = ref:employee:fac_staff # allowed to use this require group. If not configured, anyone could use # {valueType: "group", regex: "^grouper\\.lockoutGroup\\.requireGroup\\.\\d+$"} diff --git a/ex401/ex401.1.1/container_files/morphString.properties b/ex401/ex401.1.1/container_files/morphString.properties deleted file mode 100644 index b5f298b..0000000 --- a/ex401/ex401.1.1/container_files/morphString.properties +++ /dev/null @@ -1,11 +0,0 @@ - -######################################## -## Encryption configuration -######################################## - -# Put a random alphanumeric string (Case sensitive) for the password encryption. e.g. fh43IRJ4Nf5jn4Qp9k2 -# or put a filename where the random alphanumeric string is. e.g. c:/whatever/key.txt -# use encrypt.key.elConfig instead if the config has an expression language scriptlet -#encrypt.key = /Users/mchyzer/git/grouper_v2_5/grouper/temp/morphTestFromFile.txt - -encrypt.key = yh30aSMnC1SZ3 diff --git a/gte b/gte index 97b2194..d07b75e 100755 --- a/gte +++ b/gte @@ -1,17 +1,18 @@ - #! /bin/bash -VERSION_TAG=202106 +REPOSITORY=tier/gte +VERSION_TAG=202109-new-data EXTRA_ARGS= RABBITMQ_FL= show_help() { - echo "$0 [--rabbitmq] [--fg|-it] [docker args ...] [container cmd ...]" + echo "$0 [--rabbitmq] [--sql] [--ldap] [--fg|-it] [docker args ...] [container cmd ...]" echo " --rabbitmq: also start up a rabbitmq container, and link it as name 'rabbitmq'" + echo " --sql: Expose port 3306" + echo " --ldap: Expose port 389" echo " --fg: Don't detach (i.e., don't run container with -d flag" echo " -h|--help: This help message" - echo " --ldap: Expose port 389" echo "" echo "If no GTE lesson id number is passed in, the command will list all the available ids" } @@ -39,13 +40,11 @@ fi if [ -z "$1" ] then - #docker images tier/gte echo "Pass in which gte environment to spin up:" - my_array=( $( docker images | grep "tier/gte.*$VERSION_TAG" | grep -v base | awk '{print $2}' | sort ) ) + # Get all container tags for tier/gte:*-2021xx + my_array=( $(docker images "$REPOSITORY" --format '{{.Tag}}' | grep -- "-$VERSION_TAG$" | sed -e "s/-$VERSION_TAG$//" | sort ) ) for i in "${my_array[@]}" do - # strip last 7 chars (-202106) - i=${i::${#i}-7} echo $i done exit 1 @@ -56,11 +55,11 @@ shift # see if there is a container -CONTAINER="$( docker ps -a | grep 'tier/gte' | awk '{print $1}' )" +CONTAINERS="$( docker ps -a | grep 'tier/gte' | awk '{print $1}' )" # if so, then rm it -if [ ! -z "$CONTAINER" ]; then +if [ ! -z "$CONTAINERS" ]; then echo "Removing old containers" - docker ps -a | grep 'tier/gte' | awk '{print $1}' | xargs docker rm -f + docker rm -f $CONTAINERS fi if [ "$RABBITMQ_FL" == 1 ]; then diff --git a/manualBuild.sh b/manualBuild.sh index 712efba..32ec591 100755 --- a/manualBuild.sh +++ b/manualBuild.sh @@ -1,28 +1,28 @@ source ./buildVersion.sh echo "Building tier/gte version ${VERSION_TAG}" docker build --pull --tag=tier/gte:base-${VERSION_TAG} base/ \ -&& docker build --build-arg VERSION_TAG=${VERSION_TAG} --tag=tier/gte:full_demo-${VERSION_TAG} full-demo \ +#&& docker build --build-arg VERSION_TAG=${VERSION_TAG} --tag=tier/gte:full_demo-${VERSION_TAG} full-demo \ pushd ex101 ./manualBuild.sh popd -pushd ex201 -./manualBuild.sh -popd - -pushd ex211 -./manualBuild.sh -popd - -pushd ex301 -./manualBuild.sh -popd - -pushd ex401 -./manualBuild.sh -popd - +# pushd ex201 +# ./manualBuild.sh +# popd +# +# pushd ex211 +# ./manualBuild.sh +# popd +# +# pushd ex301 +# ./manualBuild.sh +# popd +# +# pushd ex401 +# ./manualBuild.sh +# popd +# if [[ "$OSTYPE" == "darwin"* ]]; then say full build complete