forked from pool/openldap2
5ec73bea13
Update to 2.4.30 OBS-URL: https://build.opensuse.org/request/show/108184 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=83
23 lines
577 B
Plaintext
23 lines
577 B
Plaintext
From 7dc48b5f81a7bccbffb64ce63d4af5b7cb220d71 Mon Sep 17 00:00:00 2001
|
|
From: Ralf Haferkamp <rhafer@suse.de>
|
|
Date: Wed, 16 Jun 2010 14:06:42 +0200
|
|
Subject: LDAPI socket location
|
|
|
|
|
|
diff --git a/include/ldap_defaults.h b/include/ldap_defaults.h
|
|
index 9dba666..b9780bc 100644
|
|
--- a/include/ldap_defaults.h
|
|
+++ b/include/ldap_defaults.h
|
|
@@ -39,7 +39,7 @@
|
|
#define LDAP_ENV_PREFIX "LDAP"
|
|
|
|
/* default ldapi:// socket */
|
|
-#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP "ldapi"
|
|
+#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "ldapi"
|
|
|
|
/*
|
|
* SLAPD DEFINITIONS
|
|
--
|
|
1.7.7
|
|
|