nixos/tests/oncall: Fix LDAP mapping

(cherry picked from commit 8a9cd899ac)
This commit is contained in:
Jonas Heinrich
2025-05-18 23:16:50 +02:00
committed by github-actions[bot]
parent 8adbe6eafc
commit d86afdceca

View File

@@ -45,7 +45,7 @@ in
username = "uid";
full_name = "cn";
email = "mail";
mobile = "telephoneNumber";
call = "telephoneNumber";
sms = "mobile";
};
};