PC Review


Reply
Thread Tools Rate Thread

DCDIAG Question

 
 
dave Admin
Guest
Posts: n/a
 
      6th Feb 2006

All three domain controllers are Server2003, SP1. DNS works fine, no
replication errors. Each is located in a different physical site. When I
run dcdiag I get only one response that implies an issue.

The warning is that Attribute userAccountControl for one of the servers is
0x82020 instead of 0x82000. UF_PASSWD_NOTREQD appears to be the culprit. I
cannot find anything on the 'net or MS to understand this. I did run
adsiedit and there is a difference in the properties for the server with
this warning. It has a userAccountControl at 532512 whereas the other two
servers without the warning indicate 532480.

I don't know where this got set or how it got set. Should I modify the
setting for the server with the warning using adsiedit??

Do I even have a problem or is this cosmetic?

dave Admin



 
Reply With Quote
 
 
 
 
Jorge de Almeida Pinto [MVP]
Guest
Posts: n/a
 
      6th Feb 2006
I read somewhere it is a bug in ADUC when pre creating computer accounts.
Did you pre-create the account of that DC?

These are the default UserAccountControl values for the certain objects:
Typical user : 0x200 (512)
Domain controller : 0x82000 (532480)
Workstation/server: 0x1000 (4096)

If you want to restore the default DC value You can use either LDP or
ADSIEDIT.MSC

When using adsiedit:
* Connect to the domain NC
* Navigate to the Domain Controllers OU
* Right click on the properties of the DC for which you want to change the
UserAccountControl value.
* Goto the UserAccountControl attribute
* You should see a value (from what you have described): 532512
* Change that value to: 532480

After this is you go to LDP to the same location you see:
userAccountControl: 0x82000 = ( UF_SERVER_TRUST_ACCOUNT |
UF_TRUSTED_FOR_DELEGATION )


--

Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)

# Jorge de Almeida Pinto # MVP Windows Server - Directory Services

BLOG --> http://blogs.dirteam.com/blogs/jorge/default.aspx
-----------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test before implementing!
-----------------------------------------------------------------------------


-----------------------------------------------------------------------------
"dave Admin" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> All three domain controllers are Server2003, SP1. DNS works fine, no
> replication errors. Each is located in a different physical site. When I
> run dcdiag I get only one response that implies an issue.
>
> The warning is that Attribute userAccountControl for one of the servers is
> 0x82020 instead of 0x82000. UF_PASSWD_NOTREQD appears to be the culprit.
> I cannot find anything on the 'net or MS to understand this. I did run
> adsiedit and there is a difference in the properties for the server with
> this warning. It has a userAccountControl at 532512 whereas the other two
> servers without the warning indicate 532480.
>
> I don't know where this got set or how it got set. Should I modify the
> setting for the server with the warning using adsiedit??
>
> Do I even have a problem or is this cosmetic?
>
> dave Admin
>
>



 
Reply With Quote
 
Tomasz Onyszko
Guest
Posts: n/a
 
      6th Feb 2006
Jorge de Almeida Pinto [MVP] wrote:
> I read somewhere it is a bug in ADUC when pre creating computer accounts.
> Did you pre-create the account of that DC?



A little OT - I just want to search a little to find some sources before
posting a reply and what I found - Jorge's answer indexed by the google
before it came to my news reader - maybe it is time to switch to on-line
reader


--
Tomasz Onyszko
http://www.w2k.pl/blog/ - (PL)
http://blogs.dirteam.com/blogs/tomek/ - (EN)
 
Reply With Quote
 
dave Admin
Guest
Posts: n/a
 
      6th Feb 2006

Thanks Jorge,
Sounds like a plan

dave

