Skip to content

Commit

Permalink
add comma to prevent breakdown (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
muki authored and mpdehaan committed Nov 29, 2018
1 parent e19deb0 commit 127a6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/3_application.sh
Expand Up @@ -76,7 +76,7 @@ sudo tee /etc/vespene/settings.d/authentication.py >/dev/null << END_OF_AUTHENTI
AUTHENTICATION_BACKENDS = (
#'django_auth_ldap.backend.LDAPBackend',
'django.contrib.auth.backends.ModelBackend'
'django.contrib.auth.backends.ModelBackend',
)
END_OF_AUTHENTICATION

Expand Down

0 comments on commit 127a6bb

Please sign in to comment.