diff options
author | John Terpstra <jht@samba.org> | 2003-04-04 05:14:10 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-04 05:14:10 +0000 |
commit | 976f8484b46c8bbffada59711ddebebdfa8a196c (patch) | |
tree | 02bc74f70afc7f3b5faa0ed85df29beecbdfecd3 /docs/docbook/projdoc/passdb.sgml | |
parent | 42513aff2bb2c057c20e2040701e8ff9bc391102 (diff) | |
download | samba-976f8484b46c8bbffada59711ddebebdfa8a196c.tar.gz samba-976f8484b46c8bbffada59711ddebebdfa8a196c.tar.bz2 samba-976f8484b46c8bbffada59711ddebebdfa8a196c.zip |
Updating 3.0.0 from HEAD branch.
(This used to be commit 25ab036160ca922eec7797b0b30c621bdd7d8bcd)
Diffstat (limited to 'docs/docbook/projdoc/passdb.sgml')
-rw-r--r-- | docs/docbook/projdoc/passdb.sgml | 34 |
1 files changed, 5 insertions, 29 deletions
diff --git a/docs/docbook/projdoc/passdb.sgml b/docs/docbook/projdoc/passdb.sgml index fa2d75bd34..7e4b9bcbd0 100644 --- a/docs/docbook/projdoc/passdb.sgml +++ b/docs/docbook/projdoc/passdb.sgml @@ -180,7 +180,7 @@ only things you can do to stop this is to use SMB encryption. </member> - <member>Encrypted password support allows auto-matic share + <member>Encrypted password support allows automatic share (resource) reconnects.</member> </simplelist> </sect2> @@ -831,18 +831,6 @@ ntPassword: 878D8014606CDA29677A44EFA1353FC7 <title>MySQL</title> <sect2> -<title>Building</title> - -<para>To build the plugin, run <command>make bin/pdb_mysql.so</command> -in the <filename>source/</filename> directory of samba distribution. -</para> - -<para>Next, copy pdb_mysql.so to any location you want. I -strongly recommend installing it in $PREFIX/lib or /usr/lib/samba/</para> - -</sect2> - -<sect2> <title>Creating the database</title> <para> @@ -862,7 +850,7 @@ contains the correct queries to create the required tables. Use the command : <para>Add a the following to the <command>passdb backend</command> variable in your <filename>smb.conf</filename>: <programlisting> -passdb backend = [other-plugins] plugin:/location/to/pdb_mysql.so:identifier [other-plugins] +passdb backend = [other-plugins] mysql:identifier [other-plugins] </programlisting> </para> @@ -978,35 +966,23 @@ Or, set 'identifier:workstations column' to : </sect1> <sect1> -<title>Passdb XML plugin</title> - -<sect2> -<title>Building</title> +<title>XML</title> <para>This module requires libxml2 to be installed.</para> -<para>To build pdb_xml, run: <command>make bin/pdb_xml.so</command> in -the directory <filename>source/</filename>. </para> - -</sect2> - -<sect2> -<title>Usage</title> - <para>The usage of pdb_xml is pretty straightforward. To export data, use: -<command>pdbedit -e plugin:/usr/lib/samba/pdb_xml.so:filename</command> +<command>pdbedit -e xml:filename</command> (where filename is the name of the file to put the data in) </para> <para> To import data, use: -<command>pdbedit -i plugin:/usr/lib/samba/pdb_xml.so:filename -e current-pdb</command> +<command>pdbedit -i xml:filename -e current-pdb</command> Where filename is the name to read the data from and current-pdb to put it in. </para> -</sect2> </sect1> </chapter> |