summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-10-13 12:11:07 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-10-13 14:01:17 -0400
commit0ab357e3c9dc9cbadc808367db99908591942780 (patch)
tree9510c54f5750336fc2df3f97fd1031e829964a8d /server/providers/ldap/sdap.h
parent71159cf77a3534bad75acbafd3120b860ab182e8 (diff)
downloadsssd-0ab357e3c9dc9cbadc808367db99908591942780.tar.gz
sssd-0ab357e3c9dc9cbadc808367db99908591942780.tar.xz
sssd-0ab357e3c9dc9cbadc808367db99908591942780.zip
add a replacement if ldap_control_create is missing
Diffstat (limited to 'server/providers/ldap/sdap.h')
-rw-r--r--server/providers/ldap/sdap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/providers/ldap/sdap.h b/server/providers/ldap/sdap.h
index 3aa29a377..650ce5f1e 100644
--- a/server/providers/ldap/sdap.h
+++ b/server/providers/ldap/sdap.h
@@ -21,7 +21,7 @@
#include "confdb/confdb.h"
#include "db/sysdb.h"
-#include <ldap.h>
+#include "util/sss_ldap.h"
struct sdap_msg {
struct sdap_msg *next;