Add tldap_context_[gs]etattr
authorVolker Lendecke <vl@samba.org>
Fri, 19 Jun 2009 09:45:01 +0000 (11:45 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 19 Jun 2009 12:28:22 +0000 (14:28 +0200)
commit5cb6bf6f9d733cc085013174024785ab49a8bb51
treed4be30f7eb7310f618db6324c42caea27bd8a251
parent862ae382b80ef158317193ffbbbc9580a50e011c
Add tldap_context_[gs]etattr

This adds the ability to attach extended information to a tldap_context. This
will become useful once we start to do automatic reconnects for example, a
callback function might want attach a pointer to credentials so that it can
rebind.

The initial user of this will be a cached rootdse, so that things like the
ability to do paged searches can be cached.
source3/include/tldap.h
source3/lib/tldap.c