PC Review


Reply
Thread Tools Rate Thread

Block Policy Inheritance not working as anticipated

 
 
=?Utf-8?B?Ym90dG9tZmVlZGVy?=
Guest
Posts: n/a
 
      20th Jul 2004
I have a Domain Controller running Windows 2000 Server. The Domain container (root) has a GPO (Default Domian Policy) with password policies defined (complexity, history, length and age). Below the Domain container I have 3 OUs (Accounts, Domain Controllers and Groups). Only the Domain Controllers OU has it's own GPO (Default Domain Controllers Policy). This policy does not have any password policies defined.

Below the Accounts OU I have a child OU (EM Mailbox) that contains User accounts. I have one GPO set for this OU which does not have any password policies defined. I have selected the check box for "Block Policy Inheritance" under the Group Policy tab of the EM Mailbox properties.

I expected this to block the password policy settings from GPO on the Domain Container (root), but it has not worked. On the Domain Controller I have issued the following command after selecting the Block Policy Inheritance check box:

secedit /refreshpolicy machine_policy /enforce

I also restarted the Domain Controller after issueing the secedit command above.

I am still unable to create a new user account in the EM Mailbox OU without being subject to the password policies set in the GPO associated with the Domain Container (root). I need to be able to create the new user account using a password that does not meet all the password requirements set in the Domain Container's GPO.

Does anyone have any suggestions?

Thanks in advance!!
 
Reply With Quote
 
 
 
 
Steven L Umbach
Guest
Posts: n/a
 
      20th Jul 2004
Password/account policy for domain users can only be configured at the domain level,
and any attempts to bypass it will not work. Think of it as having a permanent no
override applied to it. You would have to create another domain to have different
password/account policy. You can configure AD accounts to "not expire" in account
properties to bypass the password age setting if that helps. --- Steve

http://support.microsoft.com/default...b;en-us;255550

"bottomfeeder" <(E-Mail Removed)> wrote in message
news:5CB08C55-1367-4AA8-8950-(E-Mail Removed)...
> I have a Domain Controller running Windows 2000 Server. The Domain container

(root) has a GPO (Default Domian Policy) with password policies defined (complexity,
history, length and age). Below the Domain container I have 3 OUs (Accounts, Domain
Controllers and Groups). Only the Domain Controllers OU has it's own GPO (Default
Domain Controllers Policy). This policy does not have any password policies defined.
>
> Below the Accounts OU I have a child OU (EM Mailbox) that contains User accounts.

I have one GPO set for this OU which does not have any password policies defined. I
have selected the check box for "Block Policy Inheritance" under the Group Policy tab
of the EM Mailbox properties.
>
> I expected this to block the password policy settings from GPO on the Domain

Container (root), but it has not worked. On the Domain Controller I have issued the
following command after selecting the Block Policy Inheritance check box:
>
> secedit /refreshpolicy machine_policy /enforce
>
> I also restarted the Domain Controller after issueing the secedit command above.
>
> I am still unable to create a new user account in the EM Mailbox OU without being

subject to the password policies set in the GPO associated with the Domain Container
(root). I need to be able to create the new user account using a password that does
not meet all the password requirements set in the Domain Container's GPO.
>
> Does anyone have any suggestions?
>
> Thanks in advance!!



 
Reply With Quote
 
=?Utf-8?B?Ym90dG9tZmVlZGVy?=
Guest
Posts: n/a
 
      20th Jul 2004
After posting this question I browsed other posts relevant to my own and found my answer:

Password policies are per domain only. This ensures that a domain will have a consistent policy across all users, thus not putting it at risk by allowing possibly weaker passwords in a portion of the domain.

It would appear that there is no way around this. If there happens to be a solution, I would appreciate hearing about it.

Thanks!!!



"bottomfeeder" wrote:

> I have a Domain Controller running Windows 2000 Server. The Domain container (root) has a GPO (Default Domian Policy) with password policies defined (complexity, history, length and age). Below the Domain container I have 3 OUs (Accounts, Domain Controllers and Groups). Only the Domain Controllers OU has it's own GPO (Default Domain Controllers Policy). This policy does not have any password policies defined.
>
> Below the Accounts OU I have a child OU (EM Mailbox) that contains User accounts. I have one GPO set for this OU which does not have any password policies defined. I have selected the check box for "Block Policy Inheritance" under the Group Policy tab of the EM Mailbox properties.
>
> I expected this to block the password policy settings from GPO on the Domain Container (root), but it has not worked. On the Domain Controller I have issued the following command after selecting the Block Policy Inheritance check box:
>
> secedit /refreshpolicy machine_policy /enforce
>
> I also restarted the Domain Controller after issueing the secedit command above.
>
> I am still unable to create a new user account in the EM Mailbox OU without being subject to the password policies set in the GPO associated with the Domain Container (root). I need to be able to create the new user account using a password that does not meet all the password requirements set in the Domain Container's GPO.
>
> Does anyone have any suggestions?
>
> Thanks in advance!!

 
Reply With Quote
 
