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-BDC.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-BDC.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-BDC.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-BDC.xml b/docs/Samba3-HOWTO/TOSHARG-BDC.xml index dfd8281408..ba36d5627f 100644 --- a/docs/Samba3-HOWTO/TOSHARG-BDC.xml +++ b/docs/Samba3-HOWTO/TOSHARG-BDC.xml @@ -469,9 +469,9 @@ act as a BDC to an Active Directory domain controller. <indexterm><primary>WINS</primary></indexterm> <indexterm><primary>NetBIOS</primary></indexterm> Every machine that is a domain controller for the domain MIDEARTH has to register the NetBIOS -group name MIDEARTH<#1C> with the WINS server and/or by broadcast on the local network. -The PDC also registers the unique NetBIOS name MIDEARTH<#1B> with the WINS server. -The name type <#1B> name is normally reserved for the Domain Master Browser (DMB), a role +group name MIDEARTH<1C> with the WINS server and/or by broadcast on the local network. +The PDC also registers the unique NetBIOS name MIDEARTH<1B> with the WINS server. +The name type <1B> name is normally reserved for the Domain Master Browser (DMB), a role that has nothing to do with anything related to authentication, but the Microsoft domain implementation requires the DMB to be on the same machine as the PDC. </para> @@ -516,7 +516,7 @@ environment all machines require appropriate DNS entries. More information may b <indexterm><primary>credentials validation</primary></indexterm> An MS Windows NT4/200x/XP Professional workstation in the domain MIDEARTH that wants a local user to be authenticated has to find the domain controller for MIDEARTH. It does this -by doing a NetBIOS name query for the group name MIDEARTH<#1C>. It assumes that each +by doing a NetBIOS name query for the group name MIDEARTH<1C>. It assumes that each of the machines it gets back from the queries is a domain controller and can answer logon requests. To not open security holes, both the workstation and the selected domain controller authenticate each other. After that the workstation sends the user's credentials (name and @@ -704,10 +704,10 @@ by Example</quote> that may be obtained from local and on-line book stores. <indexterm><primary>NetBIOS</primary></indexterm> <indexterm><primary>group</primary></indexterm> <indexterm><primary>PDC</primary></indexterm> -This configuration causes the BDC to register only the name MIDEARTH<#1C> with the WINS server. This is -not a problem, as the name MIDEARTH<#1C> is a NetBIOS group name that is meant to be registered by more +This configuration causes the BDC to register only the name MIDEARTH<1C> with the WINS server. This is +not a problem, as the name MIDEARTH<1C> is a NetBIOS group name that is meant to be registered by more than one machine. The parameter <smbconfoption name="domain master">no</smbconfoption> forces the BDC not to -register MIDEARTH<#1B>, which is a unique NetBIOS name that is reserved for the PDC. +register MIDEARTH<1B>, which is a unique NetBIOS name that is reserved for the PDC. </para> <para> |