mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
11 lines
314 B
C
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
|
|
|
|
/*
|