ports/net/openldap26-server/files/patch-include__ldap_defaults.h
2022-05-04 23:16:55 -07: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
/*