From be80211e357ae16ddee1ae228ca9df79d4207799 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 5 Nov 2002 17:11:23 +0000 Subject: Add pdb_xml docs (This used to be commit f92f10ef253615d453aca6cb093f65a3a0a62283) --- docs/docbook/projdoc/pdb_xml.sgml | 42 +++++++++++++++++++++++++++++++++++++ docs/docbook/projdoc/samba-doc.sgml | 2 ++ 2 files changed, 44 insertions(+) create mode 100644 docs/docbook/projdoc/pdb_xml.sgml (limited to 'docs') 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 @@ + + + + JelmerVernooij + + The Samba Team +
jelmer@samba.org
+
+
+ November 2002 +
+ +Passdb XML plugin + + +Building + +This module requires libxml2 to be installed. + +To build pdb_xml, run: make bin/pdb_xml.so in +the directory source/. + + + + +Usage + +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 to put it in. + + +
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 @@ + ]> @@ -111,6 +112,7 @@ part each cover one specific feature. &SECURITY-LEVEL; &WINBIND; &pdb-mysql; +&pdb-xml; &Samba-LDAP; &CVS-Access; &GROUP-MAPPING-HOWTO; -- cgit