From 4a514a493f7cf7ff51f829ec465ed7583d535b7f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 3 Apr 2003 14:33:59 +0000 Subject: Remove compile info (This used to be commit 0aba351a6218ac4d33db7fbbfba4e8c3097cb68a) --- docs/docbook/projdoc/passdb.sgml | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) (limited to 'docs') diff --git a/docs/docbook/projdoc/passdb.sgml b/docs/docbook/projdoc/passdb.sgml index fa2d75bd34..8e7a409167 100644 --- a/docs/docbook/projdoc/passdb.sgml +++ b/docs/docbook/projdoc/passdb.sgml @@ -830,18 +830,6 @@ ntPassword: 878D8014606CDA29677A44EFA1353FC7 MySQL - -Building - -To build the plugin, run make bin/pdb_mysql.so -in the source/ directory of samba distribution. - - -Next, copy pdb_mysql.so to any location you want. I -strongly recommend installing it in $PREFIX/lib or /usr/lib/samba/ - - - Creating the database @@ -862,7 +850,7 @@ contains the correct queries to create the required tables. Use the command : Add a the following to the passdb backend variable in your smb.conf: -passdb backend = [other-plugins] plugin:/location/to/pdb_mysql.so:identifier [other-plugins] +passdb backend = [other-plugins] mysql:identifier [other-plugins] @@ -978,35 +966,23 @@ Or, set 'identifier:workstations column' to : -Passdb XML plugin - - -Building +XML This module requires libxml2 to be installed. -To build pdb_xml, run: make bin/pdb_xml.so in -the directory source/. - - - - -Usage - The usage of pdb_xml is pretty straightforward. To export data, use: -pdbedit -e plugin:/usr/lib/samba/pdb_xml.so:filename +pdbedit -e xml: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 +pdbedit -i xml:filename -e current-pdb Where filename is the name to read the data from and current-pdb to put it in. - -- cgit