From 3878085eca35d5c3b08761f61281de0b1b49ce2d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 1 Jul 2003 22:58:52 +0000 Subject: regenerate docs (This used to be commit cc02d3bc170fe5c8c4474156edb6c83720a47aa0) --- docs/htmldocs/pdb-xml.html | 184 --------------------------------------------- 1 file changed, 184 deletions(-) delete mode 100644 docs/htmldocs/pdb-xml.html (limited to 'docs/htmldocs/pdb-xml.html') diff --git a/docs/htmldocs/pdb-xml.html b/docs/htmldocs/pdb-xml.html deleted file mode 100644 index 4d300d7be0..0000000000 --- a/docs/htmldocs/pdb-xml.html +++ /dev/null @@ -1,184 +0,0 @@ - -Passdb XML plugin
SAMBA Project Documentation
PrevNext

Chapter 17. Passdb XML plugin

17.1. Building

This module requires libxml2 to be installed.

To build pdb_xml, run: make bin/pdb_xml.so in -the directory source/.

17.2. 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 current-pdb to put it in.


PrevHomeNext
Passdb MySQL pluginUpStackable VFS modules
\ No newline at end of file -- cgit