mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
Move ldapi to /var/run
This commit is contained in:
parent
fdbd8705ae
commit
5481755c0e
2 changed files with 2 additions and 3 deletions
|
|
@ -39,8 +39,7 @@
|
|||
#define LDAP_ENV_PREFIX "LDAP"
|
||||
|
||||
/* default ldapi:// socket */
|
||||
#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" \
|
||||
LDAP_DIRSEP "openldap" LDAP_DIRSEP "ldapi"
|
||||
#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP "ldapi"
|
||||
|
||||
/*
|
||||
* SLAPD DEFINITIONS
|
||||
|
|
|
|||
|
|
@ -343,7 +343,7 @@ install-local-srv: install-slapd install-conf install-schema install-tools
|
|||
|
||||
install-slapd: FORCE
|
||||
-$(MKDIR) $(DESTDIR)$(libexecdir)
|
||||
-$(MKDIR) $(DESTDIR)$(localstatedir)/run/openldap
|
||||
-$(MKDIR) $(DESTDIR)$(localstatedir)/run
|
||||
$(LTINSTALL) $(INSTALLFLAGS) -s -m 755 \
|
||||
slapd$(EXEEXT) $(DESTDIR)$(libexecdir)
|
||||
@for i in $(SUBDIRS); do \
|
||||
|
|
|
|||
Loading…
Reference in a new issue