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