diff options
author | cvs2svn Import User <samba-bugs@samba.org> | 2002-11-07 19:45:56 +0000 |
---|---|---|
committer | cvs2svn Import User <samba-bugs@samba.org> | 2002-11-07 19:45:56 +0000 |
commit | 2446d245df2acecb0b3babe5aee08181111b7a17 (patch) | |
tree | a6947eb88c4637c12b04ebd34f6eac0267aed44c /docs/docbook/projdoc | |
parent | 98f9e758f0f0db0472038fdf72d30f17de04d55c (diff) | |
parent | 0cd37de19850df59695e1970f8d66175d4fad6f8 (diff) | |
download | samba-2446d245df2acecb0b3babe5aee08181111b7a17.tar.gz samba-2446d245df2acecb0b3babe5aee08181111b7a17.tar.bz2 samba-2446d245df2acecb0b3babe5aee08181111b7a17.zip |
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit aafa32d6809e1bc60a8186140f2f3cf2bf6bff16)
Diffstat (limited to 'docs/docbook/projdoc')
-rw-r--r-- | docs/docbook/projdoc/pdb_xml.sgml | 42 | ||||
-rw-r--r-- | docs/docbook/projdoc/upgrading-to-3.0.sgml | 19 |
2 files changed, 61 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..87afb7b401 --- /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/upgrading-to-3.0.sgml b/docs/docbook/projdoc/upgrading-to-3.0.sgml new file mode 100644 index 0000000000..5b6b8dd635 --- /dev/null +++ b/docs/docbook/projdoc/upgrading-to-3.0.sgml @@ -0,0 +1,19 @@ +<chapter id="upgrading-to-3.0"> +<chapterinfo> + <author> + <firstname>Jelmer</firstname><surname>Vernooij</surname> + <affiliation>Samba Team</affiliation> + </author> + <pubdate>25 October 2002</pubdate> +</chapterinfo> + +<title>Issues when upgrading from 2.2 to 3.0</title> + +<sect1> +<title>Charsets</title> + +FIXME + +</sect1> + +</chapter> |