Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-openldap2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
gitea gitea
docker-openldap2
Commits
95318042
Commit
95318042
authored
10 years ago
by
Bertrand Gouny
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix-0.7.2' into stable
parents
ba0b83ad
faeb2206
Branches
Branches containing commit
Tags
v0.7.2
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
service/slapd/slapd.sh
+1
-2
1 addition, 2 deletions
service/slapd/slapd.sh
with
1 addition
and
2 deletions
service/slapd/slapd.sh
+
1
−
2
View file @
95318042
...
...
@@ -46,8 +46,7 @@ fi
if
[
!
-e
/etc/ldap/config/docker_bootstrapped
]
;
then
status
"Custom config"
slapd
-h
"ldapi:///"
-u
openldap
-g
openldap
chown
-R
openldap:openldap /etc/ldap
slapd
-h
"ldapi:///"
# TLS
if
[
-e
/etc/ldap/ssl/ldap.crt
]
&&
[
-e
/etc/ldap/ssl/ldap.key
]
&&
[
-e
/etc/ldap/ssl/ca.crt
]
;
then
...
...
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