Point pam_url to port 443, since it's going to openshift

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-23 23:50:35 +02:00
parent 667bc35e7c
commit 74ec5252cf
1 changed files with 1 additions and 1 deletions

View File

@ -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