1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/examples/pdb/xml
Jelmer Vernooij 3fce46ac7d 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 bb1c450199)
2002-08-10 20:14:32 +00:00
..
ChangeLog Adding pdb_xml and pdb_mysql passdb modules. 2002-08-10 20:14:32 +00:00
Makefile.in Adding pdb_xml and pdb_mysql passdb modules. 2002-08-10 20:14:32 +00:00
pdb_xml.c Adding pdb_xml and pdb_mysql passdb modules. 2002-08-10 20:14:32 +00:00
README Adding pdb_xml and pdb_mysql passdb modules. 2002-08-10 20:14:32 +00:00
TODO Adding pdb_xml and pdb_mysql passdb modules. 2002-08-10 20:14:32 +00:00

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.