This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij
authorAndrew Bartlett <abartlet@samba.org>
Sat, 13 Apr 2002 08:16:41 +0000 (08:16 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 13 Apr 2002 08:16:41 +0000 (08:16 +0000)
commitcc60b069836cbc355e828675e6f089b6ef22b32e
tree25a63356598e2491faef6549ebae1e18b352cdba
parent2248a889099b3b9452b74eeaa7350d4e0ea82d6a
This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij
<jelmer@nl.linux.org>.

This patch also includes major rework of pdbedit to use popt, and the addition
of -i paramter (allowing the user to specify which PDBs is being
operated on) and -e to export a pdb - useful for backup and testing etc.

Use of -i and -e gets us pdb2pdb functionality for transition between backends,
much like the sam2sam in TNG.

Andrew Bartlett
(This used to be commit c10def37f506d3f2bab442418ac08fdb62659b02)
examples/README
examples/pdb/README
source3/include/passdb.h
source3/include/smb.h
source3/passdb/pdb_interface.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/utils/pdbedit.c