diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-02-22 02:57:49 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-02-22 02:57:49 +0000 |
commit | 27439c53c54f1821e90c4db383abe512a2f3db6b (patch) | |
tree | e50763a356162a02bc3583b981657d2e668c1478 /examples/pdb/README | |
parent | 527aaf6def6b53c0e01fc5d8369b06be4237fca0 (diff) | |
download | samba-27439c53c54f1821e90c4db383abe512a2f3db6b.tar.gz samba-27439c53c54f1821e90c4db383abe512a2f3db6b.tar.bz2 samba-27439c53c54f1821e90c4db383abe512a2f3db6b.zip |
Also add the matching example pdb module.
(This used to be commit fbfb7ee896469e79043fab02481bacd2621a302d)
Diffstat (limited to 'examples/pdb/README')
-rw-r--r-- | examples/pdb/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/pdb/README b/examples/pdb/README new file mode 100644 index 0000000000..ccc39248aa --- /dev/null +++ b/examples/pdb/README @@ -0,0 +1,9 @@ +README for Samba Password Database (PDB) examples +==================================================== +15-2-2002 Jelmer Vernooij <jelmer@nl.linux.org> + +The pdb_test.c file in this directory contains a very basic example of +a pdb plugin. It just prints the name of the function that is executed using +DEBUG. Maybe it's nice to include some of the arguments to the function in the +future too.. + |