From 8a9cd899ac58cd371b431fbe3839a1cee1d201e2 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sun, 18 May 2025 23:16:50 +0200 Subject: [PATCH] nixos/tests/oncall: Fix LDAP mapping --- nixos/tests/web-apps/oncall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/web-apps/oncall.nix b/nixos/tests/web-apps/oncall.nix index 295bdd8fa308..5fb765be6806 100644 --- a/nixos/tests/web-apps/oncall.nix +++ b/nixos/tests/web-apps/oncall.nix @@ -45,7 +45,7 @@ in username = "uid"; full_name = "cn"; email = "mail"; - mobile = "telephoneNumber"; + call = "telephoneNumber"; sms = "mobile"; }; };