From c8a1baf7a2b9c2e2f20931a0c7b7a2e5ac656759 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 24 May 2019 00:10:17 +0200 Subject: [PATCH] Do 2fa changes at the correct location Signed-off-by: Patrick Uiterwijk --- files/2fa/pam_url.conf.stg.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/2fa/pam_url.conf.stg.fedoraproject.org b/files/2fa/pam_url.conf.stg.fedoraproject.org index 508c5d9cf7..bc98d534b3 100644 --- a/files/2fa/pam_url.conf.stg.fedoraproject.org +++ b/files/2fa/pam_url.conf.stg.fedoraproject.org @@ -2,7 +2,7 @@ pam_url: { settings: { - url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch + url = "https://fas-all.stg.phx2.fedoraproject.org/"; # URI to fetch returncode = "OK"; # The remote script/cgi should return a 200 http code and this string as its only results userfield = "user"; # userfield name to send passwdfield = "token"; # passwdfield name to send