Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 22 Feb 2002 02:47:53 +0000 (02:47 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 22 Feb 2002 02:47:53 +0000 (02:47 +0000)
commitd6d18b70f0c377344b0b3d9df5a11d209793bfe0
tree415cc2caec4f1d8fd12fd91a677957fcbd1f9af2
parent0ba24c91bf3f6e56e2bd32a6c4c1bbc23cb48527
Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.

This allow the user to select
'passdb backend = plugin : /path/to/plugin.so : pluging args'

And load any arbitary plugin.  Apparently Jelmer has a mysql plugin in the
works - hence this patch.

We probably need to rework the interface a bit before 3.0 (add versioning of
some kind) but this is a good start.

Andrew Bartlett
source/Makefile.in
source/configure.in
source/include/passdb.h
source/passdb/pdb_interface.c
source/passdb/pdb_plugin.c [new file with mode: 0644]