summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-04-03 03:30:25 +0000
committerJim McDonough <jmcd@samba.org>2003-04-03 03:30:25 +0000
commit77dc0bc6bfdd2323cea3b7368abf8d7accba0697 (patch)
tree68fb17c4c4068c2abcd3549e524257241c5a4003 /source3/include/includes.h
parent28ff00ab40089882957d230161c4e9ededf0965d (diff)
downloadsamba-77dc0bc6bfdd2323cea3b7368abf8d7accba0697.tar.gz
samba-77dc0bc6bfdd2323cea3b7368abf8d7accba0697.tar.bz2
samba-77dc0bc6bfdd2323cea3b7368abf8d7accba0697.zip
The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
This patch moves the ldap routines out of passdb into a generic library and implements an LDAP backend for IDMAP. THe backend can be enabled with "idmap backend = ldap" in smb.conf. THere are also schema changes to make sure to update teh ldap schema files. (This used to be commit 87c7c582c60521da3a93d997386fe79935012aea)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index de87f82709..bf71ed54cf 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -856,6 +856,10 @@ struct functable {
struct printjob;
+struct smb_ldap_privates;
+
+struct smb_ldap_privates;
+
/***** automatically generated prototypes *****/
#ifndef NO_PROTO_H
#include "proto.h"