s3-passdb: Remove pdb_ads
authorAndrew Bartlett <abartlet@samba.org>
Sun, 3 Jun 2012 00:54:06 +0000 (10:54 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 16 Jun 2012 06:18:10 +0000 (08:18 +0200)
commit9c715da1cbc256b9ae9298618c92807592607c9b
tree6541a67f90a5f89264866f7196488f8b50095cb5
parentd949736f8dc02eec180723a55f4604b7b3aa83d8
s3-passdb: Remove pdb_ads

pdb_ads was an important module in the development of the combined Samba 4.0, and
was the first module to show that standard samba3 tools such as smbpasswd can be
made to operate on the sam.ldb.

We now have pdb_samba4, which operates directly on the sam.ldb, rather than via
ldapi://, which uses transactions and which is supported and tested as part
of the official Samba 4.0 release configuration.

This module is not as complete (for example, it does not honour the idmap
configuration) and requires that the samba binary be running to operate.

Andrew Bartlett
source3/Makefile.in
source3/configure.in
source3/passdb/pdb_ads.c [deleted file]
source3/passdb/wscript_build
source3/wscript