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)
commitf70cc4cdc188fd8bf9f8f84cb55d15c122e463dd
tree4f20ce7c03c2e9d1d34afe81307f60e17003bc6a
parentdeef8647c7f8f7ce286d92ff373812f9607b7375
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
(This used to be commit f93167a7e1c56157481a934d2225fe19786a3bff)
source3/include/smbldap.h
source3/lib/smbldap.c
source3/passdb/pdb_ldap.c
source3/sam/idmap_ldap.c