diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-05 15:37:28 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:25 -0500 |
commit | 9b0d8d0ad51041d1441f17b84e49b34c5952450b (patch) | |
tree | 2ae108137b456415932c57a875ffc38ddc3dd37c /docs | |
parent | 7b274dd6f33825f89a1ebf4b45a8bdacf2242201 (diff) | |
download | samba-9b0d8d0ad51041d1441f17b84e49b34c5952450b.tar.gz samba-9b0d8d0ad51041d1441f17b84e49b34c5952450b.tar.bz2 samba-9b0d8d0ad51041d1441f17b84e49b34c5952450b.zip |
Remove a section assuming multiple password backends
(This used to be commit 362a4c23d420f4bef6613180a3cd0bbc3f02f665)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-Passdb.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-Passdb.xml b/docs/Samba3-HOWTO/TOSHARG-Passdb.xml index 20c1278fd3..c327f78324 100644 --- a/docs/Samba3-HOWTO/TOSHARG-Passdb.xml +++ b/docs/Samba3-HOWTO/TOSHARG-Passdb.xml @@ -2669,40 +2669,6 @@ sambaNTPassword: 878D8014606CDA29677A44EFA1353FC7 </sect2> <sect2> - <title>Users Being Added to the Wrong Backend Database</title> - - <para> - A few complaints have been received from users who just moved to Samba-3. The following - &smb.conf; file entries were causing problems: new accounts were being added to the old - smbpasswd file, not to the tdbsam passdb.tdb file: - </para> - - <para> - <smbconfblock> - <smbconfsection name="[global]"/> - <member>...</member> - <smbconfoption name="passdb backend">smbpasswd, tdbsam</smbconfoption> - <member>...</member> - </smbconfblock> - </para> - - <para> - Samba will add new accounts to the first entry in the <emphasis>passdb backend</emphasis> - parameter entry. If you want to update to the tdbsam, then change the entry to: - </para> - - <para> -<smbconfblock> -[globals] -... -<smbconfoption name="passdb backend">tdbsam, smbpasswd</smbconfoption> -... -</smbconfblock> - </para> - - </sect2> - - <sect2> <title>Configuration of <parameter>auth methods</parameter></title> <para> |