25 lines
628 B
Plaintext
25 lines
628 B
Plaintext
|
From 82e121e47976ba0058733976b1c5428a6ee33c31 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
|
||
|
|
||
|
|
||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/include/ldap_defaults.h b/include/ldap_defaults.h
|
||
|
index 3e0d4b2..5235339 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.1
|
||
|
|