"Jorge de Almeida Pinto [MVP]"
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> I read somewhere it is a bug in ADUC when pre creating computer accounts.
> Did you pre-create the account of that DC?
>
> These are the default UserAccountControl values for the certain objects:
> Typical user : 0x200 (512)
> Domain controller : 0x82000 (532480)
> Workstation/server: 0x1000 (4096)
>
> If you want to restore the default DC value You can use either LDP or
> ADSIEDIT.MSC
>
> When using adsiedit:
> * Connect to the domain NC
> * Navigate to the Domain Controllers OU
> * Right click on the properties of the DC for which you want to change the
> UserAccountControl value.
> * Goto the UserAccountControl attribute
> * You should see a value (from what you have described): 532512
> * Change that value to: 532480
>
> After this is you go to LDP to the same location you see:
> userAccountControl: 0x82000 = ( UF_SERVER_TRUST_ACCOUNT |
> UF_TRUSTED_FOR_DELEGATION )
>
>
> --
>
> Cheers,
> (HOPEFULLY THIS INFORMATION HELPS YOU!)
>
> # Jorge de Almeida Pinto # MVP Windows Server - Directory Services
>
> BLOG --> http://blogs.dirteam.com/blogs/jorge/default.aspx
> -----------------------------------------------------------------------------
> * This posting is provided "AS IS" with no warranties and confers no
> rights!
> * Always test before implementing!
> -----------------------------------------------------------------------------
>
>
> -----------------------------------------------------------------------------
> "dave Admin" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>> All three domain controllers are Server2003, SP1. DNS works fine, no
>> replication errors. Each is located in a different physical site. When
>> I run dcdiag I get only one response that implies an issue.
>>
>> The warning is that Attribute userAccountControl for one of the servers
>> is 0x82020 instead of 0x82000. UF_PASSWD_NOTREQD appears to be the
>> culprit. I cannot find anything on the 'net or MS to understand this. I
>> did run adsiedit and there is a difference in the properties for the
>> server with this warning. It has a userAccountControl at 532512 whereas
>> the other two servers without the warning indicate 532480.
>>
>> I don't know where this got set or how it got set. Should I modify the
>> setting for the server with the warning using adsiedit??
>>
>> Do I even have a problem or is this cosmetic?
>>
>> dave Admin
>>
>>

>
>
>




 
Reply With Quote
 
Jorge de Almeida Pinto [MVP]
Guest
Posts: n/a
 
      6th Feb 2006
;-)

just tried it myself...

pre-create a computer account in the computers container
promote a server to a DC using the name of the pre-created account...

yep, the password not required flag remains

--

Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)

# Jorge de Almeida Pinto # MVP Windows Server - Directory Services

BLOG --> http://blogs.dirteam.com/blogs/jorge/default.aspx
-----------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test before implementing!
-----------------------------------------------------------------------------


-----------------------------------------------------------------------------
"Tomasz Onyszko" <T.Onyszko_nospam_@w2k.pl> wrote in message
news:(E-Mail Removed)...
> Jorge de Almeida Pinto [MVP] wrote:
>> I read somewhere it is a bug in ADUC when pre creating computer accounts.
>> Did you pre-create the account of that DC?

>
>
> A little OT - I just want to search a little to find some sources before
> posting a reply and what I found - Jorge's answer indexed by the google
> before it came to my news reader - maybe it is time to switch to on-line
> reader
>
>
> --
> Tomasz Onyszko
> http://www.w2k.pl/blog/ - (PL)
> http://blogs.dirteam.com/blogs/tomek/ - (EN)



 
Reply With Quote
 
Tomasz Onyszko
Guest
Posts: n/a
 
      6th Feb 2006
Jorge de Almeida Pinto [MVP] wrote:
> ;-)
>
> just tried it myself...
>
> pre-create a computer account in the computers container
> promote a server to a DC using the name of the pre-created account...
>
> yep, the password not required flag remains
>

Yup, that what I want to be my answer - I came across it some time ago
when we deployed a lot of accounts.


--
Tomasz Onyszko
http://www.w2k.pl/blog/ - (PL)
http://blogs.dirteam.com/blogs/tomek/ - (EN)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
netdiag/dcdiag question Robert Zahm Microsoft Windows 2000 Advanced Server 10 5th Oct 2005 09:15 AM
DCDiag results question =?Utf-8?B?Um9nZXI=?= Microsoft Windows 2000 0 10th Sep 2004 10:47 PM
DcDiag Joe Microsoft Windows 2000 Active Directory 2 17th Jan 2004 08:25 PM
dcdiag question Ken Pollard Microsoft Windows 2000 Active Directory 1 8th Aug 2003 09:35 PM
dcdiag Question FriscoKid Microsoft Windows 2000 Active Directory 4 7th Aug 2003 12:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:12 AM.