From e49602b4e6b433ce00fb7132e38384c90f7ab437 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 27 Nov 2016 09:37:15 +0000 Subject: [PATCH] Disable GSSAPI for now, dummy account has no access to private user info Signed-off-by: Patrick Uiterwijk --- roles/ipsilon/templates/configuration.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/ipsilon/templates/configuration.conf b/roles/ipsilon/templates/configuration.conf index 35e57b3ea3..1fbb24d0fa 100644 --- a/roles/ipsilon/templates/configuration.conf +++ b/roles/ipsilon/templates/configuration.conf @@ -1,11 +1,10 @@ [login_config] -global enabled=gssapi,fas +global enabled=fas fas FAS url=https://admin{{env_suffix}}.fedoraproject.org/accounts/ fas FAS Proxy client user Agent=Fedora Ipsilon fas FAS Insecure Auth=False [info_config] -global enabled=fas fas FAS url=https://admin{{env_suffix}}.fedoraproject.org/accounts/ fas FAS Proxy client user Agent=Fedora Ipsilon fas FAS Insecure Auth=False