So here it is a non-intrusive patch with my latest work on gums (the
commit7b3c94b5cfc1a9ceb430613353a937345f2eda74
authorSimo Sorce <idra@samba.org>
Mon, 13 Oct 2003 21:26:10 +0000 (13 21:26 +0000)
committerSimo Sorce <idra@samba.org>
Mon, 13 Oct 2003 21:26:10 +0000 (13 21:26 +0000)
tree046b19b08413c6dfcb9b066d1a10139b85f98902
parent96f1ce740a8ebca3861bb2006b11301236a6fdb2
So here it is a non-intrusive patch with my latest work on gums (the
laternative to the current passdb).
Currently it is run through a comatibility module in the passdb layer, with
a subset of the functionality it may provide.
It is still work in progress, but as someone asked me about it, and as it
should make no difference to the normal code, I tought it was a good idea to
put it into.
It adds a dependency on perl. I know it is not very nice, but I'm sure we
will work out a solution for that.

As always blame me if I break something, but try to fix yourself, as I am
busy-busy-busy :-)

Simo.
17 files changed:
source/Makefile.in
source/configure.in
source/include/genparser_samba.h
source/include/gums.h
source/include/includes.h
source/include/passdb.h
source/include/tdbsam2.h
source/lib/genparser.c
source/lib/genparser_samba.c
source/nsswitch/wb_common.c
source/param/loadparm.c
source/passdb/pdb_guest.c
source/passdb/pdb_xml.c
source/sam/gumm_tdb.c
source/sam/gums.c
source/sam/gums_api.c
source/sam/gums_helper.c