mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
parent
0f5feb2105
commit
6c9b614c5b
@ -160,8 +160,6 @@ specify the <parameter>-k</parameter> option to choose kerberos authentication.
|
||||
<para>You must change administrator password at least once after DC
|
||||
install, to create the right encoding types</para>
|
||||
|
||||
<!--RS: right encoding types for what? I don't understand this note as I did not do this on my server and did not have any problems (that I know of)-->
|
||||
|
||||
<para>w2k doesn't seem to create the _kerberos._udp and _ldap._tcp in
|
||||
their defaults DNS setup. Maybe fixed in service packs?</para>
|
||||
</sect1>
|
||||
|
@ -12,15 +12,13 @@
|
||||
<sect1>
|
||||
|
||||
<title>Joining an NT Domain with Samba 3.0</title>
|
||||
<!--changed by RS: IMHO, this would read better and be easier to reference as a listrather than written out in paragraph form-->
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry><term>"Assumptions:"</term>
|
||||
<listitem>NetBIOS name: <constant>SERV1</constant></listitem>
|
||||
<listitem>Win2K/NT domain name: <constant>DOM</constant></listitem>
|
||||
<listitem>Domain's PDC NetBIOS name: <constant>DOMPDC</constant></listitem>
|
||||
<listitem>Domain's BDC NetBIOS names: <constant>DOMBDC1</constant> and <constant>DOMBDC2</constant></listitem>
|
||||
</variablelist>
|
||||
<para><emphasis>Assumptions:</emphasis>
|
||||
<programlisting>
|
||||
NetBIOS name: SERV1
|
||||
Win2K/NT domain name: DOM
|
||||
Domain's PDC NetBIOS name: DOMPDC
|
||||
Domain's BDC NetBIOS names: DOMBDC1 and DOMBDC2
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
<para>First, you must edit your &smb.conf; file to tell Samba it should
|
||||
|
@ -82,7 +82,7 @@ best way to check this is with <userinput>testparm smb.conf</userinput>.
|
||||
|
||||
<para>
|
||||
It is helpful to monitor the log files during testing by using the
|
||||
<command>tail -F <replaceable>log_file_name</replaceable> in a separate
|
||||
<command>tail -F <replaceable>log_file_name</replaceable></command> in a separate
|
||||
terminal console (use ctrl-alt-F1 through F6 or multiple terminals in X).
|
||||
Relevant log files can be found (for default installations) in
|
||||
<filename>/usr/local/samba/var</filename>. Also, connection logs from
|
||||
|
@ -330,7 +330,7 @@ for this including:
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Read the chapter about the <link linkend="passdb backend">User Database</link>
|
||||
<para>Read the chapter about the <link linkend="passdb">User Database</link>
|
||||
for details.</para>
|
||||
|
||||
<note><para>
|
||||
|
@ -130,8 +130,8 @@ Windows NT server, the later natively capable of encrypted password support.
|
||||
|
||||
<note><para>
|
||||
<emphasis>Server</emphasis> level security is incompatible with what is known
|
||||
as </empahsis>schannel</emphasis> or "sign and seal" protocols. This means that
|
||||
if you want to use <empahsis>server</emphasis> level security you must disable
|
||||
as <emphasis>schannel</emphasis> or "sign and seal" protocols. This means that
|
||||
if you want to use <emphasis>server</emphasis> level security you must disable
|
||||
the use of "sign and seal" on all machines on your network.
|
||||
</para></note>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user