So here it is a non-intrusive patch with my latest work on gums (the
authorSimo Sorce <idra@samba.org>
Mon, 13 Oct 2003 21:26:10 +0000 (21:26 +0000)
committerSimo Sorce <idra@samba.org>
Mon, 13 Oct 2003 21:26:10 +0000 (21:26 +0000)
commit5733f731a911478492315af288c1a674ec038452
treeb42248f3a4780ae663ee37d465cb5e9fa89bb224
parent0bb70fe0b43fa9e9615e405b12c2adbb4ff04594
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.
(This used to be commit 7b3c94b5cfc1a9ceb430613353a937345f2eda74)
17 files changed:
source3/Makefile.in
source3/configure.in
source3/include/genparser_samba.h
source3/include/gums.h
source3/include/includes.h
source3/include/passdb.h
source3/include/tdbsam2.h
source3/lib/genparser.c
source3/lib/genparser_samba.c
source3/nsswitch/wb_common.c
source3/param/loadparm.c
source3/passdb/pdb_guest.c
source3/passdb/pdb_xml.c
source3/sam/gumm_tdb.c
source3/sam/gums.c
source3/sam/gums_api.c
source3/sam/gums_helper.c