From 77dc0bc6bfdd2323cea3b7368abf8d7accba0697 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 3 Apr 2003 03:30:25 +0000 Subject: 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) --- source3/include/includes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/includes.h') 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" -- cgit