From b0990fee36960b2b86cd65823115d4a0b4fefb76 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 18 Jul 2014 09:06:42 +0000 Subject: [PATCH] This needs some small changes --- roles/fedoauth/tasks/main.yml | 8 ++++---- roles/fedoauth/templates/fedoauth.cfg | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/fedoauth/tasks/main.yml b/roles/fedoauth/tasks/main.yml index 874400e4e0..c705e9ead7 100644 --- a/roles/fedoauth/tasks/main.yml +++ b/roles/fedoauth/tasks/main.yml @@ -52,10 +52,10 @@ environment: FEDOAUTH_CONFIG: /etc/fedoauth/fedoauth.cfg -- name: Clean the database - command: /usr/bin/python2 /usr/share/fedoauth/cleanup.py - environment: - FEDOAUTH_CONFIG: /etc/fedoauth/fedoauth.cfg +#- name: Clean the database +# command: /usr/bin/python2 /usr/share/fedoauth/cleanup.py +# environment: +# FEDOAUTH_CONFIG: /etc/fedoauth/fedoauth.cfg - name: set sebooleans so fedoauth can talk to the db action: seboolean name=httpd_can_network_connect_db diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index c62c323b92..174b53b778 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -34,7 +34,7 @@ AUTH_MODULE_CONFIGURATION = { 'listed': True, 'select_image': '/static/fedora/fedora-authn-logo-white.png', 'reauth_timeout': 15, - 'email_alias_when_cla': True, + 'email_alias_when_cla': False, 'user_agent': 'FedOAuth', 'check_cert': True, {% if env == 'staging' %}