Ok, Im not sure where else to turn to so here goes. Im Trying to creat a web
app to allow me to unlock 'Locked' user accounts in Wondows 2003 from my web
page. Im using <fldap> to access Active Directory for Windows 2003 Server. Im
looking for the 'account lockout' attribute. The code reads like this:
start='dc=oceanpetroleum,dc=com'
filter='(&amp;(objectclass=user)(cn=Tony)(Company= Microsoft))' See in the
filter section, Im looking for the attribute that points to 'Account Lockout'
So i can list the accounts that are locked out. I usa a LDAP browser that shows
me all the attributes of a user in AD, Its Softerra LDAP Browser. But nothing
points to account lockout. I see 'lockoutDuration' and lockoutThreshold' but
not weither or not the account is locked out. So my qiestion is: What is the
Active Directory attribute 'or ObjectClass?' that i can see that will tell me
weither a account is locked out or not? Thanks Tony Paolillo