summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-05 17:11:23 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-05 17:11:23 +0000
commitbe80211e357ae16ddee1ae228ca9df79d4207799 (patch)
tree77a04adae892008572c90c6374fa3289d64f1389 /docs
parent82c714569d8fb01f40d343c3330467e65636be33 (diff)
downloadsamba-be80211e357ae16ddee1ae228ca9df79d4207799.tar.gz
samba-be80211e357ae16ddee1ae228ca9df79d4207799.tar.bz2
samba-be80211e357ae16ddee1ae228ca9df79d4207799.zip
Add pdb_xml docs
(This used to be commit f92f10ef253615d453aca6cb093f65a3a0a62283)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/projdoc/pdb_xml.sgml42
-rw-r--r--docs/docbook/projdoc/samba-doc.sgml2
2 files changed, 44 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/pdb_xml.sgml b/docs/docbook/projdoc/pdb_xml.sgml
new file mode 100644
index 0000000000..9e1c509e76
--- /dev/null
+++ b/docs/docbook/projdoc/pdb_xml.sgml
@@ -0,0 +1,42 @@
+<chapter id="pdb-xml">
+<chapterinfo>
+ <author>
+ <firstname>Jelmer</firstname><surname>Vernooij</surname>
+ <affiliation>
+ <orgname>The Samba Team</orgname>
+ <address><email>jelmer@samba.org</email></address>
+ </affiliation>
+ </author>
+ <pubdate>November 2002</pubdate>
+</chapterinfo>
+
+<title>Passdb XML plugin</title>
+
+<sect1>
+<title>Building</title>
+
+<para>This module requires libxml2 to be installed.</para>
+
+<para>To build pdb_xml, run: <command>make bin/pdb_xml.so</command> in
+the directory <filename>source/</filename>. </para>
+
+</sect1>
+
+<sect1>
+<title>Usage</title>
+
+<para>The usage of pdb_xml is pretty straightforward. To export data, use:
+
+<command>pdbedit -e plugin:/usr/lib/samba/pdb_xml.so:filename</command>
+
+(where filename is the name of the file to put the data in)
+</para>
+
+<para>
+To import data, use:
+<command>pdbedit -i plugin:/usr/lib/samba/pdb_xml.so:filename -e current-pdb</command>
+
+Where filename is the name to read the data from and <current-pdb> to put it in.
+</para>
+</sect1>
+</chapter>
diff --git a/docs/docbook/projdoc/samba-doc.sgml b/docs/docbook/projdoc/samba-doc.sgml
index db6c5a7b62..f00dfd9db6 100644
--- a/docs/docbook/projdoc/samba-doc.sgml
+++ b/docs/docbook/projdoc/samba-doc.sgml
@@ -24,6 +24,7 @@
<!ENTITY ADS-HOWTO SYSTEM "ADS-HOWTO.sgml">
<!ENTITY oplocks SYSTEM "oplocks.sgml">
<!ENTITY pdb-mysql SYSTEM "pdb_mysql.sgml">
+<!ENTITY pdb-xml SYSTEM "pdb_xml.sgml">
]>
<book id="Samba-HOWTO-Collection">
@@ -111,6 +112,7 @@ part each cover one specific feature.</para>
&SECURITY-LEVEL;
&WINBIND;
&pdb-mysql;
+&pdb-xml;
&Samba-LDAP;
&CVS-Access;
&GROUP-MAPPING-HOWTO;