diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-10 20:14:32 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-10 20:14:32 +0000 |
commit | 3fce46ac7d790fbe9fcdd2426277857612bb252a (patch) | |
tree | fa58e8c28b6a20bfd97ed710ed18a51de0c1ea3b /examples/pdb/xml/TODO | |
parent | 6633633f7dc41a2b0abae2ce913f5c9c69d15d15 (diff) | |
download | samba-3fce46ac7d790fbe9fcdd2426277857612bb252a.tar.gz samba-3fce46ac7d790fbe9fcdd2426277857612bb252a.tar.bz2 samba-3fce46ac7d790fbe9fcdd2426277857612bb252a.zip |
Adding pdb_xml and pdb_mysql passdb modules.
Added some consts to pdb_test to follow pdb_methods struct more strictly
(This used to be commit bb1c4501992650a5e26b4bc743aeae551852becc)
Diffstat (limited to 'examples/pdb/xml/TODO')
-rw-r--r-- | examples/pdb/xml/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/pdb/xml/TODO b/examples/pdb/xml/TODO new file mode 100644 index 0000000000..3947bb68be --- /dev/null +++ b/examples/pdb/xml/TODO @@ -0,0 +1,6 @@ +- Be faster. Don't rewrite the whole file when adding a user, but store + it in the memory and save it when exiting. Requires changes to samba source. + Gives the ability to read/write to standard input/output +- Do locking! +- Better names! +- Support stdin ? |