summaryrefslogtreecommitdiff
path: root/examples/pdb/xml/README
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-10 20:14:32 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-10 20:14:32 +0000
commit3fce46ac7d790fbe9fcdd2426277857612bb252a (patch)
treefa58e8c28b6a20bfd97ed710ed18a51de0c1ea3b /examples/pdb/xml/README
parent6633633f7dc41a2b0abae2ce913f5c9c69d15d15 (diff)
downloadsamba-3fce46ac7d790fbe9fcdd2426277857612bb252a.tar.gz
samba-3fce46ac7d790fbe9fcdd2426277857612bb252a.tar.bz2
samba-3fce46ac7d790fbe9fcdd2426277857612bb252a.zip
Adding pdb_xml and pdb_mysql passdb modules.
Added some consts to pdb_test to follow pdb_methods struct more strictly (This used to be commit bb1c4501992650a5e26b4bc743aeae551852becc)
Diffstat (limited to 'examples/pdb/xml/README')
-rw-r--r--examples/pdb/xml/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/pdb/xml/README b/examples/pdb/xml/README
new file mode 100644
index 0000000000..afb08fdb4f
--- /dev/null
+++ b/examples/pdb/xml/README
@@ -0,0 +1,14 @@
+Readme for samba pdb xml 0.5
+--
+This module requires libxml2 to be installed.
+
+The usage of pdb_xml is pretty straightforward. To export data, use:
+
+pdbedit -e plugin:/usr/lib/samba/pdb_xml.so:filename
+
+(where filename is the name of the file to put the data in)
+To import data, use:
+
+pdbedit -i plugin:/usr/lib/samba/pdb_xml.so:filename -e <current-pdb>
+
+Where filename is the name to read the data from and <current-pdb> to put it in.