Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
TonyP #1
LDAP And Active Directory
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='(&(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
TonyP Guest
-
I have a problem with LDAP (Active Directory).
Hi, I would like that they were helping me in a problem: I need to authenticate my users inside the domain with the Active Directory without the... -
WPS integration with LDAP/Active Directory
Hi, I need to intigrate WPS with LDAP . i am new to LDAP. What are the things i need to do to integrate. i am using Active directory. is it... -
Updating Active Directory via LDAP
I am attempting to use CFLDAP to manage group membership inside of Active Directory. I have had no trouble binding and querying against the... -
ldap or active directory
In my current asp.net application i'm getting the user network short name and displaying that on the screen. What I want is the users Full name and... -
ASP, LDAP and Active Directory
I have an ASP page acessing an LDAP server (Exchange server on Windows 2000). I tried running the asp query on the machine that contains the LDAP...



Reply With Quote

