Skip to content

Commit 5f50161

Browse files
authored
nixos/tests/oncall: Fix LDAP mapping (#408503)
2 parents f340e1b + 8a9cd89 commit 5f50161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/tests/web-apps/oncall.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ in
4545
username = "uid";
4646
full_name = "cn";
4747
email = "mail";
48-
mobile = "telephoneNumber";
48+
call = "telephoneNumber";
4949
sms = "mobile";
5050
};
5151
};

0 commit comments

Comments
 (0)