2012-10-26 16:27:11 +02:00
|
|
|
From 73f1a31ec1d90872ac6f09ffac5adfb199eba963 Mon Sep 17 00:00:00 2001
|
2010-08-27 21:45:34 +02:00
|
|
|
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
|
2012-02-28 08:37:37 +01:00
|
|
|
index 9dba666..b9780bc 100644
|
2010-08-27 21:45:34 +02:00
|
|
|
--- 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
|
|
|
|
--
|
2012-10-26 16:27:11 +02:00
|
|
|
1.7.10.4
|
2010-08-27 21:45:34 +02:00
|
|
|
|