Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!295
Something went wrong on our end
Resolve "LDAP"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "LDAP"
437-ldap
into
dev
Overview
0
Commits
16
Pipelines
0
Changes
7
Merged
Resolve "LDAP"
Martin Weise
requested to merge
437-ldap
into
dev
Jul 1, 2024
Overview
0
Commits
16
Pipelines
0
Changes
7
Closes #437
0
0
Merge request reports
Viewing commit
4756c73a
Prev
Next
Show latest version
7 files
+
30
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Verified
4756c73a
Fixed the rabbit password deployment
· 4756c73a
Martin Weise
authored
Jul 1, 2024
.docs/installation.md
+
6
−
0
View file @ 4756c73a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -147,6 +147,12 @@ In case the deployment is unsuccessful, we have explanations on their origin and
:
*Origin*
: Your deployment machine (e.g. laptop, virtual machine) appears to not have enough RAM assigned.
:
*Solution*
: Assign more RAM to the deployment machine (e.g. add vRAM to the virtual machine).
**HTTP access denied: user 'admin' - invalid credentials**
:
*Origin*
: The broker service cannot bind to the identity service due to wrong configuration.
:
*Solution*
: This is very likely due to a wrong
`auth_ldap.dn_lookup_bind.password`
in
`rabbitmq.conf`
. The error
indicates that LDAP check is not even attempted.
## Next Steps
You should now be able to view the front end at
[
http://localhost
](
http://localhost
)
.
Loading