docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / examples / pdb / README
index c18e128e782880e3d2a484f4dcb538c29eb330df..692d32225d2cce09379e7791852683cc7974900e 100644 (file)
@@ -1,9 +1,9 @@
 README for Samba Password Database (PDB) examples
 ====================================================
 Jelmer Vernooij <jelmer@nl.linux.org>
-Stefan (metze) Metzmacher <metze@metzemix.de>
+Stefan (metze) Metzmacher <metze@samba.org>
 
-The pdb_test.c file in this directory contains a very basic example of 
+The 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..
@@ -14,3 +14,7 @@ debugger.
 
 New passdb plugins should go into the samba lib directory, (/usr/lib/samba/pdb/
 for most distributions). An example would be: /usr/lib/samba/pdb/test.so
+
+Be aware that the SQL and XML based passdb modules have been removed since the
+3.0.23 release.  More information of external support for SQL passdb modules
+can be found at http://pdbsql.sourceforge.net/.