From 87d999e0f21896e2bdf64698a069ca357a17638f Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Tue, 3 Sep 2024 10:43:15 +0200 Subject: [PATCH] add givenName + sn attributes to employee1 profile --- templates/accounts/employee1.tt2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/accounts/employee1.tt2 b/templates/accounts/employee1.tt2 index d48d6ce..32abd1c 100644 --- a/templates/accounts/employee1.tt2 +++ b/templates/accounts/employee1.tt2 @@ -14,6 +14,8 @@ attributes = { cn = "Linnéa Hsu - eduGAIN Access Check account" displayName = "Linnéa Hsu - eduGAIN Access Check account" + givenName = "Linnéa" + sn = "Hsu" mail = "linnea.hsu@${scope}" eduPersonAffiliation = [ "member", "staff", "employee" ] eduPersonScopedAffiliation = [ "member@${scope}", "staff@${scope}", "employee@${scope}" ] -- GitLab