summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_ldap.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-10-17 18:03:31 +0200
committerGünther Deschner <gd@samba.org>2011-11-16 12:26:26 +0100
commit8312ee136771befd2c04d877e3ab340e1b1366a7 (patch)
tree21efdef7c839b69aaea714931309e0d6eb5fb8a1 /source3/winbindd/idmap_ldap.c
parent28f8ccbe8b36766cf15a3d97cffb4ea66b411958 (diff)
downloadsamba-8312ee136771befd2c04d877e3ab340e1b1366a7.tar.gz
samba-8312ee136771befd2c04d877e3ab340e1b1366a7.tar.bz2
samba-8312ee136771befd2c04d877e3ab340e1b1366a7.zip
s3-passdb: split out passdb/pdb_ldap_schema.c
Guenther
Diffstat (limited to 'source3/winbindd/idmap_ldap.c')
-rw-r--r--source3/winbindd/idmap_ldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_ldap.c b/source3/winbindd/idmap_ldap.c
index 10d9d2e8b6..5246cd3595 100644
--- a/source3/winbindd/idmap_ldap.c
+++ b/source3/winbindd/idmap_ldap.c
@@ -37,6 +37,7 @@
#include <ldap.h>
#include "smbldap.h"
+#include "passdb/pdb_ldap_schema.h"
static char *idmap_fetch_secret(const char *backend,
const char *domain, const char *identity)