This website works better with JavaScript.
Home
Explore
Help
Sign In
bingen
/
rpi_docker_home_server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: openldap: Create folder for ldapi
master
Bingen Eguzkitza
3 months ago
parent
b00b0ff7a3
commit
64fbfe9ae8
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
+4
-0
images/openldap/startup.sh
+ 4
- 0
images/openldap/startup.sh
View File
@@ -1,5 +1,9 @@
#!bin/bash
mkdir -p /var/run/slapd
chown openldap:openldap /var/run/slapd
chmod 755 /var/run/slapd
# if [ -f "${BKP_FILE}" ]; then
# rm -f /var/lib/ldap/*
# /usr/sbin/slapadd -l "${BKP_FILE}"
Write
Preview
Loading…
Cancel
Save