Skip to content

Commit 8a9cd89

Browse files
committed
nixos/tests/oncall: Fix LDAP mapping
1 parent 5661a97 commit 8a9cd89

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)