mirror of
https://github.com/samba-team/samba.git
synced 2025-12-23 00:23:53 +03:00
Docs: Remove some ntdb references
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
committed by
Michael Adam
parent
9fbc2e5018
commit
23390f1fee
@@ -1258,7 +1258,7 @@ against an NT4 Domain Controller.
|
||||
<refsect2>
|
||||
<title>RPC GETSID</title>
|
||||
|
||||
<para>Fetch domain SID and store it in the local <filename>secrets.tdb</filename> (or <filename>secrets.ntdb</filename>). </para>
|
||||
<para>Fetch domain SID and store it in the local <filename>secrets.tdb</filename>. </para>
|
||||
|
||||
</refsect2>
|
||||
|
||||
|
||||
@@ -326,7 +326,7 @@
|
||||
has been compiled with LDAP support. The <parameter>-w</parameter>
|
||||
switch is used to specify the password to be used with the
|
||||
<smbconfoption name="ldap admin dn"/>. Note that the password is stored in
|
||||
the <filename>secrets.tdb</filename> (or <filename>secrets.ntdb</filename>) and is keyed off
|
||||
the <filename>secrets.tdb</filename> and is keyed off
|
||||
of the admin's DN. This means that if the value of <parameter>ldap
|
||||
admin dn</parameter> ever changes, the password will need to be
|
||||
manually updated as well.
|
||||
@@ -343,7 +343,7 @@
|
||||
has been compiled with LDAP support. The <parameter>-W</parameter>
|
||||
switch is used to specify the password to be used with the
|
||||
<smbconfoption name="ldap admin dn"/>. Note that the password is stored in
|
||||
the <filename>secrets.tdb</filename> (or <filename>secrets.ntdb</filename>) and is keyed off
|
||||
the <filename>secrets.tdb</filename> and is keyed off
|
||||
of the admin's DN. This means that if the value of <parameter>ldap
|
||||
admin dn</parameter> ever changes, the password will need to be
|
||||
manually updated as well.
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
The data from the module may be send encrypted, with a key stored in secrets.tdb (or secrets.ntdb). The
|
||||
The data from the module may be send encrypted, with a key stored in secrets.tdb. The
|
||||
Receiver then has to use the same key. The module does AES block encryption over the
|
||||
data to send.
|
||||
</para>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
If a Samba server is a member of a Windows NT Domain (see the <smbconfoption
|
||||
name="security">domain</smbconfoption> parameter) then periodically a running smbd process will try and change
|
||||
the MACHINE ACCOUNT PASSWORD stored in the TDB called <filename moreinfo="none">private/secrets.tdb
|
||||
</filename> (or <filename moreinfo="none">private/secrets.ntdb</filename>). This parameter specifies how often this password will be changed, in seconds. The default is one
|
||||
</filename>. This parameter specifies how often this password will be changed, in seconds. The default is one
|
||||
week (expressed in seconds), the same as a Windows NT Domain member server.
|
||||
</para>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<para>
|
||||
The <smbconfoption name="ldap admin dn"/> defines the Distinguished Name (DN) name used by Samba to contact
|
||||
the ldap server when retreiving user account information. The <smbconfoption name="ldap admin dn"/> is used
|
||||
in conjunction with the admin dn password stored in the <filename moreinfo="none">private/secrets.tdb</filename> (or <filename moreinfo="none">private/secrets.ntdb</filename>)
|
||||
in conjunction with the admin dn password stored in the <filename moreinfo="none">private/secrets.tdb</filename>
|
||||
file. See the <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>
|
||||
man page for more information on how to accomplish this.
|
||||
</para>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<para>Valid options are:</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>secrets only - use only the secrets.(n)tdb for
|
||||
<listitem><para>secrets only - use only the secrets.tdb for
|
||||
ticket verification (default)</para></listitem>
|
||||
|
||||
<listitem><para>system keytab - use only the system keytab
|
||||
@@ -17,7 +17,7 @@
|
||||
<listitem><para>dedicated keytab - use a dedicated keytab
|
||||
for ticket verification</para></listitem>
|
||||
|
||||
<listitem><para>secrets and keytab - use the secrets.(n)tdb
|
||||
<listitem><para>secrets and keytab - use the secrets.tdb
|
||||
first, then the system keytab</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<description>
|
||||
<para>This parameters defines the directory
|
||||
smbd will use for storing such files as <filename moreinfo="none">smbpasswd</filename>
|
||||
and <filename moreinfo="none">secrets.tdb</filename> (or <filename moreinfo="none">secrets.ntdb</filename>).
|
||||
and <filename moreinfo="none">secrets.tdb</filename>.
|
||||
</para>
|
||||
</description>
|
||||
|
||||
|
||||
@@ -103,11 +103,6 @@
|
||||
|
||||
<para>tdbbackup -v [-s suffix] *.tdb</para>
|
||||
|
||||
<para>
|
||||
Note that Samba 4 can use .ntdb files instead, so you should
|
||||
use <command>ntdbbackup</command> on those files.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Samba .tdb files are stored in various locations, be sure to run backup all
|
||||
.tdb file on the system. Important files includes:
|
||||
|
||||
Reference in New Issue
Block a user