r7777: allow for overriding the location of the sam databasein the ldap server, using
authorAndrew Tridgell <tridge@samba.org>
Mon, 20 Jun 2005 04:59:10 +0000 (04:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:35 +0000 (13:18 -0500)
commitdb6933323c0997cc6334d447e9a938cb42731ae9
tree7aee8be52e77bc7238f23f8aa13e619ea0c8465a
parentbd7a474b1967423711ff93c0080ce0f89270e3f9
r7777: allow for overriding the location of the sam databasein the ldap server, using
ldapsrv:samdb option. This allows the following:

          sam database=ldap://localhost
          ldapsrv:samdb=tdb:///home/tridge/samba/samba4/prefix/private/sam.ldb

which allows us to test putting the sam on an ldap server using our
own ldap server. This is a great stress test for the ldap code.
(This used to be commit 40948ba3848e2cfd69ee5ef77031170a652e389b)
source4/ldap_server/ldap_backend.c
source4/ldap_server/ldap_hacked_ldb.c
source4/ldap_server/ldap_simple_ldb.c