diff options
author | John Terpstra <jht@samba.org> | 2005-06-21 01:01:18 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:51 -0500 |
commit | 4d6eb79e256998331494ef877554c05cd63254ff (patch) | |
tree | 3f79a6f0afb65899ddc60c1c38a2cce5733f6c88 /docs/Samba3-HOWTO/TOSHARG-PDC.xml | |
parent | 0d1a5970c9f7832f07da3e3d0bb5a1616022ebd1 (diff) | |
download | samba-4d6eb79e256998331494ef877554c05cd63254ff.tar.gz samba-4d6eb79e256998331494ef877554c05cd63254ff.tar.bz2 samba-4d6eb79e256998331494ef877554c05cd63254ff.zip |
Another update.
(This used to be commit 843c2903c1fe66383c203e4f5f544b656f521526)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-PDC.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-PDC.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-PDC.xml b/docs/Samba3-HOWTO/TOSHARG-PDC.xml index 99014eba01..dc090d876f 100644 --- a/docs/Samba3-HOWTO/TOSHARG-PDC.xml +++ b/docs/Samba3-HOWTO/TOSHARG-PDC.xml @@ -1020,13 +1020,13 @@ performs a logon: <orderedlist> <listitem> <para> - <indexterm><primary>DOMAIN<#1C></primary></indexterm> + <indexterm><primary>DOMAIN<1C></primary></indexterm> <indexterm><primary>logon server</primary></indexterm> The client broadcasts (to the IP broadcast address of the subnet it is in) - a NetLogon request. This is sent to the NetBIOS name DOMAIN<#1C> at the + a NetLogon request. This is sent to the NetBIOS name DOMAIN<1C> at the NetBIOS layer. The client chooses the first response it receives, which contains the NetBIOS name of the logon server to use in the format of - <filename>\\SERVER</filename>. The <literal>#1C</literal> name is the name + <filename>\\SERVER</filename>. The <literal>1C</literal> name is the name type that is registered by domain controllers (SMB/CIFS servers that provide the netlogon service). </para> @@ -1140,7 +1140,7 @@ and server mode security are really just a variation on SMB user-level security. <para> <indexterm><primary>DOMAIN<1C></primary></indexterm> -<indexterm><primary>DOMAIN<#1B></primary></indexterm> +<indexterm><primary>DOMAIN<1B></primary></indexterm> <indexterm><primary>DMB</primary></indexterm> <indexterm><primary>PDC</primary></indexterm> <indexterm><primary>NetBIOS name</primary></indexterm> @@ -1148,7 +1148,7 @@ and server mode security are really just a variation on SMB user-level security. <indexterm><primary>election</primary></indexterm> Actually, this issue is also closely tied to the debate on whether Samba must be the DMB for its workgroup when operating as a domain controller. In a pure Microsoft Windows NT domain, the PDC wins the election to be -the DMB, and then registers the DOMAIN<#1B> NetBIOS name. This is not the name used by Windows clients +the DMB, and then registers the DOMAIN<1B> NetBIOS name. This is not the name used by Windows clients to locate the domain controller, all domain controllers register the DOMAIN<1C> name and Windows clients locate a network logon server by seraching for the DOMAIN<1C> name. A DMB is a Domain Master Browser &smbmdash; see <link linkend="NetworkBrowsing">The Network Browsing Chapter</link>, <link @@ -1169,7 +1169,7 @@ service. Server that register the DOMAIN<1B> name are DMBs &smbmdash; mean for browse list synchronization across all machines that have registered the DOMAIN<1D> name. The later are LMBs that have the responsibility to listen to all NetBIOS name registrations that occur locally to their own network segment. The network logon service (NETLOGON) is germane to domain control and has nothing to do -with network browsing and browse list management. The #1C and #1B/#1D name services are orthogonal to each +with network browsing and browse list management. The 1C and 1B/1D name services are orthogonal to each other. </para></note> |