Small clenaup patches:
[Samba/gebeck_regimport.git] / examples / pdb / README
blob7fe45248824e1e6913211b1dde64cdc9e0de5a7a
1 README for Samba Password Database (PDB) examples
2 ====================================================
3 Jelmer Vernooij <jelmer@nl.linux.org>
4 Stefan (metze) Metzmacher <metze@metzemix.de>
6 The pdb_test.c file in this directory contains a very basic example of 
7 a pdb plugin. It just prints the name of the function that is executed using
8 DEBUG. Maybe it's nice to include some of the arguments to the function in the 
9 future too..
11 To debug passdb backends, try to run gdb on the 'pdbedit' executable. That's really much easier than restarting smbd constantly and attaching with your debugger.
13 New passdb plugins should go into the samba lib directory, (/usr/lib/samba/ for
14 most distributions). An example would be: /usr/lib/samba/test.so