mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Remove a section assuming multiple password backends
(This used to be commit 362a4c23d4
)
This commit is contained in:
parent
7b274dd6f3
commit
9b0d8d0ad5
@ -2668,40 +2668,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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user