diff options
Diffstat (limited to 'examples/pdb/xml/README')
-rw-r--r-- | examples/pdb/xml/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/pdb/xml/README b/examples/pdb/xml/README deleted file mode 100644 index afb08fdb4f..0000000000 --- a/examples/pdb/xml/README +++ /dev/null @@ -1,14 +0,0 @@ -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. |