2011-03-30 09:00:22 +02:00
|
|
|
From dcee2b0d5e2fdcc3224ea315c49057bb6b763fac 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
|
2011-02-16 14:51:13 +01:00
|
|
|
index 426d7f6..9a21f98 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
|
|
|
|
--
|
2011-02-16 14:51:13 +01:00
|
|
|
1.7.3.4
|
2010-08-27 21:45:34 +02:00
|
|
|
|