This needs some small changes

This commit is contained in:
Patrick Uiterwijk 2014-07-18 09:06:42 +00:00
parent 0b46561764
commit b0990fee36
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -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' %}