smbldap: expose bind callback via API and increase smbldap ABI version
authorAlexander Bokovoy <ab@samba.org>
Mon, 3 Jul 2017 08:58:50 +0000 (11:58 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 4 Jul 2017 09:14:49 +0000 (11:14 +0200)
commit332b179143f4cccda3f6b4c84abb3c52fac8589c
tree020d477f07f1b52f8336e778a7c50a647550f5c2
parentfca8536a827bff142290bf736d3294116fefebb1
smbldap: expose bind callback via API and increase smbldap ABI version

Until we fully migrate to use gensec in smbldap, we need to continue
exposing bind callback to allow FreeIPA to integrate with smbldap.

Since smbldap API is now lacking direct access to 'struct
smbldap_state' and new API functions were added to give access to
individual members of this structure, it makes sense to increase ABI
version too.

Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Jul  4 11:14:49 CEST 2017 on sn-devel-144
source3/include/smbldap.h
source3/lib/ABI/smbldap-2.sigs [new file with mode: 0644]
source3/lib/smbldap.c
source3/wscript_build