Search is your best friend... http://groups.yahoo.com/group/ADSIANDDirectoryServices/message/3592 <not test> should be <not set> Bill Belliveau ... From:...
SOLUTION FOR VB.NET I figured it out: strPropertyName = "userAccountControl" strPropertyValue = GetProperty(strUserId, strPropertyName) 'this is a method I...
For users, that have never been locked out, the lockOutTime property does not exist so I need to check for that. I have users that are locked out, have...
I can determine if an account is expired by checking the password age against the "maxPwdAge" property. What I noticed was, when I expire a password on demand...
I have a delegation user that is used to check properties for users that failed login (determine if locked, disabled, etc). Can this user and password be...
I figured this one out, no value is also considered as expired as in the case of having to reset password on initial logon ... age ... account ... then...
I figured this one out. It should be "result" object collection, not the "entry" object collection. If (Not result.Properties.Contains(strPropertyName)) And ...
Whe The pwdLastSet attribute is set to 0 it is Active Directory's way of indicating that the password has expired and the user will be forced to change their...
Hey all, I'm a final year undergraduate computing student pondering my final year project. The project is to create a GUI based application to control a series...
I am just starting to learn about ADSI, and its proving quite tricky due to the lack of books on the subject. I am hoping someone here will be kind enough to...
Hello Everyone.... While Browsing for Informative Stuff on Directory Services i found something that looks quite Interesting. So I am Sharing it with you ppl. ...
HashPasswordForStoringInConfigFile stores a hashed value in the web.config file. Is there a way to pull the real value out of this in order to authenticate...
Why would you authenticate credentials from a config file? I can understand encrypting credentials in order to use them later, but not to authenticate them. In...
Can anyone shed some light on this? This is the error message I get Bind to: LDAP://adamserver:6360 Bind successful.! Error: Set password failed. The...
It looks like your binding string should contain the path to the user as well. This code looks like it is trying to change the password of the root naming...
Unfortunately, that won't work for ADAM Mark. ADAM only supports LDAP-based password changes. The WinNT provider only works on Windows accounts. Joe K. ... ...
Hi , I have extended user schema under active directory. To support that I need to add one property page under user property sheet of AD user and computers. I...
This should be relatively straightforward if you have strong C++/COM development skills and have a mechanism to deploy your enhancements to all clients that...
I know this isn't an ADSI question, but I'm trying to a folder and it's contents to a project in Studio.NET under "add existing" item, but it won't allow me to...
if this folder is under the higher level project folder, it should show up in solution explorer lightly outlined. If so, right click, and select include in...
Hello, I am trying to programmatically delegate certain admin functions. The following is a scenario that describes what I am trying to do. I have an OU...
Essentially, this is a bunch of ACLs on the OU object with inheritence defined. Probably the best way of doing it is to reverse engineer it. That is, write a...