Search the web
Sign In
New User? Sign Up
ADSIANDDirectoryServices · ADSI and System.DirectoryServices Q&A
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3768 - 3799 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3768
How can I determine via the userAccountControl if a user account is disabled?...
gocubbies2k
Offline Send Email
Sep 1, 2005
3:43 pm
3770
Search is your best friend... http://groups.yahoo.com/group/ADSIANDDirectoryServices/message/3592 <not test> should be <not set> Bill Belliveau ... From:...
BILLNOSPAM
williambelli...
Offline Send Email
Sep 1, 2005
4:27 pm
3771
I have disabled user, but this check is failing. Does anyone see what I'm doing wrong? Dim disabledAccount As Boolean = False If...
gocubbies2k
Offline Send Email
Sep 1, 2005
9:30 pm
3772
SOLUTION FOR VB.NET I figured it out: strPropertyName = "userAccountControl" strPropertyValue = GetProperty(strUserId, strPropertyName) 'this is a method I...
gocubbies2k
Offline Send Email
Sep 2, 2005
2:40 pm
3773
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...
gocubbies2k
Offline Send Email
Sep 2, 2005
3:31 pm
3774
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...
gocubbies2k
Offline Send Email
Sep 2, 2005
4:07 pm
3775
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...
gocubbies2k
Offline Send Email
Sep 2, 2005
4:21 pm
3776
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...
gocubbies2k
Offline Send Email
Sep 2, 2005
7:05 pm
3777
I figured this one out. It should be "result" object collection, not the "entry" object collection. If (Not result.Properties.Contains(strPropertyName)) And ...
gocubbies2k
Offline Send Email
Sep 2, 2005
7:06 pm
3778
Hello everybody... I need to know how can I set a value for an active session and Idle session for a specific user?...
eng_shaima1183
Offline Send Email
Sep 3, 2005
9:05 am
3779
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...
John Brennan
johnvbrennan...
Offline Send Email
Sep 3, 2005
3:26 pm
3780
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...
Saffy
angel_saffi
Offline Send Email
Sep 3, 2005
3:26 pm
3781
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...
bty549256
Offline Send Email
Sep 3, 2005
3:28 pm
3782
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. ...
quick_moon
Offline Send Email
Sep 6, 2005
1:36 am
3783
... LACK OF BOOKS?? How about those?? Microsoft Windows 2000 Active Directory Programming (Paperback) by Charles Oppermann ...
Marc Scheuner
m_scheuner
Offline Send Email
Sep 6, 2005
5:23 am
3784
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...
gocubbies2k
Offline Send Email
Sep 6, 2005
7:45 pm
3785
Hashes are one way, so no. If you need to get the plain text password, you must encrypt. Joe K. ... From: "gocubbies2k" <gocubbies2k@...> To:...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 6, 2005
10:05 pm
3786
Any suggestions or ways to encrypt? Can this be done in the web.config file? ... this in...
gocubbies2k
Offline Send Email
Sep 7, 2005
1:39 pm
3787
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...
Ryan Dunn
dunn_rp
Offline Send Email
Sep 7, 2005
1:48 pm
3788
Thanks for pointing me in the direction of DPAPI. Here is a VB.NET class that will encrypt and decrypt ...
gocubbies2k
Offline Send Email
Sep 7, 2005
4:14 pm
3790
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...
isecure
Offline Send Email
Sep 9, 2005
2:31 pm
3791
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 9, 2005
3:09 pm
3792
I received this error since our Active Directory is running SLDAP. I was able to change the password via the WinNT provider. I still use LDAP to...
Mark Walker
gocubbies2k
Offline Send Email
Sep 9, 2005
3:59 pm
3793
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. ... ...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 9, 2005
4:14 pm
3794
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...
asawari
asawaricjoshi
Offline Send Email
Sep 12, 2005
10:15 am
3795
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 12, 2005
3:13 pm
3796
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...
gocubbies2k
Offline Send Email
Sep 12, 2005
6:54 pm
3797
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...
Walter Meyer II
wmeyer714
Offline Send Email
Sep 13, 2005
5:12 am
3798
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...
Nitin Jain
jainnit_12
Offline Send Email
Sep 13, 2005
4:08 pm
3799
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...
Ryan Dunn
dunn_rp
Offline Send Email
Sep 13, 2005
4:25 pm
Messages 3768 - 3799 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help