Jump to content

Recommended Posts

Posted

We are trying to enforce password complexity into our domain but dont want to enforce it for pupils. Looking and testing the settings on the servers, it looks like it can only be done at domain level not OU level. Is there a way we can configure this per OU? It can be done via password filtering but it means eidting the registry on each DC and i dont particually want do that. is there an easier way?

 

Thanks in advance

 

Tim

Posted

Unfortunately - No

 

Password Policies are set at the domain level and only take effect in the Default Domain Policy.

 

Only solution would be seperate domains for pupils and staff..

Posted
Unfortunately - No

 

Password Policies are set at the domain level and only take effect in the Default Domain Policy.

 

Only solution would be seperate domains for pupils and staff..

 

Be careful how loud you say that... hang on... what's that noise ... oh no! ... here they come... IT'S THE YOU MUST USE A SINGLE DOMAIN gang..... :p

Posted

Easy Solution here.

 

Set the Policy,

Got to a OU with Pupils

Select all of them, then right click properties,

choose password never expires.

 

This will stop the pupils passwords ever expiring. Do this for all pupils/users you don't want passwords expiring for.

 

I have used this successfully before.

 

You can still go in a change the password for them or use a script to force users from a certain OU choose a different password at next log on.

Posted
Easy Solution here.

 

Set the Policy,

Got to a OU with Pupils

Select all of them, then right click properties,

choose password never expires.

 

This will stop the pupils passwords ever expiring. Do this for all pupils/users you don't want passwords expiring for.

 

I have used this successfully before.

 

You can still go in a change the password for them or use a script to force users from a certain OU choose a different password at next log on.

 

He doesn't want the users passwords not to expire he wants to set a policy on certain users on how complex there passwords are

Posted
Easy Solution here.

 

Set the Policy,

Got to a OU with Pupils

Select all of them, then right click properties,

choose password never expires.

 

This will stop the pupils passwords ever expiring. Do this for all pupils/users you don't want passwords expiring for.

 

I have used this successfully before.

 

You can still go in a change the password for them or use a script to force users from a certain OU choose a different password at next log on.

 

This will work if you change the passwords manually via DSA.MSC, but if you configure the 'force password change' attribute, then the password policy will be applied.

Posted
the price is:

 

OUCH!

 

I did a password filter a long time ago (as usual) which tested them against a memory mapped dictionary file and definitely wasn't hard.

 

Multiple password policies is more complex because you need to need get hold of an OU or group membership from an account name in order to pick and test their proposed password against the right policy. That means talking to AD and in this context I'm currently not sure which of several userland approaches to that might work or be be safe, but it can't be that hard!

 

Anyway at that price I'd probably hold fire on a solution now and start considering whether it might be an idea to just upgrade DCs to Server 2008 next summer.

 

Well not me personally, I'm actually wondering whether to have a quick look at this and knock one out at a bargain basement price.

Posted
If you got an open source GINA dll, then you could integrate it into that to do the lookups and apply the relevant policy - and then it isn't running in userland.
Posted
I've note tried it, but Password Filter DLL looks like it might be of use. It's a generic Password Filter that calls a user definable script on password change events. It should be a simple matter to look up the username in AD, check the OU the user is in and... well, you can guess the rest.
Posted

I believe Windows Server 2008 will allow password complexity policies to be set at OU level and not just domain level.

 

I don't think setting up two domains justifies the time just for password complexity policies. It'd be much better to compromise such settings to cater for all users.

Posted
As an alternative, I run Rainbowcrack with Rainbow tables against my DC weekly for 3 hours. If an accounts password gets broken within that time limit, then the 'change password at next login' account attribute is flagged. Shoddy passwords are broken rather quickly. It's so easy it's not funny.
Posted
I run Rainbowcrack with Rainbow tables against my DC

 

If BadGuy is in a position to do that it's already <>

 

But I suppose it does help train your users in good habits they might apply elsewhere.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...