[SSSD] [PATCH] Remove LDAP_DEPRECATED

Sumit Bose sbose at redhat.com
Mon Jan 31 10:49:01 UTC 2011


Hi,

by change I found out that we still set LDAP_DEPRECATED in sdap.c .
IIRC this came from a time where we tried to support OpenLDAP and
MozLDAP client libraries. Luckily we do not use any deprecated calls
from the OpenLDAP client libraries and I think we should not start to
use any of them in the future. So this patch will remove it.

bye,
Sumit
-------------- next part --------------
From c2b9c169c5eca28f96bedd8eac268ee50c0c50f7 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Mon, 31 Jan 2011 11:28:37 +0100
Subject: [PATCH] Remove LDAP_DEPRECATED

---
 src/providers/ldap/sdap.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/providers/ldap/sdap.c b/src/providers/ldap/sdap.c
index 95c39a0..5e4e56d 100644
--- a/src/providers/ldap/sdap.c
+++ b/src/providers/ldap/sdap.c
@@ -19,7 +19,6 @@
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#define LDAP_DEPRECATED 1
 #include "util/util.h"
 #include "confdb/confdb.h"
 #include "providers/ldap/ldap_common.h"
-- 
1.7.3.3



More information about the sssd-devel mailing list