Date: Sat Jun 21 00:45:02 2003 Author: abartlet Update of /home/cvs/samba/source/sam In directory dp.samba.org:/tmp/cvs-serv16476/sam
Modified Files: Tag: SAMBA_3_0 idmap_ldap.c Log Message: 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 Revisions: idmap_ldap.c 1.1.2.3 => 1.1.2.4 http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/idmap_ldap.c.diff?r1=1.1.2.3&r2=1.1.2.4