opnsense-ports/net/openldap26-server/files/patch-include__ldap_defaults.h
Franco Fichtner 56096224f9 */*: sync with upstream
Taken from: FreeBSD
2022-05-05 10:55:11 +02:00

11 lines
314 B
C

--- include/ldap_defaults.h.orig 2022-05-04 14:55:23 UTC
+++ include/ldap_defaults.h
@@ -40,7 +40,7 @@
/* default ldapi:// socket */
#ifndef LDAPI_SOCK
-#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP "ldapi"
+#define LDAPI_SOCK "/var/run" LDAP_DIRSEP "openldap" LDAP_DIRSEP "ldapi"
#endif
/*