=?Utf-8?B?Ym90dG9tZmVlZGVy?=
Guest
Posts: n/a
 
      20th Jul 2004
Thanks Steve.

"Steven L Umbach" wrote:

> Password/account policy for domain users can only be configured at the domain level,
> and any attempts to bypass it will not work. Think of it as having a permanent no
> override applied to it. You would have to create another domain to have different
> password/account policy. You can configure AD accounts to "not expire" in account
> properties to bypass the password age setting if that helps. --- Steve
>
> http://support.microsoft.com/default...b;en-us;255550
>
> "bottomfeeder" <(E-Mail Removed)> wrote in message
> news:5CB08C55-1367-4AA8-8950-(E-Mail Removed)...
> > I have a Domain Controller running Windows 2000 Server. The Domain container

> (root) has a GPO (Default Domian Policy) with password policies defined (complexity,
> history, length and age). Below the Domain container I have 3 OUs (Accounts, Domain
> Controllers and Groups). Only the Domain Controllers OU has it's own GPO (Default
> Domain Controllers Policy). This policy does not have any password policies defined.
> >
> > Below the Accounts OU I have a child OU (EM Mailbox) that contains User accounts.

> I have one GPO set for this OU which does not have any password policies defined. I
> have selected the check box for "Block Policy Inheritance" under the Group Policy tab
> of the EM Mailbox properties.
> >
> > I expected this to block the password policy settings from GPO on the Domain

> Container (root), but it has not worked. On the Domain Controller I have issued the
> following command after selecting the Block Policy Inheritance check box:
> >
> > secedit /refreshpolicy machine_policy /enforce
> >
> > I also restarted the Domain Controller after issueing the secedit command above.
> >
> > I am still unable to create a new user account in the EM Mailbox OU without being

> subject to the password policies set in the GPO associated with the Domain Container
> (root). I need to be able to create the new user account using a password that does
> not meet all the password requirements set in the Domain Container's GPO.
> >
> > Does anyone have any suggestions?
> >
> > Thanks in advance!!

>
>
>

 
Reply With Quote
 
Guest
Posts: n/a
 
      20th Jul 2004
have oyu got no override selected? if so uncheck it
>-----Original Message-----
>After posting this question I browsed other posts relevant

to my own and found my answer:
>
>Password policies are per domain only. This ensures that a

domain will have a consistent policy across all users, thus
not putting it at risk by allowing possibly weaker
passwords in a portion of the domain.
>
>It would appear that there is no way around this. If

there happens to be a solution, I would appreciate hearing
about it.
>
>Thanks!!!
>
>
>
>"bottomfeeder" wrote:
>
>> I have a Domain Controller running Windows 2000 Server.

The Domain container (root) has a GPO (Default Domian
Policy) with password policies defined (complexity,
history, length and age). Below the Domain container I
have 3 OUs (Accounts, Domain Controllers and Groups). Only
the Domain Controllers OU has it's own GPO (Default Domain
Controllers Policy). This policy does not have any
password policies defined.
>>
>> Below the Accounts OU I have a child OU (EM Mailbox)

that contains User accounts. I have one GPO set for this
OU which does not have any password policies defined. I
have selected the check box for "Block Policy Inheritance"
under the Group Policy tab of the EM Mailbox properties.
>>
>> I expected this to block the password policy settings

from GPO on the Domain Container (root), but it has not
worked. On the Domain Controller I have issued the
following command after selecting the Block Policy
Inheritance check box:
>>
>> secedit /refreshpolicy machine_policy /enforce
>>
>> I also restarted the Domain Controller after issueing

the secedit command above.
>>
>> I am still unable to create a new user account in the EM

Mailbox OU without being subject to the password policies
set in the GPO associated with the Domain Container (root).
I need to be able to create the new user account using a
password that does not meet all the password requirements
set in the Domain Container's GPO.
>>
>> Does anyone have any suggestions?
>>
>> Thanks in advance!!

>.
>

 
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
Block policy inheritance not working Wires Microsoft Windows 2000 Active Directory 0 17th Jul 2006 07:40 PM
Block Policy Inheritance not working Wires Microsoft Windows 2000 0 14th Jul 2006 04:00 PM
Block Policy Inheritance Dan Microsoft Windows 2000 Active Directory 2 16th Jan 2006 03:10 PM
Confuse about Block policy inheritance Johnny Chow Microsoft Windows 2000 Active Directory 1 28th Jun 2004 02:30 PM
Default Domain Policy and Block Policy Inheritance Anwar Mahmood Microsoft Windows 2000 Group Policy 1 30th Jun 2003 08:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:14 AM.