Skip to content
Snippets Groups Projects
Commit c70cb72e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

install $(localstatedir)/openldap-ldbm with mode 700

parent e4597959
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ install-schema: FORCE
install-conf: FORCE
@-$(MKDIR) $(DESTDIR)$(sysconfdir)
@-$(MKDIR) $(DESTDIR)$(localstatedir)/openldap-ldbm
@-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-ldbm
@for i in $(CFFILES); do \
tmpcf=$$i.tmp ; \
if test $$i = slapd.conf ; then \
......
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