D
darkPeace
Setting the Stage:
I have wrote a asp scripts to create, modify, validate and delete users from
Active Directory. I have setup a child domain (or tree) with a OU (i use
LDAP to create users in this OU). Everything works great, except the
account policy settings for lockout.
I initially attempted to set a unique group policy at the OU level for
lockout attempts, however after reading many articles realized this is not
possible, that only the root domain account policy resides over all group /
OU's. Fine I accept that.
IIS is running on the child DC machine and is running as an administrative
user.
The Problem:
My account policy for lockout attempts is set to '4' on the child domain..
(e.g. child.parent.com) The parent domain lockout policy attempts is set
as disabled (unlimited attempts).
When I authenticate via adsi, my account is locked after 2 attempts. Where
the heck does this come from?? I would expect either 4 or none, but 2?? I
have changed the attempts value several times on the child domain(tree), it
does not seem to matter what I do. Nothing changes.
Your thoughts please.
I have wrote a asp scripts to create, modify, validate and delete users from
Active Directory. I have setup a child domain (or tree) with a OU (i use
LDAP to create users in this OU). Everything works great, except the
account policy settings for lockout.
I initially attempted to set a unique group policy at the OU level for
lockout attempts, however after reading many articles realized this is not
possible, that only the root domain account policy resides over all group /
OU's. Fine I accept that.
IIS is running on the child DC machine and is running as an administrative
user.
The Problem:
My account policy for lockout attempts is set to '4' on the child domain..
(e.g. child.parent.com) The parent domain lockout policy attempts is set
as disabled (unlimited attempts).
When I authenticate via adsi, my account is locked after 2 attempts. Where
the heck does this come from?? I would expect either 4 or none, but 2?? I
have changed the attempts value several times on the child domain(tree), it
does not seem to matter what I do. Nothing changes.
Your thoughts please.