The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
authorJim McDonough <jmcd@samba.org>
Thu, 3 Apr 2003 03:30:25 +0000 (03:30 +0000)
committerJim McDonough <jmcd@samba.org>
Thu, 3 Apr 2003 03:30:25 +0000 (03:30 +0000)
commit77dc0bc6bfdd2323cea3b7368abf8d7accba0697
tree68fb17c4c4068c2abcd3549e524257241c5a4003
parent28ff00ab40089882957d230161c4e9ededf0965d
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)
examples/LDAP/samba.schema
source3/Makefile.in
source3/include/includes.h
source3/include/smb_ldap.h [new file with mode: 0644]
source3/lib/ldap.c [new file with mode: 0644]
source3/nsswitch/winbindd_idmap.c
source3/nsswitch/winbindd_idmap_ldap.c [new file with mode: 0644]
source3/passdb/pdb_ldap.c