summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to ↵Jeremy Allison2017-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | XXX_init(TALLOC_CTX *) Not currently used - no logic changes inside. This will make it possible to pass down a long-lived talloc context from the loading function for modules to use instead of having them internally all use talloc_autofree_context() which is a hidden global. Updated all known module interface numbers, and added a WHATSNEW. Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Ralph Böhme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Apr 22 01:17:00 CEST 2017 on sn-devel-144
* smbldap: Move ldapsam_privates to pdb_ldap.hVolker Lendecke2017-04-181-0/+30
| | | | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Apr 18 22:52:03 CEST 2017 on sn-devel-144
* Rename pdb_ldap to pdb_ldapsamAndreas Schneider2013-02-061-2/+2
| | | | | | | This patch moves pdb_ldap to pdb_ldapsam unconditionally and makes possible to load ldapsam.so dynamically Reviewed-by: Alexander Bokovoy <ab@samba.org>
* s3-passdb: Remove obsolte ldapsam_compat support.Andreas Schneider2012-07-031-1/+0
|
* s3-passdb: split out passdb/pdb_ldap.h.Günther Deschner2011-10-111-0/+42
Guenther