Hi Richard,
Pls note that Windows 2000 allows only one domain account policy (including
password policy) per domain. So I think the original question is not
possible. However, you can have additional policy in your down level OU in a
way that the GP will affect the local policy of the computers in the OU.
This will affect the local logon.
For more info, take a look at this.
How to configure account policies in Active Directory
http://support.microsoft.com/?id=255550
br,
Denis
	
		
			
				Steve Duff said:
			
		
	
	
		
		
			You have a three options to do this kind of thing:
1) You can create a password policy on the deeper OU with the complexity
		
		
	 
policy explicity disabled - this will override the GP at
	
	
		
		
			the domain level which is applied before the OU's policies. Policies are
		
		
	 
applied in order: local, site, domain, OU (outermost to
	
	
		
		
			deepest). Last policy wins. This is probably what you want to do here.
2) You can use DENY access control entries on the top-level GPO's security
		
		
	 
to avoid applying that policy to particular users or
	
	
		
		
			machines based on identity or security group membership. You might want to
		
		
	 
do this if the need to avoid applying the password policy
	
	
		
		
			spans across OUs and it is simpler to just group the users together.
3) You can check "block policy inheritance" on the OU to avoid applying
		
		
	 
any upper-level GPOs (at least ones that aren't marked
	
	
		
		
			no-override). This would be an unusual situation where you simply want a
		
		
	 
clear policy space at the OU and more or less start over