We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb38e8e commit 9878fa3Copy full SHA for 9878fa3
1 file changed
config.yml
@@ -13,8 +13,11 @@ taiga_etd.json:
13
inetOrgPerson.sn: "nom"
14
inetOrgPerson.givenName: "prenom"
15
additionalFields.attributes.supannPerson.supannPrenomsEtatCivil: "prenom"
16
+ # num_etd = numéro étudiant / code-barres (Unicampus) ; id_coord provoque des collisions de photos
17
$setOnInsert.inetOrgPerson.employeeNumber:
- - "id_coord"
18
+ - "num_etd"
19
+ inetOrgPerson.employeeNumber:
20
21
customFields.photo: "photo_nom"
22
$setOnInsert.inetOrgPerson.uid:
23
- "prenom"
0 commit comments