Errata

Active Directory

Errata for Active Directory

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 10
First paragraph, second line

"...domain controller into an existing..."

NOW READS:
"...domain controller in an existing..."

Anonymous    Jul 01, 2005
Printed
Page 29
First paragraph under table 2-6

"... universal security groups are evidently ot availnot available in mixed mode ..."

NOW READS:
"... universal security groups are evidently not available in mixed mode ..."

Anonymous    Nov 01, 2003
Printed
Page 63
Box at beginning of page

"A subnet mask of 255.255.248.0 would be 11111111.11111111.11111100.00000000, which is 8+8+6 or 22"

NOW READS:
"A subnet mask of 255.255.248.0 would be 11111111.11111111.11111000.00000000, which is 8+8+5 or 21"

Anonymous    Feb 01, 2004
Printed
Page 77
3rd paragraph (Last paragraph under "Conflict due to creation of objects with names that conflict")

<DEFANGED_Object-Name<LineFeed>CNF:<DEFANGED_ObjectGUID>

NOW READS:
<DEFANGED_Object-Name><LineFeed>CNF:<DEFANGED_ObjectGUID>

Anonymous    Jul 01, 2005
Printed
Page 104
2nd paragraph, 1st line

"The administratorcan..."

NOW READS:
"The administrator can..."

Anonymous    Nov 01, 2003
Printed
Page 124
4th line from top

"...force printer seraches..."
should be:
"...force printer searches..."

Anonymous   
Printed
Page 169
Fifth paragraph beginning with "To summarize..."

First line:
"...domain its own..."

NOW READS:
"...each domain has its own..."

Third line:
"...come from, linked..."

NOW READS:
"...come from, are linked..."

Anonymous    Jul 01, 2005
Printed
Page 238
third paragraph

"... or four as wa necessary ..."

NOW READS:
"... or four as was necessary ...."

Anonymous    Jul 01, 2005
Printed
Page 431
Step 1

Dim strOutput 'The output of the search
This variable is not used in the following steps and also not in the entire script on
page 435. In Step 5 (page 434), after the script, "..., the script stores the
contents of the record for each field into the output variable ..." is referring to
strOutput but the script uses Wscript.Echo.

Anonymous   
Printed
Page 436
2. Code example

objConn.Provider = "ADSDSOObject"objConn.ConnectionString = _

NOW READS:
objConn.Provider = "ADSDSOObject":objConn.ConnectionString = _

Anonymous    Feb 01, 2004
Printed
Page 438
1. Code example

Set objComm = CreateObject("ADODB.Command")Set objComm.ActiveConnection = objConn

NOW READS:
Set objComm = CreateObject("ADODB.Command")
Set objComm.ActiveConnection = objConn

Anonymous    Feb 01, 2004
Printed
Page 439
Code example

objComm.CommandText = ""Select Name, ADsPath FROM" _

NOW READS:
objComm.CommandText = "Select Name, ADsPath FROM" _

Anonymous    Feb 01, 2004
Printed
Page 462

"Creating Many User Accounts", Line 39:
objUser.Put "sAMAccountName", & arrInput(0)

NOW READS:
objUser.Put "sAMAccountName", arrInput(0)

Anonymous    Jul 01, 2005
Printed
Page 528

ADS_RIGHT_ACCESS_SYSTEM_SECURITY

NOW READS:
ADS_RIGHT_SYSTEM_SECURITY

Anonymous    Jul 01, 2005
Printed
Page 538
Top Third

In the code sample there was a reference made to a strServerIPName

That reference HAS BEEN REPLACED with strFSMORoleOwner

Anonymous    Feb 01, 2004
Printed
Page 592
4th paragraph

"The Distributed Management Task Force (DTMF)..."

NOW READS:
"The Distributed Management Task Force (DMTF)..."

Anonymous    Feb 01, 2004