nixos/tests/oncall: Fix LDAP mapping
Jonas Heinrich 7 months ago 8a9cd899 5661a97e
··· 45 username = "uid"; 46 full_name = "cn"; 47 email = "mail"; 48 - mobile = "telephoneNumber"; 49 sms = "mobile"; 50 }; 51 };
··· 45 username = "uid"; 46 full_name = "cn"; 47 email = "mail"; 48 + call = "telephoneNumber"; 49 sms = "mobile"; 50 }; 51 };