Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
ansible-warpzone
Commits
eff8f73f
Commit
eff8f73f
authored
5 years ago
by
Christian Elberfeld
Browse files
Options
Downloads
Patches
Plain Diff
internen ldap server verwenden
parent
d3457249
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
warpsrvint/docker_grafana/templates/ldap.toml
+1
-1
1 addition, 1 deletion
warpsrvint/docker_grafana/templates/ldap.toml
warpsrvint/docker_warpinfra/templates/config.ini
+1
-1
1 addition, 1 deletion
warpsrvint/docker_warpinfra/templates/config.ini
with
2 additions
and
2 deletions
warpsrvint/docker_grafana/templates/ldap.toml
+
1
−
1
View file @
eff8f73f
...
@@ -3,7 +3,7 @@ verbose_logging = false
...
@@ -3,7 +3,7 @@ verbose_logging = false
[[servers]]
[[servers]]
# Ldap server host (specify multiple hosts space separated)
# Ldap server host (specify multiple hosts space separated)
host
=
"{{ ldap_ip_
ex
t }}"
host
=
"{{ ldap_ip_
in
t }}"
# Default port is 389 or 636 if use_ssl = true
# Default port is 389 or 636 if use_ssl = true
port
=
389
port
=
389
# Set to true if ldap server supports TLS
# Set to true if ldap server supports TLS
...
...
This diff is collapsed.
Click to expand it.
warpsrvint/docker_warpinfra/templates/config.ini
+
1
−
1
View file @
eff8f73f
...
@@ -26,7 +26,7 @@ MYSQL_PASS = {{ mysql_user_pw }}
...
@@ -26,7 +26,7 @@ MYSQL_PASS = {{ mysql_user_pw }}
MYSQL_NAME
=
warpinfra
MYSQL_NAME
=
warpinfra
[ldap]
[ldap]
LDAP_HOST
=
{{ ldap_ip_
ex
t }}
LDAP_HOST
=
{{ ldap_ip_
in
t }}
LDAP_BIND_DN
=
cn=admin,dc=warpzone,dc=ms
LDAP_BIND_DN
=
cn=admin,dc=warpzone,dc=ms
LDAP_PASSWORD
=
{{ ldap_admin_pass }}
LDAP_PASSWORD
=
{{ ldap_admin_pass }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment