18 lines
421 B
Python
18 lines
421 B
Python
USERS = {
|
|
"roland": {
|
|
"surname": "Hedberg",
|
|
"givenName": "Roland",
|
|
"eduPersonAffiliation": "staff",
|
|
"uid": "rohe0002"
|
|
},
|
|
"babs": {
|
|
"surname": "Guillen",
|
|
"givenName": "Ozzie",
|
|
"eduPersonAffiliation": "affiliate"
|
|
},
|
|
"upper": {
|
|
"surname": "Jeter",
|
|
"givenName": "Derek",
|
|
"eduPersonAffiliation": "affiliate"
|
|
},
|
|
} |