Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reflectometry
Web Reflectivity
Commits
58e6f924
Commit
58e6f924
authored
Dec 08, 2021
by
Mark Abraham
Browse files
uncomment lines 69-71 ldap backend
parent
7d6c8418
Pipeline
#179287
passed with stages
in 14 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/web_reflectivity/settings.py
View file @
58e6f924
...
...
@@ -66,10 +66,10 @@ INSTALLED_APPS = [
'datahandler'
,
]
# https://django-auth-ldap.readthedocs.io/en/latest/install.html
#
AUTHENTICATION_BACKENDS = (
#
'django_auth_ldap.backend.LDAPBackend',
#
'django.contrib.auth.backends.ModelBackend',
#
)
AUTHENTICATION_BACKENDS
=
(
'django_auth_ldap.backend.LDAPBackend'
,
'django.contrib.auth.backends.ModelBackend'
,
)
AUTHENTICATION_BACKENDS
=
[
"django_auth_ldap.backend.LDAPBackend"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment