Update for new modules system
authorJelmer Vernooij <jelmer@samba.org>
Mon, 28 Apr 2003 01:21:28 +0000 (01:21 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 28 Apr 2003 01:21:28 +0000 (01:21 +0000)
(This used to be commit 765d87838dbf25ba69dc11f7956ce5814555bcc7)

examples/pdb/README

index 7fe45248824e1e6913211b1dde64cdc9e0de5a7a..c18e128e782880e3d2a484f4dcb538c29eb330df 100644 (file)
@@ -8,8 +8,9 @@ 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..
 
-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.
-
-New passdb plugins should go into the samba lib directory, (/usr/lib/samba/ for
-most distributions). An example would be: /usr/lib/samba/test.so
+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.
 
+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