diff options
author | Lars Müller <lmuelle@samba.org> | 2007-05-11 20:42:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:21:59 -0500 |
commit | 0484aca691c727ce4694924db6daac82011d1740 (patch) | |
tree | 16e2a91d8eb2c1aeb8132534001e58d79168729c | |
parent | c6a51dc5f1c06fe01ebcfa438f28cd551f0678ff (diff) | |
download | samba-0484aca691c727ce4694924db6daac82011d1740.tar.gz samba-0484aca691c727ce4694924db6daac82011d1740.tar.bz2 samba-0484aca691c727ce4694924db6daac82011d1740.zip |
r22805: Inform in examples/pdb about the location of the external support for
the SQL backends.
(This used to be commit 37f2191cd364dd6c2223b2e19072920ad2a257d6)
-rw-r--r-- | examples/pdb/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/pdb/README b/examples/pdb/README index baceb8e600..692d32225d 100644 --- a/examples/pdb/README +++ b/examples/pdb/README @@ -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/. |