This patch works towards to goal of common code shared between idmap_ldap
authorAndrew Bartlett <abartlet@samba.org>
Sat, 21 Jun 2003 00:45:03 +0000 (00:45 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 21 Jun 2003 00:45:03 +0000 (00:45 +0000)
commitf93167a7e1c56157481a934d2225fe19786a3bff
tree9949095e005c09114be511c8b8eeb2b7b8680475
parentfa8ca20ed440673d02ac5669f8d4c6623c1fdb6d
This patch works towards to goal of common code shared between idmap_ldap
and pdb_ldap.

So far, it's just a function rename, so that the next patch can be a very
simple matter of copying functions, without worrying about what changed
in the process.

Also removes the 'static' pointers for the rebind procedures, replacing them
with a linked list of value/key lookups.  (Only needed on older LDAP client
libs)

Andrew Bartlett
source/include/smbldap.h
source/lib/smbldap.c
source/passdb/pdb_ldap.c
source/sam/idmap_ldap.c