Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UCC
uccportal
Commits
8aa4409e
Commit
8aa4409e
authored
Feb 25, 2019
by
zack
Browse files
remov trailing slash from ad uri
parent
29e9cd2b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/gms/settings_local.example.py
View file @
8aa4409e
...
...
@@ -54,7 +54,7 @@ LDAP_BIND_SECRET = "${LDAP_SECRET}"
# this could be ad.ucc.gu.uwa.edu.au but that doesn't resolve externally -
# useful for testing, but should be changed in production so failover works
AUTH_LDAP_SERVER_URI
=
'ldaps://ad.ucc.gu.uwa.edu.au
/
'
AUTH_LDAP_SERVER_URI
=
'ldaps://ad.ucc.gu.uwa.edu.au'
# This is also a bad idea, should be changed in production
AUTH_LDAP_GLOBAL_OPTIONS
=
{
...
...
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