elrond 2006/07/29 18:34:15 CEST
Modified files:
source Makefile.in
source/groupdb aliasdb.c builtindb.c groupdb.c
source/include samdb.h
source/passdb sampassdb.c
Added files:
source/passdb samsqlite.c
Log:
samdb sqlite backend: First start at it
This already supports nearly 90% of the user and group
APIs required by our samdb.
It does not yet support aliases at all (faked).
As it is not yet complete nor fully tested, it can't be
enabled easily. In fact you have to mangle around in the
Makefile to test it.
Revision Changes Path
1.148 +19 -7 tng/source/Makefile.in
1.11 +2 -1 tng/source/groupdb/aliasdb.c
1.10 +2 -1 tng/source/groupdb/builtindb.c
1.16 +2 -1 tng/source/groupdb/groupdb.c
1.45 +7 -0 tng/source/include/samdb.h
1.45 +2 -1 tng/source/passdb/sampassdb.c
1.1 +1076 -0 tng/source/passdb/samsqlite.c (new)
|