nixos/tests/oncall: Fix LDAP mapping

This commit is contained in:
Jonas Heinrich
2025-05-18 23:16:50 +02:00
parent 5661a97e10
commit 8a9cd899ac

View File

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