mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
3312086d7a
Move out last Makefile.pdb dependencies
(This used to be commit
|
||
---|---|---|
.. | ||
ChangeLog | ||
Makefile.in | ||
pdb_xml.c | ||
README | ||
TODO |
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.