Skip to content

Commit 9878fa3

Browse files
committed
Update config.yml
1 parent fb38e8e commit 9878fa3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ taiga_etd.json:
1313
inetOrgPerson.sn: "nom"
1414
inetOrgPerson.givenName: "prenom"
1515
additionalFields.attributes.supannPerson.supannPrenomsEtatCivil: "prenom"
16+
# num_etd = numéro étudiant / code-barres (Unicampus) ; id_coord provoque des collisions de photos
1617
$setOnInsert.inetOrgPerson.employeeNumber:
17-
- "id_coord"
18+
- "num_etd"
19+
inetOrgPerson.employeeNumber:
20+
- "num_etd"
1821
customFields.photo: "photo_nom"
1922
$setOnInsert.inetOrgPerson.uid:
2023
- "prenom"

0 commit comments

Comments
 (0)