r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb
authorAndrew Bartlett <abartlet@samba.org>
Wed, 14 Dec 2005 07:22:25 +0000 (07:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:22 +0000 (13:47 -0500)
commita1827a1deba04e0b4b2a508dc4e4e66603a46d16
tree47e9a16077efa868d1e4368990dc158d32e8ffe0
parent470ba9434a3f10f8a53bacaac89204700adb89c4
r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb
backend.

The idea is that every time we open an LDB, we can provide a
session_info and/or credentials.  This would allow any ldb to be remote
to LDAP.  We should also support provisioning to a authenticated ldap
server.

(They are separate so we can say authenticate as foo for remote, but
here we just want a token of SYSTEM).

Andrew Bartlett
(This used to be commit ae2f3a64ee0b07575624120db45299c65204210b)
16 files changed:
source4/auth/auth_util.c
source4/auth/credentials/credentials.c
source4/auth/credentials/credentials_files.c
source4/auth/gensec/schannel_state.c
source4/dsdb/samdb/samdb.c
source4/ldap_server/ldap_simple_ldb.c
source4/lib/db_wrap.c
source4/lib/ldb/ldb_ildap/ldb_ildap.c
source4/lib/registry/reg_backend_ldb.c
source4/libnet/libnet_join.c
source4/nbt_server/wins/winsdb.c
source4/ntptr/simple_ldb/ntptr_simple_ldb.c
source4/passdb/secrets.c
source4/scripting/ejs/smbcalls_auth.c
source4/scripting/ejs/smbcalls_ldb.c
source4/scripting/libjs/provision.js