Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
84ea90c8
Commit
84ea90c8
authored
Feb 22, 2020
by
Guilhem Saurel
Browse files
login redirect url
parent
a40c9d20
Pipeline
#8447
passed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dashboard/settings.py
View file @
84ea90c8
...
@@ -169,3 +169,5 @@ AUTH_LDAP_START_TLS = True
...
@@ -169,3 +169,5 @@ AUTH_LDAP_START_TLS = True
AUTH_LDAP_USER_ATTR_MAP
=
{
"first_name"
:
"givenName"
,
"last_name"
:
"sn"
,
"email"
:
"laas-mainMail"
}
AUTH_LDAP_USER_ATTR_MAP
=
{
"first_name"
:
"givenName"
,
"last_name"
:
"sn"
,
"email"
:
"laas-mainMail"
}
LAAS_NETWORKS
=
[
'140.93.0.0/21'
,
'2001:660:6602:4::/64'
]
LAAS_NETWORKS
=
[
'140.93.0.0/21'
,
'2001:660:6602:4::/64'
]
LOGIN_REDIRECT_URL
=
'/projects'
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