This needs some small changes
This commit is contained in:
parent
0b46561764
commit
b0990fee36
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue