Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sharelatex-docker-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tuc-latex
sharelatex-docker-image
Commits
a146cb02
Commit
a146cb02
authored
Dec 09, 2016
by
Shane Kilkelly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add error var
parent
aaf8c833
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
settings.coffee
settings.coffee
+2
-2
No files found.
settings.coffee
View file @
a146cb02
...
...
@@ -469,7 +469,7 @@ if process.env["SHARELATEX_LDAP_URL"]
if
_ldap_search_attribs
=
process
.
env
[
"SHARELATEX_LDAP_SEARCH_ATTRIBUTES"
]
try
JSON
.
parse
(
_ldap_search_attribs
)
catch
catch
e
console
.
error
"could not parse SHARELATEX_LDAP_SEARCH_ATTRIBUTES"
else
undefined
...
...
@@ -482,7 +482,7 @@ if process.env["SHARELATEX_LDAP_URL"]
if
_ldap_group_search_attribs
=
process
.
env
[
"SHARELATEX_LDAP_GROUP_SEARCH_ATTRIBUTES"
]
try
JSON
.
parse
(
_ldap_group_search_attribs
)
catch
catch
e
console
.
error
"could not parse SHARELATEX_LDAP_GROUP_SEARCH_ATTRIBUTES"
else
undefined
...
...
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