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: environment:
FEDOAUTH_CONFIG: /etc/fedoauth/fedoauth.cfg FEDOAUTH_CONFIG: /etc/fedoauth/fedoauth.cfg
- name: Clean the database #- name: Clean the database
command: /usr/bin/python2 /usr/share/fedoauth/cleanup.py # command: /usr/bin/python2 /usr/share/fedoauth/cleanup.py
environment: # environment:
FEDOAUTH_CONFIG: /etc/fedoauth/fedoauth.cfg # FEDOAUTH_CONFIG: /etc/fedoauth/fedoauth.cfg
- name: set sebooleans so fedoauth can talk to the db - name: set sebooleans so fedoauth can talk to the db
action: seboolean name=httpd_can_network_connect_db action: seboolean name=httpd_can_network_connect_db

View file

@ -34,7 +34,7 @@ AUTH_MODULE_CONFIGURATION = {
'listed': True, 'listed': True,
'select_image': '/static/fedora/fedora-authn-logo-white.png', 'select_image': '/static/fedora/fedora-authn-logo-white.png',
'reauth_timeout': 15, 'reauth_timeout': 15,
'email_alias_when_cla': True, 'email_alias_when_cla': False,
'user_agent': 'FedOAuth', 'user_agent': 'FedOAuth',
'check_cert': True, 'check_cert': True,
{% if env == 'staging' %} {% if env == 'staging' %}