Skip to content
Snippets Groups Projects
Commit 27503b40 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

main/openldap: fix slapd.ldif

parent f39c2521
No related branches found
No related tags found
No related merge requests found
...@@ -122,9 +122,9 @@ package() { ...@@ -122,9 +122,9 @@ package() {
-e 's:back_hdb.la:back_hdb.so:' \ -e 's:back_hdb.la:back_hdb.so:' \
-e 's:back_ldap.la:back_ldap.so:' \ -e 's:back_ldap.la:back_ldap.so:' \
-e '/slapd\.pid/i # If you change this, adjust also runscript!' \ -e '/slapd\.pid/i # If you change this, adjust also runscript!' \
etc/openldap/slapd.conf etc/openldap/slapd.*
chgrp ldap etc/openldap/slapd.conf chgrp ldap etc/openldap/slapd.*
chmod g+r etc/openldap/slapd.conf chmod g+r etc/openldap/slapd.*
install -d -m 700 -o ldap -g ldap \ install -d -m 700 -o ldap -g ldap \
var/lib/openldap \ var/lib/openldap \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment