This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[kai/samba.git] / examples / pdb / xml / README
1 Readme for samba pdb xml 0.5
2 --
3 This module requires libxml2 to be installed.
4
5 The usage of pdb_xml is pretty straightforward. To export data, use:
6
7 pdbedit -e plugin:/usr/lib/samba/pdb_xml.so:filename
8
9 (where filename is the name of the file to put the data in)
10 To import data, use:
11
12 pdbedit -i plugin:/usr/lib/samba/pdb_xml.so:filename -e <current-pdb>
13
14 Where filename is the name to read the data from and <current-pdb> to put it in.